summaryrefslogtreecommitdiffstats
path: root/clang/lib/ASTMatchers/Dynamic/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'clang/lib/ASTMatchers/Dynamic/Makefile')
-rw-r--r--clang/lib/ASTMatchers/Dynamic/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/clang/lib/ASTMatchers/Dynamic/Makefile b/clang/lib/ASTMatchers/Dynamic/Makefile
new file mode 100644
index 00000000000..a57d7522295
--- /dev/null
+++ b/clang/lib/ASTMatchers/Dynamic/Makefile
@@ -0,0 +1,13 @@
+##===- clang/lib/ASTMatchers/Dynamic/Makefile --------------*- Makefile -*-===##
+#
+# The LLVM Compiler Infrastructure
+#
+# This file is distributed under the University of Illinois Open Source
+# License. See LICENSE.TXT for details.
+#
+##===----------------------------------------------------------------------===##
+
+CLANG_LEVEL := ../../..
+LIBRARYNAME := clangDynamicASTMatchers
+
+include $(CLANG_LEVEL)/Makefile
OpenPOWER on IntegriCloud