]> CyberLeo.Net >> Repos - FreeBSD/releng/9.0.git/blob - lib/clang/libllvmsupport/Makefile
Copy stable/9 to releng/9.0 as part of the FreeBSD 9.0-RELEASE release
[FreeBSD/releng/9.0.git] / lib / clang / libllvmsupport / Makefile
1 # $FreeBSD$
2
3 LIB=    llvmsupport
4
5 SRCDIR= lib/Support
6 SRCS=   APFloat.cpp \
7         APInt.cpp \
8         APSInt.cpp \
9         Allocator.cpp \
10         Atomic.cpp \
11         BranchProbability.cpp \
12         CommandLine.cpp \
13         ConstantRange.cpp \
14         CrashRecoveryContext.cpp \
15         DAGDeltaAlgorithm.cpp \
16         Debug.cpp \
17         DeltaAlgorithm.cpp \
18         Dwarf.cpp \
19         DynamicLibrary.cpp \
20         Errno.cpp \
21         ErrorHandling.cpp \
22         FoldingSet.cpp \
23         FormattedStream.cpp \
24         GraphWriter.cpp \
25         Host.cpp \
26         IntervalMap.cpp \
27         IntEqClasses.cpp \
28         ManagedStatic.cpp \
29         Memory.cpp \
30         MemoryBuffer.cpp \
31         Mutex.cpp \
32         Path.cpp \
33         PathV2.cpp \
34         PluginLoader.cpp \
35         PrettyStackTrace.cpp \
36         Process.cpp \
37         Program.cpp \
38         RWMutex.cpp \
39         Regex.cpp \
40         SearchForAddressOfSpecialSymbol.cpp \
41         Signals.cpp \
42         SmallPtrSet.cpp \
43         SmallVector.cpp \
44         SourceMgr.cpp \
45         Statistic.cpp \
46         StringExtras.cpp \
47         StringMap.cpp \
48         StringPool.cpp \
49         StringRef.cpp \
50         TargetRegistry.cpp \
51         ThreadLocal.cpp \
52         Threading.cpp \
53         TimeValue.cpp \
54         Timer.cpp \
55         ToolOutputFile.cpp \
56         Triple.cpp \
57         Twine.cpp \
58         Valgrind.cpp \
59         circular_raw_ostream.cpp \
60         raw_os_ostream.cpp \
61         raw_ostream.cpp \
62         regcomp.c \
63         regerror.c \
64         regexec.c \
65         regfree.c \
66         regstrlcpy.c \
67         system_error.cpp
68 LLVM_REQUIRES_RTTI=
69
70 .include "../clang.lib.mk"