]> rtime.felk.cvut.cz Git - boost-statechart-viewer.git/commitdiff
updated configure and Makefile. You don't need to use -I options
authorsilhape2 <silhape2@k909.felk.cvut.cz>
Mon, 27 Dec 2010 18:58:42 +0000 (19:58 +0100)
committersilhape2 <silhape2@k909.felk.cvut.cz>
Mon, 27 Dec 2010 18:58:42 +0000 (19:58 +0100)
.configure.swp [new file with mode: 0644]
Makefile
configure

diff --git a/.configure.swp b/.configure.swp
new file mode 100644 (file)
index 0000000..96b7c00
Binary files /dev/null and b/.configure.swp differ
index 2d2ff27276633409c544fb655e5fbc90d1a87b12..fae5407a7b956c5b74c02cf1049de602b0c50cd5 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,9 +1,9 @@
-LLVM_SRC=llvm
+#LLVM_SRC=llvm
 
 -include config.local
 
-glang++ : bp.cpp
+clang++ : bp.cpp
        -clang++ -v -g -cc1 -fno-rtti `llvm-config --cxxflags --ldflags \
-       --libs` -lclangBasic -lclangLex -lclangDriver -lclangFrontend   \
-       -lclangParse -lclangAST -lclangSema -lclangAnalysis -I$(LLVM_SRC)/tools/clang/include/ -I $(LLVM_SRC)/include/  \
+       --libs all` -lclangBasic -lclangLex -lclangDriver -lclangFrontend       \
+       -lclangParse -lclangAST -lclangSema -lclangAnalysis \
        bp.cpp
index de6529640644efb5dba29b95e3809aa26075dddb..e516b740492789297bffc6b5ebe83c2aff6d212a 100755 (executable)
--- a/configure
+++ b/configure
@@ -10,5 +10,5 @@ cd llvm/_build
 cat <<EOF
 To compile LLVM run the following comands:
 cd $PWD
-make
+make install
 EOF