]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - lib/clang/libllvmsupport/Makefile
MFC r234353:
[FreeBSD/stable/9.git] / lib / clang / libllvmsupport / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 LIB=    llvmsupport
6
7 SRCDIR= lib/Support
8 SRCS=   APFloat.cpp \
9         APInt.cpp \
10         APSInt.cpp \
11         Allocator.cpp \
12         Atomic.cpp \
13         BlockFrequency.cpp \
14         BranchProbability.cpp \
15         CommandLine.cpp \
16         ConstantRange.cpp \
17         CrashRecoveryContext.cpp \
18         DAGDeltaAlgorithm.cpp \
19         Debug.cpp \
20         DeltaAlgorithm.cpp \
21         Dwarf.cpp \
22         DynamicLibrary.cpp \
23         Errno.cpp \
24         ErrorHandling.cpp \
25         FoldingSet.cpp \
26         FormattedStream.cpp \
27         GraphWriter.cpp \
28         Hashing.cpp \
29         Host.cpp \
30         IntervalMap.cpp \
31         IntEqClasses.cpp \
32         IntrusiveRefCntPtr.cpp \
33         Locale.cpp \
34         LockFileManager.cpp \
35         ManagedStatic.cpp \
36         Memory.cpp \
37         MemoryBuffer.cpp \
38         MemoryObject.cpp \
39         Mutex.cpp \
40         Path.cpp \
41         PathV2.cpp \
42         PluginLoader.cpp \
43         PrettyStackTrace.cpp \
44         Process.cpp \
45         Program.cpp \
46         RWMutex.cpp \
47         Regex.cpp \
48         SearchForAddressOfSpecialSymbol.cpp \
49         Signals.cpp \
50         SmallPtrSet.cpp \
51         SmallVector.cpp \
52         SourceMgr.cpp \
53         Statistic.cpp \
54         StreamableMemoryObject.cpp \
55         StringExtras.cpp \
56         StringMap.cpp \
57         StringPool.cpp \
58         StringRef.cpp \
59         TargetRegistry.cpp \
60         ThreadLocal.cpp \
61         Threading.cpp \
62         TimeValue.cpp \
63         Timer.cpp \
64         ToolOutputFile.cpp \
65         Triple.cpp \
66         Twine.cpp \
67         Valgrind.cpp \
68         circular_raw_ostream.cpp \
69         raw_os_ostream.cpp \
70         raw_ostream.cpp \
71         regcomp.c \
72         regerror.c \
73         regexec.c \
74         regfree.c \
75         regstrlcpy.c \
76         system_error.cpp
77 LLVM_REQUIRES_RTTI=
78
79 .if ${MK_CLANG_EXTRAS} != "no"
80 SRCS+=  BlockFrequency.cpp \
81         BranchProbability.cpp \
82         DataExtractor.cpp \
83         DataStream.cpp \
84         Disassembler.cpp \
85         FileUtilities.cpp \
86         MemoryObject.cpp \
87         SystemUtils.cpp
88 .endif
89
90 .include "../clang.lib.mk"