src/Tools/Metis/Makefile.FILES
author Christian Sternagel
Wed, 29 Aug 2012 10:46:11 +0900
changeset 49079 919e393510f4
parent 39448 64639ff50fcd
permissions -rw-r--r--
renamed (in Sublist): postfix ~> suffixeq, and dropped infix syntax >>=
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
39433
3e41c9d29769 make "metis.ML" building process slightly more robust by eliminating the need for "FILES";
blanchet
parents:
diff changeset
     1
include Makefile
3e41c9d29769 make "metis.ML" building process slightly more robust by eliminating the need for "FILES";
blanchet
parents:
diff changeset
     2
bin/mosml/Makefile.src:
3e41c9d29769 make "metis.ML" building process slightly more robust by eliminating the need for "FILES";
blanchet
parents:
diff changeset
     3
	mkdir -p `dirname $@`
3e41c9d29769 make "metis.ML" building process slightly more robust by eliminating the need for "FILES";
blanchet
parents:
diff changeset
     4
	echo > $@
3e41c9d29769 make "metis.ML" building process slightly more robust by eliminating the need for "FILES";
blanchet
parents:
diff changeset
     5
refresh_FILES:
3e41c9d29769 make "metis.ML" building process slightly more robust by eliminating the need for "FILES";
blanchet
parents:
diff changeset
     6
	echo $(POLYML_SRC) | \
39448
64639ff50fcd streamlined "make_metis"
blanchet
parents: 39433
diff changeset
     7
	sed "s/src\/PortablePolyml/PortableIsabelle/g" | \
64639ff50fcd streamlined "make_metis"
blanchet
parents: 39433
diff changeset
     8
	sed "s/ src\/Tptp\.s[a-z][a-z]//g" | \
64639ff50fcd streamlined "make_metis"
blanchet
parents: 39433
diff changeset
     9
	sed "s/ src\/Options\.s[a-z][a-z]//g" \
39433
3e41c9d29769 make "metis.ML" building process slightly more robust by eliminating the need for "FILES";
blanchet
parents:
diff changeset
    10
	> FILES