src/FOL/Makefile
changeset 336 5170a992ad48
parent 101 d4730dd72226
child 409 54fcef4db0db
equal deleted inserted replaced
335:5623ca25803f 336:5170a992ad48
    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 ifol.thy ifol.ML fol.thy fol.ML intprover.ML simpdata.ML \
    21 FILES =  ROOT.ML IFOL.thy IFOL.ML FOL.thy FOL.ML intprover.ML simpdata.ML \
    22 	../Provers/classical.ML ../Provers/simplifier.ML ../Provers/ind.ML
    22 	../Provers/classical.ML ../Provers/simplifier.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/list.ML ex/list.thy ex/nat.ML ex/nat.thy\
    25 	   ex/intro.ML ex/List.ML ex/List.thy ex/Nat.ML ex/Nat.thy\
    26 	   ex/nat2.ML ex/nat2.thy ex/prolog.ML ex/prolog.thy ex/prop.ML\
    26 	   ex/Nat2.ML ex/Nat2.thy ex/Prolog.ML ex/Prolog.thy ex/prop.ML\
    27 	   ex/quant.ML
    27 	   ex/quant.ML
    28 
    28 
    29 $(BIN)/FOL:   $(BIN)/Pure  $(FILES) 
    29 $(BIN)/FOL:   $(BIN)/Pure  $(FILES) 
    30 	case "$(COMP)" in \
    30 	case "$(COMP)" in \
    31 	poly*)	echo 'make_database"$(BIN)/FOL"; quit();'  \
    31 	poly*)	echo 'make_database"$(BIN)/FOL"; quit();'  \