fix haddock submodule pointer
[ghc-hetmet.git] / driver / split / Makefile
index cc78920..33e46c5 100644 (file)
@@ -1,23 +1,15 @@
-#-----------------------------------------------------------------------------
-# $Id: Makefile,v 1.2 2000/11/03 16:54:52 simonmar Exp $
-
-TOP=../..
-include $(TOP)/mk/boilerplate.mk
-
-PROG = ghc-split
-all:: $(PROG).prl
-       $(RM) -f $(PROG)
-       echo '#!$(PERL)'                                >> $(PROG)
-       echo '$$TARGETPLATFORM  = "$(TARGETPLATFORM)";' >> $(PROG)
-       cat $<                                          >> $(PROG)
-       $(EXECUTABLE_FILE) $(PROG)
-
-INSTALL_LIBEXEC_SCRIPTS += $(PROG)
-CLEAN_FILES += $(PROG) $(PROG).prl
-
-binary-dist:
-       $(INSTALL_DIR)              $(BIN_DIST_DIR)/driver/split
-       $(INSTALL_DATA)    Makefile $(BIN_DIST_DIR)/driver/split/
-       $(INSTALL_PROGRAM) $(PROG)  $(BIN_DIST_DIR)/driver/split/
-
-include $(TOP)/mk/target.mk
+# -----------------------------------------------------------------------------
+#
+# (c) 2009 The University of Glasgow
+#
+# This file is part of the GHC build system.
+#
+# To understand how the build system works and how to modify it, see
+#      http://hackage.haskell.org/trac/ghc/wiki/Building/Architecture
+#      http://hackage.haskell.org/trac/ghc/wiki/Building/Modifying
+#
+# -----------------------------------------------------------------------------
+
+dir = driver/split
+TOP = ../..
+include $(TOP)/mk/sub-makefile.mk