| author | wenzelm | 
| Thu, 12 Jun 2008 23:12:54 +0200 | |
| changeset 27187 | 17b63e145986 | 
| parent 26056 | 6a0801279f4c | 
| child 27203 | 9f02853e3f5b | 
| 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  | 
||
| 17821 | 26  | 
ZF: FOL $(OUT)/ZF$(ML_SUFFIX)  | 
| 4518 | 27  | 
|
28  | 
FOL:  | 
|
29  | 
@cd $(SRC)/FOL; $(ISATOOL) make FOL  | 
|
| 2500 | 30  | 
|
| 23146 | 31  | 
$(OUT)/ZF$(ML_SUFFIX): $(OUT)/FOL$(ML_SUFFIX) AC.thy Arith.thy \  | 
32  | 
ArithSimp.thy Bin.thy Bool.thy Cardinal.thy CardinalArith.thy \  | 
|
| 
26056
 
6a0801279f4c
Made theory names in ZF disjoint from HOL theory names to allow loading both developments
 
krauss 
parents: 
23146 
diff
changeset
 | 
33  | 
Cardinal_AC.thy Datatype_ZF.thy Epsilon.thy EquivClass.thy Finite.thy \  | 
| 
 
6a0801279f4c
Made theory names in ZF disjoint from HOL theory names to allow loading both developments
 
krauss 
parents: 
23146 
diff
changeset
 | 
34  | 
Fixedpt.thy Inductive_ZF.thy InfDatatype.thy Int_ZF.thy IntArith.thy \  | 
| 
 
6a0801279f4c
Made theory names in ZF disjoint from HOL theory names to allow loading both developments
 
krauss 
parents: 
23146 
diff
changeset
 | 
35  | 
IntDiv_ZF.thy List_ZF.thy Main.thy Main_ZF.thy Main_ZFC.thy Nat_ZF.thy OrdQuant.thy \  | 
| 23146 | 36  | 
Order.thy OrderArith.thy OrderType.thy Ordinal.thy Perm.thy QPair.thy \  | 
37  | 
QUniv.thy ROOT.ML Sum.thy Tools/cartprod.ML Tools/datatype_package.ML \  | 
|
38  | 
Tools/ind_cases.ML Tools/induct_tacs.ML Tools/inductive_package.ML \  | 
|
39  | 
Tools/numeral_syntax.ML Tools/primrec_package.ML Tools/typechk.ML \  | 
|
40  | 
Trancl.thy Univ.thy WF.thy ZF.thy Zorn.thy arith_data.ML \  | 
|
41  | 
equalities.thy func.thy ind_syntax.ML int_arith.ML pair.thy \  | 
|
42  | 
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  | 
|
| 17821 | 50  | 
$(LOG)/ZF-AC.gz: $(OUT)/ZF$(ML_SUFFIX) \  | 
| 12776 | 51  | 
AC/ROOT.ML AC/AC15_WO6.thy AC/AC16_WO4.thy \  | 
52  | 
AC/AC16_lemmas.thy AC/AC17_AC1.thy AC/AC18_AC19.thy AC/AC7_AC9.thy \  | 
|
53  | 
AC/AC_Equiv.thy AC/Cardinal_aux.thy \  | 
|
54  | 
AC/DC.thy AC/HH.thy AC/Hartog.thy AC/WO1_AC.thy AC/WO1_WO7.thy \  | 
|
| 15083 | 55  | 
AC/WO2_AC16.thy AC/WO6_WO1.thy AC/document/root.bib AC/document/root.tex  | 
56  | 
@$(ISATOOL) usedir -g true $(OUT)/ZF AC  | 
|
| 2500 | 57  | 
|
58  | 
||
| 11479 | 59  | 
## ZF-Coind  | 
| 4518 | 60  | 
|
| 11479 | 61  | 
ZF-Coind: ZF $(LOG)/ZF-Coind.gz  | 
| 2500 | 62  | 
|
| 17821 | 63  | 
$(LOG)/ZF-Coind.gz: $(OUT)/ZF$(ML_SUFFIX) Coind/Dynamic.thy \  | 
| 12595 | 64  | 
Coind/ECR.thy Coind/Language.thy Coind/Map.thy Coind/ROOT.ML \  | 
65  | 
Coind/Static.thy Coind/Types.thy Coind/Values.thy  | 
|
| 11479 | 66  | 
@$(ISATOOL) usedir $(OUT)/ZF Coind  | 
| 2500 | 67  | 
|
68  | 
||
| 13225 | 69  | 
## ZF-Constructible  | 
70  | 
||
71  | 
ZF-Constructible: ZF $(LOG)/ZF-Constructible.gz  | 
|
72  | 
||
| 17821 | 73  | 
$(LOG)/ZF-Constructible.gz: $(OUT)/ZF$(ML_SUFFIX) Constructible/ROOT.ML \  | 
| 13503 | 74  | 
Constructible/Datatype_absolute.thy Constructible/DPow_absolute.thy\  | 
| 
13496
 
6f0c57def6d5
In ZF/Constructible, moved many results from Satisfies_absolute, etc., to
 
paulson 
parents: 
13494 
diff
changeset
 | 
75  | 
Constructible/Formula.thy Constructible/Internalize.thy \  | 
| 13544 | 76  | 
Constructible/AC_in_L.thy Constructible/Relative.thy \  | 
| 13225 | 77  | 
Constructible/L_axioms.thy Constructible/Wellorderings.thy \  | 
| 13318 | 78  | 
Constructible/MetaExists.thy Constructible/Normal.thy \  | 
| 13634 | 79  | 
Constructible/Rank.thy Constructible/Rank_Separation.thy \  | 
| 
13339
 
0f89104dd377
Fixed quantified variable name preservation for ball and bex (bounded quants)
 
paulson 
parents: 
13327 
diff
changeset
 | 
80  | 
Constructible/Rec_Separation.thy Constructible/Separation.thy \  | 
| 13494 | 81  | 
Constructible/Satisfies_absolute.thy Constructible/WF_absolute.thy \  | 
| 13296 | 82  | 
Constructible/Reflection.thy Constructible/WFrec.thy \  | 
| 15083 | 83  | 
Constructible/document/root.bib Constructible/document/root.tex  | 
| 13427 | 84  | 
@$(ISATOOL) usedir -g true $(OUT)/ZF Constructible  | 
| 13225 | 85  | 
|
86  | 
||
| 11479 | 87  | 
## ZF-IMP  | 
88  | 
||
89  | 
ZF-IMP: ZF $(LOG)/ZF-IMP.gz  | 
|
90  | 
||
| 17821 | 91  | 
$(LOG)/ZF-IMP.gz: $(OUT)/ZF$(ML_SUFFIX) IMP/Com.thy IMP/Denotation.thy IMP/Equiv.thy \  | 
| 12610 | 92  | 
IMP/ROOT.ML IMP/document/root.bib 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  | 
||
| 17821 | 100  | 
$(LOG)/ZF-Resid.gz: $(OUT)/ZF$(ML_SUFFIX) Resid/ROOT.ML \  | 
| 12595 | 101  | 
Resid/Confluence.thy Resid/Redex.thy \  | 
102  | 
Resid/Reduction.thy Resid/Residuals.thy 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  | 
||
| 17821 | 110  | 
$(LOG)/ZF-UNITY.gz: $(OUT)/ZF$(ML_SUFFIX) UNITY/ROOT.ML \  | 
| 15634 | 111  | 
UNITY/Comp.thy UNITY/Constrains.thy UNITY/FP.thy\  | 
112  | 
UNITY/GenPrefix.thy UNITY/Guar.thy UNITY/Mutex.thy UNITY/State.thy \  | 
|
113  | 
UNITY/SubstAx.thy UNITY/UNITY.thy UNITY/Union.thy \  | 
|
| 14076 | 114  | 
UNITY/AllocBase.thy UNITY/AllocImpl.thy\  | 
| 
14072
 
f932be305381
Conversion of UNITY/Distributor to Isar script.  General tidy-up.
 
paulson 
parents: 
14071 
diff
changeset
 | 
115  | 
UNITY/ClientImpl.thy UNITY/Distributor.thy\  | 
| 
14093
 
24382760fd89
converting more theories to Isar scripts, and tidying
 
paulson 
parents: 
14092 
diff
changeset
 | 
116  | 
UNITY/Follows.thy UNITY/Increasing.thy UNITY/Merge.thy\  | 
| 15634 | 117  | 
UNITY/Monotonicity.thy UNITY/MultisetSum.thy UNITY/WFair.thy  | 
| 11479 | 118  | 
@$(ISATOOL) usedir $(OUT)/ZF UNITY  | 
119  | 
||
120  | 
||
| 12088 | 121  | 
## ZF-Induct  | 
122  | 
||
123  | 
ZF-Induct: ZF $(LOG)/ZF-Induct.gz  | 
|
124  | 
||
| 17821 | 125  | 
$(LOG)/ZF-Induct.gz: $(OUT)/ZF$(ML_SUFFIX) Induct/ROOT.ML Induct/Acc.thy \  | 
| 12560 | 126  | 
Induct/Binary_Trees.thy Induct/Brouwer.thy Induct/Comb.thy \  | 
| 14071 | 127  | 
Induct/Datatypes.thy Induct/FoldSet.thy \  | 
| 15201 | 128  | 
Induct/ListN.thy Induct/Multiset.thy Induct/Mutil.thy \  | 
| 12560 | 129  | 
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
 | 
130  | 
Induct/Term.thy Induct/Tree_Forest.thy Induct/document/root.tex  | 
| 12088 | 131  | 
@$(ISATOOL) usedir $(OUT)/ZF Induct  | 
132  | 
||
| 12175 | 133  | 
|
| 12088 | 134  | 
## ZF-ex  | 
135  | 
||
136  | 
ZF-ex: ZF $(LOG)/ZF-ex.gz  | 
|
137  | 
||
| 17821 | 138  | 
$(LOG)/ZF-ex.gz: $(OUT)/ZF$(ML_SUFFIX) ex/ROOT.ML \  | 
| 14883 | 139  | 
ex/BinEx.thy ex/CoUnit.thy ex/Commutation.thy ex/Group.thy\  | 
| 
13085
 
bfdb0534c8ec
converted theory ex/Limit to Isar script, but it still needs work!
 
paulson 
parents: 
12776 
diff
changeset
 | 
140  | 
ex/Limit.thy ex/LList.thy ex/Primes.thy \  | 
| 14883 | 141  | 
ex/NatSum.thy ex/Ramsey.thy ex/Ring.thy ex/misc.thy  | 
| 12088 | 142  | 
@$(ISATOOL) usedir $(OUT)/ZF ex  | 
143  | 
||
144  | 
||
| 4518 | 145  | 
## clean  | 
| 4447 | 146  | 
|
147  | 
clean:  | 
|
| 17821 | 148  | 
@rm -f $(OUT)/ZF$(ML_SUFFIX) $(LOG)/ZF.gz $(LOG)/ZF-AC.gz $(LOG)/ZF-Coind.gz \  | 
| 13225 | 149  | 
$(LOG)/ZF-Constructible.gz $(LOG)/ZF-ex.gz \  | 
150  | 
$(LOG)/ZF-IMP.gz $(LOG)/ZF-Resid.gz \  | 
|
| 11479 | 151  | 
$(LOG)/ZF-UNITY.gz  |