src/FOLP/Makefile
changeset 337 bd39933d107b
parent 101 d4730dd72226
child 468 3dd1dcb509ac
equal deleted inserted replaced
336:5170a992ad48 337:bd39933d107b
    16 #Makes pure Isabelle (Pure) if this file is ABSENT -- but not 
    16 #Makes pure Isabelle (Pure) if this file is ABSENT -- but not 
    17 #if it is out of date, since this Makefile does not know its dependencies!
    17 #if it is out of date, since this Makefile does not know its dependencies!
    18 
    18 
    19 BIN = $(ISABELLEBIN)
    19 BIN = $(ISABELLEBIN)
    20 COMP = $(ISABELLECOMP)
    20 COMP = $(ISABELLECOMP)
    21 FILES =  ROOT.ML ifolp.thy ifolp.ML folp.thy folp.ML intprover.ML simpdata.ML\
    21 FILES =  ROOT.ML IFOLP.thy IFOLP.ML FOLP.thy FOLP.ML intprover.ML simpdata.ML\
    22 	 classical.ML ../Provers/simp.ML ../Provers/ind.ML
    22 	 classical.ML ../Provers/simp.ML ../Provers/ind.ML
    23 
    23 
    24 EX_FILES = ex/ROOT.ML ex/cla.ML ex/foundn.ML ex/if.ML ex/if.thy ex/int.ML\
    24 EX_FILES = ex/ROOT.ML ex/cla.ML ex/foundn.ML ex/If.ML ex/If.thy ex/int.ML\
    25 	   ex/intro.ML ex/nat.ML ex/nat.thy ex/prolog.ML ex/prolog.thy\
    25 	   ex/intro.ML ex/Nat.ML ex/Nat.thy ex/Prolog.ML ex/Prolog.thy\
    26 	   ex/prop.ML ex/quant.ML
    26 	   ex/prop.ML ex/quant.ML
    27 
    27 
    28 $(BIN)/FOLP:   $(BIN)/Pure  $(FILES) 
    28 $(BIN)/FOLP:   $(BIN)/Pure  $(FILES) 
    29 	case "$(COMP)" in \
    29 	case "$(COMP)" in \
    30 	poly*)	echo 'make_database"$(BIN)/FOLP"; quit();'  \
    30 	poly*)	echo 'make_database"$(BIN)/FOLP"; quit();'  \