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 |
|
|
24 |
Pure: $(OUT)/Pure
|
2431
|
25 |
|
14650
|
26 |
$(OUT)/Pure: General/ROOT.ML General/buffer.ML General/file.ML \
|
|
27 |
General/graph.ML General/heap.ML General/history.ML \
|
|
28 |
General/lazy_scan.ML General/lazy_seq.ML General/name_space.ML \
|
|
29 |
General/object.ML General/path.ML General/position.ML \
|
|
30 |
General/pretty.ML General/scan.ML General/seq.ML General/source.ML \
|
|
31 |
General/susp.ML General/symbol.ML General/table.ML General/url.ML \
|
|
32 |
General/xml.ML Isar/ROOT.ML Isar/antiquote.ML Isar/args.ML \
|
|
33 |
Isar/attrib.ML Isar/auto_bind.ML Isar/calculation.ML Isar/constdefs.ML \
|
|
34 |
Isar/context_rules.ML Isar/induct_attrib.ML Isar/isar.ML \
|
|
35 |
Isar/isar_cmd.ML Isar/isar_output.ML Isar/isar_syn.ML Isar/isar_thy.ML \
|
|
36 |
Isar/locale.ML Isar/method.ML Isar/net_rules.ML Isar/object_logic.ML \
|
|
37 |
Isar/obtain.ML Isar/outer_lex.ML Isar/outer_parse.ML \
|
|
38 |
Isar/outer_syntax.ML Isar/proof.ML Isar/proof_context.ML \
|
|
39 |
Isar/proof_data.ML Isar/proof_history.ML Isar/rule_cases.ML \
|
|
40 |
Isar/session.ML Isar/skip_proof.ML Isar/thy_header.ML Isar/toplevel.ML \
|
|
41 |
ML-Systems/cpu-timer-basis.ML ML-Systems/cpu-timer-gc.ML \
|
|
42 |
ML-Systems/mlworks.ML ML-Systems/polyml-3.x.ML ML-Systems/polyml.ML \
|
|
43 |
ML-Systems/smlnj-0.93.ML ML-Systems/smlnj-basis-compat.ML \
|
|
44 |
ML-Systems/smlnj-compiler.ML ML-Systems/smlnj-pp-new.ML \
|
|
45 |
ML-Systems/smlnj-pp-old.ML ML-Systems/smlnj.ML Proof/ROOT.ML \
|
|
46 |
Proof/extraction.ML Proof/proof_rewrite_rules.ML Proof/proof_syntax.ML \
|
|
47 |
Proof/proofchecker.ML Proof/reconstruct.ML ROOT.ML Syntax/ROOT.ML \
|
|
48 |
Syntax/ast.ML Syntax/lexicon.ML Syntax/mixfix.ML Syntax/parser.ML \
|
|
49 |
Syntax/printer.ML Syntax/syn_ext.ML Syntax/syn_trans.ML Syntax/syntax.ML \
|
|
50 |
Syntax/token_trans.ML Syntax/type_ext.ML Thy/ROOT.ML Thy/html.ML Thy/latex.ML \
|
|
51 |
Thy/present.ML Thy/thm_database.ML Thy/thm_deps.ML Thy/thy_info.ML \
|
|
52 |
Thy/thy_load.ML Thy/thy_parse.ML Thy/thy_scan.ML Thy/thy_syn.ML axclass.ML \
|
|
53 |
basis.ML codegen.ML context.ML display.ML drule.ML envir.ML fact_index.ML \
|
|
54 |
goals.ML install_pp.ML library.ML logic.ML meta_simplifier.ML net.ML \
|
|
55 |
pattern.ML proof_general.ML proofterm.ML pure.ML pure_thy.ML search.ML \
|
|
56 |
sign.ML sorts.ML tactic.ML tctical.ML term.ML theory.ML theory_data.ML \
|
|
57 |
thm.ML type.ML type_infer.ML unify.ML
|
2431
|
58 |
@./mk
|
|
59 |
|
4518
|
60 |
|
10102
|
61 |
## special targets
|
|
62 |
|
|
63 |
Pure-copied:
|
|
64 |
@./mk -C
|
4518
|
65 |
|
|
66 |
RAW:
|
3774
|
67 |
@./mk -r
|
|
68 |
|
10102
|
69 |
RAW-copied:
|
|
70 |
@./mk -Cr
|
|
71 |
|
4518
|
72 |
|
|
73 |
## clean
|
4441
|
74 |
|
|
75 |
clean:
|
4518
|
76 |
@rm -f $(OUT)/Pure $(LOG)/Pure.gz $(OUT)/RAW $(LOG)/RAW.gz
|