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