xref: /freebsd/lib/clang/libllvmminimal/Makefile (revision 676320a01845b4dc9e6e8eee5e7da6b9a3b20bfa)
1986e05bcSDimitry Andric# $FreeBSD$
2986e05bcSDimitry Andric
3986e05bcSDimitry Andric.include "../llvm.pre.mk"
4986e05bcSDimitry Andric
5986e05bcSDimitry AndricLIB=		llvmminimal
6986e05bcSDimitry AndricINTERNALLIB=
7986e05bcSDimitry Andric
8986e05bcSDimitry AndricSRCDIR=		lib
95897d2f0SDimitry AndricSRCS+=		Support/APFloat.cpp
10986e05bcSDimitry AndricSRCS+=		Support/APInt.cpp
11*676320a0SDimitry AndricSRCS+=		Support/ARMTargetParser.cpp
12c130a785SDimitry AndricSRCS+=		Support/Atomic.cpp
1336cb3905SDimitry AndricSRCS+=		Support/CodeGenCoverage.cpp
14986e05bcSDimitry AndricSRCS+=		Support/CommandLine.cpp
1509bfd043SDimitry AndricSRCS+=		Support/ConvertUTF.cpp
16986e05bcSDimitry AndricSRCS+=		Support/ConvertUTFWrapper.cpp
17986e05bcSDimitry AndricSRCS+=		Support/Debug.cpp
18986e05bcSDimitry AndricSRCS+=		Support/Errno.cpp
1909bfd043SDimitry AndricSRCS+=		Support/Error.cpp
20986e05bcSDimitry AndricSRCS+=		Support/ErrorHandling.cpp
21986e05bcSDimitry AndricSRCS+=		Support/FoldingSet.cpp
22986e05bcSDimitry AndricSRCS+=		Support/FormattedStream.cpp
23986e05bcSDimitry AndricSRCS+=		Support/Hashing.cpp
24986e05bcSDimitry AndricSRCS+=		Support/Host.cpp
25986e05bcSDimitry AndricSRCS+=		Support/IntEqClasses.cpp
2625194b54SDimitry AndricSRCS+=		Support/JSON.cpp
27986e05bcSDimitry AndricSRCS+=		Support/Locale.cpp
28482a8244SDimitry AndricSRCS+=		Support/LowLevelType.cpp
295897d2f0SDimitry AndricSRCS+=		Support/MD5.cpp
30986e05bcSDimitry AndricSRCS+=		Support/ManagedStatic.cpp
31986e05bcSDimitry AndricSRCS+=		Support/MemoryBuffer.cpp
32986e05bcSDimitry AndricSRCS+=		Support/Mutex.cpp
3309bfd043SDimitry AndricSRCS+=		Support/NativeFormatting.cpp
34986e05bcSDimitry AndricSRCS+=		Support/Path.cpp
35986e05bcSDimitry AndricSRCS+=		Support/PrettyStackTrace.cpp
36986e05bcSDimitry AndricSRCS+=		Support/Process.cpp
37986e05bcSDimitry AndricSRCS+=		Support/Program.cpp
38986e05bcSDimitry AndricSRCS+=		Support/Regex.cpp
39986e05bcSDimitry AndricSRCS+=		Support/Signals.cpp
40986e05bcSDimitry AndricSRCS+=		Support/SmallPtrSet.cpp
41986e05bcSDimitry AndricSRCS+=		Support/SmallVector.cpp
42986e05bcSDimitry AndricSRCS+=		Support/SourceMgr.cpp
4309bfd043SDimitry AndricSRCS+=		Support/Statistic.cpp
44986e05bcSDimitry AndricSRCS+=		Support/StringExtras.cpp
45986e05bcSDimitry AndricSRCS+=		Support/StringMap.cpp
46986e05bcSDimitry AndricSRCS+=		Support/StringRef.cpp
47986e05bcSDimitry AndricSRCS+=		Support/StringSaver.cpp
48986e05bcSDimitry AndricSRCS+=		Support/Threading.cpp
4909bfd043SDimitry AndricSRCS+=		Support/Timer.cpp
50986e05bcSDimitry AndricSRCS+=		Support/ToolOutputFile.cpp
51986e05bcSDimitry AndricSRCS+=		Support/Triple.cpp
52986e05bcSDimitry AndricSRCS+=		Support/Twine.cpp
53986e05bcSDimitry AndricSRCS+=		Support/Unicode.cpp
5425194b54SDimitry AndricSRCS+=		Support/WithColor.cpp
55986e05bcSDimitry AndricSRCS+=		Support/circular_raw_ostream.cpp
56986e05bcSDimitry AndricSRCS+=		Support/raw_ostream.cpp
57986e05bcSDimitry AndricSRCS+=		Support/regcomp.c
58986e05bcSDimitry AndricSRCS+=		Support/regerror.c
59986e05bcSDimitry AndricSRCS+=		Support/regexec.c
60986e05bcSDimitry AndricSRCS+=		Support/regfree.c
61986e05bcSDimitry AndricSRCS+=		Support/regstrlcpy.c
62986e05bcSDimitry AndricSRCS+=		TableGen/Error.cpp
6325194b54SDimitry AndricSRCS+=		TableGen/JSONBackend.cpp
64986e05bcSDimitry AndricSRCS+=		TableGen/Main.cpp
65986e05bcSDimitry AndricSRCS+=		TableGen/Record.cpp
66986e05bcSDimitry AndricSRCS+=		TableGen/SetTheory.cpp
67986e05bcSDimitry AndricSRCS+=		TableGen/StringMatcher.cpp
68986e05bcSDimitry AndricSRCS+=		TableGen/TGLexer.cpp
69986e05bcSDimitry AndricSRCS+=		TableGen/TGParser.cpp
70986e05bcSDimitry AndricSRCS+=		TableGen/TableGenBackend.cpp
71986e05bcSDimitry Andric
72986e05bcSDimitry Andric.include "../llvm.build.mk"
73986e05bcSDimitry Andric.include <bsd.lib.mk>
74