Makefile revision 9b8f542e2746b28721b3ec603c3aaaa10ea708fc
1##===- lib/Target/X86/Makefile -----------------------------*- Makefile -*-===##
2#
3#                     The LLVM Compiler Infrastructure
4#
5# This file is distributed under the University of Illinois Open Source
6# License. See LICENSE.TXT for details.
7#
8##===----------------------------------------------------------------------===##
9LEVEL = ../../..
10LIBRARYNAME = LLVMX86CodeGen
11TARGET = X86
12
13# Make sure that tblgen is run, first thing.
14BUILT_SOURCES = X86GenRegisterInfo.h.inc X86GenRegisterNames.inc \
15                X86GenRegisterInfo.inc X86GenInstrNames.inc \
16                X86GenInstrInfo.inc X86GenAsmWriter.inc \
17                X86GenAsmWriter1.inc X86GenDAGISel.inc  \
18                X86GenFastISel.inc \
19                X86GenCallingConv.inc X86GenSubtarget.inc
20
21DIRS = AsmPrinter
22
23include $(LEVEL)/Makefile.common
24