X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=driver%2Fmangler%2FMakefile;h=58a1761a04ba0094590e8d5bf07ec723386cf3ab;hb=163d12852002a67c5b661b4b3e7e3c5bb6faa5f3;hp=7b482e1d98726000fbd45f852f1fd6ba18573902;hpb=0065d5ab628975892cea1ec7303f968c3338cbe1;p=ghc-hetmet.git diff --git a/driver/mangler/Makefile b/driver/mangler/Makefile index 7b482e1..58a1761 100644 --- a/driver/mangler/Makefile +++ b/driver/mangler/Makefile @@ -1,22 +1,15 @@ -#----------------------------------------------------------------------------- -# $Id: Makefile,v 1.3 2001/03/23 16:36:21 simonmar Exp $ - -TOP=../.. -include $(TOP)/mk/boilerplate.mk - -SCRIPT_PROG = ghc-asm - -INTERP=perl - -SCRIPT_SUBST_VARS := TARGETPLATFORM - -INSTALL_LIBEXEC_SCRIPTS += $(SCRIPT_PROG) - -CLEAN_FILES += $(SCRIPT_OBJS) - -# needed for bootstrapping with HC files -ifeq "$(BootingFromHc)" "YES" -boot :: all -endif - -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/mangler +TOP = ../.. +include $(TOP)/mk/sub-makefile.mk