]> rtime.felk.cvut.cz Git - boost-statechart-viewer.git/blob - Makefile
10c0f62fccb87f548c8530a54b24556db9140750
[boost-statechart-viewer.git] / Makefile
1 #LLVM_SRC=llvm
2
3 -include config.local
4
5 # Use our version of clang (even without installing)
6 LLVM_BIN = $(CURDIR)/_install/bin
7
8 LLVM_CONFIG := $(shell $(LLVM_BIN)/llvm-config --cxxflags --ldflags --libs all)
9
10 clang++ : bp.cpp
11         $(LLVM_BIN)/clang++ -v -g -cc1 -fno-rtti $(LLVM_CONFIG)         \
12         -lclangBasic -lclangLex -lclangDriver -lclangFrontend           \
13         -lclangParse -lclangAST -lclangSema -lclangAnalysis bp.cpp