summaryrefslogtreecommitdiffstats
path: root/lib/clang/liblldbPluginDynamicLoaderPosixDYLD/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/clang/liblldbPluginDynamicLoaderPosixDYLD/Makefile')
-rw-r--r--lib/clang/liblldbPluginDynamicLoaderPosixDYLD/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/lib/clang/liblldbPluginDynamicLoaderPosixDYLD/Makefile b/lib/clang/liblldbPluginDynamicLoaderPosixDYLD/Makefile
new file mode 100644
index 0000000..718607d
--- /dev/null
+++ b/lib/clang/liblldbPluginDynamicLoaderPosixDYLD/Makefile
@@ -0,0 +1,17 @@
+# $FreeBSD$
+
+.include <bsd.own.mk>
+
+LIB= lldbPluginDynamicLoaderPosixDYLD
+
+SRCDIR= tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD
+SRCS= AuxVector.cpp \
+ DYLDRendezvous.cpp \
+ DynamicLoaderPOSIXDYLD.cpp
+
+TGHDRS= DiagnosticCommonKinds \
+ DeclNodes \
+ StmtNodes \
+ CommentCommandList
+
+.include "../lldb.lib.mk"
OpenPOWER on IntegriCloud