src/Pure/IsaMakefile
author wenzelm
Mon, 13 Aug 2007 00:17:54 +0200
changeset 24235 aea5c389a2f5
parent 24219 e558fe311376
child 24256 21919609a1c0
permissions -rw-r--r--
added Syntax/simple_syntax.ML;

#
# $Id$
#
# IsaMakefile for Pure
#

## targets

default: Pure
images: Pure
test: RAW
all: images test


## global settings

SRC = $(ISABELLE_HOME)/src
OUT = $(ISABELLE_OUTPUT)
LOG = $(OUT)/log


## Pure

Pure: $(OUT)/Pure$(ML_SUFFIX)

$(OUT)/Pure$(ML_SUFFIX): $(SRC)/Tools/code/code_funcgr.ML			\
  $(SRC)/Tools/code/code_name.ML $(SRC)/Tools/code/code_package.ML		\
  $(SRC)/Tools/code/code_target.ML $(SRC)/Tools/code/code_thingol.ML		\
  CPure.thy General/ROOT.ML General/alist.ML General/balanced_tree.ML		\
  General/basics.ML General/buffer.ML General/file.ML General/graph.ML		\
  General/heap.ML General/history.ML General/markup.ML				\
  General/ml_syntax.ML General/name_space.ML General/ord_list.ML		\
  General/output.ML General/path.ML General/position.ML				\
  General/pretty.ML General/print_mode.ML General/scan.ML			\
  General/secure.ML General/seq.ML General/source.ML General/stack.ML		\
  General/susp.ML General/symbol.ML General/table.ML General/url.ML		\
  Isar/ROOT.ML Isar/antiquote.ML Isar/args.ML Isar/attrib.ML			\
  Isar/auto_bind.ML Isar/calculation.ML Isar/class.ML Isar/code.ML		\
  Isar/code_unit.ML Isar/constdefs.ML Isar/context_rules.ML			\
  Isar/element.ML Isar/find_theorems.ML Isar/induct_attrib.ML			\
  Isar/isar_cmd.ML Isar/isar_syn.ML Isar/local_defs.ML				\
  Isar/local_syntax.ML Isar/local_theory.ML Isar/locale.ML			\
  Isar/method.ML Isar/net_rules.ML Isar/object_logic.ML Isar/obtain.ML		\
  Isar/outer_keyword.ML Isar/outer_lex.ML Isar/outer_parse.ML			\
  Isar/outer_syntax.ML Isar/proof.ML Isar/proof_context.ML			\
  Isar/proof_display.ML Isar/proof_history.ML Isar/rule_cases.ML		\
  Isar/rule_insts.ML Isar/session.ML Isar/skip_proof.ML				\
  Isar/spec_parse.ML Isar/specification.ML Isar/theory_target.ML		\
  Isar/toplevel.ML ML-Systems/alice.ML ML-Systems/exn.ML			\
  ML-Systems/multithreading_dummy.ML ML-Systems/multithreading_polyml.ML	\
  ML-Systems/overloading_smlnj.ML ML-Systems/polyml-4.1.3.ML			\
  ML-Systems/polyml-4.1.4.ML ML-Systems/polyml-5.0.ML				\
  ML-Systems/polyml-5.1.ML ML-Systems/polyml-interrupt-timeout.ML		\
  ML-Systems/polyml-old-basis.ML ML-Systems/polyml-posix.ML			\
  ML-Systems/polyml.ML ML-Systems/poplogml.ML ML-Systems/proper_int.ML		\
  ML-Systems/smlnj.ML Proof/extraction.ML Proof/proof_rewrite_rules.ML		\
  Proof/proof_syntax.ML Proof/proofchecker.ML Proof/reconstruct.ML		\
  ProofGeneral/ROOT.ML ProofGeneral/parsing.ML ProofGeneral/pgip.ML		\
  ProofGeneral/pgip_input.ML ProofGeneral/pgip_isabelle.ML			\
  ProofGeneral/pgip_markup.ML ProofGeneral/pgip_output.ML			\
  ProofGeneral/pgip_parser.ML ProofGeneral/pgip_tests.ML			\
  ProofGeneral/pgip_types.ML ProofGeneral/preferences.ML			\
  ProofGeneral/proof_general_emacs.ML ProofGeneral/proof_general_pgip.ML	\
  Pure.thy ROOT.ML Syntax/ast.ML Syntax/lexicon.ML Syntax/mixfix.ML		\
  Syntax/parser.ML Syntax/printer.ML Syntax/simple_syntax.ML			\
  Syntax/syn_ext.ML Syntax/syn_trans.ML Syntax/syntax.ML			\
  Syntax/type_ext.ML Thy/html.ML Thy/latex.ML Thy/ml_context.ML			\
  Thy/present.ML Thy/term_style.ML Thy/thm_database.ML Thy/thm_deps.ML		\
  Thy/thy_edit.ML Thy/thy_header.ML Thy/thy_info.ML Thy/thy_load.ML		\
  Thy/thy_output.ML Tools/ROOT.ML Tools/invoke.ML Tools/named_thms.ML		\
  Tools/xml.ML Tools/xml_syntax.ML assumption.ML axclass.ML codegen.ML		\
  compress.ML config.ML conjunction.ML consts.ML context.ML			\
  context_position.ML conv.ML defs.ML display.ML drule.ML envir.ML		\
  fact_index.ML goal.ML library.ML logic.ML meta_simplifier.ML			\
  more_thm.ML morphism.ML name.ML net.ML old_goals.ML pattern.ML		\
  proofterm.ML pure_setup.ML pure_thy.ML search.ML sign.ML simplifier.ML	\
  sorts.ML subgoal.ML tactic.ML tctical.ML term.ML term_subst.ML		\
  theory.ML thm.ML type.ML type_infer.ML unify.ML variable.ML
	@./mk


## special targets

RAW: $(OUT)/RAW

$(OUT)/RAW: ML-Systems/alice.ML ML-Systems/exn.ML 				\
  ML-Systems/multithreading_dummy.ML ML-Systems/multithreading_polyml.ML	\
  ML-Systems/overloading_smlnj.ML ML-Systems/polyml-4.1.3.ML			\
  ML-Systems/polyml-4.1.4.ML ML-Systems/polyml-5.0.ML ML-Systems/polyml-5.1.ML	\
  ML-Systems/polyml-interrupt-timeout.ML ML-Systems/polyml-old-basis.ML		\
  ML-Systems/polyml-posix.ML ML-Systems/polyml.ML ML-Systems/poplogml.ML	\
  ML-Systems/proper_int.ML ML-Systems/smlnj.ML
	@./mk -r


## clean

clean:
	@rm -f $(OUT)/Pure$(ML_SUFFIX) $(LOG)/Pure.gz $(OUT)/RAW $(LOG)/RAW.gz