]> rtime.felk.cvut.cz Git - boost-statechart-viewer.git/commitdiff
Remove old code from src/Makefile
authorMichal Sojka <sojkam1@fel.cvut.cz>
Mon, 21 Mar 2011 10:02:01 +0000 (11:02 +0100)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Mon, 21 Mar 2011 10:02:01 +0000 (11:02 +0100)
src/Makefile

index fb23b3b0b3e7e3b5228db5f52944c3d527159f74..49113d5f67ef460ea42232a27bb5510e2ebbd26d 100644 (file)
@@ -1,12 +1,7 @@
--include ../config.local
-
-# Use our version of clang (even without installing)
-LLVM_BIN= $(CURDIR)/../_install/bin
-
 LLVM_CONFIG := $(shell llvm-config --cxxflags --ldflags --libs jit core)
 
 visualizer: visualizer.cpp commandlineopt.h stringoper.h
-       g++ $< -o $@ -g -lclangParse -lclangFrontend -lclangSerialization \
+       $(CXX) $< -o $@ -g -lclangParse -lclangFrontend -lclangSerialization \
        -lclangDriver -lclangCodeGen -lclangSema -lclangChecker \
        -lclangAnalysis -lclangRewrite -lclangAST -lclangLex -lclangBasic \
        $(LLVM_CONFIG)