src/Pure/IsaMakefile
changeset 11759 56c80e542e44
parent 11658 4200394242c5
child 11882 954f36537193
equal deleted inserted replaced
11758:b87aa292f50b 11759:56c80e542e44
    21 
    21 
    22 ## Pure
    22 ## Pure
    23 
    23 
    24 Pure: $(OUT)/Pure
    24 Pure: $(OUT)/Pure
    25 
    25 
    26 $(OUT)/Pure: General/ROOT.ML General/buffer.ML General/file.ML		\
    26 $(OUT)/Pure: General/ROOT.ML General/buffer.ML General/file.ML			\
    27   General/graph.ML General/history.ML General/heap.ML General/name_space.ML \
    27   General/graph.ML General/heap.ML General/history.ML				\
    28   General/object.ML General/path.ML General/position.ML			\
    28   General/name_space.ML General/object.ML General/path.ML			\
    29   General/pretty.ML General/scan.ML General/seq.ML General/source.ML	\
    29   General/position.ML General/pretty.ML General/scan.ML General/seq.ML		\
    30   General/symbol.ML General/table.ML General/url.ML Interface/ROOT.ML	\
    30   General/source.ML General/symbol.ML General/table.ML General/url.ML		\
    31   Interface/isamode.ML Interface/proof_general.ML Isar/ROOT.ML Isar/antiquote.ML \
    31   Interface/ROOT.ML Interface/isamode.ML Interface/proof_general.ML		\
    32   Isar/args.ML Isar/attrib.ML Isar/auto_bind.ML Isar/calculation.ML	\
    32   Isar/ROOT.ML Isar/antiquote.ML Isar/args.ML Isar/attrib.ML			\
    33   Isar/comment.ML Isar/induct_attrib.ML Isar/isar.ML Isar/isar_cmd.ML Isar/isar_output.ML     \
    33   Isar/auto_bind.ML Isar/calculation.ML Isar/comment.ML				\
    34   Isar/isar_syn.ML Isar/isar_thy.ML Isar/local_defs.ML Isar/method.ML   \
    34   Isar/induct_attrib.ML Isar/isar.ML Isar/isar_cmd.ML				\
    35   Isar/net_rules.ML Isar/obtain.ML Isar/outer_lex.ML Isar/outer_parse.ML \
    35   Isar/isar_output.ML Isar/isar_syn.ML Isar/isar_thy.ML				\
    36   Isar/outer_syntax.ML Isar/proof.ML Isar/proof_context.ML		\
    36   Isar/local_defs.ML Isar/method.ML Isar/net_rules.ML Isar/obtain.ML		\
    37   Isar/proof_data.ML Isar/proof_history.ML Isar/rule_cases.ML		\
    37   Isar/outer_lex.ML Isar/outer_parse.ML Isar/outer_syntax.ML			\
    38   Isar/session.ML Isar/skip_proof.ML Isar/thy_header.ML Isar/toplevel.ML \
    38   Isar/proof.ML Isar/proof_context.ML Isar/proof_data.ML			\
    39   ML-Systems/mlworks.ML ML-Systems/polyml.ML ML-Systems/polyml-3.x.ML ML-Systems/smlnj-0.93.ML	\
    39   Isar/proof_history.ML Isar/rule_cases.ML Isar/session.ML			\
    40   ML-Systems/smlnj.ML ROOT.ML Syntax/ROOT.ML Syntax/ast.ML		\
    40   Isar/skip_proof.ML Isar/thy_header.ML Isar/toplevel.ML			\
    41   Proof/ROOT.ML Proof/proofchecker.ML Proof/proof_rewrite_rules.ML	\
    41   ML-Systems/mlworks.ML ML-Systems/polyml-3.x.ML ML-Systems/polyml.ML		\
    42   Proof/proof_syntax.ML Proof/reconstruct.ML	\
    42   ML-Systems/smlnj-0.93.ML ML-Systems/smlnj.ML Proof/ROOT.ML			\
    43   Syntax/lexicon.ML Syntax/mixfix.ML Syntax/parser.ML			\
    43   Proof/proof_rewrite_rules.ML Proof/proof_syntax.ML				\
    44   Syntax/printer.ML Syntax/syn_ext.ML Syntax/syn_trans.ML		\
    44   Proof/proofchecker.ML Proof/reconstruct.ML ROOT.ML Syntax/ROOT.ML		\
    45   Syntax/syntax.ML Syntax/token_trans.ML Syntax/type_ext.ML		\
    45   Syntax/ast.ML Syntax/lexicon.ML Syntax/mixfix.ML Syntax/parser.ML		\
    46   Thy/ROOT.ML Thy/html.ML Thy/latex.ML Thy/present.ML Thy/thm_deps.ML	\
    46   Syntax/printer.ML Syntax/syn_ext.ML Syntax/syn_trans.ML			\
    47   Thy/thm_database.ML Thy/thy_info.ML Thy/thy_load.ML Thy/thy_parse.ML	\
    47   Syntax/syntax.ML Syntax/token_trans.ML Syntax/type_ext.ML Thy/ROOT.ML		\
    48   Thy/thy_scan.ML Thy/thy_syn.ML axclass.ML basis.ML context.ML		\
    48   Thy/html.ML Thy/latex.ML Thy/present.ML Thy/thm_database.ML			\
    49   codegen.ML display.ML drule.ML envir.ML goals.ML install_pp.ML	\
    49   Thy/thm_deps.ML Thy/thy_info.ML Thy/thy_load.ML Thy/thy_parse.ML		\
    50   library.ML locale.ML logic.ML meta_simplifier.ML net.ML pattern.ML	\
    50   Thy/thy_scan.ML Thy/thy_syn.ML axclass.ML basis.ML codegen.ML			\
    51   proofterm.ML pure.ML pure_thy.ML	\
    51   context.ML display.ML drule.ML envir.ML goals.ML install_pp.ML		\
    52   search.ML sign.ML sorts.ML tactic.ML tctical.ML term.ML theory.ML	\
    52   library.ML locale.ML logic.ML meta_simplifier.ML net.ML			\
    53   theory_data.ML thm.ML type.ML type_infer.ML unify.ML
    53   object_logic.ML pattern.ML proofterm.ML pure.ML pure_thy.ML search.ML		\
       
    54   sign.ML sorts.ML tactic.ML tctical.ML term.ML theory.ML theory_data.ML	\
       
    55   thm.ML type.ML type_infer.ML unify.ML
    54 	@./mk
    56 	@./mk
    55 
    57 
    56 
    58 
    57 ## special targets
    59 ## special targets
    58 
    60