1986e05bcSDimitry Andric# $FreeBSD$ 2986e05bcSDimitry Andric 3986e05bcSDimitry Andric.include "../llvm.pre.mk" 4986e05bcSDimitry Andric 5986e05bcSDimitry AndricLIB= llvmminimal 6986e05bcSDimitry AndricINTERNALLIB= 7986e05bcSDimitry Andric 8986e05bcSDimitry AndricSRCDIR= lib 9*4014a71fSDimitry AndricSRCS+= Demangle/ItaniumDemangle.cpp 105897d2f0SDimitry AndricSRCS+= Support/APFloat.cpp 11986e05bcSDimitry AndricSRCS+= Support/APInt.cpp 12676320a0SDimitry AndricSRCS+= Support/ARMTargetParser.cpp 13*4014a71fSDimitry Andric#SRCS+= Support/Atomic.cpp 1436cb3905SDimitry AndricSRCS+= Support/CodeGenCoverage.cpp 15986e05bcSDimitry AndricSRCS+= Support/CommandLine.cpp 1609bfd043SDimitry AndricSRCS+= Support/ConvertUTF.cpp 17986e05bcSDimitry AndricSRCS+= Support/ConvertUTFWrapper.cpp 18986e05bcSDimitry AndricSRCS+= Support/Debug.cpp 19986e05bcSDimitry AndricSRCS+= Support/Errno.cpp 2009bfd043SDimitry AndricSRCS+= Support/Error.cpp 21986e05bcSDimitry AndricSRCS+= Support/ErrorHandling.cpp 22986e05bcSDimitry AndricSRCS+= Support/FoldingSet.cpp 2340af08b3SDimitry AndricSRCS+= Support/FormatVariadic.cpp 24986e05bcSDimitry AndricSRCS+= Support/FormattedStream.cpp 25986e05bcSDimitry AndricSRCS+= Support/Hashing.cpp 26986e05bcSDimitry AndricSRCS+= Support/Host.cpp 27986e05bcSDimitry AndricSRCS+= Support/IntEqClasses.cpp 2825194b54SDimitry AndricSRCS+= Support/JSON.cpp 29986e05bcSDimitry AndricSRCS+= Support/Locale.cpp 30482a8244SDimitry AndricSRCS+= Support/LowLevelType.cpp 315897d2f0SDimitry AndricSRCS+= Support/MD5.cpp 32986e05bcSDimitry AndricSRCS+= Support/ManagedStatic.cpp 33986e05bcSDimitry AndricSRCS+= Support/MemoryBuffer.cpp 34986e05bcSDimitry AndricSRCS+= Support/Mutex.cpp 3509bfd043SDimitry AndricSRCS+= Support/NativeFormatting.cpp 36986e05bcSDimitry AndricSRCS+= Support/Path.cpp 37986e05bcSDimitry AndricSRCS+= Support/PrettyStackTrace.cpp 38986e05bcSDimitry AndricSRCS+= Support/Process.cpp 39986e05bcSDimitry AndricSRCS+= Support/Program.cpp 40986e05bcSDimitry AndricSRCS+= Support/Regex.cpp 41986e05bcSDimitry AndricSRCS+= Support/Signals.cpp 42*4014a71fSDimitry AndricSRCS+= Support/Signposts.cpp 43986e05bcSDimitry AndricSRCS+= Support/SmallPtrSet.cpp 44986e05bcSDimitry AndricSRCS+= Support/SmallVector.cpp 45986e05bcSDimitry AndricSRCS+= Support/SourceMgr.cpp 4609bfd043SDimitry AndricSRCS+= Support/Statistic.cpp 47986e05bcSDimitry AndricSRCS+= Support/StringExtras.cpp 48986e05bcSDimitry AndricSRCS+= Support/StringMap.cpp 49986e05bcSDimitry AndricSRCS+= Support/StringRef.cpp 50986e05bcSDimitry AndricSRCS+= Support/StringSaver.cpp 51986e05bcSDimitry AndricSRCS+= Support/Threading.cpp 5209bfd043SDimitry AndricSRCS+= Support/Timer.cpp 53986e05bcSDimitry AndricSRCS+= Support/ToolOutputFile.cpp 54986e05bcSDimitry AndricSRCS+= Support/Triple.cpp 55986e05bcSDimitry AndricSRCS+= Support/Twine.cpp 56986e05bcSDimitry AndricSRCS+= Support/Unicode.cpp 57*4014a71fSDimitry AndricSRCS+= Support/Watchdog.cpp 5825194b54SDimitry AndricSRCS+= Support/WithColor.cpp 59986e05bcSDimitry AndricSRCS+= Support/circular_raw_ostream.cpp 60986e05bcSDimitry AndricSRCS+= Support/raw_ostream.cpp 61986e05bcSDimitry AndricSRCS+= Support/regcomp.c 62986e05bcSDimitry AndricSRCS+= Support/regerror.c 63986e05bcSDimitry AndricSRCS+= Support/regexec.c 64986e05bcSDimitry AndricSRCS+= Support/regfree.c 65986e05bcSDimitry AndricSRCS+= Support/regstrlcpy.c 66986e05bcSDimitry AndricSRCS+= TableGen/Error.cpp 6725194b54SDimitry AndricSRCS+= TableGen/JSONBackend.cpp 68986e05bcSDimitry AndricSRCS+= TableGen/Main.cpp 69986e05bcSDimitry AndricSRCS+= TableGen/Record.cpp 70986e05bcSDimitry AndricSRCS+= TableGen/SetTheory.cpp 71986e05bcSDimitry AndricSRCS+= TableGen/StringMatcher.cpp 72986e05bcSDimitry AndricSRCS+= TableGen/TGLexer.cpp 73986e05bcSDimitry AndricSRCS+= TableGen/TGParser.cpp 74986e05bcSDimitry AndricSRCS+= TableGen/TableGenBackend.cpp 75986e05bcSDimitry Andric 76986e05bcSDimitry Andric.include "../llvm.build.mk" 77986e05bcSDimitry Andric.include <bsd.lib.mk> 78