diff options
Diffstat (limited to 'unittests/ASTMatchers/Makefile')
-rw-r--r-- | unittests/ASTMatchers/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/unittests/ASTMatchers/Makefile b/unittests/ASTMatchers/Makefile new file mode 100644 index 0000000..d3e4aa37 --- /dev/null +++ b/unittests/ASTMatchers/Makefile @@ -0,0 +1,19 @@ +##===- unittests/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 = ../.. + +TESTNAME = ASTMatchers +include $(CLANG_LEVEL)/../../Makefile.config +LINK_COMPONENTS := $(TARGETS_TO_BUILD) asmparser support mc +USEDLIBS = clangTooling.a clangFrontend.a clangSerialization.a clangDriver.a \ + clangRewrite.a clangParse.a clangSema.a clangAnalysis.a \ + clangAST.a clangASTMatchers.a clangLex.a clangBasic.a clangEdit.a + +include $(CLANG_LEVEL)/unittests/Makefile |