author | wenzelm |
Sun, 10 Dec 2006 15:30:37 +0100 | |
changeset 21739 | 3b7e8a2995b3 |
parent 21692 | 6947e32b6171 |
child 21941 | 62dd79056d70 |
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 |
|
21475 | 26 |
$(OUT)/Pure$(ML_SUFFIX): CPure.thy General/ROOT.ML General/alist.ML \ |
27 |
General/basics.ML General/buffer.ML General/file.ML General/graph.ML \ |
|
28 |
General/heap.ML General/history.ML General/ml_syntax.ML General/name_space.ML \ |
|
29 |
General/ord_list.ML General/output.ML General/path.ML \ |
|
30 |
General/position.ML General/pretty.ML General/rat.ML General/scan.ML \ |
|
31 |
General/secure.ML General/seq.ML General/source.ML General/stack.ML \ |
|
32 |
General/susp.ML General/symbol.ML General/table.ML General/url.ML \ |
|
33 |
General/xml.ML Isar/ROOT.ML Isar/antiquote.ML Isar/args.ML \ |
|
34 |
Isar/attrib.ML Isar/auto_bind.ML Isar/calculation.ML Isar/constdefs.ML \ |
|
35 |
Isar/context_rules.ML Isar/element.ML Isar/find_theorems.ML \ |
|
36 |
Isar/induct_attrib.ML Isar/isar_cmd.ML Isar/isar_output.ML \ |
|
37 |
Isar/isar_syn.ML Isar/local_defs.ML Isar/local_syntax.ML \ |
|
38 |
Isar/local_theory.ML Isar/locale.ML Isar/method.ML Isar/net_rules.ML \ |
|
39 |
Isar/object_logic.ML Isar/obtain.ML Isar/outer_keyword.ML \ |
|
40 |
Isar/outer_lex.ML Isar/outer_parse.ML Isar/outer_syntax.ML \ |
|
41 |
Isar/proof.ML Isar/proof_context.ML Isar/proof_display.ML \ |
|
42 |
Isar/proof_history.ML Isar/rule_cases.ML Isar/rule_insts.ML \ |
|
43 |
Isar/session.ML Isar/skip_proof.ML Isar/specification.ML \ |
|
21739 | 44 |
Isar/term_style.ML Isar/theory_target.ML Isar/thy_header.ML Isar/toplevel.ML \ |
45 |
ML-Systems/polyml-4.1.4-patch.ML ML-Systems/polyml-4.2.0.ML \ |
|
46 |
ML-Systems/polyml-4.9.1.ML ML-Systems/polyml-5.0.ML \ |
|
47 |
ML-Systems/polyml-interrupt-timeout.ML ML-Systems/polyml-posix.ML \ |
|
48 |
ML-Systems/polyml.ML ML-Systems/poplogml.ML ML-Systems/smlnj.ML \ |
|
49 |
Proof/extraction.ML Proof/proof_rewrite_rules.ML Proof/proof_syntax.ML \ |
|
50 |
Proof/proofchecker.ML Proof/reconstruct.ML Pure.thy ROOT.ML \ |
|
51 |
ProofGeneral/parsing.ML ProofGeneral/pgip_input.ML \ |
|
21640
9811f1560d38
Build instructions for new Proof General module [not yet activated]
aspinall
parents:
21475
diff
changeset
|
52 |
ProofGeneral/pgip_isabelle.ML ProofGeneral/pgip_markup.ML \ |
21659 | 53 |
ProofGeneral/pgip.ML ProofGeneral/pgip_output.ML ProofGeneral/pgip_tests.ML \ |
54 |
ProofGeneral/pgip_types.ML ProofGeneral/preferences.ML \ |
|
55 |
ProofGeneral/proof_general_pgip.ML ProofGeneral/proof_general_emacs.ML \ |
|
56 |
ProofGeneral/ROOT.ML Syntax/ROOT.ML Syntax/ast.ML Syntax/lexicon.ML \ |
|
57 |
Syntax/mixfix.ML Syntax/parser.ML Syntax/printer.ML Syntax/syn_ext.ML \ |
|
19415 | 58 |
Syntax/syn_trans.ML Syntax/syntax.ML Syntax/type_ext.ML Thy/html.ML \ |
59 |
Thy/latex.ML Thy/present.ML Thy/thm_database.ML Thy/thm_deps.ML \ |
|
60 |
Thy/thy_info.ML Thy/thy_load.ML Tools/ROOT.ML Tools/am_compiler.ML \ |
|
21475 | 61 |
Tools/am_interpreter.ML Tools/am_util.ML Tools/class_package.ML \ |
62 |
Tools/codegen_consts.ML Tools/codegen_data.ML Tools/codegen_funcgr.ML \ |
|
63 |
Tools/codegen_names.ML Tools/codegen_package.ML \ |
|
64 |
Tools/codegen_serializer.ML Tools/codegen_thingol.ML Tools/compute.ML \ |
|
19807 | 65 |
Tools/invoke.ML Tools/nbe.ML Tools/nbe_codegen.ML Tools/nbe_eval.ML \ |
21475 | 66 |
Tools/xml_syntax.ML assumption.ML axclass.ML codegen.ML compress.ML \ |
67 |
conjunction.ML consts.ML context.ML defs.ML display.ML drule.ML \ |
|
68 |
envir.ML fact_index.ML goal.ML install_pp.ML library.ML logic.ML \ |
|
69 |
meta_simplifier.ML morphism.ML name.ML net.ML old_goals.ML pattern.ML \ |
|
70 |
proof_general.ML proofterm.ML pure_thy.ML search.ML sign.ML \ |
|
71 |
simplifier.ML sorts.ML subgoal.ML tactic.ML tctical.ML term.ML \ |
|
21739 | 72 |
term_subst.ML theory.ML thm.ML type.ML type_infer.ML unify.ML variable.ML |
2431 | 73 |
@./mk |
74 |
||
4518 | 75 |
|
10102 | 76 |
## special targets |
77 |
||
78 |
Pure-copied: |
|
79 |
@./mk -C |
|
4518 | 80 |
|
81 |
RAW: |
|
3774 | 82 |
@./mk -r |
83 |
||
10102 | 84 |
RAW-copied: |
85 |
@./mk -Cr |
|
86 |
||
4518 | 87 |
|
88 |
## clean |
|
4441 | 89 |
|
90 |
clean: |
|
17802
f3b1ca16cebd
moved susp.ML, lazy_seq.ML, lazy_scan.ML to HOL/Import;
wenzelm
parents:
17338
diff
changeset
|
91 |
@rm -f $(OUT)/Pure$(ML_SUFFIX) $(LOG)/Pure.gz $(OUT)/RAW $(LOG)/RAW.gz |