git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@234
e59a4935-1847-0410-ae03-
e826735625c1
Assumes you have downloaded the testcases
-make regresscvc
make regresssmt
+make regresscvc
make regresscapi
make regressbigarray
-
+make regressall
#OPTIMIZE = -g -pg # Debugging and gprof-style profiling
OPTIMIZE = -g # Debugging
-OPTIMIZE = -O3 -DNDEBUG # Maximum optimization
+#OPTIMIZE = -O3 -DNDEBUG # Maximum optimization
CFLAGS_BASE = $(OPTIMIZE)
.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