From 1ea17aaefe0655c73685e9bb3495b6712f702237 Mon Sep 17 00:00:00 2001 From: vijay_ganesh Date: Wed, 16 Sep 2009 22:23:25 +0000 Subject: [PATCH] minor edits to AST/Makefile git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@234 e59a4935-1847-0410-ae03-e826735625c1 --- README | 4 ++-- scripts/Makefile.common | 2 +- src/AST/Makefile | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README b/README index 50117d6..b38ba11 100644 --- 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 diff --git a/scripts/Makefile.common b/scripts/Makefile.common index 3277421..6b77869 100644 --- a/scripts/Makefile.common +++ b/scripts/Makefile.common @@ -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) diff --git a/src/AST/Makefile b/src/AST/Makefile index 2201042..b1279fb 100644 --- a/src/AST/Makefile +++ b/src/AST/Makefile @@ -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 -- 2.47.3