doc-src/Exercises/2000/IsaMakefile
author obua
Sun, 09 May 2004 23:04:36 +0200
changeset 14722 8e739a6eaf11
parent 13739 f5d0a66c8124
permissions -rw-r--r--
replaced apply-style proof for instance Multiset :: plus_ac0 by recommended Isar proof style

#
# $Id$
#
# IsaMakefile for PSV2000
#

SESSIONS = a1

## targets

default: clean sessions 
sessions: $(SESSIONS)


## global settings

OUT = $(ISABELLE_OUTPUT)
LOG = $(OUT)/log
INFO = $(ISABELLE_BROWSER_INFO)
USEDIR = $(ISATOOL) usedir -v true -i false -d false -D generated
RSYNC = rsync --rsh ssh --rsync-path /usr/local/dist/bin/rsync


clean:
	rm -f $(LOG)/HOL-a?.gz $(LOG)/HOL-l?.gz

## a1

a1: a1/generated/session.tex

a1/generated/session.tex: a1/ROOT.ML \
  a1/*.thy 
	@$(USEDIR) HOL a1