author | haftmann |
Mon, 28 Apr 2008 13:41:04 +0200 | |
changeset 26753 | 094d70c81243 |
parent 26741 | eb15fd4cd1ad |
child 26754 | c0424e4de33d |
permissions | -rw-r--r-- |
## targets default: Thy images: test: Thy all: images test ## global settings SRC = $(ISABELLE_HOME)/src OUT = $(ISABELLE_OUTPUT) LOG = $(OUT)/log USEDIR = $(ISATOOL) usedir -v true -i false -d false -C false -D document ## Thy Thy: $(LOG)/Pure-Thy.gz $(LOG)/Pure-Thy.gz: Thy/ROOT.ML ../antiquote_setup.ML Thy/intro.thy @$(USEDIR) Pure Thy ## clean clean: @rm -f $(LOG)/Pure-Thy.gz