etc/services - sync with NetBSD-8
[minix.git] / external / bsd / llvm / dist / clang / unittests / Sema / Makefile
blob7fd5c27ad607bae5414114fbd0f6d0fe0f97c942
1 ##===- unittests/Sema/Makefile -----------------------------*- Makefile -*-===##
3 # The LLVM Compiler Infrastructure
5 # This file is distributed under the University of Illinois Open Source
6 # License. See LICENSE.TXT for details.
8 ##===----------------------------------------------------------------------===##
10 CLANG_LEVEL = ../..
11 TESTNAME = Sema
12 include $(CLANG_LEVEL)/../../Makefile.config
13 LINK_COMPONENTS := $(TARGETS_TO_BUILD) asmparser bitreader support mc option
14 USEDLIBS = clangTooling.a clangFrontend.a clangSerialization.a clangDriver.a \
15 clangRewrite.a clangRewriteFrontend.a \
16 clangParse.a clangSema.a clangAnalysis.a \
17 clangEdit.a clangAST.a clangASTMatchers.a clangLex.a clangBasic.a
19 include $(CLANG_LEVEL)/unittests/Makefile