[project @ 1997-03-14 07:52:06 by simonpj]
[ghc-hetmet.git] / glafp-utils / fastmake / Makefile
1 TOP=..
2 include $(TOP)/mk/boilerplate.mk
3
4 SCRIPT_PROG=fastmake
5 SCRIPT_OBJS=fastmake.prl
6
7 #
8 # Prepend (perl) bindings for these Makefile variables
9 # when creating the final script
10 #
11 SCRIPT_SUBST_VARS=TMPDIR
12
13 INTERP=$(PERL)
14 # ToDo: install
15 DESTDIR=$(INSTSCRIPTDIR)
16 CLEAN_FILES += $(SCRIPT_PROG)
17
18 include $(TOP)/mk/target.mk
19