summaryrefslogtreecommitdiffstats
path: root/tools/wpa/Makefile
blob: 01dbd11b8df55d9d0128ff9ab70efcb4cc8e6b7a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
LEVEL = ../../../..

TOOLNAME = clang-wpa
CPPFLAGS += -I$(PROJ_SRC_DIR)/../../include -I$(PROJ_OBJ_DIR)/../../include
CXXFLAGS = -fno-rtti
NO_INSTALL = 1

# No plugins, optimize startup time.
TOOL_NO_EXPORTS = 1

include $(LEVEL)/Makefile.config

LINK_COMPONENTS := bitreader mc
USEDLIBS = clangFrontend.a clangSema.a clangAST.a clangLex.a clangBasic.a clangAnalysis.a clangIndex.a

include $(LLVM_SRC_ROOT)/Makefile.rules
OpenPOWER on IntegriCloud