author | wenzelm |
Wed, 11 Aug 2010 12:50:33 +0200 | |
changeset 38326 | 01d2ef471ffe |
parent 38307 | 0028571ade2d |
parent 38266 | 492d377ecfe2 |
child 38327 | d6afb77b0f6d |
permissions | -rw-r--r-- |
2431 | 1 |
# |
4518 | 2 |
# IsaMakefile for Pure |
2431 | 3 |
# |
4 |
||
4518 | 5 |
## targets |
6 |
||
7 |
default: Pure |
|
8 |
images: Pure |
|
24880
c827d25b2983
added Pure-ProofGeneral target (dummy session with outer syntax keyword initialization);
wenzelm
parents:
24830
diff
changeset
|
9 |
test: RAW Pure-ProofGeneral |
4518 | 10 |
all: images test |
11 |
||
12 |
||
13 |
## global settings |
|
14 |
||
15 |
SRC = $(ISABELLE_HOME)/src |
|
3118 | 16 |
OUT = $(ISABELLE_OUTPUT) |
4518 | 17 |
LOG = $(OUT)/log |
18 |
||
2431 | 19 |
|
4518 | 20 |
## Pure |
21 |
||
35010
d6e492cea6e4
renamed system/system_out to bash/bash_output -- to emphasized that this is really GNU bash, not some undefined POSIX sh;
wenzelm
parents:
34282
diff
changeset
|
22 |
BOOTSTRAP_FILES = ML-Systems/bash.ML ML-Systems/compiler_polyml-5.0.ML \ |
31312 | 23 |
ML-Systems/compiler_polyml-5.2.ML ML-Systems/compiler_polyml-5.3.ML \ |
35010
d6e492cea6e4
renamed system/system_out to bash/bash_output -- to emphasized that this is really GNU bash, not some undefined POSIX sh;
wenzelm
parents:
34282
diff
changeset
|
24 |
ML-Systems/ml_name_space.ML ML-Systems/ml_pretty.ML \ |
35017
603d976d8cab
removed ever experimental support for Moscow ML -- hardly works anymore;
wenzelm
parents:
35014
diff
changeset
|
25 |
ML-Systems/multithreading.ML ML-Systems/multithreading_polyml.ML \ |
603d976d8cab
removed ever experimental support for Moscow ML -- hardly works anymore;
wenzelm
parents:
35014
diff
changeset
|
26 |
ML-Systems/overloading_smlnj.ML ML-Systems/polyml-5.0.ML \ |
603d976d8cab
removed ever experimental support for Moscow ML -- hardly works anymore;
wenzelm
parents:
35014
diff
changeset
|
27 |
ML-Systems/polyml-5.1.ML ML-Systems/polyml-5.2.ML \ |
603d976d8cab
removed ever experimental support for Moscow ML -- hardly works anymore;
wenzelm
parents:
35014
diff
changeset
|
28 |
ML-Systems/polyml-5.2.1.ML ML-Systems/polyml.ML \ |
603d976d8cab
removed ever experimental support for Moscow ML -- hardly works anymore;
wenzelm
parents:
35014
diff
changeset
|
29 |
ML-Systems/polyml_common.ML ML-Systems/pp_polyml.ML \ |
603d976d8cab
removed ever experimental support for Moscow ML -- hardly works anymore;
wenzelm
parents:
35014
diff
changeset
|
30 |
ML-Systems/proper_int.ML ML-Systems/single_assignment.ML \ |
35014
a725ff6ead26
explicit representation of single-assignment variables;
wenzelm
parents:
35010
diff
changeset
|
31 |
ML-Systems/single_assignment_polyml.ML ML-Systems/smlnj.ML \ |
35010
d6e492cea6e4
renamed system/system_out to bash/bash_output -- to emphasized that this is really GNU bash, not some undefined POSIX sh;
wenzelm
parents:
34282
diff
changeset
|
32 |
ML-Systems/thread_dummy.ML ML-Systems/timing.ML \ |
d6e492cea6e4
renamed system/system_out to bash/bash_output -- to emphasized that this is really GNU bash, not some undefined POSIX sh;
wenzelm
parents:
34282
diff
changeset
|
33 |
ML-Systems/time_limit.ML ML-Systems/universal.ML \ |
d6e492cea6e4
renamed system/system_out to bash/bash_output -- to emphasized that this is really GNU bash, not some undefined POSIX sh;
wenzelm
parents:
34282
diff
changeset
|
34 |
ML-Systems/unsynchronized.ML |
30141 | 35 |
|
36 |
RAW: $(OUT)/RAW |
|
37 |
||
38 |
$(OUT)/RAW: $(BOOTSTRAP_FILES) |
|
39 |
@./mk -r |
|
40 |
||
41 |
||
27204 | 42 |
Pure: $(OUT)/Pure |
2431 | 43 |
|
32840 | 44 |
$(OUT)/Pure: $(BOOTSTRAP_FILES) Concurrent/cache.ML \ |
45 |
Concurrent/future.ML Concurrent/lazy.ML \ |
|
46 |
Concurrent/lazy_sequential.ML Concurrent/mailbox.ML \ |
|
47 |
Concurrent/par_list.ML Concurrent/par_list_sequential.ML \ |
|
35014
a725ff6ead26
explicit representation of single-assignment variables;
wenzelm
parents:
35010
diff
changeset
|
48 |
Concurrent/simple_thread.ML Concurrent/single_assignment.ML \ |
a725ff6ead26
explicit representation of single-assignment variables;
wenzelm
parents:
35010
diff
changeset
|
49 |
Concurrent/single_assignment_sequential.ML \ |
a725ff6ead26
explicit representation of single-assignment variables;
wenzelm
parents:
35010
diff
changeset
|
50 |
Concurrent/synchronized.ML Concurrent/synchronized_sequential.ML \ |
a725ff6ead26
explicit representation of single-assignment variables;
wenzelm
parents:
35010
diff
changeset
|
51 |
Concurrent/task_queue.ML General/alist.ML General/antiquote.ML \ |
a725ff6ead26
explicit representation of single-assignment variables;
wenzelm
parents:
35010
diff
changeset
|
52 |
General/balanced_tree.ML General/basics.ML General/binding.ML \ |
a725ff6ead26
explicit representation of single-assignment variables;
wenzelm
parents:
35010
diff
changeset
|
53 |
General/buffer.ML General/exn.ML General/file.ML General/graph.ML \ |
a725ff6ead26
explicit representation of single-assignment variables;
wenzelm
parents:
35010
diff
changeset
|
54 |
General/heap.ML General/integer.ML General/long_name.ML \ |
a725ff6ead26
explicit representation of single-assignment variables;
wenzelm
parents:
35010
diff
changeset
|
55 |
General/markup.ML General/name_space.ML General/ord_list.ML \ |
a725ff6ead26
explicit representation of single-assignment variables;
wenzelm
parents:
35010
diff
changeset
|
56 |
General/output.ML General/path.ML General/position.ML \ |
a725ff6ead26
explicit representation of single-assignment variables;
wenzelm
parents:
35010
diff
changeset
|
57 |
General/pretty.ML General/print_mode.ML General/properties.ML \ |
35628 | 58 |
General/queue.ML General/same.ML General/scan.ML General/sha1.ML \ |
59 |
General/sha1_polyml.ML General/secure.ML General/seq.ML \ |
|
60 |
General/source.ML General/stack.ML General/symbol.ML \ |
|
34136 | 61 |
General/symbol_pos.ML General/table.ML General/url.ML General/xml.ML \ |
38266
492d377ecfe2
type XML.body as basic data representation language;
wenzelm
parents:
38150
diff
changeset
|
62 |
General/xml_data.ML General/yxml.ML Isar/args.ML Isar/attrib.ML \ |
492d377ecfe2
type XML.body as basic data representation language;
wenzelm
parents:
38150
diff
changeset
|
63 |
Isar/auto_bind.ML Isar/calculation.ML Isar/class.ML \ |
492d377ecfe2
type XML.body as basic data representation language;
wenzelm
parents:
38150
diff
changeset
|
64 |
Isar/class_target.ML Isar/code.ML Isar/constdefs.ML \ |
492d377ecfe2
type XML.body as basic data representation language;
wenzelm
parents:
38150
diff
changeset
|
65 |
Isar/context_rules.ML Isar/element.ML Isar/expression.ML \ |
38326
01d2ef471ffe
merged, resolving conflict in src/Pure/IsaMakefile concerning General/xml_data.ML;
wenzelm
diff
changeset
|
66 |
Isar/generic_target.ML Isar/isar_cmd.ML Isar/isar_document.ML \ |
01d2ef471ffe
merged, resolving conflict in src/Pure/IsaMakefile concerning General/xml_data.ML;
wenzelm
diff
changeset
|
67 |
Isar/isar_syn.ML Isar/keyword.ML Isar/local_defs.ML \ |
01d2ef471ffe
merged, resolving conflict in src/Pure/IsaMakefile concerning General/xml_data.ML;
wenzelm
diff
changeset
|
68 |
Isar/local_syntax.ML Isar/local_theory.ML Isar/locale.ML \ |
01d2ef471ffe
merged, resolving conflict in src/Pure/IsaMakefile concerning General/xml_data.ML;
wenzelm
diff
changeset
|
69 |
Isar/method.ML Isar/object_logic.ML Isar/obtain.ML \ |
36951 | 70 |
Isar/outer_syntax.ML Isar/overloading.ML Isar/parse.ML \ |
36952
338c3f8229e4
renamed structure SpecParse to Parse_Spec, keeping the old name as alias for some time;
wenzelm
parents:
36951
diff
changeset
|
71 |
Isar/parse_spec.ML Isar/parse_value.ML Isar/proof.ML \ |
338c3f8229e4
renamed structure SpecParse to Parse_Spec, keeping the old name as alias for some time;
wenzelm
parents:
36951
diff
changeset
|
72 |
Isar/proof_context.ML Isar/proof_display.ML Isar/proof_node.ML \ |
338c3f8229e4
renamed structure SpecParse to Parse_Spec, keeping the old name as alias for some time;
wenzelm
parents:
36951
diff
changeset
|
73 |
Isar/rule_cases.ML Isar/rule_insts.ML Isar/runtime.ML \ |
338c3f8229e4
renamed structure SpecParse to Parse_Spec, keeping the old name as alias for some time;
wenzelm
parents:
36951
diff
changeset
|
74 |
Isar/skip_proof.ML Isar/spec_rules.ML Isar/specification.ML \ |
36959
f5417836dbea
renamed structure OuterLex to Token and type token to Token.T, keeping legacy aliases for some time;
wenzelm
parents:
36952
diff
changeset
|
75 |
Isar/theory_target.ML Isar/token.ML Isar/toplevel.ML \ |
f5417836dbea
renamed structure OuterLex to Token and type token to Token.T, keeping legacy aliases for some time;
wenzelm
parents:
36952
diff
changeset
|
76 |
Isar/typedecl.ML ML/ml_antiquote.ML ML/ml_compiler.ML \ |
f5417836dbea
renamed structure OuterLex to Token and type token to Token.T, keeping legacy aliases for some time;
wenzelm
parents:
36952
diff
changeset
|
77 |
ML/ml_compiler_polyml-5.3.ML ML/ml_context.ML ML/ml_env.ML \ |
f5417836dbea
renamed structure OuterLex to Token and type token to Token.T, keeping legacy aliases for some time;
wenzelm
parents:
36952
diff
changeset
|
78 |
ML/ml_lex.ML ML/ml_parse.ML ML/ml_syntax.ML ML/ml_thms.ML \ |
f5417836dbea
renamed structure OuterLex to Token and type token to Token.T, keeping legacy aliases for some time;
wenzelm
parents:
36952
diff
changeset
|
79 |
ML-Systems/install_pp_polyml.ML ML-Systems/install_pp_polyml-5.3.ML \ |
38150
67fc24df3721
simplified/refined document model: collection of named nodes, without proper dependencies yet;
wenzelm
parents:
37042
diff
changeset
|
80 |
ML-Systems/use_context.ML Proof/extraction.ML PIDE/document.ML \ |
36959
f5417836dbea
renamed structure OuterLex to Token and type token to Token.T, keeping legacy aliases for some time;
wenzelm
parents:
36952
diff
changeset
|
81 |
Proof/proof_rewrite_rules.ML Proof/proof_syntax.ML \ |
f5417836dbea
renamed structure OuterLex to Token and type token to Token.T, keeping legacy aliases for some time;
wenzelm
parents:
36952
diff
changeset
|
82 |
Proof/proofchecker.ML Proof/reconstruct.ML ProofGeneral/pgip.ML \ |
f5417836dbea
renamed structure OuterLex to Token and type token to Token.T, keeping legacy aliases for some time;
wenzelm
parents:
36952
diff
changeset
|
83 |
ProofGeneral/pgip_input.ML ProofGeneral/pgip_isabelle.ML \ |
f5417836dbea
renamed structure OuterLex to Token and type token to Token.T, keeping legacy aliases for some time;
wenzelm
parents:
36952
diff
changeset
|
84 |
ProofGeneral/pgip_markup.ML ProofGeneral/pgip_output.ML \ |
f5417836dbea
renamed structure OuterLex to Token and type token to Token.T, keeping legacy aliases for some time;
wenzelm
parents:
36952
diff
changeset
|
85 |
ProofGeneral/pgip_parser.ML ProofGeneral/pgip_tests.ML \ |
f5417836dbea
renamed structure OuterLex to Token and type token to Token.T, keeping legacy aliases for some time;
wenzelm
parents:
36952
diff
changeset
|
86 |
ProofGeneral/pgip_types.ML ProofGeneral/preferences.ML \ |
38326
01d2ef471ffe
merged, resolving conflict in src/Pure/IsaMakefile concerning General/xml_data.ML;
wenzelm
diff
changeset
|
87 |
ProofGeneral/proof_general_emacs.ML General/yxml.ML Isar/args.ML \ |
01d2ef471ffe
merged, resolving conflict in src/Pure/IsaMakefile concerning General/xml_data.ML;
wenzelm
diff
changeset
|
88 |
Isar/attrib.ML Isar/auto_bind.ML Isar/calculation.ML Isar/class.ML \ |
01d2ef471ffe
merged, resolving conflict in src/Pure/IsaMakefile concerning General/xml_data.ML;
wenzelm
diff
changeset
|
89 |
Isar/class_target.ML Isar/code.ML Isar/constdefs.ML \ |
01d2ef471ffe
merged, resolving conflict in src/Pure/IsaMakefile concerning General/xml_data.ML;
wenzelm
diff
changeset
|
90 |
Isar/context_rules.ML Isar/element.ML Isar/expression.ML \ |
38266
492d377ecfe2
type XML.body as basic data representation language;
wenzelm
parents:
38150
diff
changeset
|
91 |
Isar/isar_cmd.ML Isar/isar_document.ML Isar/isar_syn.ML \ |
492d377ecfe2
type XML.body as basic data representation language;
wenzelm
parents:
38150
diff
changeset
|
92 |
Isar/keyword.ML Isar/local_defs.ML Isar/local_syntax.ML \ |
492d377ecfe2
type XML.body as basic data representation language;
wenzelm
parents:
38150
diff
changeset
|
93 |
Isar/local_theory.ML Isar/locale.ML Isar/method.ML \ |
492d377ecfe2
type XML.body as basic data representation language;
wenzelm
parents:
38150
diff
changeset
|
94 |
Isar/object_logic.ML Isar/obtain.ML Isar/outer_syntax.ML \ |
492d377ecfe2
type XML.body as basic data representation language;
wenzelm
parents:
38150
diff
changeset
|
95 |
Isar/overloading.ML Isar/parse.ML Isar/parse_spec.ML \ |
492d377ecfe2
type XML.body as basic data representation language;
wenzelm
parents:
38150
diff
changeset
|
96 |
Isar/parse_value.ML Isar/proof.ML Isar/proof_context.ML \ |
492d377ecfe2
type XML.body as basic data representation language;
wenzelm
parents:
38150
diff
changeset
|
97 |
Isar/proof_display.ML Isar/proof_node.ML Isar/rule_cases.ML \ |
492d377ecfe2
type XML.body as basic data representation language;
wenzelm
parents:
38150
diff
changeset
|
98 |
Isar/rule_insts.ML Isar/runtime.ML Isar/skip_proof.ML \ |
492d377ecfe2
type XML.body as basic data representation language;
wenzelm
parents:
38150
diff
changeset
|
99 |
Isar/spec_rules.ML Isar/specification.ML Isar/theory_target.ML \ |
492d377ecfe2
type XML.body as basic data representation language;
wenzelm
parents:
38150
diff
changeset
|
100 |
Isar/token.ML Isar/toplevel.ML Isar/typedecl.ML ML/ml_antiquote.ML \ |
492d377ecfe2
type XML.body as basic data representation language;
wenzelm
parents:
38150
diff
changeset
|
101 |
ML/ml_compiler.ML ML/ml_compiler_polyml-5.3.ML ML/ml_context.ML \ |
492d377ecfe2
type XML.body as basic data representation language;
wenzelm
parents:
38150
diff
changeset
|
102 |
ML/ml_env.ML ML/ml_lex.ML ML/ml_parse.ML ML/ml_syntax.ML \ |
492d377ecfe2
type XML.body as basic data representation language;
wenzelm
parents:
38150
diff
changeset
|
103 |
ML/ml_thms.ML ML-Systems/install_pp_polyml.ML \ |
492d377ecfe2
type XML.body as basic data representation language;
wenzelm
parents:
38150
diff
changeset
|
104 |
ML-Systems/install_pp_polyml-5.3.ML ML-Systems/use_context.ML \ |
492d377ecfe2
type XML.body as basic data representation language;
wenzelm
parents:
38150
diff
changeset
|
105 |
Proof/extraction.ML PIDE/document.ML Proof/proof_rewrite_rules.ML \ |
492d377ecfe2
type XML.body as basic data representation language;
wenzelm
parents:
38150
diff
changeset
|
106 |
Proof/proof_syntax.ML Proof/proofchecker.ML Proof/reconstruct.ML \ |
492d377ecfe2
type XML.body as basic data representation language;
wenzelm
parents:
38150
diff
changeset
|
107 |
ProofGeneral/pgip.ML ProofGeneral/pgip_input.ML \ |
492d377ecfe2
type XML.body as basic data representation language;
wenzelm
parents:
38150
diff
changeset
|
108 |
ProofGeneral/pgip_isabelle.ML ProofGeneral/pgip_markup.ML \ |
492d377ecfe2
type XML.body as basic data representation language;
wenzelm
parents:
38150
diff
changeset
|
109 |
ProofGeneral/pgip_output.ML ProofGeneral/pgip_parser.ML \ |
492d377ecfe2
type XML.body as basic data representation language;
wenzelm
parents:
38150
diff
changeset
|
110 |
ProofGeneral/pgip_tests.ML ProofGeneral/pgip_types.ML \ |
492d377ecfe2
type XML.body as basic data representation language;
wenzelm
parents:
38150
diff
changeset
|
111 |
ProofGeneral/preferences.ML ProofGeneral/proof_general_emacs.ML \ |
26097
943582a2d1e2
removed General/system_process.ML (back to multithreaded version);
wenzelm
parents:
26077
diff
changeset
|
112 |
ProofGeneral/proof_general_pgip.ML Pure.thy ROOT.ML Syntax/ast.ML \ |
943582a2d1e2
removed General/system_process.ML (back to multithreaded version);
wenzelm
parents:
26077
diff
changeset
|
113 |
Syntax/lexicon.ML Syntax/mixfix.ML Syntax/parser.ML \ |
943582a2d1e2
removed General/system_process.ML (back to multithreaded version);
wenzelm
parents:
26077
diff
changeset
|
114 |
Syntax/printer.ML Syntax/simple_syntax.ML Syntax/syn_ext.ML \ |
30173
eabece26b89b
moved isabelle_process.ML, isabelle_process.scala, isar.ML, session.ML to Pure/System/ (together with associated Isar commands);
wenzelm
parents:
30142
diff
changeset
|
115 |
Syntax/syn_trans.ML Syntax/syntax.ML Syntax/type_ext.ML \ |
eabece26b89b
moved isabelle_process.ML, isabelle_process.scala, isar.ML, session.ML to Pure/System/ (together with associated Isar commands);
wenzelm
parents:
30142
diff
changeset
|
116 |
System/isabelle_process.ML System/isar.ML System/session.ML \ |
eabece26b89b
moved isabelle_process.ML, isabelle_process.scala, isar.ML, session.ML to Pure/System/ (together with associated Isar commands);
wenzelm
parents:
30142
diff
changeset
|
117 |
Thy/html.ML Thy/latex.ML Thy/present.ML Thy/term_style.ML \ |
eabece26b89b
moved isabelle_process.ML, isabelle_process.scala, isar.ML, session.ML to Pure/System/ (together with associated Isar commands);
wenzelm
parents:
30142
diff
changeset
|
118 |
Thy/thm_deps.ML Thy/thy_header.ML Thy/thy_info.ML Thy/thy_load.ML \ |
31432
9858f32f9569
just one ROOT.ML without any cd or ".." -- simplifies ML environment references to bootstrap sources;
wenzelm
parents:
31333
diff
changeset
|
119 |
Thy/thy_output.ML Thy/thy_syntax.ML Tools/find_consts.ML \ |
9858f32f9569
just one ROOT.ML without any cd or ".." -- simplifies ML environment references to bootstrap sources;
wenzelm
parents:
31333
diff
changeset
|
120 |
Tools/find_theorems.ML Tools/named_thms.ML Tools/xml_syntax.ML \ |
9858f32f9569
just one ROOT.ML without any cd or ".." -- simplifies ML environment references to bootstrap sources;
wenzelm
parents:
31333
diff
changeset
|
121 |
assumption.ML axclass.ML codegen.ML config.ML conjunction.ML \ |
9858f32f9569
just one ROOT.ML without any cd or ".." -- simplifies ML environment references to bootstrap sources;
wenzelm
parents:
31333
diff
changeset
|
122 |
consts.ML context.ML context_position.ML conv.ML defs.ML display.ML \ |
32187 | 123 |
drule.ML envir.ML facts.ML goal.ML goal_display.ML interpretation.ML \ |
32089
568a23753e3a
moved pretty_goals etc. to Display_Goal (required by tracing tacticals);
wenzelm
parents:
32015
diff
changeset
|
124 |
item_net.ML library.ML logic.ML meta_simplifier.ML more_thm.ML \ |
568a23753e3a
moved pretty_goals etc. to Display_Goal (required by tracing tacticals);
wenzelm
parents:
32015
diff
changeset
|
125 |
morphism.ML name.ML net.ML old_goals.ML old_term.ML pattern.ML \ |
568a23753e3a
moved pretty_goals etc. to Display_Goal (required by tracing tacticals);
wenzelm
parents:
32015
diff
changeset
|
126 |
primitive_defs.ML proofterm.ML pure_setup.ML pure_thy.ML search.ML \ |
32169 | 127 |
sign.ML simplifier.ML sorts.ML subgoal.ML tactic.ML tactical.ML \ |
32089
568a23753e3a
moved pretty_goals etc. to Display_Goal (required by tracing tacticals);
wenzelm
parents:
32015
diff
changeset
|
128 |
term.ML term_ord.ML term_subst.ML theory.ML thm.ML type.ML \ |
568a23753e3a
moved pretty_goals etc. to Display_Goal (required by tracing tacticals);
wenzelm
parents:
32015
diff
changeset
|
129 |
type_infer.ML unify.ML variable.ML |
2431 | 130 |
@./mk |
131 |
||
4518 | 132 |
|
30141 | 133 |
## Proof General keywords |
10102 | 134 |
|
24880
c827d25b2983
added Pure-ProofGeneral target (dummy session with outer syntax keyword initialization);
wenzelm
parents:
24830
diff
changeset
|
135 |
Pure-ProofGeneral: Pure $(LOG)/Pure-ProofGeneral.gz |
c827d25b2983
added Pure-ProofGeneral target (dummy session with outer syntax keyword initialization);
wenzelm
parents:
24830
diff
changeset
|
136 |
|
27204 | 137 |
$(LOG)/Pure-ProofGeneral.gz: $(OUT)/Pure ProofGeneral/proof_general_keywords.ML |
28500 | 138 |
@$(ISABELLE_TOOL) usedir -f proof_general_keywords.ML $(OUT)/Pure ProofGeneral |
24880
c827d25b2983
added Pure-ProofGeneral target (dummy session with outer syntax keyword initialization);
wenzelm
parents:
24830
diff
changeset
|
139 |
|
c827d25b2983
added Pure-ProofGeneral target (dummy session with outer syntax keyword initialization);
wenzelm
parents:
24830
diff
changeset
|
140 |
|
4518 | 141 |
## clean |
4441 | 142 |
|
143 |
clean: |
|
30141 | 144 |
@rm -f $(OUT)/Pure $(LOG)/Pure.gz $(OUT)/RAW $(LOG)/RAW.gz \ |
145 |
$(LOG)/Pure-ProofGeneral.gz |