doc-src/LaTeXsugar/IsaMakefile
author nipkow
Wed, 26 Jan 2005 17:34:42 +0100
changeset 15471 e7f069887ec2
parent 15467 8447132f4ff5
child 15478 045647dfca9c
permissions -rw-r--r--
*** empty log message ***
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
15337
nipkow
parents:
diff changeset
     1
nipkow
parents:
diff changeset
     2
## targets
nipkow
parents:
diff changeset
     3
nipkow
parents:
diff changeset
     4
default: Sugar
nipkow
parents:
diff changeset
     5
images: 
nipkow
parents:
diff changeset
     6
test: Sugar
nipkow
parents:
diff changeset
     7
nipkow
parents:
diff changeset
     8
all: images test
nipkow
parents:
diff changeset
     9
nipkow
parents:
diff changeset
    10
nipkow
parents:
diff changeset
    11
## global settings
nipkow
parents:
diff changeset
    12
nipkow
parents:
diff changeset
    13
SRC = $(ISABELLE_HOME)/src
nipkow
parents:
diff changeset
    14
OUT = $(ISABELLE_OUTPUT)
nipkow
parents:
diff changeset
    15
LOG = $(OUT)/log
nipkow
parents:
diff changeset
    16
nipkow
parents:
diff changeset
    17
USEDIR = $(ISATOOL) usedir -v true -i true -d pdf -D generated
nipkow
parents:
diff changeset
    18
nipkow
parents:
diff changeset
    19
nipkow
parents:
diff changeset
    20
## Sugar
nipkow
parents:
diff changeset
    21
nipkow
parents:
diff changeset
    22
Sugar: $(LOG)/HOL-Sugar.gz
nipkow
parents:
diff changeset
    23
15471
e7f069887ec2 *** empty log message ***
nipkow
parents: 15467
diff changeset
    24
$(LOG)/HOL-Sugar.gz: Sugar/ROOT.ML Sugar/Sugar.thy \
e7f069887ec2 *** empty log message ***
nipkow
parents: 15467
diff changeset
    25
  Sugar/document/root.tex Sugar/document/root.bib \
e7f069887ec2 *** empty log message ***
nipkow
parents: 15467
diff changeset
    26
  ../../HOL/Library/LaTeXsugar.thy ../../HOL/Library/OptionalSugar.thy
15337
nipkow
parents:
diff changeset
    27
	@$(USEDIR) HOL Sugar
nipkow
parents:
diff changeset
    28
nipkow
parents:
diff changeset
    29
nipkow
parents:
diff changeset
    30
## clean
nipkow
parents:
diff changeset
    31
nipkow
parents:
diff changeset
    32
clean:
nipkow
parents:
diff changeset
    33
	@rm -f $(LOG)/HOL-Sugar.gz