src/FOLP/IsaMakefile
author huffman
Thu, 26 May 2005 02:23:27 +0200
changeset 16081 81a4b4a245b0
parent 4518 74c01296e818
child 17480 fd19f77dcf60
permissions -rw-r--r--
cleaned up, added cpair_less and cpair_eq_pair, removed some obsolete stuff

#
# $Id$
#
# IsaMakefile for FOLP
#

## targets

default: FOLP
images: FOLP
test: FOLP-ex
all: images test


## global settings

SRC = $(ISABELLE_HOME)/src
OUT = $(ISABELLE_OUTPUT)
LOG = $(OUT)/log


## FOLP

FOLP: Pure $(OUT)/FOLP

Pure:
	@cd $(SRC)/Pure; $(ISATOOL) make Pure

$(OUT)/FOLP: $(OUT)/Pure FOLP.ML FOLP.thy IFOLP.ML IFOLP.thy ROOT.ML \
  classical.ML hypsubst.ML intprover.ML simp.ML simpdata.ML
	@$(ISATOOL) usedir -b $(OUT)/Pure FOLP


## FOLP-ex

FOLP-ex: FOLP $(LOG)/FOLP-ex.gz

$(LOG)/FOLP-ex.gz: $(OUT)/FOLP ex/ROOT.ML ex/cla.ML ex/foundn.ML \
  ex/If.ML ex/If.thy ex/int.ML ex/intro.ML ex/Nat.ML ex/Nat.thy \
  ex/Prolog.ML ex/Prolog.thy ex/prop.ML ex/quant.ML
	@$(ISATOOL) usedir $(OUT)/FOLP ex


## clean

clean:
	@rm -f $(OUT)/FOLP $(LOG)/FOLP.gz $(LOG)/FOLP-ex.gz