diff options
Diffstat (limited to 'lib/clang/libllvmsystem/Makefile')
-rw-r--r-- | lib/clang/libllvmsystem/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/lib/clang/libllvmsystem/Makefile b/lib/clang/libllvmsystem/Makefile new file mode 100644 index 0000000..99957f6 --- /dev/null +++ b/lib/clang/libllvmsystem/Makefile @@ -0,0 +1,24 @@ +# $FreeBSD$ + +LIB= llvmsystem + +SRCDIR= lib/System +SRCS= Atomic.cpp \ + DynamicLibrary.cpp \ + Errno.cpp \ + Host.cpp \ + Memory.cpp \ + Mutex.cpp \ + Path.cpp \ + Process.cpp \ + Program.cpp \ + RWMutex.cpp \ + SearchForAddressOfSpecialSymbol.cpp \ + Signals.cpp \ + ThreadLocal.cpp \ + Threading.cpp \ + TimeValue.cpp \ + Valgrind.cpp +LLVM_REQUIRES_RTTI= + +.include "../clang.lib.mk" |