summaryrefslogtreecommitdiffstats
path: root/lib/clang/libllvmobject
diff options
context:
space:
mode:
Diffstat (limited to 'lib/clang/libllvmobject')
-rw-r--r--lib/clang/libllvmobject/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/lib/clang/libllvmobject/Makefile b/lib/clang/libllvmobject/Makefile
new file mode 100644
index 0000000..7358c13
--- /dev/null
+++ b/lib/clang/libllvmobject/Makefile
@@ -0,0 +1,17 @@
+# $FreeBSD$
+
+.include <bsd.own.mk>
+
+LIB= llvmobject
+
+SRCDIR= lib/Object
+SRCS= Archive.cpp \
+ Binary.cpp \
+ COFFObjectFile.cpp \
+ ELFObjectFile.cpp \
+ Error.cpp \
+ MachOObjectFile.cpp \
+ Object.cpp \
+ ObjectFile.cpp
+
+.include "../clang.lib.mk"
OpenPOWER on IntegriCloud