author | wenzelm |
Thu, 19 Jun 2008 20:48:01 +0200 | |
changeset 27277 | 7b7ce2d7fafe |
parent 27203 | 9f02853e3f5b |
child 28297 | 107ba67497a1 |
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 |
|
13225 | 13 |
test: ZF-AC ZF-Coind ZF-Constructible 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 |
||
27203 | 26 |
ZF: FOL $(OUT)/ZF |
4518 | 27 |
|
28 |
FOL: |
|
29 |
@cd $(SRC)/FOL; $(ISATOOL) make FOL |
|
2500 | 30 |
|
27203 | 31 |
$(OUT)/ZF: $(OUT)/FOL AC.thy Arith.thy ArithSimp.thy Bin.thy Bool.thy \ |
32 |
Cardinal.thy CardinalArith.thy Cardinal_AC.thy Datatype_ZF.thy \ |
|
33 |
Epsilon.thy EquivClass.thy Finite.thy Fixedpt.thy Inductive_ZF.thy \ |
|
34 |
InfDatatype.thy Int_ZF.thy IntArith.thy IntDiv_ZF.thy List_ZF.thy \ |
|
35 |
Main.thy Main_ZF.thy Main_ZFC.thy Nat_ZF.thy OrdQuant.thy Order.thy \ |
|
36 |
OrderArith.thy OrderType.thy Ordinal.thy Perm.thy QPair.thy \ |
|
37 |
QUniv.thy ROOT.ML Sum.thy Tools/cartprod.ML \ |
|
38 |
Tools/datatype_package.ML Tools/ind_cases.ML Tools/induct_tacs.ML \ |
|
39 |
Tools/inductive_package.ML Tools/numeral_syntax.ML \ |
|
40 |
Tools/primrec_package.ML Tools/typechk.ML Trancl.thy Univ.thy WF.thy \ |
|
41 |
ZF.thy Zorn.thy arith_data.ML equalities.thy func.thy ind_syntax.ML \ |
|
42 |
int_arith.ML pair.thy simpdata.ML upair.thy |
|
6213 | 43 |
@$(ISATOOL) usedir -b -r $(OUT)/FOL ZF |
2500 | 44 |
|
45 |
||
4518 | 46 |
## ZF-AC |
2500 | 47 |
|
4518 | 48 |
ZF-AC: ZF $(LOG)/ZF-AC.gz |
2500 | 49 |
|
27203 | 50 |
$(LOG)/ZF-AC.gz: $(OUT)/ZF AC/ROOT.ML AC/AC15_WO6.thy AC/AC16_WO4.thy \ |
51 |
AC/AC16_lemmas.thy AC/AC17_AC1.thy AC/AC18_AC19.thy AC/AC7_AC9.thy \ |
|
52 |
AC/AC_Equiv.thy AC/Cardinal_aux.thy AC/DC.thy AC/HH.thy \ |
|
53 |
AC/Hartog.thy AC/WO1_AC.thy AC/WO1_WO7.thy AC/WO2_AC16.thy \ |
|
54 |
AC/WO6_WO1.thy AC/document/root.bib AC/document/root.tex |
|
15083 | 55 |
@$(ISATOOL) usedir -g true $(OUT)/ZF AC |
2500 | 56 |
|
57 |
||
11479 | 58 |
## ZF-Coind |
4518 | 59 |
|
11479 | 60 |
ZF-Coind: ZF $(LOG)/ZF-Coind.gz |
2500 | 61 |
|
27203 | 62 |
$(LOG)/ZF-Coind.gz: $(OUT)/ZF Coind/Dynamic.thy Coind/ECR.thy \ |
63 |
Coind/Language.thy Coind/Map.thy Coind/ROOT.ML Coind/Static.thy \ |
|
64 |
Coind/Types.thy Coind/Values.thy |
|
11479 | 65 |
@$(ISATOOL) usedir $(OUT)/ZF Coind |
2500 | 66 |
|
67 |
||
13225 | 68 |
## ZF-Constructible |
69 |
||
70 |
ZF-Constructible: ZF $(LOG)/ZF-Constructible.gz |
|
71 |
||
27203 | 72 |
$(LOG)/ZF-Constructible.gz: $(OUT)/ZF Constructible/ROOT.ML \ |
73 |
Constructible/Datatype_absolute.thy Constructible/DPow_absolute.thy \ |
|
74 |
Constructible/Formula.thy Constructible/Internalize.thy \ |
|
75 |
Constructible/AC_in_L.thy Constructible/Relative.thy \ |
|
76 |
Constructible/L_axioms.thy Constructible/Wellorderings.thy \ |
|
77 |
Constructible/MetaExists.thy Constructible/Normal.thy \ |
|
78 |
Constructible/Rank.thy Constructible/Rank_Separation.thy \ |
|
79 |
Constructible/Rec_Separation.thy Constructible/Separation.thy \ |
|
80 |
Constructible/Satisfies_absolute.thy Constructible/WF_absolute.thy \ |
|
81 |
Constructible/Reflection.thy Constructible/WFrec.thy \ |
|
15083 | 82 |
Constructible/document/root.bib Constructible/document/root.tex |
13427 | 83 |
@$(ISATOOL) usedir -g true $(OUT)/ZF Constructible |
13225 | 84 |
|
85 |
||
11479 | 86 |
## ZF-IMP |
87 |
||
88 |
ZF-IMP: ZF $(LOG)/ZF-IMP.gz |
|
89 |
||
27203 | 90 |
$(LOG)/ZF-IMP.gz: $(OUT)/ZF IMP/Com.thy IMP/Denotation.thy \ |
91 |
IMP/Equiv.thy IMP/ROOT.ML IMP/document/root.bib \ |
|
92 |
IMP/document/root.tex |
|
11479 | 93 |
@$(ISATOOL) usedir $(OUT)/ZF IMP |
94 |
||
95 |
||
96 |
## ZF-Resid |
|
97 |
||
98 |
ZF-Resid: ZF $(LOG)/ZF-Resid.gz |
|
99 |
||
27203 | 100 |
$(LOG)/ZF-Resid.gz: $(OUT)/ZF Resid/ROOT.ML Resid/Confluence.thy \ |
101 |
Resid/Redex.thy Resid/Reduction.thy Resid/Residuals.thy \ |
|
102 |
Resid/Substitution.thy |
|
11479 | 103 |
@$(ISATOOL) usedir $(OUT)/ZF Resid |
104 |
||
105 |
||
106 |
## ZF-UNITY |
|
107 |
||
108 |
ZF-UNITY: ZF $(LOG)/ZF-UNITY.gz |
|
109 |
||
27203 | 110 |
$(LOG)/ZF-UNITY.gz: $(OUT)/ZF UNITY/ROOT.ML UNITY/Comp.thy \ |
111 |
UNITY/Constrains.thy UNITY/FP.thy UNITY/GenPrefix.thy UNITY/Guar.thy \ |
|
112 |
UNITY/Mutex.thy UNITY/State.thy UNITY/SubstAx.thy UNITY/UNITY.thy \ |
|
113 |
UNITY/Union.thy UNITY/AllocBase.thy UNITY/AllocImpl.thy \ |
|
114 |
UNITY/ClientImpl.thy UNITY/Distributor.thy UNITY/Follows.thy \ |
|
115 |
UNITY/Increasing.thy UNITY/Merge.thy UNITY/Monotonicity.thy \ |
|
116 |
UNITY/MultisetSum.thy UNITY/WFair.thy |
|
11479 | 117 |
@$(ISATOOL) usedir $(OUT)/ZF UNITY |
118 |
||
119 |
||
12088 | 120 |
## ZF-Induct |
121 |
||
122 |
ZF-Induct: ZF $(LOG)/ZF-Induct.gz |
|
123 |
||
27203 | 124 |
$(LOG)/ZF-Induct.gz: $(OUT)/ZF Induct/ROOT.ML Induct/Acc.thy \ |
125 |
Induct/Binary_Trees.thy Induct/Brouwer.thy Induct/Comb.thy \ |
|
126 |
Induct/Datatypes.thy Induct/FoldSet.thy Induct/ListN.thy \ |
|
127 |
Induct/Multiset.thy Induct/Mutil.thy Induct/Ntree.thy \ |
|
128 |
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
|
129 |
Induct/Term.thy Induct/Tree_Forest.thy Induct/document/root.tex |
12088 | 130 |
@$(ISATOOL) usedir $(OUT)/ZF Induct |
131 |
||
12175 | 132 |
|
12088 | 133 |
## ZF-ex |
134 |
||
135 |
ZF-ex: ZF $(LOG)/ZF-ex.gz |
|
136 |
||
27203 | 137 |
$(LOG)/ZF-ex.gz: $(OUT)/ZF ex/ROOT.ML ex/BinEx.thy ex/CoUnit.thy \ |
138 |
ex/Commutation.thy ex/Group.thy ex/Limit.thy ex/LList.thy \ |
|
139 |
ex/Primes.thy ex/NatSum.thy ex/Ramsey.thy ex/Ring.thy ex/misc.thy |
|
12088 | 140 |
@$(ISATOOL) usedir $(OUT)/ZF ex |
141 |
||
142 |
||
4518 | 143 |
## clean |
4447 | 144 |
|
145 |
clean: |
|
27203 | 146 |
@rm -f $(OUT)/ZF $(LOG)/ZF.gz $(LOG)/ZF-AC.gz $(LOG)/ZF-Coind.gz \ |
13225 | 147 |
$(LOG)/ZF-Constructible.gz $(LOG)/ZF-ex.gz \ |
148 |
$(LOG)/ZF-IMP.gz $(LOG)/ZF-Resid.gz \ |
|
11479 | 149 |
$(LOG)/ZF-UNITY.gz |