src/ZF/IsaMakefile
author paulson
Thu, 01 Oct 1998 18:30:05 +0200
changeset 5601 b6456ccd9e3e
parent 5561 426c1e330903
child 6053 8a1059aa01f0
permissions -rw-r--r--
revised for new treatment of integers
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
74c01296e818 improved targets;
wenzelm
parents: 4447
diff changeset
    11
test: ZF-IMP ZF-Coind ZF-AC ZF-Resid ZF-ex
74c01296e818 improved targets;
wenzelm
parents: 4447
diff changeset
    12
all: images test
74c01296e818 improved targets;
wenzelm
parents: 4447
diff changeset
    13
74c01296e818 improved targets;
wenzelm
parents: 4447
diff changeset
    14
74c01296e818 improved targets;
wenzelm
parents: 4447
diff changeset
    15
## global settings
74c01296e818 improved targets;
wenzelm
parents: 4447
diff changeset
    16
74c01296e818 improved targets;
wenzelm
parents: 4447
diff changeset
    17
SRC = $(ISABELLE_HOME)/src
3118
24dae6222579 fixed ISABELLE_OUTPUT, ISABELLE_PATH (finally?);
wenzelm
parents: 3057
diff changeset
    18
OUT = $(ISABELLE_OUTPUT)
4447
b7ee449eb345 log files;
wenzelm
parents: 3505
diff changeset
    19
LOG = $(OUT)/log
2500
777c90aa20b2 IsaMakefile for ZF;
wenzelm
parents:
diff changeset
    20
4518
74c01296e818 improved targets;
wenzelm
parents: 4447
diff changeset
    21
74c01296e818 improved targets;
wenzelm
parents: 4447
diff changeset
    22
## ZF
74c01296e818 improved targets;
wenzelm
parents: 4447
diff changeset
    23
74c01296e818 improved targets;
wenzelm
parents: 4447
diff changeset
    24
ZF: FOL $(OUT)/ZF
74c01296e818 improved targets;
wenzelm
parents: 4447
diff changeset
    25
74c01296e818 improved targets;
wenzelm
parents: 4447
diff changeset
    26
FOL:
74c01296e818 improved targets;
wenzelm
parents: 4447
diff changeset
    27
	@cd $(SRC)/FOL; $(ISATOOL) make FOL
2500
777c90aa20b2 IsaMakefile for ZF;
wenzelm
parents:
diff changeset
    28
4518
74c01296e818 improved targets;
wenzelm
parents: 4447
diff changeset
    29
$(OUT)/ZF: $(OUT)/FOL $(SRC)/Pure/section_utils.ML AC.ML AC.thy \
74c01296e818 improved targets;
wenzelm
parents: 4447
diff changeset
    30
  Arith.ML Arith.thy Bool.ML Bool.thy Cardinal.ML Cardinal.thy \
74c01296e818 improved targets;
wenzelm
parents: 4447
diff changeset
    31
  CardinalArith.ML CardinalArith.thy Cardinal_AC.ML Cardinal_AC.thy \
5539
25e743eef48a New directory Integ for the integers
paulson
parents: 5464
diff changeset
    32
  Datatype.ML Datatype.thy Epsilon.ML Epsilon.thy \
25e743eef48a New directory Integ for the integers
paulson
parents: 5464
diff changeset
    33
  Finite.ML Finite.thy Fixedpt.ML Fixedpt.thy \
4878
96578989b0d6 Let.ML and Let.thy had been omitted
paulson
parents: 4518
diff changeset
    34
  Inductive.ML Inductive.thy InfDatatype.ML InfDatatype.thy \
5158
48ca9ef35fb0 added Main and Update
paulson
parents: 4878
diff changeset
    35
  Let.ML Let.thy List.ML List.thy Main.thy Nat.ML Nat.thy \
4878
96578989b0d6 Let.ML and Let.thy had been omitted
paulson
parents: 4518
diff changeset
    36
  Order.ML Order.thy OrderArith.ML \
4518
74c01296e818 improved targets;
wenzelm
parents: 4447
diff changeset
    37
  OrderArith.thy OrderType.ML OrderType.thy Ordinal.ML Ordinal.thy \
74c01296e818 improved targets;
wenzelm
parents: 4447
diff changeset
    38
  Perm.ML Perm.thy QPair.ML QPair.thy QUniv.ML QUniv.thy ROOT.ML Rel.ML \
5158
48ca9ef35fb0 added Main and Update
paulson
parents: 4878
diff changeset
    39
  Rel.thy Sum.ML Sum.thy Trancl.ML Trancl.thy \
48ca9ef35fb0 added Main and Update
paulson
parents: 4878
diff changeset
    40
  Update.ML Update.thy Univ.ML Univ.thy WF.ML WF.thy \
48ca9ef35fb0 added Main and Update
paulson
parents: 4878
diff changeset
    41
  ZF.ML ZF.thy Zorn.ML Zorn.thy add_ind_def.ML add_ind_def.thy \
4518
74c01296e818 improved targets;
wenzelm
parents: 4447
diff changeset
    42
  cartprod.ML cartprod.thy constructor.ML constructor.thy domrange.ML \
74c01296e818 improved targets;
wenzelm
parents: 4447
diff changeset
    43
  domrange.thy equalities.ML equalities.thy func.ML func.thy \
74c01296e818 improved targets;
wenzelm
parents: 4447
diff changeset
    44
  ind_syntax.ML ind_syntax.thy indrule.ML indrule.thy intr_elim.ML \
74c01296e818 improved targets;
wenzelm
parents: 4447
diff changeset
    45
  intr_elim.thy mono.ML mono.thy pair.ML pair.thy simpdata.ML subset.ML \
5539
25e743eef48a New directory Integ for the integers
paulson
parents: 5464
diff changeset
    46
  subset.thy thy_syntax.ML typechk.ML upair.ML upair.thy \
5561
426c1e330903 Renaming of Integ/Integ.* to Integ/Int.*, and renaming of related constants
paulson
parents: 5539
diff changeset
    47
  Integ/EquivClass.ML Integ/EquivClass.thy Integ/Int.ML Integ/Int.thy \
5539
25e743eef48a New directory Integ for the integers
paulson
parents: 5464
diff changeset
    48
  Integ/twos_compl.ML Integ/Bin.ML Integ/Bin.thy 
3057
a5a42ff18a40 removed -c option;
wenzelm
parents: 2828
diff changeset
    49
	@$(ISATOOL) usedir -b $(OUT)/FOL ZF
2500
777c90aa20b2 IsaMakefile for ZF;
wenzelm
parents:
diff changeset
    50
777c90aa20b2 IsaMakefile for ZF;
wenzelm
parents:
diff changeset
    51
4518
74c01296e818 improved targets;
wenzelm
parents: 4447
diff changeset
    52
## ZF-IMP
2500
777c90aa20b2 IsaMakefile for ZF;
wenzelm
parents:
diff changeset
    53
4518
74c01296e818 improved targets;
wenzelm
parents: 4447
diff changeset
    54
ZF-IMP: ZF $(LOG)/ZF-IMP.gz
2500
777c90aa20b2 IsaMakefile for ZF;
wenzelm
parents:
diff changeset
    55
4518
74c01296e818 improved targets;
wenzelm
parents: 4447
diff changeset
    56
$(LOG)/ZF-IMP.gz: $(OUT)/ZF IMP/Com.ML IMP/Com.thy IMP/Denotation.ML \
74c01296e818 improved targets;
wenzelm
parents: 4447
diff changeset
    57
  IMP/Denotation.thy IMP/Equiv.ML IMP/Equiv.thy IMP/ROOT.ML
2828
13136dc7b9d0 isatool usedir;
wenzelm
parents: 2500
diff changeset
    58
	@$(ISATOOL) usedir $(OUT)/ZF IMP
2500
777c90aa20b2 IsaMakefile for ZF;
wenzelm
parents:
diff changeset
    59
777c90aa20b2 IsaMakefile for ZF;
wenzelm
parents:
diff changeset
    60
4518
74c01296e818 improved targets;
wenzelm
parents: 4447
diff changeset
    61
## ZF-Coind
2500
777c90aa20b2 IsaMakefile for ZF;
wenzelm
parents:
diff changeset
    62
4518
74c01296e818 improved targets;
wenzelm
parents: 4447
diff changeset
    63
ZF-Coind: ZF $(LOG)/ZF-Coind.gz
2500
777c90aa20b2 IsaMakefile for ZF;
wenzelm
parents:
diff changeset
    64
4518
74c01296e818 improved targets;
wenzelm
parents: 4447
diff changeset
    65
$(LOG)/ZF-Coind.gz: $(OUT)/ZF Coind/BCR.thy Coind/Dynamic.thy \
74c01296e818 improved targets;
wenzelm
parents: 4447
diff changeset
    66
  Coind/ECR.ML Coind/ECR.thy Coind/Language.thy Coind/MT.ML Coind/MT.thy \
74c01296e818 improved targets;
wenzelm
parents: 4447
diff changeset
    67
  Coind/Map.ML Coind/Map.thy Coind/ROOT.ML Coind/Static.ML \
74c01296e818 improved targets;
wenzelm
parents: 4447
diff changeset
    68
  Coind/Static.thy Coind/Types.ML Coind/Types.thy Coind/Values.ML \
74c01296e818 improved targets;
wenzelm
parents: 4447
diff changeset
    69
  Coind/Values.thy
2828
13136dc7b9d0 isatool usedir;
wenzelm
parents: 2500
diff changeset
    70
	@$(ISATOOL) usedir $(OUT)/ZF Coind
2500
777c90aa20b2 IsaMakefile for ZF;
wenzelm
parents:
diff changeset
    71
777c90aa20b2 IsaMakefile for ZF;
wenzelm
parents:
diff changeset
    72
4518
74c01296e818 improved targets;
wenzelm
parents: 4447
diff changeset
    73
## ZF-AC
2500
777c90aa20b2 IsaMakefile for ZF;
wenzelm
parents:
diff changeset
    74
4518
74c01296e818 improved targets;
wenzelm
parents: 4447
diff changeset
    75
ZF-AC: ZF $(LOG)/ZF-AC.gz
2500
777c90aa20b2 IsaMakefile for ZF;
wenzelm
parents:
diff changeset
    76
4518
74c01296e818 improved targets;
wenzelm
parents: 4447
diff changeset
    77
$(LOG)/ZF-AC.gz: $(OUT)/ZF AC/AC0_AC1.ML AC/AC10_AC15.ML \
74c01296e818 improved targets;
wenzelm
parents: 4447
diff changeset
    78
  AC/AC15_WO6.ML AC/AC15_WO6.thy AC/AC16_WO4.ML AC/AC16_WO4.thy \
74c01296e818 improved targets;
wenzelm
parents: 4447
diff changeset
    79
  AC/AC16_lemmas.ML AC/AC16_lemmas.thy AC/AC17_AC1.ML AC/AC17_AC1.thy \
74c01296e818 improved targets;
wenzelm
parents: 4447
diff changeset
    80
  AC/AC18_AC19.ML AC/AC18_AC19.thy AC/AC1_AC17.ML AC/AC1_WO2.ML \
74c01296e818 improved targets;
wenzelm
parents: 4447
diff changeset
    81
  AC/AC1_WO2.thy AC/AC2_AC6.ML AC/AC7_AC9.ML AC/AC_Equiv.ML \
74c01296e818 improved targets;
wenzelm
parents: 4447
diff changeset
    82
  AC/AC_Equiv.thy AC/Cardinal_aux.ML AC/Cardinal_aux.thy AC/DC.ML \
74c01296e818 improved targets;
wenzelm
parents: 4447
diff changeset
    83
  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
    84
  AC/Hartog.ML AC/Hartog.thy AC/ROOT.ML AC/WO1_AC.ML AC/WO1_AC.thy \
5464
47d0d906b39a new file AC/WO1_WO7.thy
paulson
parents: 5158
diff changeset
    85
  AC/WO1_WO6.ML AC/WO1_WO7.ML AC/WO1_WO7.thy AC/WO1_WO8.ML AC/WO2_AC16.ML \
4518
74c01296e818 improved targets;
wenzelm
parents: 4447
diff changeset
    86
  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
    87
  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
    88
	@$(ISATOOL) usedir $(OUT)/ZF AC
2500
777c90aa20b2 IsaMakefile for ZF;
wenzelm
parents:
diff changeset
    89
777c90aa20b2 IsaMakefile for ZF;
wenzelm
parents:
diff changeset
    90
4518
74c01296e818 improved targets;
wenzelm
parents: 4447
diff changeset
    91
## ZF-Resid
74c01296e818 improved targets;
wenzelm
parents: 4447
diff changeset
    92
74c01296e818 improved targets;
wenzelm
parents: 4447
diff changeset
    93
ZF-Resid: ZF $(LOG)/ZF-Resid.gz
2500
777c90aa20b2 IsaMakefile for ZF;
wenzelm
parents:
diff changeset
    94
4518
74c01296e818 improved targets;
wenzelm
parents: 4447
diff changeset
    95
$(LOG)/ZF-Resid.gz: $(OUT)/ZF Resid/Confluence.ML Resid/Confluence.thy \
74c01296e818 improved targets;
wenzelm
parents: 4447
diff changeset
    96
  Resid/Conversion.ML Resid/Conversion.thy Resid/Cube.ML Resid/Cube.thy \
74c01296e818 improved targets;
wenzelm
parents: 4447
diff changeset
    97
  Resid/ROOT.ML Resid/Redex.ML Resid/Redex.thy Resid/Reduction.ML \
74c01296e818 improved targets;
wenzelm
parents: 4447
diff changeset
    98
  Resid/Reduction.thy Resid/Residuals.ML Resid/Residuals.thy \
74c01296e818 improved targets;
wenzelm
parents: 4447
diff changeset
    99
  Resid/SubUnion.ML Resid/SubUnion.thy Resid/Substitution.ML \
74c01296e818 improved targets;
wenzelm
parents: 4447
diff changeset
   100
  Resid/Substitution.thy Resid/Terms.ML Resid/Terms.thy
2828
13136dc7b9d0 isatool usedir;
wenzelm
parents: 2500
diff changeset
   101
	@$(ISATOOL) usedir $(OUT)/ZF Resid
2500
777c90aa20b2 IsaMakefile for ZF;
wenzelm
parents:
diff changeset
   102
777c90aa20b2 IsaMakefile for ZF;
wenzelm
parents:
diff changeset
   103
4518
74c01296e818 improved targets;
wenzelm
parents: 4447
diff changeset
   104
## ZF-ex
74c01296e818 improved targets;
wenzelm
parents: 4447
diff changeset
   105
74c01296e818 improved targets;
wenzelm
parents: 4447
diff changeset
   106
ZF-ex: ZF $(LOG)/ZF-ex.gz
2500
777c90aa20b2 IsaMakefile for ZF;
wenzelm
parents:
diff changeset
   107
4518
74c01296e818 improved targets;
wenzelm
parents: 4447
diff changeset
   108
$(LOG)/ZF-ex.gz: $(OUT)/ZF ex/Acc.ML ex/Acc.thy ex/BT.ML ex/BT.thy \
5539
25e743eef48a New directory Integ for the integers
paulson
parents: 5464
diff changeset
   109
  ex/BinEx.ML ex/Brouwer.ML ex/Brouwer.thy ex/CoUnit.ML \
4518
74c01296e818 improved targets;
wenzelm
parents: 4447
diff changeset
   110
  ex/CoUnit.thy ex/Comb.ML ex/Comb.thy ex/Data.ML ex/Data.thy ex/Enum.ML \
5539
25e743eef48a New directory Integ for the integers
paulson
parents: 5464
diff changeset
   111
  ex/Enum.thy ex/LList.ML ex/LList.thy \
4518
74c01296e818 improved targets;
wenzelm
parents: 4447
diff changeset
   112
  ex/Limit.ML ex/Limit.thy ex/ListN.ML ex/ListN.thy ex/Mutil.ML \
74c01296e818 improved targets;
wenzelm
parents: 4447
diff changeset
   113
  ex/Mutil.thy ex/Ntree.ML ex/Ntree.thy ex/Primes.ML ex/Primes.thy \
74c01296e818 improved targets;
wenzelm
parents: 4447
diff changeset
   114
  ex/Primrec.ML ex/Primrec.thy ex/PropLog.ML ex/PropLog.thy ex/ROOT.ML \
74c01296e818 improved targets;
wenzelm
parents: 4447
diff changeset
   115
  ex/Ramsey.ML ex/Ramsey.thy ex/Rmap.ML ex/Rmap.thy ex/TF.ML ex/TF.thy \
5539
25e743eef48a New directory Integ for the integers
paulson
parents: 5464
diff changeset
   116
  ex/Term.ML ex/Term.thy ex/misc.ML
2828
13136dc7b9d0 isatool usedir;
wenzelm
parents: 2500
diff changeset
   117
	@$(ISATOOL) usedir $(OUT)/ZF ex
2500
777c90aa20b2 IsaMakefile for ZF;
wenzelm
parents:
diff changeset
   118
777c90aa20b2 IsaMakefile for ZF;
wenzelm
parents:
diff changeset
   119
4518
74c01296e818 improved targets;
wenzelm
parents: 4447
diff changeset
   120
## clean
4447
b7ee449eb345 log files;
wenzelm
parents: 3505
diff changeset
   121
b7ee449eb345 log files;
wenzelm
parents: 3505
diff changeset
   122
clean:
4518
74c01296e818 improved targets;
wenzelm
parents: 4447
diff changeset
   123
	@rm -f $(OUT)/ZF $(LOG)/ZF.gz $(LOG)/ZF-IMP.gz \
74c01296e818 improved targets;
wenzelm
parents: 4447
diff changeset
   124
	  $(LOG)/ZF-Coind.gz $(LOG)/ZF-AC.gz $(LOG)/ZF-Resid.gz \
74c01296e818 improved targets;
wenzelm
parents: 4447
diff changeset
   125
	  $(LOG)/ZF-ex.gz