1986e05bcSDimitry Andric# $FreeBSD$ 2986e05bcSDimitry Andric 3986e05bcSDimitry Andric.include "../llvm.pre.mk" 4986e05bcSDimitry Andric 5986e05bcSDimitry AndricLIB= llvmminimal 6986e05bcSDimitry AndricINTERNALLIB= 7986e05bcSDimitry Andric 80b57cec5SDimitry AndricSRCDIR= llvm/lib 94014a71fSDimitry AndricSRCS+= Demangle/ItaniumDemangle.cpp 105897d2f0SDimitry AndricSRCS+= Support/APFloat.cpp 11986e05bcSDimitry AndricSRCS+= Support/APInt.cpp 12676320a0SDimitry AndricSRCS+= Support/ARMTargetParser.cpp 136f5bc35dSBrandon BergrenSRCS+= Support/Atomic.cpp 1436cb3905SDimitry AndricSRCS+= Support/CodeGenCoverage.cpp 15986e05bcSDimitry AndricSRCS+= Support/CommandLine.cpp 1609bfd043SDimitry AndricSRCS+= Support/ConvertUTF.cpp 17986e05bcSDimitry AndricSRCS+= Support/ConvertUTFWrapper.cpp 1813138422SDimitry AndricSRCS+= Support/CrashRecoveryContext.cpp 19986e05bcSDimitry AndricSRCS+= Support/Debug.cpp 20986e05bcSDimitry AndricSRCS+= Support/Errno.cpp 2109bfd043SDimitry AndricSRCS+= Support/Error.cpp 22986e05bcSDimitry AndricSRCS+= Support/ErrorHandling.cpp 23986e05bcSDimitry AndricSRCS+= Support/FoldingSet.cpp 2440af08b3SDimitry AndricSRCS+= Support/FormatVariadic.cpp 25986e05bcSDimitry AndricSRCS+= Support/FormattedStream.cpp 26986e05bcSDimitry AndricSRCS+= Support/Hashing.cpp 27986e05bcSDimitry AndricSRCS+= Support/Host.cpp 28986e05bcSDimitry AndricSRCS+= Support/IntEqClasses.cpp 2925194b54SDimitry AndricSRCS+= Support/JSON.cpp 30986e05bcSDimitry AndricSRCS+= Support/Locale.cpp 31482a8244SDimitry AndricSRCS+= Support/LowLevelType.cpp 325897d2f0SDimitry AndricSRCS+= Support/MD5.cpp 33986e05bcSDimitry AndricSRCS+= Support/ManagedStatic.cpp 34986e05bcSDimitry AndricSRCS+= Support/MemoryBuffer.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 424014a71fSDimitry 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 5113138422SDimitry AndricSRCS+= Support/ThreadLocal.cpp 52986e05bcSDimitry AndricSRCS+= Support/Threading.cpp 5309bfd043SDimitry AndricSRCS+= Support/Timer.cpp 54986e05bcSDimitry AndricSRCS+= Support/ToolOutputFile.cpp 55986e05bcSDimitry AndricSRCS+= Support/Triple.cpp 56986e05bcSDimitry AndricSRCS+= Support/Twine.cpp 57986e05bcSDimitry AndricSRCS+= Support/Unicode.cpp 5838b6f456SDimitry AndricSRCS+= Support/VirtualFileSystem.cpp 594014a71fSDimitry AndricSRCS+= Support/Watchdog.cpp 6025194b54SDimitry AndricSRCS+= Support/WithColor.cpp 61*0f1174c5SDimitry AndricSRCS+= Support/YAMLParser.cpp 62986e05bcSDimitry AndricSRCS+= Support/circular_raw_ostream.cpp 63986e05bcSDimitry AndricSRCS+= Support/raw_ostream.cpp 64986e05bcSDimitry AndricSRCS+= Support/regcomp.c 65986e05bcSDimitry AndricSRCS+= Support/regerror.c 66986e05bcSDimitry AndricSRCS+= Support/regexec.c 67986e05bcSDimitry AndricSRCS+= Support/regfree.c 68986e05bcSDimitry AndricSRCS+= Support/regstrlcpy.c 69986e05bcSDimitry AndricSRCS+= TableGen/Error.cpp 7025194b54SDimitry AndricSRCS+= TableGen/JSONBackend.cpp 71986e05bcSDimitry AndricSRCS+= TableGen/Main.cpp 72986e05bcSDimitry AndricSRCS+= TableGen/Record.cpp 73986e05bcSDimitry AndricSRCS+= TableGen/SetTheory.cpp 74986e05bcSDimitry AndricSRCS+= TableGen/StringMatcher.cpp 75986e05bcSDimitry AndricSRCS+= TableGen/TGLexer.cpp 76986e05bcSDimitry AndricSRCS+= TableGen/TGParser.cpp 77986e05bcSDimitry AndricSRCS+= TableGen/TableGenBackend.cpp 78986e05bcSDimitry Andric 79986e05bcSDimitry Andric.include "../llvm.build.mk" 80986e05bcSDimitry Andric.include <bsd.lib.mk> 81