]> git.unchartedbackwaters.co.uk Git - francis/stp.git/commit
Update make files so that the "-j" option will work.
authortrevor_hansen <trevor_hansen@e59a4935-1847-0410-ae03-e826735625c1>
Wed, 28 Oct 2009 14:55:10 +0000 (14:55 +0000)
committertrevor_hansen <trevor_hansen@e59a4935-1847-0410-ae03-e826735625c1>
Wed, 28 Oct 2009 14:55:10 +0000 (14:55 +0000)
commit9c59771df5e6eb9e2bfe1b2239e1673080b87be3
tree00eb24185716988a55079891cbf3d279a1d783a3
parent40c2678b29e2655037620722569e29241bc34486
Update make files so that the "-j" option will work.

On my machine (see trace below), with 4 cores, make is about 3 times quicker with the -j option.

=================

~/svn/stp-trunk$ make clean > /dev/null 2>&1
~/svn/stp-trunk$ time make > /dev/null 2>&1

real 0m45.615s
user 0m41.955s
sys 0m3.152s
~/svn/stp-trunk$ clean > /dev/null 2>&1
~/svn/stp-trunk$ time make -j > /dev/null 2>&1

real 0m17.616s
user 0m44.771s
sys 0m3.744s

git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@351 e59a4935-1847-0410-ae03-e826735625c1
Makefile
scripts/Makefile.in
src/AST/Makefile
src/parser/Makefile
src/sat/core/Makefile