xref: /freebsd/lib/clang/libllvmminimal/Makefile (revision 0b57cec536236d46e3dba9bd041533462f33dbb7)
1986e05bcSDimitry Andric# $FreeBSD$
2986e05bcSDimitry Andric
3986e05bcSDimitry Andric.include "../llvm.pre.mk"
4986e05bcSDimitry Andric
5986e05bcSDimitry AndricLIB=		llvmminimal
6986e05bcSDimitry AndricINTERNALLIB=
7986e05bcSDimitry Andric
8*0b57cec5SDimitry AndricSRCDIR=		llvm/lib
94014a71fSDimitry AndricSRCS+=		Demangle/ItaniumDemangle.cpp
105897d2f0SDimitry AndricSRCS+=		Support/APFloat.cpp
11986e05bcSDimitry AndricSRCS+=		Support/APInt.cpp
12676320a0SDimitry AndricSRCS+=		Support/ARMTargetParser.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
2240af08b3SDimitry AndricSRCS+=		Support/FormatVariadic.cpp
23986e05bcSDimitry AndricSRCS+=		Support/FormattedStream.cpp
24986e05bcSDimitry AndricSRCS+=		Support/Hashing.cpp
25986e05bcSDimitry AndricSRCS+=		Support/Host.cpp
26986e05bcSDimitry AndricSRCS+=		Support/IntEqClasses.cpp
2725194b54SDimitry AndricSRCS+=		Support/JSON.cpp
28986e05bcSDimitry AndricSRCS+=		Support/Locale.cpp
29482a8244SDimitry AndricSRCS+=		Support/LowLevelType.cpp
305897d2f0SDimitry AndricSRCS+=		Support/MD5.cpp
31986e05bcSDimitry AndricSRCS+=		Support/ManagedStatic.cpp
32986e05bcSDimitry AndricSRCS+=		Support/MemoryBuffer.cpp
33986e05bcSDimitry AndricSRCS+=		Support/Mutex.cpp
3409bfd043SDimitry AndricSRCS+=		Support/NativeFormatting.cpp
35986e05bcSDimitry AndricSRCS+=		Support/Path.cpp
36986e05bcSDimitry AndricSRCS+=		Support/PrettyStackTrace.cpp
37986e05bcSDimitry AndricSRCS+=		Support/Process.cpp
38986e05bcSDimitry AndricSRCS+=		Support/Program.cpp
39986e05bcSDimitry AndricSRCS+=		Support/Regex.cpp
40986e05bcSDimitry AndricSRCS+=		Support/Signals.cpp
414014a71fSDimitry AndricSRCS+=		Support/Signposts.cpp
42986e05bcSDimitry AndricSRCS+=		Support/SmallPtrSet.cpp
43986e05bcSDimitry AndricSRCS+=		Support/SmallVector.cpp
44986e05bcSDimitry AndricSRCS+=		Support/SourceMgr.cpp
4509bfd043SDimitry AndricSRCS+=		Support/Statistic.cpp
46986e05bcSDimitry AndricSRCS+=		Support/StringExtras.cpp
47986e05bcSDimitry AndricSRCS+=		Support/StringMap.cpp
48986e05bcSDimitry AndricSRCS+=		Support/StringRef.cpp
49986e05bcSDimitry AndricSRCS+=		Support/StringSaver.cpp
50986e05bcSDimitry AndricSRCS+=		Support/Threading.cpp
5109bfd043SDimitry AndricSRCS+=		Support/Timer.cpp
52986e05bcSDimitry AndricSRCS+=		Support/ToolOutputFile.cpp
53986e05bcSDimitry AndricSRCS+=		Support/Triple.cpp
54986e05bcSDimitry AndricSRCS+=		Support/Twine.cpp
55986e05bcSDimitry AndricSRCS+=		Support/Unicode.cpp
564014a71fSDimitry AndricSRCS+=		Support/Watchdog.cpp
5725194b54SDimitry AndricSRCS+=		Support/WithColor.cpp
58986e05bcSDimitry AndricSRCS+=		Support/circular_raw_ostream.cpp
59986e05bcSDimitry AndricSRCS+=		Support/raw_ostream.cpp
60986e05bcSDimitry AndricSRCS+=		Support/regcomp.c
61986e05bcSDimitry AndricSRCS+=		Support/regerror.c
62986e05bcSDimitry AndricSRCS+=		Support/regexec.c
63986e05bcSDimitry AndricSRCS+=		Support/regfree.c
64986e05bcSDimitry AndricSRCS+=		Support/regstrlcpy.c
65986e05bcSDimitry AndricSRCS+=		TableGen/Error.cpp
6625194b54SDimitry AndricSRCS+=		TableGen/JSONBackend.cpp
67986e05bcSDimitry AndricSRCS+=		TableGen/Main.cpp
68986e05bcSDimitry AndricSRCS+=		TableGen/Record.cpp
69986e05bcSDimitry AndricSRCS+=		TableGen/SetTheory.cpp
70986e05bcSDimitry AndricSRCS+=		TableGen/StringMatcher.cpp
71986e05bcSDimitry AndricSRCS+=		TableGen/TGLexer.cpp
72986e05bcSDimitry AndricSRCS+=		TableGen/TGParser.cpp
73986e05bcSDimitry AndricSRCS+=		TableGen/TableGenBackend.cpp
74986e05bcSDimitry Andric
75986e05bcSDimitry Andric.include "../llvm.build.mk"
76986e05bcSDimitry Andric.include <bsd.lib.mk>
77