src/FOLP/IsaMakefile
changeset 44121 44adaa6db327
parent 42138 e54a985daa61
child 45737 e77eba3cb2e1
equal deleted inserted replaced
44120:01de796250a0 44121:44adaa6db327
    24 
    24 
    25 Pure:
    25 Pure:
    26 	@cd $(SRC)/Pure; $(ISABELLE_TOOL) make Pure
    26 	@cd $(SRC)/Pure; $(ISABELLE_TOOL) make Pure
    27 
    27 
    28 $(OUT)/FOLP: $(OUT)/Pure FOLP.thy IFOLP.thy ROOT.ML classical.ML	\
    28 $(OUT)/FOLP: $(OUT)/Pure FOLP.thy IFOLP.thy ROOT.ML classical.ML	\
    29   hypsubst.ML intprover.ML simp.ML simpdata.ML
    29   hypsubst.ML intprover.ML simp.ML simpdata.ML $(SRC)/Tools/misc_legacy.ML
    30 	@$(ISABELLE_TOOL) usedir -b $(OUT)/Pure FOLP
    30 	@$(ISABELLE_TOOL) usedir -b $(OUT)/Pure FOLP
    31 
    31 
    32 
    32 
    33 ## FOLP-ex
    33 ## FOLP-ex
    34 
    34