diff options
Diffstat (limited to 'lib/ASTMatchers/Makefile')
-rw-r--r-- | lib/ASTMatchers/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/lib/ASTMatchers/Makefile b/lib/ASTMatchers/Makefile new file mode 100644 index 0000000000..3ee9ccb580 --- /dev/null +++ b/lib/ASTMatchers/Makefile @@ -0,0 +1,15 @@ +##===- 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 + +PARALLEL_DIRS = Dynamic + +include $(CLANG_LEVEL)/Makefile |