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 11c130a785SDimitry AndricSRCS+= Support/Atomic.cpp 1236cb3905SDimitry AndricSRCS+= Support/CodeGenCoverage.cpp 13986e05bcSDimitry AndricSRCS+= Support/CommandLine.cpp 1409bfd043SDimitry AndricSRCS+= Support/ConvertUTF.cpp 15986e05bcSDimitry AndricSRCS+= Support/ConvertUTFWrapper.cpp 16986e05bcSDimitry AndricSRCS+= Support/Debug.cpp 17986e05bcSDimitry AndricSRCS+= Support/Errno.cpp 1809bfd043SDimitry AndricSRCS+= Support/Error.cpp 19986e05bcSDimitry AndricSRCS+= Support/ErrorHandling.cpp 20986e05bcSDimitry AndricSRCS+= Support/FoldingSet.cpp 21986e05bcSDimitry AndricSRCS+= Support/FormattedStream.cpp 22986e05bcSDimitry AndricSRCS+= Support/Hashing.cpp 23986e05bcSDimitry AndricSRCS+= Support/Host.cpp 24986e05bcSDimitry AndricSRCS+= Support/IntEqClasses.cpp 25*25194b54SDimitry AndricSRCS+= Support/JSON.cpp 26986e05bcSDimitry AndricSRCS+= Support/Locale.cpp 27482a8244SDimitry AndricSRCS+= Support/LowLevelType.cpp 285897d2f0SDimitry AndricSRCS+= Support/MD5.cpp 29986e05bcSDimitry AndricSRCS+= Support/ManagedStatic.cpp 30986e05bcSDimitry AndricSRCS+= Support/MemoryBuffer.cpp 31986e05bcSDimitry AndricSRCS+= Support/Mutex.cpp 3209bfd043SDimitry AndricSRCS+= Support/NativeFormatting.cpp 33986e05bcSDimitry AndricSRCS+= Support/Path.cpp 34986e05bcSDimitry AndricSRCS+= Support/PrettyStackTrace.cpp 35986e05bcSDimitry AndricSRCS+= Support/Process.cpp 36986e05bcSDimitry AndricSRCS+= Support/Program.cpp 37986e05bcSDimitry AndricSRCS+= Support/Regex.cpp 38986e05bcSDimitry AndricSRCS+= Support/Signals.cpp 39986e05bcSDimitry AndricSRCS+= Support/SmallPtrSet.cpp 40986e05bcSDimitry AndricSRCS+= Support/SmallVector.cpp 41986e05bcSDimitry AndricSRCS+= Support/SourceMgr.cpp 4209bfd043SDimitry AndricSRCS+= Support/Statistic.cpp 43986e05bcSDimitry AndricSRCS+= Support/StringExtras.cpp 44986e05bcSDimitry AndricSRCS+= Support/StringMap.cpp 45986e05bcSDimitry AndricSRCS+= Support/StringRef.cpp 46986e05bcSDimitry AndricSRCS+= Support/StringSaver.cpp 47986e05bcSDimitry AndricSRCS+= Support/TargetParser.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 54*25194b54SDimitry 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 63*25194b54SDimitry 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