]> CyberLeo.Net >> Repos - FreeBSD/releng/9.1.git/blob - lib/clang/libllvmx86codegen/Makefile
Copy stable/9 to releng/9.1 as part of the 9.1-RELEASE release process.
[FreeBSD/releng/9.1.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         X86MachineFunctionInfo.cpp \
19         X86RegisterInfo.cpp \
20         X86SelectionDAGInfo.cpp \
21         X86Subtarget.cpp \
22         X86TargetMachine.cpp \
23         X86TargetObjectFile.cpp \
24         X86VZeroUpper.cpp \
25
26 TGHDRS= Intrinsics \
27         X86GenCallingConv \
28         X86GenDAGISel \
29         X86GenFastISel \
30         X86GenInstrInfo \
31         X86GenRegisterInfo \
32         X86GenSubtargetInfo
33
34 .include "../clang.lib.mk"