author | wenzelm |
Sun, 18 May 2008 17:03:20 +0200 | |
changeset 26957 | e3f04fdd994d |
parent 26629 | 6e93fbd4c96a |
child 27204 | eed29f78dd9b |
permissions | -rw-r--r-- |
2431 | 1 |
# |
4518 | 2 |
# $Id$ |
2431 | 3 |
# |
4518 | 4 |
# IsaMakefile for Pure |
2431 | 5 |
# |
6 |
||
4518 | 7 |
## targets |
8 |
||
9 |
default: Pure |
|
10 |
images: Pure |
|
24880
c827d25b2983
added Pure-ProofGeneral target (dummy session with outer syntax keyword initialization);
wenzelm
parents:
24830
diff
changeset
|
11 |
test: RAW Pure-ProofGeneral |
4518 | 12 |
all: images test |
13 |
||
14 |
||
15 |
## global settings |
|
16 |
||
17 |
SRC = $(ISABELLE_HOME)/src |
|
3118 | 18 |
OUT = $(ISABELLE_OUTPUT) |
4518 | 19 |
LOG = $(OUT)/log |
20 |
||
2431 | 21 |
|
4518 | 22 |
## Pure |
23 |
||
17802
f3b1ca16cebd
moved susp.ML, lazy_seq.ML, lazy_scan.ML to HOL/Import;
wenzelm
parents:
17338
diff
changeset
|
24 |
Pure: $(OUT)/Pure$(ML_SUFFIX) |
2431 | 25 |
|
26957 | 26 |
$(OUT)/Pure$(ML_SUFFIX): General/ROOT.ML General/alist.ML \ |
26214 | 27 |
General/balanced_tree.ML General/basics.ML General/buffer.ML \ |
28 |
General/file.ML General/graph.ML General/heap.ML General/history.ML \ |
|
29 |
General/integer.ML General/markup.ML General/name_space.ML \ |
|
30 |
General/ord_list.ML General/output.ML General/path.ML \ |
|
31 |
General/position.ML General/pretty.ML General/print_mode.ML \ |
|
32 |
General/scan.ML General/secure.ML General/seq.ML General/source.ML \ |
|
33 |
General/stack.ML General/susp.ML General/symbol.ML General/table.ML \ |
|
26523 | 34 |
General/url.ML General/xml.ML General/yxml.ML Isar/ROOT.ML \ |
35 |
Isar/antiquote.ML Isar/args.ML Isar/attrib.ML Isar/auto_bind.ML \ |
|
36 |
Isar/calculation.ML Isar/class.ML Isar/code.ML Isar/code_unit.ML \ |
|
37 |
Isar/constdefs.ML Isar/context_rules.ML Isar/element.ML \ |
|
26598 | 38 |
Isar/find_theorems.ML Isar/instance.ML Isar/isar.ML Isar/isar_cmd.ML \ |
26523 | 39 |
Isar/isar_syn.ML Isar/local_defs.ML Isar/local_syntax.ML \ |
40 |
Isar/local_theory.ML Isar/locale.ML Isar/method.ML Isar/net_rules.ML \ |
|
41 |
Isar/object_logic.ML Isar/obtain.ML Isar/outer_keyword.ML \ |
|
42 |
Isar/outer_lex.ML Isar/outer_parse.ML Isar/outer_syntax.ML \ |
|
43 |
Isar/overloading.ML Isar/proof.ML Isar/proof_context.ML \ |
|
44 |
Isar/proof_display.ML Isar/proof_history.ML Isar/rule_cases.ML \ |
|
45 |
Isar/rule_insts.ML Isar/session.ML Isar/skip_proof.ML \ |
|
46 |
Isar/spec_parse.ML Isar/specification.ML Isar/subclass.ML \ |
|
47 |
Isar/theory_target.ML Isar/toplevel.ML ML-Systems/alice.ML \ |
|
48 |
ML-Systems/exn.ML ML-Systems/multithreading.ML ML-Systems/mosml.ML \ |
|
26279 | 49 |
ML-Systems/multithreading_polyml.ML ML-Systems/overloading_smlnj.ML \ |
50 |
ML-Systems/polyml-4.1.3.ML ML-Systems/polyml-4.1.4.ML \ |
|
51 |
ML-Systems/polyml-4.2.0.ML ML-Systems/polyml-5.0.ML \ |
|
26376
1aeabd85866a
added ML-Systems/polyml-5.1.ML, ML-Systems/polyml_old_compiler4.ML, ML-Systems/polyml_old_compiler5.ML;
wenzelm
parents:
26279
diff
changeset
|
52 |
ML-Systems/polyml-5.1.ML ML-Systems/polyml_common.ML \ |
1aeabd85866a
added ML-Systems/polyml-5.1.ML, ML-Systems/polyml_old_compiler4.ML, ML-Systems/polyml_old_compiler5.ML;
wenzelm
parents:
26279
diff
changeset
|
53 |
ML-Systems/polyml.ML ML-Systems/polyml_old_compiler4.ML \ |
1aeabd85866a
added ML-Systems/polyml-5.1.ML, ML-Systems/polyml_old_compiler4.ML, ML-Systems/polyml_old_compiler5.ML;
wenzelm
parents:
26279
diff
changeset
|
54 |
ML-Systems/polyml_old_compiler5.ML ML-Systems/poplogml.ML \ |
1aeabd85866a
added ML-Systems/polyml-5.1.ML, ML-Systems/polyml_old_compiler4.ML, ML-Systems/polyml_old_compiler5.ML;
wenzelm
parents:
26279
diff
changeset
|
55 |
ML-Systems/proper_int.ML ML-Systems/smlnj.ML \ |
26279 | 56 |
ML-Systems/system_shell.ML ML-Systems/time_limit.ML \ |
57 |
ML-Systems/universal.ML ML/ml_context.ML ML/ml_lex.ML ML/ml_parse.ML \ |
|
58 |
ML/ml_syntax.ML Proof/extraction.ML Proof/proof_rewrite_rules.ML \ |
|
59 |
Proof/proof_syntax.ML Proof/proofchecker.ML Proof/reconstruct.ML \ |
|
60 |
ProofGeneral/ROOT.ML ProofGeneral/pgip.ML ProofGeneral/pgip_input.ML \ |
|
26097
943582a2d1e2
removed General/system_process.ML (back to multithreaded version);
wenzelm
parents:
26077
diff
changeset
|
61 |
ProofGeneral/pgip_isabelle.ML ProofGeneral/pgip_markup.ML \ |
943582a2d1e2
removed General/system_process.ML (back to multithreaded version);
wenzelm
parents:
26077
diff
changeset
|
62 |
ProofGeneral/pgip_output.ML ProofGeneral/pgip_parser.ML \ |
943582a2d1e2
removed General/system_process.ML (back to multithreaded version);
wenzelm
parents:
26077
diff
changeset
|
63 |
ProofGeneral/pgip_tests.ML ProofGeneral/pgip_types.ML \ |
943582a2d1e2
removed General/system_process.ML (back to multithreaded version);
wenzelm
parents:
26077
diff
changeset
|
64 |
ProofGeneral/pgml_isabelle.ML ProofGeneral/preferences.ML \ |
943582a2d1e2
removed General/system_process.ML (back to multithreaded version);
wenzelm
parents:
26077
diff
changeset
|
65 |
ProofGeneral/proof_general_emacs.ML \ |
943582a2d1e2
removed General/system_process.ML (back to multithreaded version);
wenzelm
parents:
26077
diff
changeset
|
66 |
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
|
67 |
Syntax/lexicon.ML Syntax/mixfix.ML Syntax/parser.ML \ |
943582a2d1e2
removed General/system_process.ML (back to multithreaded version);
wenzelm
parents:
26077
diff
changeset
|
68 |
Syntax/printer.ML Syntax/simple_syntax.ML Syntax/syn_ext.ML \ |
943582a2d1e2
removed General/system_process.ML (back to multithreaded version);
wenzelm
parents:
26077
diff
changeset
|
69 |
Syntax/syn_trans.ML Syntax/syntax.ML Syntax/type_ext.ML Thy/html.ML \ |
26419
945d8d7a66ec
removed obsolete Thy/thm_database.ML (cf. ML/ml_context.ML);
wenzelm
parents:
26384
diff
changeset
|
70 |
Thy/latex.ML Thy/present.ML Thy/term_style.ML Thy/thm_deps.ML \ |
945d8d7a66ec
removed obsolete Thy/thm_database.ML (cf. ML/ml_context.ML);
wenzelm
parents:
26384
diff
changeset
|
71 |
Thy/thy_edit.ML Thy/thy_header.ML Thy/thy_info.ML Thy/thy_load.ML \ |
945d8d7a66ec
removed obsolete Thy/thm_database.ML (cf. ML/ml_context.ML);
wenzelm
parents:
26384
diff
changeset
|
72 |
Thy/thy_output.ML Tools/ROOT.ML Tools/invoke.ML \ |
26097
943582a2d1e2
removed General/system_process.ML (back to multithreaded version);
wenzelm
parents:
26077
diff
changeset
|
73 |
Tools/isabelle_process.ML Tools/named_thms.ML Tools/xml_syntax.ML \ |
26629 | 74 |
assumption.ML axclass.ML codegen.ML config.ML conjunction.ML \ |
75 |
consts.ML context.ML conv.ML defs.ML display.ML drule.ML envir.ML \ |
|
76 |
facts.ML goal.ML interpretation.ML library.ML logic.ML \ |
|
77 |
meta_simplifier.ML more_thm.ML morphism.ML name.ML net.ML \ |
|
26097
943582a2d1e2
removed General/system_process.ML (back to multithreaded version);
wenzelm
parents:
26077
diff
changeset
|
78 |
old_goals.ML pattern.ML primitive_defs.ML proofterm.ML pure_setup.ML \ |
943582a2d1e2
removed General/system_process.ML (back to multithreaded version);
wenzelm
parents:
26077
diff
changeset
|
79 |
pure_thy.ML search.ML sign.ML simplifier.ML sorts.ML subgoal.ML \ |
943582a2d1e2
removed General/system_process.ML (back to multithreaded version);
wenzelm
parents:
26077
diff
changeset
|
80 |
tactic.ML tctical.ML term.ML term_subst.ML theory.ML thm.ML type.ML \ |
943582a2d1e2
removed General/system_process.ML (back to multithreaded version);
wenzelm
parents:
26077
diff
changeset
|
81 |
type_infer.ML unify.ML variable.ML |
2431 | 82 |
@./mk |
83 |
||
4518 | 84 |
|
10102 | 85 |
## special targets |
86 |
||
24880
c827d25b2983
added Pure-ProofGeneral target (dummy session with outer syntax keyword initialization);
wenzelm
parents:
24830
diff
changeset
|
87 |
Pure-ProofGeneral: Pure $(LOG)/Pure-ProofGeneral.gz |
c827d25b2983
added Pure-ProofGeneral target (dummy session with outer syntax keyword initialization);
wenzelm
parents:
24830
diff
changeset
|
88 |
|
c827d25b2983
added Pure-ProofGeneral target (dummy session with outer syntax keyword initialization);
wenzelm
parents:
24830
diff
changeset
|
89 |
$(LOG)/Pure-ProofGeneral.gz: $(OUT)/Pure$(ML_SUFFIX) ProofGeneral/proof_general_keywords.ML |
c827d25b2983
added Pure-ProofGeneral target (dummy session with outer syntax keyword initialization);
wenzelm
parents:
24830
diff
changeset
|
90 |
@$(ISATOOL) usedir -f proof_general_keywords.ML $(OUT)/Pure ProofGeneral |
c827d25b2983
added Pure-ProofGeneral target (dummy session with outer syntax keyword initialization);
wenzelm
parents:
24830
diff
changeset
|
91 |
|
c827d25b2983
added Pure-ProofGeneral target (dummy session with outer syntax keyword initialization);
wenzelm
parents:
24830
diff
changeset
|
92 |
|
21995 | 93 |
RAW: $(OUT)/RAW |
4518 | 94 |
|
26376
1aeabd85866a
added ML-Systems/polyml-5.1.ML, ML-Systems/polyml_old_compiler4.ML, ML-Systems/polyml_old_compiler5.ML;
wenzelm
parents:
26279
diff
changeset
|
95 |
$(OUT)/RAW: ML-Systems/alice.ML ML-Systems/exn.ML \ |
1aeabd85866a
added ML-Systems/polyml-5.1.ML, ML-Systems/polyml_old_compiler4.ML, ML-Systems/polyml_old_compiler5.ML;
wenzelm
parents:
26279
diff
changeset
|
96 |
ML-Systems/multithreading.ML ML-Systems/mosml.ML \ |
1aeabd85866a
added ML-Systems/polyml-5.1.ML, ML-Systems/polyml_old_compiler4.ML, ML-Systems/polyml_old_compiler5.ML;
wenzelm
parents:
26279
diff
changeset
|
97 |
ML-Systems/multithreading_polyml.ML ML-Systems/overloading_smlnj.ML \ |
1aeabd85866a
added ML-Systems/polyml-5.1.ML, ML-Systems/polyml_old_compiler4.ML, ML-Systems/polyml_old_compiler5.ML;
wenzelm
parents:
26279
diff
changeset
|
98 |
ML-Systems/polyml-4.1.3.ML ML-Systems/polyml-4.1.4.ML \ |
1aeabd85866a
added ML-Systems/polyml-5.1.ML, ML-Systems/polyml_old_compiler4.ML, ML-Systems/polyml_old_compiler5.ML;
wenzelm
parents:
26279
diff
changeset
|
99 |
ML-Systems/polyml-4.2.0.ML ML-Systems/polyml-5.0.ML \ |
1aeabd85866a
added ML-Systems/polyml-5.1.ML, ML-Systems/polyml_old_compiler4.ML, ML-Systems/polyml_old_compiler5.ML;
wenzelm
parents:
26279
diff
changeset
|
100 |
ML-Systems/polyml-5.1.ML ML-Systems/polyml_common.ML \ |
26384 | 101 |
ML-Systems/polyml.ML ML-Systems/polyml_old_compiler4.ML \ |
26376
1aeabd85866a
added ML-Systems/polyml-5.1.ML, ML-Systems/polyml_old_compiler4.ML, ML-Systems/polyml_old_compiler5.ML;
wenzelm
parents:
26279
diff
changeset
|
102 |
ML-Systems/polyml_old_compiler5.ML ML-Systems/poplogml.ML \ |
1aeabd85866a
added ML-Systems/polyml-5.1.ML, ML-Systems/polyml_old_compiler4.ML, ML-Systems/polyml_old_compiler5.ML;
wenzelm
parents:
26279
diff
changeset
|
103 |
ML-Systems/proper_int.ML ML-Systems/smlnj.ML \ |
1aeabd85866a
added ML-Systems/polyml-5.1.ML, ML-Systems/polyml_old_compiler4.ML, ML-Systems/polyml_old_compiler5.ML;
wenzelm
parents:
26279
diff
changeset
|
104 |
ML-Systems/system_shell.ML ML-Systems/time_limit.ML \ |
1aeabd85866a
added ML-Systems/polyml-5.1.ML, ML-Systems/polyml_old_compiler4.ML, ML-Systems/polyml_old_compiler5.ML;
wenzelm
parents:
26279
diff
changeset
|
105 |
ML-Systems/universal.ML |
3774 | 106 |
@./mk -r |
107 |
||
4518 | 108 |
|
109 |
## clean |
|
4441 | 110 |
|
111 |
clean: |
|
24880
c827d25b2983
added Pure-ProofGeneral target (dummy session with outer syntax keyword initialization);
wenzelm
parents:
24830
diff
changeset
|
112 |
@rm -f $(OUT)/Pure$(ML_SUFFIX) $(LOG)/Pure.gz $(LOG)/Pure-ProofGeneral.gz \ |
c827d25b2983
added Pure-ProofGeneral target (dummy session with outer syntax keyword initialization);
wenzelm
parents:
24830
diff
changeset
|
113 |
$(OUT)/RAW $(LOG)/RAW.gz |