IsaMakefile
author Christian Urban <christian dot urban at kcl dot ac dot uk>
Mon, 11 Mar 2013 16:33:52 +0000
branchNominal2-Isabelle2013
changeset 3211 41e205fcb21e
parent 3208 da575186d492
permissions -rw-r--r--
reverted change in the stable branch


## targets

default: tests
images: 

all: tests


## global settings

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

USEDIR = $(ISABELLE_TOOL) usedir -v true -t true -m no_brackets ##-D generated


## Nominal2

tests: $(LOG)/HOL-Nominal2.gz

$(LOG)/HOL-Nominal2.gz: Nominal/ROOT.ML Nominal/*.thy
	@cd Nominal; $(USEDIR) -b -d "" HOL Nominal2

## clean

clean:
	@rm -f $(LOG)/HOL-Nominal2.gz $(LOG)/HOL-Pearl.gz