Reorganisation of the source tree
[ghc-hetmet.git] / utils / runstdtest / Makefile
diff --git a/utils/runstdtest/Makefile b/utils/runstdtest/Makefile
new file mode 100644 (file)
index 0000000..0bd2bab
--- /dev/null
@@ -0,0 +1,12 @@
+TOP=../..
+include $(TOP)/mk/boilerplate.mk
+
+SCRIPT_PROG=runstdtest
+SCRIPT_OBJS=runstdtest.prl
+SCRIPT_SUBST_VARS=RM DEFAULT_TMPDIR CONTEXT_DIFF
+INTERP=perl
+
+CLEAN_FILES += $(SCRIPT_PROG)
+DESTDIR=$(INSTSCRIPTDIR)
+
+include $(TOP)/mk/target.mk