]> CyberLeo.Net >> Repos - FreeBSD/releng/9.0.git/blob - lib/clang/libllvmx86codegen/Makefile
Copy stable/9 to releng/9.0 as part of the FreeBSD 9.0-RELEASE release
[FreeBSD/releng/9.0.git] / lib / clang / libllvmx86codegen / Makefile
1 # $FreeBSD$
2
3 LIB=    llvmx86codegen
4
5 SRCDIR= lib/Target/X86
6 SRCS=   X86AsmPrinter.cpp \
7         X86COFFMachineModuleInfo.cpp \
8         X86CodeEmitter.cpp \
9         X86ELFWriterInfo.cpp \
10         X86FastISel.cpp \
11         X86FloatingPoint.cpp \
12         X86FrameLowering.cpp \
13         X86ISelDAGToDAG.cpp \
14         X86ISelLowering.cpp \
15         X86InstrInfo.cpp \
16         X86JITInfo.cpp \
17         X86MCInstLower.cpp \
18         X86RegisterInfo.cpp \
19         X86SelectionDAGInfo.cpp \
20         X86Subtarget.cpp \
21         X86TargetMachine.cpp \
22         X86TargetObjectFile.cpp \
23         X86VZeroUpper.cpp \
24
25 TGHDRS= Intrinsics \
26         X86GenCallingConv \
27         X86GenDAGISel \
28         X86GenFastISel \
29         X86GenInstrInfo \
30         X86GenRegisterInfo \
31         X86GenSubtargetInfo
32
33 .include "../clang.lib.mk"