author | paulson |
Mon, 20 May 2002 11:45:57 +0200 | |
changeset 13165 | 31d020705aff |
parent 13164 | dfc399c684e4 |
child 13168 | afcbca3498b0 |
permissions | -rw-r--r-- |
2500 | 1 |
# |
2 |
# $Id$ |
|
3 |
# |
|
4 |
# IsaMakefile for ZF |
|
5 |
# |
|
6 |
||
4518 | 7 |
## targets |
2500 | 8 |
|
4518 | 9 |
default: ZF |
10 |
images: ZF |
|
11479 | 11 |
|
12 |
#Note: keep targets sorted |
|
12088 | 13 |
test: ZF-AC ZF-Coind ZF-IMP ZF-Induct ZF-Resid ZF-UNITY ZF-ex |
4518 | 14 |
all: images test |
15 |
||
16 |
||
17 |
## global settings |
|
18 |
||
19 |
SRC = $(ISABELLE_HOME)/src |
|
3118 | 20 |
OUT = $(ISABELLE_OUTPUT) |
4447 | 21 |
LOG = $(OUT)/log |
2500 | 22 |
|
4518 | 23 |
|
24 |
## ZF |
|
25 |
||
26 |
ZF: FOL $(OUT)/ZF |
|
27 |
||
28 |
FOL: |
|
29 |
@cd $(SRC)/FOL; $(ISATOOL) make FOL |
|
2500 | 30 |
|
13163 | 31 |
$(OUT)/ZF: $(OUT)/FOL AC.thy Arith.thy ArithSimp.ML \ |
12425 | 32 |
ArithSimp.thy Bool.ML Bool.thy Cardinal.ML Cardinal.thy \ |
13135 | 33 |
CardinalArith.ML CardinalArith.thy Cardinal_AC.thy \ |
13164 | 34 |
Datatype.ML Datatype.thy Epsilon.thy Finite.ML Finite.thy \ |
13135 | 35 |
Fixedpt.ML Fixedpt.thy Inductive.ML Inductive.thy \ |
12425 | 36 |
InfDatatype.thy Integ/Bin.ML Integ/Bin.thy Integ/EquivClass.ML \ |
37 |
Integ/EquivClass.thy Integ/Int.ML Integ/Int.thy Integ/IntArith.thy \ |
|
38 |
Integ/IntDiv.ML Integ/IntDiv.thy Integ/int_arith.ML \ |
|
39 |
Integ/twos_compl.ML Let.ML Let.thy List.ML List.thy Main.ML Main.thy \ |
|
12552
d2d2ab3f1f37
separation of the AC part of Main into Main_ZFC, plus a few new lemmas
paulson
parents:
12425
diff
changeset
|
40 |
Main_ZFC.ML Main_ZFC.thy \ |
13140
6d97dbb189a9
converted Order.ML OrderType.ML OrderArith.ML to Isar format
paulson
parents:
13135
diff
changeset
|
41 |
Nat.ML Nat.thy Order.thy OrderArith.thy \ |
13164 | 42 |
OrderType.thy Ordinal.thy OrdQuant.ML OrdQuant.thy Perm.ML Perm.thy \ |
12425 | 43 |
QPair.ML QPair.thy QUniv.ML QUniv.thy ROOT.ML Rel.ML Rel.thy Sum.ML \ |
44 |
Sum.thy Tools/cartprod.ML Tools/datatype_package.ML \ |
|
45 |
Tools/ind_cases.ML Tools/induct_tacs.ML Tools/inductive_package.ML \ |
|
46 |
Tools/numeral_syntax.ML Tools/primrec_package.ML Tools/typechk.ML \ |
|
13165 | 47 |
Trancl.ML Trancl.thy Univ.thy Update.ML Update.thy \ |
13135 | 48 |
WF.thy ZF.ML ZF.thy Zorn.thy arith_data.ML domrange.ML \ |
13165 | 49 |
domrange.thy equalities.thy func.thy \ |
12425 | 50 |
ind_syntax.ML mono.ML mono.thy pair.ML pair.thy simpdata.ML \ |
51 |
subset.ML subset.thy thy_syntax.ML upair.ML upair.thy |
|
6213 | 52 |
@$(ISATOOL) usedir -b -r $(OUT)/FOL ZF |
2500 | 53 |
|
54 |
||
4518 | 55 |
## ZF-AC |
2500 | 56 |
|
4518 | 57 |
ZF-AC: ZF $(LOG)/ZF-AC.gz |
2500 | 58 |
|
11380 | 59 |
$(LOG)/ZF-AC.gz: $(OUT)/ZF \ |
12776 | 60 |
AC/ROOT.ML AC/AC15_WO6.thy AC/AC16_WO4.thy \ |
61 |
AC/AC16_lemmas.thy AC/AC17_AC1.thy AC/AC18_AC19.thy AC/AC7_AC9.thy \ |
|
62 |
AC/AC_Equiv.thy AC/Cardinal_aux.thy \ |
|
63 |
AC/DC.thy AC/HH.thy AC/Hartog.thy AC/WO1_AC.thy AC/WO1_WO7.thy \ |
|
64 |
AC/WO2_AC16.thy AC/WO6_WO1.thy |
|
2828 | 65 |
@$(ISATOOL) usedir $(OUT)/ZF AC |
2500 | 66 |
|
67 |
||
11479 | 68 |
## ZF-Coind |
4518 | 69 |
|
11479 | 70 |
ZF-Coind: ZF $(LOG)/ZF-Coind.gz |
2500 | 71 |
|
12606 | 72 |
$(LOG)/ZF-Coind.gz: $(OUT)/ZF Coind/Dynamic.thy \ |
12595 | 73 |
Coind/ECR.thy Coind/Language.thy Coind/Map.thy Coind/ROOT.ML \ |
74 |
Coind/Static.thy Coind/Types.thy Coind/Values.thy |
|
11479 | 75 |
@$(ISATOOL) usedir $(OUT)/ZF Coind |
2500 | 76 |
|
77 |
||
11479 | 78 |
## ZF-IMP |
79 |
||
80 |
ZF-IMP: ZF $(LOG)/ZF-IMP.gz |
|
81 |
||
12610 | 82 |
$(LOG)/ZF-IMP.gz: $(OUT)/ZF IMP/Com.thy IMP/Denotation.thy IMP/Equiv.thy \ |
83 |
IMP/ROOT.ML IMP/document/root.bib IMP/document/root.tex |
|
11479 | 84 |
@$(ISATOOL) usedir $(OUT)/ZF IMP |
85 |
||
86 |
||
87 |
## ZF-Resid |
|
88 |
||
89 |
ZF-Resid: ZF $(LOG)/ZF-Resid.gz |
|
90 |
||
12595 | 91 |
$(LOG)/ZF-Resid.gz: $(OUT)/ZF Resid/ROOT.ML \ |
92 |
Resid/Confluence.thy Resid/Redex.thy \ |
|
93 |
Resid/Reduction.thy Resid/Residuals.thy Resid/Substitution.thy |
|
11479 | 94 |
@$(ISATOOL) usedir $(OUT)/ZF Resid |
95 |
||
96 |
||
97 |
## ZF-UNITY |
|
98 |
||
99 |
ZF-UNITY: ZF $(LOG)/ZF-UNITY.gz |
|
100 |
||
101 |
$(LOG)/ZF-UNITY.gz: $(OUT)/ZF UNITY/ROOT.ML \ |
|
102 |
UNITY/Comp.ML UNITY/Comp.thy UNITY/Constrains.ML UNITY/Constrains.thy \ |
|
103 |
UNITY/FP.ML UNITY/FP.thy UNITY/Guar.ML UNITY/Guar.thy \ |
|
104 |
UNITY/Mutex.ML UNITY/Mutex.thy UNITY/State.ML UNITY/State.thy \ |
|
105 |
UNITY/SubstAx.ML UNITY/SubstAx.thy UNITY/UNITY.ML UNITY/UNITY.thy \ |
|
106 |
UNITY/UNITYMisc.ML UNITY/UNITYMisc.thy UNITY/Union.ML UNITY/Union.thy \ |
|
107 |
UNITY/WFair.ML UNITY/WFair.thy |
|
108 |
@$(ISATOOL) usedir $(OUT)/ZF UNITY |
|
109 |
||
110 |
||
12088 | 111 |
## ZF-Induct |
112 |
||
113 |
ZF-Induct: ZF $(LOG)/ZF-Induct.gz |
|
114 |
||
12560 | 115 |
$(LOG)/ZF-Induct.gz: $(OUT)/ZF Induct/ROOT.ML Induct/Acc.thy \ |
116 |
Induct/Binary_Trees.thy Induct/Brouwer.thy Induct/Comb.thy \ |
|
117 |
Induct/Datatypes.thy Induct/FoldSet.ML Induct/FoldSet.thy \ |
|
12229
bfba0eb5124b
Ntree and Brouwer converted and moved to ZF/Induct;
wenzelm
parents:
12207
diff
changeset
|
118 |
Induct/ListN.thy Induct/Multiset.ML Induct/Multiset.thy Induct/Mutil.thy \ |
12560 | 119 |
Induct/Ntree.thy Induct/Primrec.thy Induct/PropLog.thy Induct/Rmap.thy \ |
12207
4dff931b852f
added Induct/Binary_Trees.thy, Induct/Tree_Forest (converted from
wenzelm
parents:
12186
diff
changeset
|
120 |
Induct/Term.thy Induct/Tree_Forest.thy Induct/document/root.tex |
12088 | 121 |
@$(ISATOOL) usedir $(OUT)/ZF Induct |
122 |
||
12175 | 123 |
|
12088 | 124 |
## ZF-ex |
125 |
||
126 |
ZF-ex: ZF $(LOG)/ZF-ex.gz |
|
127 |
||
12186
9b7026a0b0ed
added Induct/Binary_Trees.thy, Induct/Datatypes.thy;
wenzelm
parents:
12175
diff
changeset
|
128 |
$(LOG)/ZF-ex.gz: $(OUT)/ZF ex/ROOT.ML \ |
12606 | 129 |
ex/BinEx.thy ex/CoUnit.thy ex/Commutation.thy \ |
13085
bfdb0534c8ec
converted theory ex/Limit to Isar script, but it still needs work!
paulson
parents:
12776
diff
changeset
|
130 |
ex/Limit.thy ex/LList.thy ex/Primes.thy \ |
12606 | 131 |
ex/NatSum.thy ex/Ramsey.thy ex/misc.thy |
12088 | 132 |
@$(ISATOOL) usedir $(OUT)/ZF ex |
133 |
||
134 |
||
4518 | 135 |
## clean |
4447 | 136 |
|
137 |
clean: |
|
11479 | 138 |
@rm -f $(OUT)/ZF $(LOG)/ZF.gz $(LOG)/ZF-AC.gz $(LOG)/ZF-Coind.gz \ |
139 |
$(LOG)/ZF-ex.gz $(LOG)/ZF-IMP.gz $(LOG)/ZF-Resid.gz \ |
|
140 |
$(LOG)/ZF-UNITY.gz |