author | nipkow |
Fri, 24 Oct 1997 18:10:51 +0200 | |
changeset 4003 | 2bbeed529077 |
parent 3986 | d788dcb86930 |
child 4118 | 4e75435b01e5 |
permissions | -rw-r--r-- |
2431 | 1 |
# |
2 |
# $Id$ |
|
3 |
# |
|
4 |
# IsaMakefile for Pure Isabelle |
|
5 |
# |
|
6 |
# The Pure part is common to all systems. Object-logics (like FOL) |
|
7 |
# are loaded on top of it. |
|
8 |
# |
|
9 |
||
3118 | 10 |
OUT = $(ISABELLE_OUTPUT) |
2431 | 11 |
|
3593 | 12 |
FILES = ML-Systems/polyml.ML ML-Systems/smlnj-0.93.ML ML-Systems/smlnj-1.09.ML \ |
13 |
ROOT.ML Syntax/ROOT.ML Syntax/ast.ML Syntax/lexicon.ML Syntax/mixfix.ML \ |
|
2431 | 14 |
Syntax/parser.ML Syntax/pretty.ML Syntax/printer.ML \ |
15 |
Syntax/symbol_font.ML Syntax/syn_ext.ML Syntax/syn_trans.ML \ |
|
2692 | 16 |
Syntax/syntax.ML Syntax/token_trans.ML Syntax/type_ext.ML Thy/ROOT.ML\ |
17 |
Thy/symbol_input.ML Thy/thm_database.ML Thy/thy_parse.ML Thy/thy_read.ML \ |
|
3607
a4b9ed94907a
Added some new dependencies for files in subdirectory Thy.
berghofe
parents:
3593
diff
changeset
|
18 |
Thy/thy_scan.ML Thy/thy_syn.ML Thy/thy_info.ML Thy/browser_info.ML \ |
3864 | 19 |
axclass.ML basis.ML data.ML deriv.ML display.ML drule.ML envir.ML goals.ML \ |
3986 | 20 |
install_pp.ML library.ML logic.ML net.ML name_space.ML pattern.ML pure_thy.ML \ |
2960 | 21 |
search.ML section_utils.ML sequence.ML sign.ML sorts.ML symtab.ML tactic.ML \ |
3642 | 22 |
tctical.ML term.ML theory.ML thm.ML type.ML type_infer.ML unify.ML |
2431 | 23 |
|
3869 | 24 |
$(OUT)/Pure: $(FILES) |
2431 | 25 |
@./mk |
26 |
||
3926 | 27 |
RAW: $(FILES) |
3774 | 28 |
@./mk -r |
29 |
||
30 |
test: Pure |
|
2431 | 31 |
|
3869 | 32 |
.PRECIOUS: $(OUT)/Pure $(OUT)/RAW |