]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/clang/libllvmcore/Makefile
MFH: r278968-r280640
[FreeBSD/FreeBSD.git] / lib / clang / libllvmcore / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 LIB=    llvmcore
6
7 SRCDIR= lib/IR
8 SRCS=   AsmWriter.cpp \
9         Attributes.cpp \
10         AutoUpgrade.cpp \
11         BasicBlock.cpp \
12         Comdat.cpp \
13         ConstantFold.cpp \
14         ConstantRange.cpp \
15         Constants.cpp \
16         Core.cpp \
17         DIBuilder.cpp \
18         DataLayout.cpp \
19         DebugInfo.cpp \
20         DebugLoc.cpp \
21         DiagnosticInfo.cpp \
22         DiagnosticPrinter.cpp \
23         Dominators.cpp \
24         Function.cpp \
25         GCOV.cpp \
26         GVMaterializer.cpp \
27         Globals.cpp \
28         IRBuilder.cpp \
29         IRPrintingPasses.cpp \
30         InlineAsm.cpp \
31         Instruction.cpp \
32         Instructions.cpp \
33         IntrinsicInst.cpp \
34         LLVMContext.cpp \
35         LLVMContextImpl.cpp \
36         LegacyPassManager.cpp \
37         MDBuilder.cpp \
38         Mangler.cpp \
39         Metadata.cpp \
40         MetadataTracking.cpp \
41         Module.cpp \
42         Pass.cpp \
43         PassManager.cpp \
44         PassRegistry.cpp \
45         Statepoint.cpp \
46         Type.cpp \
47         TypeFinder.cpp \
48         Use.cpp \
49         UseListOrder.cpp \
50         User.cpp \
51         Value.cpp \
52         ValueSymbolTable.cpp \
53         ValueTypes.cpp \
54         Verifier.cpp
55
56 TGHDRS= Intrinsics
57
58 .include "../clang.lib.mk"