src/Pure/IsaMakefile
author webertj
Mon, 23 Jan 2006 17:29:52 +0100
changeset 18760 97aaecb84afe
parent 18740 7eb6ad1f91c1
child 18819 67f9347ea21d
permissions -rw-r--r--
TimeLimit replaced by interrupt_timeout
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2431
1cfa0ddc8c2c IsaMakefile for Pure Isabelle;
wenzelm
parents:
diff changeset
     1
#
4518
74c01296e818 improved targets;
wenzelm
parents: 4484
diff changeset
     2
# $Id$
2431
1cfa0ddc8c2c IsaMakefile for Pure Isabelle;
wenzelm
parents:
diff changeset
     3
#
4518
74c01296e818 improved targets;
wenzelm
parents: 4484
diff changeset
     4
# IsaMakefile for Pure
2431
1cfa0ddc8c2c IsaMakefile for Pure Isabelle;
wenzelm
parents:
diff changeset
     5
#
1cfa0ddc8c2c IsaMakefile for Pure Isabelle;
wenzelm
parents:
diff changeset
     6
4518
74c01296e818 improved targets;
wenzelm
parents: 4484
diff changeset
     7
## targets
74c01296e818 improved targets;
wenzelm
parents: 4484
diff changeset
     8
74c01296e818 improved targets;
wenzelm
parents: 4484
diff changeset
     9
default: Pure
74c01296e818 improved targets;
wenzelm
parents: 4484
diff changeset
    10
images: Pure
74c01296e818 improved targets;
wenzelm
parents: 4484
diff changeset
    11
test:
74c01296e818 improved targets;
wenzelm
parents: 4484
diff changeset
    12
all: images test
74c01296e818 improved targets;
wenzelm
parents: 4484
diff changeset
    13
74c01296e818 improved targets;
wenzelm
parents: 4484
diff changeset
    14
74c01296e818 improved targets;
wenzelm
parents: 4484
diff changeset
    15
## global settings
74c01296e818 improved targets;
wenzelm
parents: 4484
diff changeset
    16
74c01296e818 improved targets;
wenzelm
parents: 4484
diff changeset
    17
SRC = $(ISABELLE_HOME)/src
3118
24dae6222579 fixed ISABELLE_OUTPUT, ISABELLE_PATH (finally?);
wenzelm
parents: 2960
diff changeset
    18
OUT = $(ISABELLE_OUTPUT)
4518
74c01296e818 improved targets;
wenzelm
parents: 4484
diff changeset
    19
LOG = $(OUT)/log
74c01296e818 improved targets;
wenzelm
parents: 4484
diff changeset
    20
2431
1cfa0ddc8c2c IsaMakefile for Pure Isabelle;
wenzelm
parents:
diff changeset
    21
4518
74c01296e818 improved targets;
wenzelm
parents: 4484
diff changeset
    22
## Pure
74c01296e818 improved targets;
wenzelm
parents: 4484
diff changeset
    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
1cfa0ddc8c2c IsaMakefile for Pure Isabelle;
wenzelm
parents:
diff changeset
    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
90b2b2fd3fdf added generic name mangler
haftmann
parents: 18169
diff changeset
    28
  General/history.ML General/name_mangler.ML General/name_space.ML              \
90b2b2fd3fdf added generic name mangler
haftmann
parents: 18169
diff changeset
    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
7eb6ad1f91c1 added Isar/local_theory.ML;
wenzelm
parents: 18613
diff changeset
    40
  Isar/isar_syn.ML Isar/isar_thy.ML Isar/local_theory.ML Isar/locale.ML 	\
7eb6ad1f91c1 added Isar/local_theory.ML;
wenzelm
parents: 18613
diff changeset
    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
3cdfa57408be added Isar/specification.ML;
wenzelm
parents: 18387
diff changeset
    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
97aaecb84afe TimeLimit replaced by interrupt_timeout
webertj
parents: 18740
diff changeset
    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
97aaecb84afe TimeLimit replaced by interrupt_timeout
webertj
parents: 18740
diff changeset
    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
8099473aef28 added Isar/element.ML;
wenzelm
parents: 18116
diff changeset
    69
  type.ML type_infer.ML unify.ML
2431
1cfa0ddc8c2c IsaMakefile for Pure Isabelle;
wenzelm
parents:
diff changeset
    70
	@./mk
1cfa0ddc8c2c IsaMakefile for Pure Isabelle;
wenzelm
parents:
diff changeset
    71
4518
74c01296e818 improved targets;
wenzelm
parents: 4484
diff changeset
    72
10102
3c21a2e616e7 support copy option;
wenzelm
parents: 9735
diff changeset
    73
## special targets
3c21a2e616e7 support copy option;
wenzelm
parents: 9735
diff changeset
    74
3c21a2e616e7 support copy option;
wenzelm
parents: 9735
diff changeset
    75
Pure-copied:
3c21a2e616e7 support copy option;
wenzelm
parents: 9735
diff changeset
    76
	@./mk -C
4518
74c01296e818 improved targets;
wenzelm
parents: 4484
diff changeset
    77
74c01296e818 improved targets;
wenzelm
parents: 4484
diff changeset
    78
RAW:
3774
b1bfd394b60a RAW target;
wenzelm
parents: 3763
diff changeset
    79
	@./mk -r
b1bfd394b60a RAW target;
wenzelm
parents: 3763
diff changeset
    80
10102
3c21a2e616e7 support copy option;
wenzelm
parents: 9735
diff changeset
    81
RAW-copied:
3c21a2e616e7 support copy option;
wenzelm
parents: 9735
diff changeset
    82
	@./mk -Cr
3c21a2e616e7 support copy option;
wenzelm
parents: 9735
diff changeset
    83
4518
74c01296e818 improved targets;
wenzelm
parents: 4484
diff changeset
    84
74c01296e818 improved targets;
wenzelm
parents: 4484
diff changeset
    85
## clean
4441
42cdcacb60e2 'clean' target;
wenzelm
parents: 4427
diff changeset
    86
42cdcacb60e2 'clean' target;
wenzelm
parents: 4427
diff changeset
    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