From: vijay_ganesh Date: Thu, 29 Oct 2009 22:35:01 +0000 (+0000) Subject: added approrpiate comments in Makefile.common X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=7e6c4e5de8e1a612cb9b9019f5dbcd0fb5ce5e50;p=francis%2Fstp.git added approrpiate comments in Makefile.common git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@366 e59a4935-1847-0410-ae03-e826735625c1 --- diff --git a/scripts/Makefile.common b/scripts/Makefile.common index f546940..6d47734 100644 --- a/scripts/Makefile.common +++ b/scripts/Makefile.common @@ -15,12 +15,19 @@ OPTIMIZE = -O3 -DNDEBUG # Maximum optimization #CFLAGS_M32 = -m32 CFLAGS_BASE = $(OPTIMIZE) +# OPTION to compile in CRYPTOMiniSAT #CRYPTOMINISAT = true #CFLAGS_BASE = $(OPTIMIZE) -DCRYPTOMINISAT + +# OPTION to compile in MiniSAT CORE = true CFLAGS_BASE = $(OPTIMIZE) -DCORE + +# OPTION to compile in UNSOUND MiniSAT #UNSOUND = true #CFLAGS_BASE = $(OPTIMIZE) -DUNSOUND + +# OPTION to compile in Simplifying MiniSAT #SIMP = true #CFLAGS_BASE = $(OPTIMIZE) -DSIMP