src/Pure/IsaMakefile
author wenzelm
Tue, 12 Feb 2002 20:33:37 +0100
changeset 12880 21485940c8b9
parent 12874 368966ceafe5
child 13271 d0859ff6cd65
permissions -rw-r--r--
eliminated Isar/comment.ML;
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
74c01296e818 improved targets;
wenzelm
parents: 4484
diff changeset
    24
Pure: $(OUT)/Pure
2431
1cfa0ddc8c2c IsaMakefile for Pure Isabelle;
wenzelm
parents:
diff changeset
    25
11882
954f36537193 reorganize sources to accomodate locales;
wenzelm
parents: 11759
diff changeset
    26
$(OUT)/Pure: General/ROOT.ML General/buffer.ML General/file.ML		\
954f36537193 reorganize sources to accomodate locales;
wenzelm
parents: 11759
diff changeset
    27
  General/graph.ML General/heap.ML General/history.ML			\
954f36537193 reorganize sources to accomodate locales;
wenzelm
parents: 11759
diff changeset
    28
  General/name_space.ML General/object.ML General/path.ML		\
954f36537193 reorganize sources to accomodate locales;
wenzelm
parents: 11759
diff changeset
    29
  General/position.ML General/pretty.ML General/scan.ML General/seq.ML	\
954f36537193 reorganize sources to accomodate locales;
wenzelm
parents: 11759
diff changeset
    30
  General/source.ML General/symbol.ML General/table.ML General/url.ML	\
12778
3120e338ffae Interface/proof_general.ML move to proof_general.ML;
wenzelm
parents: 12723
diff changeset
    31
  General/xml.ML 		\
12723
0451211bf4a0 removed obsolete isamode.ML;
wenzelm
parents: 12455
diff changeset
    32
  Isar/ROOT.ML Isar/antiquote.ML Isar/args.ML Isar/attrib.ML		\
12880
21485940c8b9 eliminated Isar/comment.ML;
wenzelm
parents: 12874
diff changeset
    33
  Isar/auto_bind.ML Isar/calculation.ML          			\
12723
0451211bf4a0 removed obsolete isamode.ML;
wenzelm
parents: 12455
diff changeset
    34
  Isar/context_rules.ML Isar/induct_attrib.ML Isar/isar.ML		\
0451211bf4a0 removed obsolete isamode.ML;
wenzelm
parents: 12455
diff changeset
    35
  Isar/isar_cmd.ML Isar/isar_output.ML Isar/isar_syn.ML			\
12350
5fad0e7129c3 renamed rule_context.ML to context_rules.ML;
wenzelm
parents: 12301
diff changeset
    36
  Isar/isar_thy.ML Isar/locale.ML Isar/method.ML Isar/net_rules.ML	\
5fad0e7129c3 renamed rule_context.ML to context_rules.ML;
wenzelm
parents: 12301
diff changeset
    37
  Isar/object_logic.ML Isar/obtain.ML Isar/outer_lex.ML			\
5fad0e7129c3 renamed rule_context.ML to context_rules.ML;
wenzelm
parents: 12301
diff changeset
    38
  Isar/outer_parse.ML Isar/outer_syntax.ML Isar/proof.ML		\
5fad0e7129c3 renamed rule_context.ML to context_rules.ML;
wenzelm
parents: 12301
diff changeset
    39
  Isar/proof_context.ML Isar/proof_data.ML Isar/proof_history.ML	\
5fad0e7129c3 renamed rule_context.ML to context_rules.ML;
wenzelm
parents: 12301
diff changeset
    40
  Isar/rule_cases.ML Isar/session.ML Isar/skip_proof.ML			\
5fad0e7129c3 renamed rule_context.ML to context_rules.ML;
wenzelm
parents: 12301
diff changeset
    41
  Isar/thy_header.ML Isar/toplevel.ML ML-Systems/mlworks.ML		\
5fad0e7129c3 renamed rule_context.ML to context_rules.ML;
wenzelm
parents: 12301
diff changeset
    42
  ML-Systems/polyml-3.x.ML ML-Systems/polyml.ML				\
12874
368966ceafe5 ML-Systems/smlnj-compiler.ML compatibility tweak;
wenzelm
parents: 12778
diff changeset
    43
  ML-Systems/smlnj-compiler.ML ML-Systems/smlnj-0.93.ML                 \
368966ceafe5 ML-Systems/smlnj-compiler.ML compatibility tweak;
wenzelm
parents: 12778
diff changeset
    44
  ML-Systems/smlnj.ML Proof/ROOT.ML Proof/proof_rewrite_rules.ML        \
368966ceafe5 ML-Systems/smlnj-compiler.ML compatibility tweak;
wenzelm
parents: 12778
diff changeset
    45
  Proof/proof_syntax.ML	Proof/proofchecker.ML Proof/reconstruct.ML      \
368966ceafe5 ML-Systems/smlnj-compiler.ML compatibility tweak;
wenzelm
parents: 12778
diff changeset
    46
  ROOT.ML Syntax/ROOT.ML Syntax/ast.ML Syntax/lexicon.ML                \
368966ceafe5 ML-Systems/smlnj-compiler.ML compatibility tweak;
wenzelm
parents: 12778
diff changeset
    47
  Syntax/mixfix.ML Syntax/parser.ML Syntax/printer.ML Syntax/syn_ext.ML \
368966ceafe5 ML-Systems/smlnj-compiler.ML compatibility tweak;
wenzelm
parents: 12778
diff changeset
    48
  Syntax/syn_trans.ML Syntax/syntax.ML Syntax/token_trans.ML            \
368966ceafe5 ML-Systems/smlnj-compiler.ML compatibility tweak;
wenzelm
parents: 12778
diff changeset
    49
  Syntax/type_ext.ML Thy/ROOT.ML Thy/html.ML Thy/latex.ML               \
368966ceafe5 ML-Systems/smlnj-compiler.ML compatibility tweak;
wenzelm
parents: 12778
diff changeset
    50
  Thy/present.ML Thy/thm_database.ML Thy/thm_deps.ML Thy/thy_info.ML    \
368966ceafe5 ML-Systems/smlnj-compiler.ML compatibility tweak;
wenzelm
parents: 12778
diff changeset
    51
  Thy/thy_load.ML Thy/thy_parse.ML Thy/thy_scan.ML Thy/thy_syn.ML       \
368966ceafe5 ML-Systems/smlnj-compiler.ML compatibility tweak;
wenzelm
parents: 12778
diff changeset
    52
  axclass.ML basis.ML codegen.ML context.ML display.ML drule.ML         \
368966ceafe5 ML-Systems/smlnj-compiler.ML compatibility tweak;
wenzelm
parents: 12778
diff changeset
    53
  envir.ML goals.ML install_pp.ML library.ML logic.ML                   \
368966ceafe5 ML-Systems/smlnj-compiler.ML compatibility tweak;
wenzelm
parents: 12778
diff changeset
    54
  meta_simplifier.ML net.ML pattern.ML proof_general.ML proofterm.ML    \
368966ceafe5 ML-Systems/smlnj-compiler.ML compatibility tweak;
wenzelm
parents: 12778
diff changeset
    55
  pure.ML pure_thy.ML search.ML sign.ML sorts.ML tactic.ML tctical.ML   \
368966ceafe5 ML-Systems/smlnj-compiler.ML compatibility tweak;
wenzelm
parents: 12778
diff changeset
    56
  term.ML theory.ML theory_data.ML thm.ML type.ML type_infer.ML unify.ML
2431
1cfa0ddc8c2c IsaMakefile for Pure Isabelle;
wenzelm
parents:
diff changeset
    57
	@./mk
1cfa0ddc8c2c IsaMakefile for Pure Isabelle;
wenzelm
parents:
diff changeset
    58
4518
74c01296e818 improved targets;
wenzelm
parents: 4484
diff changeset
    59
10102
3c21a2e616e7 support copy option;
wenzelm
parents: 9735
diff changeset
    60
## special targets
3c21a2e616e7 support copy option;
wenzelm
parents: 9735
diff changeset
    61
3c21a2e616e7 support copy option;
wenzelm
parents: 9735
diff changeset
    62
Pure-copied:
3c21a2e616e7 support copy option;
wenzelm
parents: 9735
diff changeset
    63
	@./mk -C
4518
74c01296e818 improved targets;
wenzelm
parents: 4484
diff changeset
    64
74c01296e818 improved targets;
wenzelm
parents: 4484
diff changeset
    65
RAW:
3774
b1bfd394b60a RAW target;
wenzelm
parents: 3763
diff changeset
    66
	@./mk -r
b1bfd394b60a RAW target;
wenzelm
parents: 3763
diff changeset
    67
10102
3c21a2e616e7 support copy option;
wenzelm
parents: 9735
diff changeset
    68
RAW-copied:
3c21a2e616e7 support copy option;
wenzelm
parents: 9735
diff changeset
    69
	@./mk -Cr
3c21a2e616e7 support copy option;
wenzelm
parents: 9735
diff changeset
    70
4518
74c01296e818 improved targets;
wenzelm
parents: 4484
diff changeset
    71
74c01296e818 improved targets;
wenzelm
parents: 4484
diff changeset
    72
## clean
4441
42cdcacb60e2 'clean' target;
wenzelm
parents: 4427
diff changeset
    73
42cdcacb60e2 'clean' target;
wenzelm
parents: 4427
diff changeset
    74
clean:
4518
74c01296e818 improved targets;
wenzelm
parents: 4484
diff changeset
    75
	@rm -f $(OUT)/Pure $(LOG)/Pure.gz $(OUT)/RAW $(LOG)/RAW.gz