author | wenzelm |
Tue, 16 Jun 2009 15:25:32 +0200 | |
changeset 31648 | 31b1f296515b |
parent 31499 | 4345173ee386 |
child 31686 | e54ae15335a1 |
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 |
||
31312 | 22 |
BOOTSTRAP_FILES = ML-Systems/compiler_polyml-5.0.ML \ |
23 |
ML-Systems/compiler_polyml-5.2.ML ML-Systems/compiler_polyml-5.3.ML \ |
|
24 |
ML-Systems/exn.ML ML-Systems/ml_name_space.ML \ |
|
30619 | 25 |
ML-Systems/ml_pretty.ML ML-Systems/mosml.ML \ |
26 |
ML-Systems/multithreading.ML ML-Systems/multithreading_polyml.ML \ |
|
31308 | 27 |
ML-Systems/overloading_smlnj.ML ML-Systems/polyml-5.0.ML \ |
28 |
ML-Systems/polyml-5.1.ML ML-Systems/polyml-experimental.ML \ |
|
29 |
ML-Systems/polyml.ML ML-Systems/polyml_common.ML \ |
|
31313 | 30 |
ML-Systems/pp_polyml.ML ML-Systems/proper_int.ML ML-Systems/smlnj.ML \ |
30627
fb9e73c01603
added polyml_pp.ML: toplevel pretty printing for Poly/ML 4.x and 5.x before 5.3;
wenzelm
parents:
30619
diff
changeset
|
31 |
ML-Systems/system_shell.ML ML-Systems/thread_dummy.ML \ |
fb9e73c01603
added polyml_pp.ML: toplevel pretty printing for Poly/ML 4.x and 5.x before 5.3;
wenzelm
parents:
30619
diff
changeset
|
32 |
ML-Systems/time_limit.ML ML-Systems/universal.ML |
30141 | 33 |
|
34 |
RAW: $(OUT)/RAW |
|
35 |
||
36 |
$(OUT)/RAW: $(BOOTSTRAP_FILES) |
|
37 |
@./mk -r |
|
38 |
||
39 |
||
27204 | 40 |
Pure: $(OUT)/Pure |
2431 | 41 |
|
31432
9858f32f9569
just one ROOT.ML without any cd or ".." -- simplifies ML environment references to bootstrap sources;
wenzelm
parents:
31333
diff
changeset
|
42 |
$(OUT)/Pure: $(BOOTSTRAP_FILES) Concurrent/future.ML \ |
9858f32f9569
just one ROOT.ML without any cd or ".." -- simplifies ML environment references to bootstrap sources;
wenzelm
parents:
31333
diff
changeset
|
43 |
Concurrent/mailbox.ML Concurrent/par_list.ML \ |
29118 | 44 |
Concurrent/par_list_dummy.ML Concurrent/simple_thread.ML \ |
31432
9858f32f9569
just one ROOT.ML without any cd or ".." -- simplifies ML environment references to bootstrap sources;
wenzelm
parents:
31333
diff
changeset
|
45 |
Concurrent/synchronized.ML Concurrent/task_queue.ML General/alist.ML \ |
9858f32f9569
just one ROOT.ML without any cd or ".." -- simplifies ML environment references to bootstrap sources;
wenzelm
parents:
31333
diff
changeset
|
46 |
General/antiquote.ML General/balanced_tree.ML General/basics.ML \ |
9858f32f9569
just one ROOT.ML without any cd or ".." -- simplifies ML environment references to bootstrap sources;
wenzelm
parents:
31333
diff
changeset
|
47 |
General/binding.ML General/buffer.ML General/file.ML \ |
9858f32f9569
just one ROOT.ML without any cd or ".." -- simplifies ML environment references to bootstrap sources;
wenzelm
parents:
31333
diff
changeset
|
48 |
General/graph.ML General/heap.ML General/integer.ML General/lazy.ML \ |
9858f32f9569
just one ROOT.ML without any cd or ".." -- simplifies ML environment references to bootstrap sources;
wenzelm
parents:
31333
diff
changeset
|
49 |
General/long_name.ML General/markup.ML General/name_space.ML \ |
9858f32f9569
just one ROOT.ML without any cd or ".." -- simplifies ML environment references to bootstrap sources;
wenzelm
parents:
31333
diff
changeset
|
50 |
General/ord_list.ML General/output.ML General/path.ML \ |
9858f32f9569
just one ROOT.ML without any cd or ".." -- simplifies ML environment references to bootstrap sources;
wenzelm
parents:
31333
diff
changeset
|
51 |
General/position.ML General/pretty.ML General/print_mode.ML \ |
9858f32f9569
just one ROOT.ML without any cd or ".." -- simplifies ML environment references to bootstrap sources;
wenzelm
parents:
31333
diff
changeset
|
52 |
General/properties.ML General/queue.ML General/scan.ML \ |
9858f32f9569
just one ROOT.ML without any cd or ".." -- simplifies ML environment references to bootstrap sources;
wenzelm
parents:
31333
diff
changeset
|
53 |
General/secure.ML General/seq.ML General/source.ML General/stack.ML \ |
9858f32f9569
just one ROOT.ML without any cd or ".." -- simplifies ML environment references to bootstrap sources;
wenzelm
parents:
31333
diff
changeset
|
54 |
General/symbol.ML General/symbol_pos.ML General/table.ML \ |
9858f32f9569
just one ROOT.ML without any cd or ".." -- simplifies ML environment references to bootstrap sources;
wenzelm
parents:
31333
diff
changeset
|
55 |
General/url.ML General/xml.ML General/yxml.ML Isar/args.ML \ |
9858f32f9569
just one ROOT.ML without any cd or ".." -- simplifies ML environment references to bootstrap sources;
wenzelm
parents:
31333
diff
changeset
|
56 |
Isar/attrib.ML Isar/auto_bind.ML Isar/calculation.ML Isar/class.ML \ |
9858f32f9569
just one ROOT.ML without any cd or ".." -- simplifies ML environment references to bootstrap sources;
wenzelm
parents:
31333
diff
changeset
|
57 |
Isar/class_target.ML Isar/code.ML Isar/constdefs.ML \ |
9858f32f9569
just one ROOT.ML without any cd or ".." -- simplifies ML environment references to bootstrap sources;
wenzelm
parents:
31333
diff
changeset
|
58 |
Isar/context_rules.ML Isar/element.ML Isar/expression.ML \ |
9858f32f9569
just one ROOT.ML without any cd or ".." -- simplifies ML environment references to bootstrap sources;
wenzelm
parents:
31333
diff
changeset
|
59 |
Isar/isar_cmd.ML Isar/isar_document.ML Isar/isar_syn.ML \ |
9858f32f9569
just one ROOT.ML without any cd or ".." -- simplifies ML environment references to bootstrap sources;
wenzelm
parents:
31333
diff
changeset
|
60 |
Isar/local_defs.ML Isar/local_syntax.ML Isar/local_theory.ML \ |
9858f32f9569
just one ROOT.ML without any cd or ".." -- simplifies ML environment references to bootstrap sources;
wenzelm
parents:
31333
diff
changeset
|
61 |
Isar/locale.ML Isar/method.ML Isar/object_logic.ML Isar/obtain.ML \ |
9858f32f9569
just one ROOT.ML without any cd or ".." -- simplifies ML environment references to bootstrap sources;
wenzelm
parents:
31333
diff
changeset
|
62 |
Isar/outer_keyword.ML Isar/outer_lex.ML Isar/outer_parse.ML \ |
9858f32f9569
just one ROOT.ML without any cd or ".." -- simplifies ML environment references to bootstrap sources;
wenzelm
parents:
31333
diff
changeset
|
63 |
Isar/outer_syntax.ML Isar/overloading.ML Isar/proof.ML \ |
9858f32f9569
just one ROOT.ML without any cd or ".." -- simplifies ML environment references to bootstrap sources;
wenzelm
parents:
31333
diff
changeset
|
64 |
Isar/proof_context.ML Isar/proof_display.ML Isar/proof_node.ML \ |
31476
c5d2899b6de9
moved Isar toplevel runtime support to runtime.ML, which is loaded early (before ml_compiler.ML);
wenzelm
parents:
31433
diff
changeset
|
65 |
Isar/rule_cases.ML Isar/rule_insts.ML Isar/runtime.ML \ |
c5d2899b6de9
moved Isar toplevel runtime support to runtime.ML, which is loaded early (before ml_compiler.ML);
wenzelm
parents:
31433
diff
changeset
|
66 |
Isar/skip_proof.ML Isar/spec_parse.ML Isar/specification.ML \ |
c5d2899b6de9
moved Isar toplevel runtime support to runtime.ML, which is loaded early (before ml_compiler.ML);
wenzelm
parents:
31433
diff
changeset
|
67 |
Isar/theory_target.ML Isar/toplevel.ML Isar/value_parse.ML \ |
c5d2899b6de9
moved Isar toplevel runtime support to runtime.ML, which is loaded early (before ml_compiler.ML);
wenzelm
parents:
31433
diff
changeset
|
68 |
ML/ml_antiquote.ML ML/ml_compiler.ML ML/ml_compiler_polyml-5.3.ML \ |
c5d2899b6de9
moved Isar toplevel runtime support to runtime.ML, which is loaded early (before ml_compiler.ML);
wenzelm
parents:
31433
diff
changeset
|
69 |
ML/ml_context.ML ML/ml_env.ML ML/ml_lex.ML ML/ml_parse.ML \ |
c5d2899b6de9
moved Isar toplevel runtime support to runtime.ML, which is loaded early (before ml_compiler.ML);
wenzelm
parents:
31433
diff
changeset
|
70 |
ML/ml_syntax.ML ML/ml_thms.ML ML-Systems/install_pp_polyml.ML \ |
31433 | 71 |
ML-Systems/install_pp_polyml-5.3.ML ML-Systems/use_context.ML \ |
72 |
Proof/extraction.ML Proof/proof_rewrite_rules.ML \ |
|
73 |
Proof/proof_syntax.ML Proof/proofchecker.ML Proof/reconstruct.ML \ |
|
74 |
ProofGeneral/pgip.ML ProofGeneral/pgip_input.ML \ |
|
75 |
ProofGeneral/pgip_isabelle.ML ProofGeneral/pgip_markup.ML \ |
|
76 |
ProofGeneral/pgip_output.ML ProofGeneral/pgip_parser.ML \ |
|
77 |
ProofGeneral/pgip_tests.ML ProofGeneral/pgip_types.ML \ |
|
78 |
ProofGeneral/preferences.ML ProofGeneral/proof_general_emacs.ML \ |
|
26097
943582a2d1e2
removed General/system_process.ML (back to multithreaded version);
wenzelm
parents:
26077
diff
changeset
|
79 |
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
|
80 |
Syntax/lexicon.ML Syntax/mixfix.ML Syntax/parser.ML \ |
943582a2d1e2
removed General/system_process.ML (back to multithreaded version);
wenzelm
parents:
26077
diff
changeset
|
81 |
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
|
82 |
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
|
83 |
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
|
84 |
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
|
85 |
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
|
86 |
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
|
87 |
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
|
88 |
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
|
89 |
consts.ML context.ML context_position.ML conv.ML defs.ML display.ML \ |
9858f32f9569
just one ROOT.ML without any cd or ".." -- simplifies ML environment references to bootstrap sources;
wenzelm
parents:
31333
diff
changeset
|
90 |
drule.ML envir.ML facts.ML goal.ML interpretation.ML item_net.ML \ |
9858f32f9569
just one ROOT.ML without any cd or ".." -- simplifies ML environment references to bootstrap sources;
wenzelm
parents:
31333
diff
changeset
|
91 |
library.ML logic.ML meta_simplifier.ML more_thm.ML morphism.ML \ |
9858f32f9569
just one ROOT.ML without any cd or ".." -- simplifies ML environment references to bootstrap sources;
wenzelm
parents:
31333
diff
changeset
|
92 |
name.ML net.ML old_goals.ML old_term.ML pattern.ML primitive_defs.ML \ |
9858f32f9569
just one ROOT.ML without any cd or ".." -- simplifies ML environment references to bootstrap sources;
wenzelm
parents:
31333
diff
changeset
|
93 |
proofterm.ML pure_setup.ML pure_thy.ML search.ML sign.ML \ |
9858f32f9569
just one ROOT.ML without any cd or ".." -- simplifies ML environment references to bootstrap sources;
wenzelm
parents:
31333
diff
changeset
|
94 |
simplifier.ML sorts.ML subgoal.ML tactic.ML tctical.ML term.ML \ |
9858f32f9569
just one ROOT.ML without any cd or ".." -- simplifies ML environment references to bootstrap sources;
wenzelm
parents:
31333
diff
changeset
|
95 |
term_ord.ML term_subst.ML theory.ML thm.ML type.ML type_infer.ML \ |
9858f32f9569
just one ROOT.ML without any cd or ".." -- simplifies ML environment references to bootstrap sources;
wenzelm
parents:
31333
diff
changeset
|
96 |
unify.ML variable.ML |
2431 | 97 |
@./mk |
98 |
||
4518 | 99 |
|
30141 | 100 |
## Proof General keywords |
10102 | 101 |
|
24880
c827d25b2983
added Pure-ProofGeneral target (dummy session with outer syntax keyword initialization);
wenzelm
parents:
24830
diff
changeset
|
102 |
Pure-ProofGeneral: Pure $(LOG)/Pure-ProofGeneral.gz |
c827d25b2983
added Pure-ProofGeneral target (dummy session with outer syntax keyword initialization);
wenzelm
parents:
24830
diff
changeset
|
103 |
|
27204 | 104 |
$(LOG)/Pure-ProofGeneral.gz: $(OUT)/Pure ProofGeneral/proof_general_keywords.ML |
28500 | 105 |
@$(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
|
106 |
|
c827d25b2983
added Pure-ProofGeneral target (dummy session with outer syntax keyword initialization);
wenzelm
parents:
24830
diff
changeset
|
107 |
|
4518 | 108 |
## clean |
4441 | 109 |
|
110 |
clean: |
|
30141 | 111 |
@rm -f $(OUT)/Pure $(LOG)/Pure.gz $(OUT)/RAW $(LOG)/RAW.gz \ |
112 |
$(LOG)/Pure-ProofGeneral.gz |
|
27902 | 113 |
|
114 |
||
115 |
## Scala material |
|
116 |
||
29202 | 117 |
SCALA_FILES = General/event_bus.scala General/markup.scala \ |
31648 | 118 |
General/position.scala General/scan.scala General/swing.scala \ |
119 |
General/symbol.scala General/xml.scala General/yxml.scala \ |
|
120 |
Isar/isar.scala Isar/isar_document.scala Isar/outer_keyword.scala \ |
|
31499 | 121 |
System/cygwin.scala System/isabelle_process.scala \ |
122 |
System/isabelle_system.scala Thy/thy_header.scala \ |
|
123 |
Tools/isabelle_syntax.scala |
|
27950
dbb93a5e6e6a
added Tools/isabelle_process.scala, Tools/isabelle_syntax.scala;
wenzelm
parents:
27929
diff
changeset
|
124 |
|
dbb93a5e6e6a
added Tools/isabelle_process.scala, Tools/isabelle_syntax.scala;
wenzelm
parents:
27929
diff
changeset
|
125 |
|
27902 | 126 |
SCALA_TARGET = $(ISABELLE_HOME)/lib/classes/Pure.jar |
127 |
||
128 |
jar: $(SCALA_TARGET) |
|
129 |
||
130 |
$(SCALA_TARGET): $(SCALA_FILES) |
|
131 |
@rm -rf classes && mkdir classes |
|
27950
dbb93a5e6e6a
added Tools/isabelle_process.scala, Tools/isabelle_syntax.scala;
wenzelm
parents:
27929
diff
changeset
|
132 |
scalac -deprecation -d classes -target jvm-1.5 $(SCALA_FILES) |
27925 | 133 |
scaladoc -d classes $(SCALA_FILES) |
28295 | 134 |
@cp $(SCALA_FILES) classes/isabelle |
27902 | 135 |
@mkdir -p `dirname $@` |
27922
ddf74e16ab01
jar target: removed jvmpath -- does not work on Linux!?
wenzelm
parents:
27920
diff
changeset
|
136 |
@cd classes; jar cf $@ isabelle |
28003 | 137 |
@rm -rf classes |
27902 | 138 |
|
139 |
clean-jar: |
|
140 |
@rm -f $(SCALA_TARGET) |