author | webertj |
Mon, 23 Jan 2006 17:29:52 +0100 | |
changeset 18760 | 97aaecb84afe |
parent 18740 | 7eb6ad1f91c1 |
child 18819 | 67f9347ea21d |
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 |
|
11 |
test: |
|
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 |
|
18169
45def66f86cb
added modules for code generator generation two, not operational yet
haftmann
parents:
18162
diff
changeset
|
26 |
$(OUT)/Pure$(ML_SUFFIX): CPure.thy General/ROOT.ML General/alist.ML \ |
45def66f86cb
added modules for code generator generation two, not operational yet
haftmann
parents:
18162
diff
changeset
|
27 |
General/buffer.ML General/file.ML General/graph.ML General/heap.ML \ |
18387 | 28 |
General/history.ML General/name_mangler.ML General/name_space.ML \ |
29 |
General/ord_list.ML \ |
|
18169
45def66f86cb
added modules for code generator generation two, not operational yet
haftmann
parents:
18162
diff
changeset
|
30 |
General/output.ML General/path.ML General/position.ML \ |
45def66f86cb
added modules for code generator generation two, not operational yet
haftmann
parents:
18162
diff
changeset
|
31 |
General/pretty.ML General/rat.ML General/scan.ML General/seq.ML \ |
45def66f86cb
added modules for code generator generation two, not operational yet
haftmann
parents:
18162
diff
changeset
|
32 |
General/source.ML General/stack.ML General/symbol.ML General/table.ML \ |
45def66f86cb
added modules for code generator generation two, not operational yet
haftmann
parents:
18162
diff
changeset
|
33 |
General/url.ML General/xml.ML IsaPlanner/focus_term_lib.ML \ |
45def66f86cb
added modules for code generator generation two, not operational yet
haftmann
parents:
18162
diff
changeset
|
34 |
IsaPlanner/isa_fterm.ML IsaPlanner/isand.ML IsaPlanner/isaplib.ML \ |
45def66f86cb
added modules for code generator generation two, not operational yet
haftmann
parents:
18162
diff
changeset
|
35 |
IsaPlanner/rw_inst.ML IsaPlanner/rw_tools.ML IsaPlanner/term_lib.ML \ |
45def66f86cb
added modules for code generator generation two, not operational yet
haftmann
parents:
18162
diff
changeset
|
36 |
IsaPlanner/upterm_lib.ML Isar/ROOT.ML Isar/antiquote.ML Isar/args.ML \ |
45def66f86cb
added modules for code generator generation two, not operational yet
haftmann
parents:
18162
diff
changeset
|
37 |
Isar/attrib.ML Isar/auto_bind.ML Isar/calculation.ML Isar/constdefs.ML \ |
45def66f86cb
added modules for code generator generation two, not operational yet
haftmann
parents:
18162
diff
changeset
|
38 |
Isar/context_rules.ML Isar/element.ML Isar/find_theorems.ML \ |
45def66f86cb
added modules for code generator generation two, not operational yet
haftmann
parents:
18162
diff
changeset
|
39 |
Isar/induct_attrib.ML Isar/isar_cmd.ML Isar/isar_output.ML \ |
18740 | 40 |
Isar/isar_syn.ML Isar/isar_thy.ML Isar/local_theory.ML Isar/locale.ML \ |
41 |
Isar/method.ML Isar/net_rules.ML Isar/object_logic.ML Isar/obtain.ML \ |
|
18169
45def66f86cb
added modules for code generator generation two, not operational yet
haftmann
parents:
18162
diff
changeset
|
42 |
Isar/outer_keyword.ML Isar/outer_lex.ML Isar/outer_parse.ML \ |
45def66f86cb
added modules for code generator generation two, not operational yet
haftmann
parents:
18162
diff
changeset
|
43 |
Isar/outer_syntax.ML Isar/proof.ML Isar/proof_context.ML \ |
45def66f86cb
added modules for code generator generation two, not operational yet
haftmann
parents:
18162
diff
changeset
|
44 |
Isar/proof_display.ML Isar/proof_history.ML Isar/rule_cases.ML \ |
18613 | 45 |
Isar/session.ML Isar/skip_proof.ML Isar/specification.ML Isar/term_style.ML \ |
18169
45def66f86cb
added modules for code generator generation two, not operational yet
haftmann
parents:
18162
diff
changeset
|
46 |
Isar/thy_header.ML Isar/toplevel.ML ML-Systems/cpu-timer-basis.ML \ |
45def66f86cb
added modules for code generator generation two, not operational yet
haftmann
parents:
18162
diff
changeset
|
47 |
ML-Systems/cpu-timer-gc.ML ML-Systems/polyml-posix.ML \ |
18760 | 48 |
ML-Systems/polyml-interrupt-timeout.ML ML-Systems/polyml.ML \ |
18169
45def66f86cb
added modules for code generator generation two, not operational yet
haftmann
parents:
18162
diff
changeset
|
49 |
ML-Systems/polyml-4.1.4-patch.ML ML-Systems/polyml-4.2.0.ML \ |
45def66f86cb
added modules for code generator generation two, not operational yet
haftmann
parents:
18162
diff
changeset
|
50 |
ML-Systems/poplogml.ML ML-Systems/smlnj-basis-compat.ML \ |
18760 | 51 |
ML-Systems/smlnj-interrupt-timeout.ML \ |
18169
45def66f86cb
added modules for code generator generation two, not operational yet
haftmann
parents:
18162
diff
changeset
|
52 |
ML-Systems/smlnj-compiler.ML ML-Systems/smlnj-pp-new.ML \ |
45def66f86cb
added modules for code generator generation two, not operational yet
haftmann
parents:
18162
diff
changeset
|
53 |
ML-Systems/smlnj-pp-old.ML ML-Systems/smlnj-ptreql.ML \ |
45def66f86cb
added modules for code generator generation two, not operational yet
haftmann
parents:
18162
diff
changeset
|
54 |
ML-Systems/smlnj.ML Proof/extraction.ML Proof/proof_rewrite_rules.ML \ |
45def66f86cb
added modules for code generator generation two, not operational yet
haftmann
parents:
18162
diff
changeset
|
55 |
Proof/proof_syntax.ML Proof/proofchecker.ML Proof/reconstruct.ML \ |
45def66f86cb
added modules for code generator generation two, not operational yet
haftmann
parents:
18162
diff
changeset
|
56 |
Pure.thy ROOT.ML Syntax/ROOT.ML Syntax/ast.ML Syntax/lexicon.ML \ |
45def66f86cb
added modules for code generator generation two, not operational yet
haftmann
parents:
18162
diff
changeset
|
57 |
Syntax/mixfix.ML Syntax/parser.ML Syntax/printer.ML Syntax/syn_ext.ML \ |
45def66f86cb
added modules for code generator generation two, not operational yet
haftmann
parents:
18162
diff
changeset
|
58 |
Syntax/syn_trans.ML Syntax/syntax.ML Syntax/type_ext.ML Thy/html.ML \ |
45def66f86cb
added modules for code generator generation two, not operational yet
haftmann
parents:
18162
diff
changeset
|
59 |
Thy/latex.ML Thy/present.ML Thy/thm_database.ML Thy/thm_deps.ML \ |
45def66f86cb
added modules for code generator generation two, not operational yet
haftmann
parents:
18162
diff
changeset
|
60 |
Thy/thy_info.ML Thy/thy_load.ML Tools/ROOT.ML Tools/class_package.ML \ |
45def66f86cb
added modules for code generator generation two, not operational yet
haftmann
parents:
18162
diff
changeset
|
61 |
Tools/codegen_thingol.ML Tools/codegen_serializer.ML Tools/codegen_package.ML \ |
45def66f86cb
added modules for code generator generation two, not operational yet
haftmann
parents:
18162
diff
changeset
|
62 |
Tools/am_compiler.ML \ |
45def66f86cb
added modules for code generator generation two, not operational yet
haftmann
parents:
18162
diff
changeset
|
63 |
Tools/am_interpreter.ML Tools/am_util.ML Tools/compute.ML axclass.ML \ |
45def66f86cb
added modules for code generator generation two, not operational yet
haftmann
parents:
18162
diff
changeset
|
64 |
codegen.ML compress.ML consts.ML context.ML defs.ML display.ML \ |
45def66f86cb
added modules for code generator generation two, not operational yet
haftmann
parents:
18162
diff
changeset
|
65 |
drule.ML envir.ML fact_index.ML goal.ML install_pp.ML library.ML \ |
45def66f86cb
added modules for code generator generation two, not operational yet
haftmann
parents:
18162
diff
changeset
|
66 |
logic.ML meta_simplifier.ML net.ML old_goals.ML pattern.ML \ |
45def66f86cb
added modules for code generator generation two, not operational yet
haftmann
parents:
18162
diff
changeset
|
67 |
proof_general.ML proofterm.ML pure_thy.ML search.ML sign.ML \ |
45def66f86cb
added modules for code generator generation two, not operational yet
haftmann
parents:
18162
diff
changeset
|
68 |
simplifier.ML sorts.ML tactic.ML tctical.ML term.ML theory.ML thm.ML \ |
18128 | 69 |
type.ML type_infer.ML unify.ML |
2431 | 70 |
@./mk |
71 |
||
4518 | 72 |
|
10102 | 73 |
## special targets |
74 |
||
75 |
Pure-copied: |
|
76 |
@./mk -C |
|
4518 | 77 |
|
78 |
RAW: |
|
3774 | 79 |
@./mk -r |
80 |
||
10102 | 81 |
RAW-copied: |
82 |
@./mk -Cr |
|
83 |
||
4518 | 84 |
|
85 |
## clean |
|
4441 | 86 |
|
87 |
clean: |
|
17802
f3b1ca16cebd
moved susp.ML, lazy_seq.ML, lazy_scan.ML to HOL/Import;
wenzelm
parents:
17338
diff
changeset
|
88 |
@rm -f $(OUT)/Pure$(ML_SUFFIX) $(LOG)/Pure.gz $(OUT)/RAW $(LOG)/RAW.gz |