| author | haftmann | 
| Wed, 22 Sep 2010 11:46:28 +0200 | |
| changeset 39611 | e5448cf9a048 | 
| parent 28500 | 4b79e5d3d0aa | 
| permissions | -rw-r--r-- | 
| 13263 | 1  | 
## targets  | 
2  | 
||
3  | 
default: LNCS  | 
|
4  | 
||
5  | 
## global settings  | 
|
6  | 
||
7  | 
SRC = $(ISABELLE_HOME)/src  | 
|
8  | 
OUT = $(ISABELLE_OUTPUT)  | 
|
9  | 
LOG = $(OUT)/log  | 
|
| 28500 | 10  | 
USEDIR = $(ISABELLE_TOOL) usedir -i true -d ps -D document -v true  | 
| 13263 | 11  | 
|
12  | 
||
13  | 
## LNCS  | 
|
14  | 
||
15  | 
LNCS: $(LOG)/HOL-LNCS.gz  | 
|
16  | 
||
| 13439 | 17  | 
$(LOG)/HOL-LNCS.gz: LNCS/ROOT.ML LNCS/document/root.tex LNCS/document/root.bib LNCS/*.thy  | 
| 13263 | 18  | 
@$(USEDIR) HOL LNCS  | 
19  | 
||
20  | 
||
21  | 
## clean  | 
|
22  | 
||
23  | 
clean:  | 
|
24  | 
@rm -f $(LOG)/HOL-LNCS.gz  | 
|
25  |