src/Tools/Metis/Makefile.FILES
author blanchet
Wed, 15 Sep 2010 22:20:10 +0200
changeset 39433 3e41c9d29769
child 39448 64639ff50fcd
permissions -rw-r--r--
make "metis.ML" building process slightly more robust by eliminating the need for "FILES"; instead, query the original "Makefile"

include Makefile
bin/mosml/Makefile.src:
	mkdir -p `dirname $@`
	echo > $@
refresh_FILES:
	echo $(POLYML_SRC) | \
	sed "s/src\///g" | \
	sed "s/ Tptp\.s[a-z][a-z]//g" | \
	sed "s/ Options\.s[a-z][a-z]//g" \
	> FILES