]> rtime.felk.cvut.cz Git - boost-statechart-viewer.git/blob - Makefile
Corrections of some warnings, add commentary to source file.
[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 jit core)