X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=driver%2Fsplit%2FMakefile;h=33e46c53400e249c7c3d18a29e0aa4d39534baef;hb=0af06ed99ed56341adfdda4a92a0a36678780109;hp=6b545de20f7f6de4827c0a43f38ade6a586a686d;hpb=0065d5ab628975892cea1ec7303f968c3338cbe1;p=ghc-hetmet.git diff --git a/driver/split/Makefile b/driver/split/Makefile index 6b545de..33e46c5 100644 --- a/driver/split/Makefile +++ b/driver/split/Makefile @@ -1,17 +1,15 @@ -#----------------------------------------------------------------------------- -# $Id: Makefile,v 1.2 2000/11/03 16:54:52 simonmar Exp $ - -TOP=../.. -include $(TOP)/mk/boilerplate.mk - -SCRIPT_PROG = ghc-split - -INTERP=perl - -SCRIPT_SUBST_VARS := TARGETPLATFORM - -INSTALL_LIBEXEC_SCRIPTS += $(SCRIPT_PROG) - -CLEAN_FILES += $(SCRIPT_OBJS) - -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