]> git.unchartedbackwaters.co.uk Git - francis/stp.git/commit
Makefile changes to improve the build of libstp.a. Don't include
authorsmccam <smccam@e59a4935-1847-0410-ae03-e826735625c1>
Sat, 18 Dec 2010 01:23:07 +0000 (01:23 +0000)
committersmccam <smccam@e59a4935-1847-0410-ae03-e826735625c1>
Sat, 18 Dec 2010 01:23:07 +0000 (01:23 +0000)
commit7d4e01ecbd740f5cc1620c77e21c7112c1e7f396
tree0fae7c12c4342ad5b6b43418862d41e3937fab70
parent147371a7062cf0d74adfc5f25514d959e907f813
Makefile changes to improve the build of libstp.a. Don't include
Main.or files from MiniSAT, since we don't need them, and they bring
in main() functions and zlib dependencies we don't want. Add a c-api
test to try to keep this from regressing again.
Make it easier to pass -fPIC through to the MiniSAT build.
Clean up some comments and trailing whitespace in Makefiles.

git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@1036 e59a4935-1847-0410-ae03-e826735625c1
scripts/Makefile.common
scripts/Makefile.in
src/sat/Makefile
tests/c-api-tests/Makefile