]> matita.cs.unibo.it Git - helm.git/commitdiff
binaries/saturate no longer compiled since it does not compile any longer after
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Mon, 23 Oct 2006 13:22:25 +0000 (13:22 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Mon, 23 Oct 2006 13:22:25 +0000 (13:22 +0000)
the huge refactoring of auto/paramodulation by Andrea

components/binaries/Makefile

index a2b89ee979f64b4ddd403183dfb570fb6af7cb94..9dd295fb40dc83cb96502cad036655e0df64f748 100644 (file)
@@ -1,6 +1,9 @@
 H=@
 
-BINARIES=extractor  table_creator  utilities saturate
+#CSC: saturate is broken after the huge refactoring of auto/paramodulation
+#CSC: by Andrea
+#BINARIES=extractor  table_creator  utilities saturate
+BINARIES=extractor  table_creator  utilities 
 
 all: $(BINARIES:%=rec@all@%) 
 opt: $(BINARIES:%=rec@opt@%)