src/HOL/Makefile
changeset 1862 74d4ae2f6fc3
parent 1797 334308d2afbc
child 1972 cc65911dceef
equal deleted inserted replaced
1861:505b104f675a 1862:74d4ae2f6fc3
    20 #if it is out of date, since this Makefile does not know its dependencies!
    20 #if it is out of date, since this Makefile does not know its dependencies!
    21 
    21 
    22 BIN = $(ISABELLEBIN)
    22 BIN = $(ISABELLEBIN)
    23 COMP = $(ISABELLECOMP)
    23 COMP = $(ISABELLECOMP)
    24 NAMES = HOL Ord Set Fun subset equalities Prod Relation Trancl Sum WF \
    24 NAMES = HOL Ord Set Fun subset equalities Prod Relation Trancl Sum WF \
    25        mono Lfp Gfp Nat Inductive Finite Arith Sexp Univ List RelPow
    25         mono Lfp Gfp Nat intr_elim indrule Inductive Finite Arith \
       
    26         Sexp Univ List RelPow
    26 
    27 
    27 FILES = ROOT.ML add_ind_def.ML datatype.ML hologic.ML\
    28 FILES = ROOT.ML add_ind_def.ML datatype.ML hologic.ML\
    28 	ind_syntax.ML indrule.ML intr_elim.ML simpdata.ML\
    29 	ind_syntax.ML simpdata.ML\
    29 	typedef.ML thy_syntax.ML thy_data.ML ../Pure/section_utils.ML\
    30 	typedef.ML thy_syntax.ML thy_data.ML ../Pure/section_utils.ML\
    30 	../Provers/hypsubst.ML ../Provers/classical.ML\
    31 	../Provers/hypsubst.ML ../Provers/classical.ML\
    31         ../Provers/simplifier.ML ../Provers/splitter.ML\
    32         ../Provers/simplifier.ML ../Provers/splitter.ML\
    32  	$(NAMES:%=%.thy) $(NAMES:%=%.ML)
    33  	$(NAMES:%=%.thy) $(NAMES:%=%.ML)
    33 
    34