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