src/ZF/IsaMakefile
author wenzelm
Sat, 24 Nov 2001 16:54:32 +0100
changeset 12282 f98beaaa7c4f
parent 12229 bfba0eb5124b
child 12425 97975229f893
permissions -rw-r--r--
generic_merge;
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2500
777c90aa20b2 IsaMakefile for ZF;
wenzelm
parents:
diff changeset
     1
#
777c90aa20b2 IsaMakefile for ZF;
wenzelm
parents:
diff changeset
     2
# $Id$
777c90aa20b2 IsaMakefile for ZF;
wenzelm
parents:
diff changeset
     3
#
777c90aa20b2 IsaMakefile for ZF;
wenzelm
parents:
diff changeset
     4
# IsaMakefile for ZF
777c90aa20b2 IsaMakefile for ZF;
wenzelm
parents:
diff changeset
     5
#
777c90aa20b2 IsaMakefile for ZF;
wenzelm
parents:
diff changeset
     6
4518
74c01296e818 improved targets;
wenzelm
parents: 4447
diff changeset
     7
## targets
2500
777c90aa20b2 IsaMakefile for ZF;
wenzelm
parents:
diff changeset
     8
4518
74c01296e818 improved targets;
wenzelm
parents: 4447
diff changeset
     9
default: ZF
74c01296e818 improved targets;
wenzelm
parents: 4447
diff changeset
    10
images: ZF
11479
697dcaaf478f new ZF/UNITY theory
paulson
parents: 11399
diff changeset
    11
697dcaaf478f new ZF/UNITY theory
paulson
parents: 11399
diff changeset
    12
#Note: keep targets sorted
12088
6f463d16cbd0 reorganization of the ZF examples
paulson
parents: 11479
diff changeset
    13
test: ZF-AC ZF-Coind ZF-IMP ZF-Induct ZF-Resid ZF-UNITY ZF-ex
4518
74c01296e818 improved targets;
wenzelm
parents: 4447
diff changeset
    14
all: images test
74c01296e818 improved targets;
wenzelm
parents: 4447
diff changeset
    15
74c01296e818 improved targets;
wenzelm
parents: 4447
diff changeset
    16
74c01296e818 improved targets;
wenzelm
parents: 4447
diff changeset
    17
## global settings
74c01296e818 improved targets;
wenzelm
parents: 4447
diff changeset
    18
74c01296e818 improved targets;
wenzelm
parents: 4447
diff changeset
    19
SRC = $(ISABELLE_HOME)/src
3118
24dae6222579 fixed ISABELLE_OUTPUT, ISABELLE_PATH (finally?);
wenzelm
parents: 3057
diff changeset
    20
OUT = $(ISABELLE_OUTPUT)
4447
b7ee449eb345 log files;
wenzelm
parents: 3505
diff changeset
    21
LOG = $(OUT)/log
2500
777c90aa20b2 IsaMakefile for ZF;
wenzelm
parents:
diff changeset
    22
4518
74c01296e818 improved targets;
wenzelm
parents: 4447
diff changeset
    23
74c01296e818 improved targets;
wenzelm
parents: 4447
diff changeset
    24
## ZF
74c01296e818 improved targets;
wenzelm
parents: 4447
diff changeset
    25
74c01296e818 improved targets;
wenzelm
parents: 4447
diff changeset
    26
ZF: FOL $(OUT)/ZF
74c01296e818 improved targets;
wenzelm
parents: 4447
diff changeset
    27
74c01296e818 improved targets;
wenzelm
parents: 4447
diff changeset
    28
FOL:
74c01296e818 improved targets;
wenzelm
parents: 4447
diff changeset
    29
	@cd $(SRC)/FOL; $(ISATOOL) make FOL
2500
777c90aa20b2 IsaMakefile for ZF;
wenzelm
parents:
diff changeset
    30
9548
15bee2731e43 instantiated Cancel_Numerals for "nat" in ZF
paulson
parents: 8812
diff changeset
    31
$(OUT)/ZF: $(OUT)/FOL AC.ML AC.thy Arith.ML Arith.thy Bool.ML           \
15bee2731e43 instantiated Cancel_Numerals for "nat" in ZF
paulson
parents: 8812
diff changeset
    32
  arith_data.ML ArithSimp.thy ArithSimp.ML Bool.thy                	\
8812
7239b21e2068 removed Pure/section_utils.ML;
wenzelm
parents: 6213
diff changeset
    33
  Cardinal.ML Cardinal.thy CardinalArith.ML CardinalArith.thy		\
7239b21e2068 removed Pure/section_utils.ML;
wenzelm
parents: 6213
diff changeset
    34
  Cardinal_AC.ML Cardinal_AC.thy Datatype.ML Datatype.thy Epsilon.ML	\
7239b21e2068 removed Pure/section_utils.ML;
wenzelm
parents: 6213
diff changeset
    35
  Epsilon.thy Finite.ML Finite.thy Fixedpt.ML Fixedpt.thy Inductive.ML	\
9578
ab26d6c8ebfe new theory Integ/IntDiv and many more monotonicity laws, etc., for the integers
paulson
parents: 9570
diff changeset
    36
  Inductive.thy InfDatatype.ML InfDatatype.thy \
ab26d6c8ebfe new theory Integ/IntDiv and many more monotonicity laws, etc., for the integers
paulson
parents: 9570
diff changeset
    37
  Integ/Bin.ML Integ/Bin.thy \
ab26d6c8ebfe new theory Integ/IntDiv and many more monotonicity laws, etc., for the integers
paulson
parents: 9570
diff changeset
    38
  Integ/EquivClass.ML Integ/EquivClass.thy Integ/Int.ML	Integ/Int.thy \
ab26d6c8ebfe new theory Integ/IntDiv and many more monotonicity laws, etc., for the integers
paulson
parents: 9570
diff changeset
    39
  Integ/IntDiv.ML Integ/IntDiv.thy \
ab26d6c8ebfe new theory Integ/IntDiv and many more monotonicity laws, etc., for the integers
paulson
parents: 9570
diff changeset
    40
  Integ/twos_compl.ML Integ/int_arith.ML Integ/IntArith.thy \
9570
e16e168984e1 installation of cancellation simprocs for the integers
paulson
parents: 9548
diff changeset
    41
  Let.ML Let.thy List.ML List.thy	\
8812
7239b21e2068 removed Pure/section_utils.ML;
wenzelm
parents: 6213
diff changeset
    42
  Main.thy Nat.ML Nat.thy Order.ML Order.thy OrderArith.ML		\
7239b21e2068 removed Pure/section_utils.ML;
wenzelm
parents: 6213
diff changeset
    43
  OrderArith.thy OrderType.ML OrderType.thy Ordinal.ML Ordinal.thy	\
7239b21e2068 removed Pure/section_utils.ML;
wenzelm
parents: 6213
diff changeset
    44
  Perm.ML Perm.thy QPair.ML QPair.thy QUniv.ML QUniv.thy ROOT.ML	\
9570
e16e168984e1 installation of cancellation simprocs for the integers
paulson
parents: 9548
diff changeset
    45
  Rel.ML Rel.thy Sum.ML Sum.thy \
12175
5cf58a1799a7 rearranged inductive package for Isar;
wenzelm
parents: 12089
diff changeset
    46
  Tools/numeral_syntax.ML Tools/cartprod.ML				\
5cf58a1799a7 rearranged inductive package for Isar;
wenzelm
parents: 12089
diff changeset
    47
  Tools/datatype_package.ML Tools/ind_cases.ML Tools/induct_tacs.ML	\
8812
7239b21e2068 removed Pure/section_utils.ML;
wenzelm
parents: 6213
diff changeset
    48
  Tools/inductive_package.ML Tools/primrec_package.ML Tools/typechk.ML	\
7239b21e2068 removed Pure/section_utils.ML;
wenzelm
parents: 6213
diff changeset
    49
  Trancl.ML Trancl.thy Univ.ML Univ.thy Update.ML Update.thy WF.ML	\
7239b21e2068 removed Pure/section_utils.ML;
wenzelm
parents: 6213
diff changeset
    50
  WF.thy ZF.ML ZF.thy Zorn.ML Zorn.thy domrange.ML domrange.thy		\
7239b21e2068 removed Pure/section_utils.ML;
wenzelm
parents: 6213
diff changeset
    51
  equalities.ML equalities.thy func.ML func.thy ind_syntax.ML mono.ML	\
7239b21e2068 removed Pure/section_utils.ML;
wenzelm
parents: 6213
diff changeset
    52
  mono.thy pair.ML pair.thy simpdata.ML subset.ML subset.thy		\
7239b21e2068 removed Pure/section_utils.ML;
wenzelm
parents: 6213
diff changeset
    53
  thy_syntax.ML upair.ML upair.thy
6213
f5bdd6497e08 usedir -r;
wenzelm
parents: 6065
diff changeset
    54
	@$(ISATOOL) usedir -b -r $(OUT)/FOL ZF
2500
777c90aa20b2 IsaMakefile for ZF;
wenzelm
parents:
diff changeset
    55
777c90aa20b2 IsaMakefile for ZF;
wenzelm
parents:
diff changeset
    56
4518
74c01296e818 improved targets;
wenzelm
parents: 4447
diff changeset
    57
## ZF-AC
2500
777c90aa20b2 IsaMakefile for ZF;
wenzelm
parents:
diff changeset
    58
4518
74c01296e818 improved targets;
wenzelm
parents: 4447
diff changeset
    59
ZF-AC: ZF $(LOG)/ZF-AC.gz
2500
777c90aa20b2 IsaMakefile for ZF;
wenzelm
parents:
diff changeset
    60
11380
e76366922751 tidying and consolidating files
paulson
parents: 11042
diff changeset
    61
$(LOG)/ZF-AC.gz: $(OUT)/ZF \
4518
74c01296e818 improved targets;
wenzelm
parents: 4447
diff changeset
    62
  AC/AC15_WO6.ML AC/AC15_WO6.thy AC/AC16_WO4.ML AC/AC16_WO4.thy \
74c01296e818 improved targets;
wenzelm
parents: 4447
diff changeset
    63
  AC/AC16_lemmas.ML AC/AC16_lemmas.thy AC/AC17_AC1.ML AC/AC17_AC1.thy \
11380
e76366922751 tidying and consolidating files
paulson
parents: 11042
diff changeset
    64
  AC/AC18_AC19.ML AC/AC18_AC19.thy AC/AC1_WO2.ML \
e76366922751 tidying and consolidating files
paulson
parents: 11042
diff changeset
    65
  AC/AC1_WO2.thy AC/AC7_AC9.ML AC/AC_Equiv.ML \
4518
74c01296e818 improved targets;
wenzelm
parents: 4447
diff changeset
    66
  AC/AC_Equiv.thy AC/Cardinal_aux.ML AC/Cardinal_aux.thy AC/DC.ML \
74c01296e818 improved targets;
wenzelm
parents: 4447
diff changeset
    67
  AC/DC.thy AC/DC_lemmas.ML AC/DC_lemmas.thy AC/HH.ML AC/HH.thy \
74c01296e818 improved targets;
wenzelm
parents: 4447
diff changeset
    68
  AC/Hartog.ML AC/Hartog.thy AC/ROOT.ML AC/WO1_AC.ML AC/WO1_AC.thy \
11380
e76366922751 tidying and consolidating files
paulson
parents: 11042
diff changeset
    69
  AC/WO1_WO7.ML AC/WO1_WO7.thy AC/WO2_AC16.ML \
4518
74c01296e818 improved targets;
wenzelm
parents: 4447
diff changeset
    70
  AC/WO2_AC16.thy AC/WO6_WO1.ML AC/WO6_WO1.thy AC/WO_AC.ML AC/WO_AC.thy \
74c01296e818 improved targets;
wenzelm
parents: 4447
diff changeset
    71
  AC/recfunAC16.ML AC/recfunAC16.thy AC/rel_is_fun.ML AC/rel_is_fun.thy
2828
13136dc7b9d0 isatool usedir;
wenzelm
parents: 2500
diff changeset
    72
	@$(ISATOOL) usedir $(OUT)/ZF AC
2500
777c90aa20b2 IsaMakefile for ZF;
wenzelm
parents:
diff changeset
    73
777c90aa20b2 IsaMakefile for ZF;
wenzelm
parents:
diff changeset
    74
11479
697dcaaf478f new ZF/UNITY theory
paulson
parents: 11399
diff changeset
    75
## ZF-Coind
4518
74c01296e818 improved targets;
wenzelm
parents: 4447
diff changeset
    76
11479
697dcaaf478f new ZF/UNITY theory
paulson
parents: 11399
diff changeset
    77
ZF-Coind: ZF $(LOG)/ZF-Coind.gz
2500
777c90aa20b2 IsaMakefile for ZF;
wenzelm
parents:
diff changeset
    78
11479
697dcaaf478f new ZF/UNITY theory
paulson
parents: 11399
diff changeset
    79
$(LOG)/ZF-Coind.gz: $(OUT)/ZF Coind/BCR.thy Coind/Dynamic.thy \
697dcaaf478f new ZF/UNITY theory
paulson
parents: 11399
diff changeset
    80
  Coind/ECR.ML Coind/ECR.thy Coind/Language.thy Coind/MT.ML Coind/MT.thy \
697dcaaf478f new ZF/UNITY theory
paulson
parents: 11399
diff changeset
    81
  Coind/Map.ML Coind/Map.thy Coind/ROOT.ML Coind/Static.ML \
697dcaaf478f new ZF/UNITY theory
paulson
parents: 11399
diff changeset
    82
  Coind/Static.thy Coind/Types.ML Coind/Types.thy Coind/Values.ML \
697dcaaf478f new ZF/UNITY theory
paulson
parents: 11399
diff changeset
    83
  Coind/Values.thy
697dcaaf478f new ZF/UNITY theory
paulson
parents: 11399
diff changeset
    84
	@$(ISATOOL) usedir $(OUT)/ZF Coind
2500
777c90aa20b2 IsaMakefile for ZF;
wenzelm
parents:
diff changeset
    85
777c90aa20b2 IsaMakefile for ZF;
wenzelm
parents:
diff changeset
    86
11479
697dcaaf478f new ZF/UNITY theory
paulson
parents: 11399
diff changeset
    87
## ZF-IMP
697dcaaf478f new ZF/UNITY theory
paulson
parents: 11399
diff changeset
    88
697dcaaf478f new ZF/UNITY theory
paulson
parents: 11399
diff changeset
    89
ZF-IMP: ZF $(LOG)/ZF-IMP.gz
697dcaaf478f new ZF/UNITY theory
paulson
parents: 11399
diff changeset
    90
697dcaaf478f new ZF/UNITY theory
paulson
parents: 11399
diff changeset
    91
$(LOG)/ZF-IMP.gz: $(OUT)/ZF IMP/Com.ML IMP/Com.thy IMP/Denotation.ML \
697dcaaf478f new ZF/UNITY theory
paulson
parents: 11399
diff changeset
    92
  IMP/Denotation.thy IMP/Equiv.ML IMP/Equiv.thy IMP/ROOT.ML
697dcaaf478f new ZF/UNITY theory
paulson
parents: 11399
diff changeset
    93
	@$(ISATOOL) usedir $(OUT)/ZF IMP
697dcaaf478f new ZF/UNITY theory
paulson
parents: 11399
diff changeset
    94
697dcaaf478f new ZF/UNITY theory
paulson
parents: 11399
diff changeset
    95
697dcaaf478f new ZF/UNITY theory
paulson
parents: 11399
diff changeset
    96
## ZF-Resid
697dcaaf478f new ZF/UNITY theory
paulson
parents: 11399
diff changeset
    97
697dcaaf478f new ZF/UNITY theory
paulson
parents: 11399
diff changeset
    98
ZF-Resid: ZF $(LOG)/ZF-Resid.gz
697dcaaf478f new ZF/UNITY theory
paulson
parents: 11399
diff changeset
    99
697dcaaf478f new ZF/UNITY theory
paulson
parents: 11399
diff changeset
   100
$(LOG)/ZF-Resid.gz: $(OUT)/ZF Resid/Confluence.ML Resid/Confluence.thy \
697dcaaf478f new ZF/UNITY theory
paulson
parents: 11399
diff changeset
   101
  Resid/Conversion.ML Resid/Conversion.thy Resid/Cube.ML Resid/Cube.thy \
697dcaaf478f new ZF/UNITY theory
paulson
parents: 11399
diff changeset
   102
  Resid/ROOT.ML Resid/Redex.ML Resid/Redex.thy Resid/Reduction.ML \
697dcaaf478f new ZF/UNITY theory
paulson
parents: 11399
diff changeset
   103
  Resid/Reduction.thy Resid/Residuals.ML Resid/Residuals.thy \
697dcaaf478f new ZF/UNITY theory
paulson
parents: 11399
diff changeset
   104
  Resid/Substitution.ML \
697dcaaf478f new ZF/UNITY theory
paulson
parents: 11399
diff changeset
   105
  Resid/Substitution.thy Resid/Terms.ML Resid/Terms.thy
697dcaaf478f new ZF/UNITY theory
paulson
parents: 11399
diff changeset
   106
	@$(ISATOOL) usedir $(OUT)/ZF Resid
697dcaaf478f new ZF/UNITY theory
paulson
parents: 11399
diff changeset
   107
697dcaaf478f new ZF/UNITY theory
paulson
parents: 11399
diff changeset
   108
697dcaaf478f new ZF/UNITY theory
paulson
parents: 11399
diff changeset
   109
## ZF-UNITY
697dcaaf478f new ZF/UNITY theory
paulson
parents: 11399
diff changeset
   110
697dcaaf478f new ZF/UNITY theory
paulson
parents: 11399
diff changeset
   111
ZF-UNITY: ZF $(LOG)/ZF-UNITY.gz
697dcaaf478f new ZF/UNITY theory
paulson
parents: 11399
diff changeset
   112
697dcaaf478f new ZF/UNITY theory
paulson
parents: 11399
diff changeset
   113
$(LOG)/ZF-UNITY.gz: $(OUT)/ZF UNITY/ROOT.ML \
697dcaaf478f new ZF/UNITY theory
paulson
parents: 11399
diff changeset
   114
  UNITY/Comp.ML UNITY/Comp.thy UNITY/Constrains.ML UNITY/Constrains.thy \
697dcaaf478f new ZF/UNITY theory
paulson
parents: 11399
diff changeset
   115
  UNITY/FP.ML UNITY/FP.thy UNITY/Guar.ML UNITY/Guar.thy \
697dcaaf478f new ZF/UNITY theory
paulson
parents: 11399
diff changeset
   116
  UNITY/Mutex.ML UNITY/Mutex.thy UNITY/State.ML UNITY/State.thy \
697dcaaf478f new ZF/UNITY theory
paulson
parents: 11399
diff changeset
   117
  UNITY/SubstAx.ML UNITY/SubstAx.thy UNITY/UNITY.ML UNITY/UNITY.thy \
697dcaaf478f new ZF/UNITY theory
paulson
parents: 11399
diff changeset
   118
  UNITY/UNITYMisc.ML UNITY/UNITYMisc.thy UNITY/Union.ML UNITY/Union.thy \
697dcaaf478f new ZF/UNITY theory
paulson
parents: 11399
diff changeset
   119
  UNITY/WFair.ML UNITY/WFair.thy
697dcaaf478f new ZF/UNITY theory
paulson
parents: 11399
diff changeset
   120
	@$(ISATOOL) usedir $(OUT)/ZF UNITY
697dcaaf478f new ZF/UNITY theory
paulson
parents: 11399
diff changeset
   121
697dcaaf478f new ZF/UNITY theory
paulson
parents: 11399
diff changeset
   122
12088
6f463d16cbd0 reorganization of the ZF examples
paulson
parents: 11479
diff changeset
   123
## ZF-Induct
6f463d16cbd0 reorganization of the ZF examples
paulson
parents: 11479
diff changeset
   124
6f463d16cbd0 reorganization of the ZF examples
paulson
parents: 11479
diff changeset
   125
ZF-Induct: ZF $(LOG)/ZF-Induct.gz
6f463d16cbd0 reorganization of the ZF examples
paulson
parents: 11479
diff changeset
   126
6f463d16cbd0 reorganization of the ZF examples
paulson
parents: 11479
diff changeset
   127
$(LOG)/ZF-Induct.gz: $(OUT)/ZF  Induct/ROOT.ML Induct/Acc.ML Induct/Acc.thy \
12229
bfba0eb5124b Ntree and Brouwer converted and moved to ZF/Induct;
wenzelm
parents: 12207
diff changeset
   128
  Induct/Binary_Trees.thy Induct/Brouwer.thy Induct/Comb.ML Induct/Comb.thy \
bfba0eb5124b Ntree and Brouwer converted and moved to ZF/Induct;
wenzelm
parents: 12207
diff changeset
   129
  Induct/Datatypes.thy Induct/FoldSet.ML Induct/FoldSet.thy Induct/ListN.ML \
bfba0eb5124b Ntree and Brouwer converted and moved to ZF/Induct;
wenzelm
parents: 12207
diff changeset
   130
  Induct/ListN.thy Induct/Multiset.ML Induct/Multiset.thy Induct/Mutil.thy \
bfba0eb5124b Ntree and Brouwer converted and moved to ZF/Induct;
wenzelm
parents: 12207
diff changeset
   131
  Induct/Ntree.thy Induct/Primrec_defs.ML Induct/Primrec_defs.thy \
12175
5cf58a1799a7 rearranged inductive package for Isar;
wenzelm
parents: 12089
diff changeset
   132
  Induct/Primrec.ML Induct/Primrec.thy \
12186
9b7026a0b0ed added Induct/Binary_Trees.thy, Induct/Datatypes.thy;
wenzelm
parents: 12175
diff changeset
   133
  Induct/PropLog.ML Induct/PropLog.thy Induct/Rmap.ML Induct/Rmap.thy \
12207
4dff931b852f added Induct/Binary_Trees.thy, Induct/Tree_Forest (converted from
wenzelm
parents: 12186
diff changeset
   134
  Induct/Term.thy Induct/Tree_Forest.thy Induct/document/root.tex
12088
6f463d16cbd0 reorganization of the ZF examples
paulson
parents: 11479
diff changeset
   135
	@$(ISATOOL) usedir $(OUT)/ZF Induct
6f463d16cbd0 reorganization of the ZF examples
paulson
parents: 11479
diff changeset
   136
12175
5cf58a1799a7 rearranged inductive package for Isar;
wenzelm
parents: 12089
diff changeset
   137
12088
6f463d16cbd0 reorganization of the ZF examples
paulson
parents: 11479
diff changeset
   138
## ZF-ex
6f463d16cbd0 reorganization of the ZF examples
paulson
parents: 11479
diff changeset
   139
6f463d16cbd0 reorganization of the ZF examples
paulson
parents: 11479
diff changeset
   140
ZF-ex: ZF $(LOG)/ZF-ex.gz
6f463d16cbd0 reorganization of the ZF examples
paulson
parents: 11479
diff changeset
   141
12186
9b7026a0b0ed added Induct/Binary_Trees.thy, Induct/Datatypes.thy;
wenzelm
parents: 12175
diff changeset
   142
$(LOG)/ZF-ex.gz: $(OUT)/ZF ex/ROOT.ML \
12229
bfba0eb5124b Ntree and Brouwer converted and moved to ZF/Induct;
wenzelm
parents: 12207
diff changeset
   143
  ex/BinEx.thy ex/CoUnit.thy ex/Commutation.ML ex/Commutation.thy \
bfba0eb5124b Ntree and Brouwer converted and moved to ZF/Induct;
wenzelm
parents: 12207
diff changeset
   144
  ex/Limit.ML ex/Limit.thy ex/LList.ML ex/LList.thy ex/Primes.ML ex/Primes.thy \
12207
4dff931b852f added Induct/Binary_Trees.thy, Induct/Tree_Forest (converted from
wenzelm
parents: 12186
diff changeset
   145
  ex/NatSum.ML ex/NatSum.thy ex/Ramsey.ML ex/Ramsey.thy ex/misc.thy
12088
6f463d16cbd0 reorganization of the ZF examples
paulson
parents: 11479
diff changeset
   146
	@$(ISATOOL) usedir $(OUT)/ZF ex
6f463d16cbd0 reorganization of the ZF examples
paulson
parents: 11479
diff changeset
   147
6f463d16cbd0 reorganization of the ZF examples
paulson
parents: 11479
diff changeset
   148
4518
74c01296e818 improved targets;
wenzelm
parents: 4447
diff changeset
   149
## clean
4447
b7ee449eb345 log files;
wenzelm
parents: 3505
diff changeset
   150
b7ee449eb345 log files;
wenzelm
parents: 3505
diff changeset
   151
clean:
11479
697dcaaf478f new ZF/UNITY theory
paulson
parents: 11399
diff changeset
   152
	@rm -f $(OUT)/ZF $(LOG)/ZF.gz $(LOG)/ZF-AC.gz $(LOG)/ZF-Coind.gz \
697dcaaf478f new ZF/UNITY theory
paulson
parents: 11399
diff changeset
   153
	  $(LOG)/ZF-ex.gz $(LOG)/ZF-IMP.gz $(LOG)/ZF-Resid.gz \
697dcaaf478f new ZF/UNITY theory
paulson
parents: 11399
diff changeset
   154
	  $(LOG)/ZF-UNITY.gz