]> git.unchartedbackwaters.co.uk Git - francis/stp.git/commitdiff
minor edits to AST/Makefile
authorvijay_ganesh <vijay_ganesh@e59a4935-1847-0410-ae03-e826735625c1>
Wed, 16 Sep 2009 22:23:25 +0000 (22:23 +0000)
committervijay_ganesh <vijay_ganesh@e59a4935-1847-0410-ae03-e826735625c1>
Wed, 16 Sep 2009 22:23:25 +0000 (22:23 +0000)
git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@234 e59a4935-1847-0410-ae03-e826735625c1

README
scripts/Makefile.common
src/AST/Makefile

diff --git a/README b/README
index 50117d660984f810cd1272ff338186ab2bb202c5..b38ba118e7a03344fb151ee83391203765f0e9c4 100644 (file)
--- a/README
+++ b/README
@@ -46,9 +46,9 @@ REGRESSIONS
 
 Assumes you have downloaded the testcases
 
-make regresscvc
 make regresssmt
+make regresscvc
 make regresscapi
 make regressbigarray
-
+make regressall
 
index 32774213d708b8df03d8b1431962681f372fa0a4..6b77869c976c2d9416cf0850fff7a6f16f3386a0 100644 (file)
@@ -6,7 +6,7 @@
 
 #OPTIMIZE = -g -pg           # Debugging and gprof-style profiling
 OPTIMIZE = -g                # Debugging
-OPTIMIZE = -O3 -DNDEBUG     # Maximum optimization
+#OPTIMIZE = -O3 -DNDEBUG     # Maximum optimization
 
 CFLAGS_BASE = $(OPTIMIZE)
 
index 22010428471b060fc9bafb7ef98d043d50b21171..b1279fbf7707074f2456778dde3b670e9fde9468 100644 (file)
@@ -17,11 +17,11 @@ ASTKind.h ASTKind.cpp:      ASTKind.kinds genkinds.pl
 
 .PHONY: clean
 clean:
-       rm -rf *.o *~ bbtest asttest cnftest *.a  ASTKind.cpp .#*
+       rm -rf *.o *~ bbtest asttest cnftest *.a  ASTKind.cpp ASTKind.h .#*
        rm -rf printer/*.o printer/*~
 
-depend: $(SRCS)
+depend: $(SRCS) ASTKind.h ASTKind.cpp
        @$(CXX) -MM -MG $(CXXFLAGS) $(SRCS) > $@
 
-#-include ./depend
+-include ./depend