[project @ 2000-06-13 16:07:20 by simonmar]
[ghc-hetmet.git] / ghc / driver / split / Makefile
diff --git a/ghc/driver/split/Makefile b/ghc/driver/split/Makefile
new file mode 100644 (file)
index 0000000..f7019be
--- /dev/null
@@ -0,0 +1,16 @@
+#-----------------------------------------------------------------------------
+# $Id: Makefile,v 1.1 2000/06/13 16:07:20 simonmar Exp $
+
+TOP=../..
+include $(TOP)/mk/boilerplate.mk
+
+SCRIPT_PROG    = ghc-split
+SCRIPT_OBJS     = ghc-split.prl
+
+INTERP=perl
+
+SCRIPT_SUBST_VARS := TARGETPLATFORM
+
+INSTALL_LIBEXEC_SCRIPTS += $(SCRIPT_PROG)
+
+include $(TOP)/mk/target.mk