xref: /freebsd/lib/clang/libllvmminimal/Makefile (revision 5897d2f01b9945ebb34757b8d98644f232622fdb)
1986e05bcSDimitry Andric# $FreeBSD$
2986e05bcSDimitry Andric
3986e05bcSDimitry Andric.include "../llvm.pre.mk"
4986e05bcSDimitry Andric
5986e05bcSDimitry AndricLIB=		llvmminimal
6986e05bcSDimitry AndricINTERNALLIB=
7986e05bcSDimitry Andric
8986e05bcSDimitry AndricSRCDIR=		lib
9*5897d2f0SDimitry AndricSRCS+=		Support/APFloat.cpp
10986e05bcSDimitry AndricSRCS+=		Support/APInt.cpp
11c130a785SDimitry AndricSRCS+=		Support/Atomic.cpp
12986e05bcSDimitry AndricSRCS+=		Support/CommandLine.cpp
1309bfd043SDimitry AndricSRCS+=		Support/ConvertUTF.cpp
14986e05bcSDimitry AndricSRCS+=		Support/ConvertUTFWrapper.cpp
15986e05bcSDimitry AndricSRCS+=		Support/Debug.cpp
16986e05bcSDimitry AndricSRCS+=		Support/Errno.cpp
1709bfd043SDimitry AndricSRCS+=		Support/Error.cpp
18986e05bcSDimitry AndricSRCS+=		Support/ErrorHandling.cpp
19986e05bcSDimitry AndricSRCS+=		Support/FoldingSet.cpp
20986e05bcSDimitry AndricSRCS+=		Support/FormattedStream.cpp
21986e05bcSDimitry AndricSRCS+=		Support/Hashing.cpp
22986e05bcSDimitry AndricSRCS+=		Support/Host.cpp
23986e05bcSDimitry AndricSRCS+=		Support/IntEqClasses.cpp
24986e05bcSDimitry AndricSRCS+=		Support/Locale.cpp
25*5897d2f0SDimitry AndricSRCS+=		Support/MD5.cpp
26986e05bcSDimitry AndricSRCS+=		Support/ManagedStatic.cpp
27986e05bcSDimitry AndricSRCS+=		Support/MemoryBuffer.cpp
28986e05bcSDimitry AndricSRCS+=		Support/Mutex.cpp
2909bfd043SDimitry AndricSRCS+=		Support/NativeFormatting.cpp
30986e05bcSDimitry AndricSRCS+=		Support/Path.cpp
31986e05bcSDimitry AndricSRCS+=		Support/PrettyStackTrace.cpp
32986e05bcSDimitry AndricSRCS+=		Support/Process.cpp
33986e05bcSDimitry AndricSRCS+=		Support/Program.cpp
34986e05bcSDimitry AndricSRCS+=		Support/Regex.cpp
35986e05bcSDimitry AndricSRCS+=		Support/Signals.cpp
36986e05bcSDimitry AndricSRCS+=		Support/SmallPtrSet.cpp
37986e05bcSDimitry AndricSRCS+=		Support/SmallVector.cpp
38986e05bcSDimitry AndricSRCS+=		Support/SourceMgr.cpp
3909bfd043SDimitry AndricSRCS+=		Support/Statistic.cpp
40986e05bcSDimitry AndricSRCS+=		Support/StringExtras.cpp
41986e05bcSDimitry AndricSRCS+=		Support/StringMap.cpp
42986e05bcSDimitry AndricSRCS+=		Support/StringRef.cpp
43986e05bcSDimitry AndricSRCS+=		Support/StringSaver.cpp
44986e05bcSDimitry AndricSRCS+=		Support/TargetParser.cpp
45986e05bcSDimitry AndricSRCS+=		Support/Threading.cpp
4609bfd043SDimitry AndricSRCS+=		Support/Timer.cpp
47986e05bcSDimitry AndricSRCS+=		Support/ToolOutputFile.cpp
48986e05bcSDimitry AndricSRCS+=		Support/Triple.cpp
49986e05bcSDimitry AndricSRCS+=		Support/Twine.cpp
50986e05bcSDimitry AndricSRCS+=		Support/Unicode.cpp
51986e05bcSDimitry AndricSRCS+=		Support/circular_raw_ostream.cpp
52986e05bcSDimitry AndricSRCS+=		Support/raw_ostream.cpp
53986e05bcSDimitry AndricSRCS+=		Support/regcomp.c
54986e05bcSDimitry AndricSRCS+=		Support/regerror.c
55986e05bcSDimitry AndricSRCS+=		Support/regexec.c
56986e05bcSDimitry AndricSRCS+=		Support/regfree.c
57986e05bcSDimitry AndricSRCS+=		Support/regstrlcpy.c
58986e05bcSDimitry AndricSRCS+=		TableGen/Error.cpp
59986e05bcSDimitry AndricSRCS+=		TableGen/Main.cpp
60986e05bcSDimitry AndricSRCS+=		TableGen/Record.cpp
61986e05bcSDimitry AndricSRCS+=		TableGen/SetTheory.cpp
62986e05bcSDimitry AndricSRCS+=		TableGen/StringMatcher.cpp
63986e05bcSDimitry AndricSRCS+=		TableGen/TGLexer.cpp
64986e05bcSDimitry AndricSRCS+=		TableGen/TGParser.cpp
65986e05bcSDimitry AndricSRCS+=		TableGen/TableGenBackend.cpp
66986e05bcSDimitry Andric
67986e05bcSDimitry Andric.include "../llvm.build.mk"
68986e05bcSDimitry Andric.include <bsd.lib.mk>
69