]> git.unchartedbackwaters.co.uk Git - francis/stp.git/commitdiff
git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk...
authorvijay_ganesh <vijay_ganesh@e59a4935-1847-0410-ae03-e826735625c1>
Fri, 14 Aug 2009 16:24:42 +0000 (16:24 +0000)
committervijay_ganesh <vijay_ganesh@e59a4935-1847-0410-ae03-e826735625c1>
Fri, 14 Aug 2009 16:24:42 +0000 (16:24 +0000)
20 files changed:
INSTALL
clean-install.sh [moved from clean-install with 88% similarity]
make-scripts/Makefile.common [moved from Makefile.common with 100% similarity]
make-scripts/Makefile.in
make-scripts/config.info
make-scripts/configure [moved from configure with 100% similarity]
make-scripts/format_config.xml [moved from format_config.xml with 100% similarity]
src/AST/Makefile
src/bitvec/Makefile
src/c_interface/Makefile
src/constantbv/Makefile
src/ocaml-wrapper/COPYRIGHT-NOTICE [moved from ocaml-wrapper/COPYRIGHT-NOTICE with 100% similarity]
src/ocaml-wrapper/Makefile [moved from ocaml-wrapper/Makefile with 100% similarity]
src/ocaml-wrapper/OCamlMakefile [moved from ocaml-wrapper/OCamlMakefile with 100% similarity]
src/ocaml-wrapper/libstp.idl [moved from ocaml-wrapper/libstp.idl with 100% similarity]
src/ocaml-wrapper/libstp_regerrorhandler.c [moved from ocaml-wrapper/libstp_regerrorhandler.c with 100% similarity]
src/ocaml-wrapper/stpvc.ml [moved from ocaml-wrapper/stpvc.ml with 100% similarity]
src/ocaml-wrapper/stpvc.mli [moved from ocaml-wrapper/stpvc.mli with 100% similarity]
src/parser/Makefile
src/simplifier/Makefile

diff --git a/INSTALL b/INSTALL
index 7f8f181235c309b18528e5e1ce2ad49ec6168b83..99626a370a2a9236334ae2e294bad352ac87117e 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -1,16 +1,23 @@
-1. To install STP perform the following steps on your Unix/GNU-Linux/MacOS X commandline:
+1. To install STP perform the following steps on your
+Unix/GNU-Linux/MacOS X commandline:
 
-./configure --with-prefix=$HOME (or another installation directory)
-make
-make install
+./clean-install.sh
 
-2. To test the system after installation, you will need to download the regression tests. The regression are 190MB big, so are stored separately. To download them, try something like:
+2. To test the system after installation, you will need to download
+the regression tests. The regression are 190MB big, so are stored
+separately. To download them, try something like:
 
-svn co https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/stp-tests/test
+svn co
+https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/stp-tests/test
 
-The directory of the regression tests is hard-coded in /bin/run_tests, which you may need to update, depending on where you checkout the regression tests to.
+The directory of the regression tests is hard-coded in /bin/run_tests,
+which you may need to update, depending on where you checkout the
+regression tests to.
 
 To run the regression tests: make regressall
 
-NB:
-* If you want to compile a statically linked version of STP, run ./liblinks.sh after the configure script, and then compile adding STATIC=true to the make commands.
+NB: 
+
+* If you want to compile a statically linked version of STP, run
+./liblinks.sh after the configure script, and then compile adding
+STATIC=true to the make commands.
similarity index 88%
rename from clean-install
rename to clean-install.sh
index bbb6746363404cd9e5ebdfcab4350c98f962907d..f9355da83674f41f3ee8da02d9287220410b51a8 100755 (executable)
@@ -17,8 +17,8 @@ while [ $# -gt 0 ]; do
 done
 
 
+./make-scripts/configure --with-prefix=$PREFIX
 make clean
-./configure --with-prefix=$PREFIX
 make
 make install
 
similarity index 100%
rename from Makefile.common
rename to make-scripts/Makefile.common
index 9be6b1d2ccc23d2a173c1ea868c24efab7b8ff8c..aa42bffeb51dbf5e88969ee4cdb69370ead2549e 100644 (file)
@@ -4,7 +4,7 @@
  # To make in optimized mode, type 'make "OPTIMIZE=-O3" 
 
 
-include Makefile.common make-scripts/config.info
+include make-scripts/Makefile.common make-scripts/config.info
 
 BIN_DIR=$(PREFIX)/bin
 LIB_DIR=$(PREFIX)/lib
index a67a7973a622f8c6ae7ff0be3e1cde45810ab21d..9613a5bfae6330f672438018140654dab358df3f 100644 (file)
@@ -1 +1 @@
-PREFIX=/usr/local
+PREFIX=/afs/csail.mit.edu/u/v/vganesh
similarity index 100%
rename from configure
rename to make-scripts/configure
index a91aa5061b6b20892264130ae68f74fa1688a1af..71b4879976b0c4766ac2f37d76b825bec0094792 100644 (file)
@@ -1,4 +1,4 @@
-include ../../Makefile.common
+include ../../make-scripts/Makefile.common
 
 #SRCS = AST.cpp ASTKind.cpp  ASTUtil.cpp BitBlast.cpp SimpBool.cpp  ToCNF.cpp DPLLMgr.cpp ToSAT.cpp Transform.cpp
 SRCS = AST.cpp ASTKind.cpp  ASTUtil.cpp BitBlast.cpp SimpBool.cpp  ToCNF.cpp ToSAT.cpp Transform.cpp printer/SMTLIBPrinter.cpp  printer/dotPrinter.cpp  printer/CPrinter.cpp
index ac885f50e1322b3117cff2f4a2bce7235ae9b27d..6f4c401ea775266f8452df9eca6310e4af9f4465 100644 (file)
@@ -1,4 +1,4 @@
-include ../../Makefile.common
+include ../../make-scripts/Makefile.common
 
 SRCS = consteval.cpp
 OBJS = $(SRCS:.cpp=.o)
index 11cca9180edc4e9d22a92e43194efc313ad86662..ab27595d25118c3e443b493ed45e697b89b5c15e 100644 (file)
@@ -1,4 +1,4 @@
-include ../../Makefile.common
+include ../../make-scripts/Makefile.common
 
 SRCS = c_interface.cpp
 OBJS = $(SRCS:.cpp=.o)
index 9ddcb7949e5610d11da89dc6c6e464abc47a3645..7d5ef9af44e871a5c4db32144a6f26746b2e4361 100644 (file)
@@ -1,4 +1,4 @@
-include ../../Makefile.common
+include ../../make-scripts/Makefile.common
 
 SRCS = constantbv.cpp
 OBJS = $(SRCS:.cpp=.o)
index f803700c2c34ceb54a8c5cc0217190ced861adb4..82c88c7f94f57757e8b70cefaf291a96769948a6 100644 (file)
@@ -1,4 +1,4 @@
-include ../../Makefile.common
+include ../../make-scripts/Makefile.common
 
 LEX=flex
 YACC=bison -d -y --debug -v
index b5739960442c8e3a70a768833325bc2c747d3f91..030edc5c7aea96848fc07ee8aec42fa73ad5984b 100644 (file)
@@ -1,4 +1,4 @@
-include ../../Makefile.common
+include ../../make-scripts/Makefile.common
 
 SRCS = simplifier.cpp bvsolver.cpp
 OBJS = $(SRCS:.cpp=.o)