| author | paulson | 
| Thu, 07 Dec 2006 16:47:36 +0100 | |
| changeset 21690 | 552d20ff9a95 | 
| parent 17098 | dd769bd4d056 | 
| child 28500 | 4b79e5d3d0aa | 
| permissions | -rw-r--r-- | 
| 15337 | 1 | |
| 2 | ## targets | |
| 3 | ||
| 4 | default: Sugar | |
| 5 | images: | |
| 6 | test: Sugar | |
| 7 | ||
| 8 | all: images test | |
| 9 | ||
| 10 | ||
| 11 | ## global settings | |
| 12 | ||
| 13 | SRC = $(ISABELLE_HOME)/src | |
| 14 | OUT = $(ISABELLE_OUTPUT) | |
| 15 | LOG = $(OUT)/log | |
| 16 | ||
| 17098 | 17 | USEDIR = $(ISATOOL) usedir -v true -i false -g false -d false -D document | 
| 15337 | 18 | |
| 19 | ||
| 20 | ## Sugar | |
| 21 | ||
| 22 | Sugar: $(LOG)/HOL-Sugar.gz | |
| 23 | ||
| 15471 | 24 | $(LOG)/HOL-Sugar.gz: Sugar/ROOT.ML Sugar/Sugar.thy \ | 
| 25 | Sugar/document/root.tex Sugar/document/root.bib \ | |
| 15898 
435f0e743854
use absolute path to find LaTeXSugar and OptionalSugar
 kleing parents: 
15894diff
changeset | 26 | $(SRC)/HOL/Library/LaTeXsugar.thy $(SRC)/HOL/Library/OptionalSugar.thy | 
| 15337 | 27 | @$(USEDIR) HOL Sugar | 
| 28 | ||
| 29 | ||
| 30 | ## clean | |
| 31 | ||
| 32 | clean: | |
| 33 | @rm -f $(LOG)/HOL-Sugar.gz |