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