]> rtime.felk.cvut.cz Git - boost-statechart-viewer.git/blob - Makefile
Fix my broken Makefile
[boost-statechart-viewer.git] / Makefile
1 LLVM_SRC=/home/petr/llvm
2
3 -include config.local
4
5 glang++ : bp.cpp
6         -clang++ -v -g -cc1 -fno-rtti `llvm-config --cxxflags --ldflags \
7         --libs` -lclangBasic -lclangLex -lclangDriver -lclangFrontend   \
8         -lclangParse -lclangAST -lclangSema -lclangAnalysis -I$(LLVM_SRC)/tools/clang/include/ -I $(LLVM_SRC)/include/  \
9         bp.cpp