X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=driver%2Fsplit%2FMakefile;h=33e46c53400e249c7c3d18a29e0aa4d39534baef;hp=382388fe77f4ac662c72647d397c0788951d400c;hb=HEAD;hpb=430453c5131592b6147a80202dc5f7fbe3f3d5fd diff --git a/driver/split/Makefile b/driver/split/Makefile index 382388f..33e46c5 100644 --- a/driver/split/Makefile +++ b/driver/split/Makefile @@ -1,18 +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 - -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