aboutsummaryrefslogtreecommitdiff
path: root/lib/ASTMatchers/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ASTMatchers/Makefile')
-rw-r--r--lib/ASTMatchers/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/lib/ASTMatchers/Makefile b/lib/ASTMatchers/Makefile
new file mode 100644
index 000000000000..76d82719a103
--- /dev/null
+++ b/lib/ASTMatchers/Makefile
@@ -0,0 +1,13 @@
+##===- clang/lib/ASTMatchers/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 := clangASTMatchers
+
+include $(CLANG_LEVEL)/Makefile