X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=utils%2Fhpc%2FMakefile;h=feb2034246f17c6d0849f9acb227909c0dc6b120;hb=59b01a2fb6cd6a9af37f5fd6775f574bc53af02a;hp=0f34de9174867fe59f307233ff637b74849073f6;hpb=763ff8ece976a1de1093cd35f82393e13aa7db70;p=ghc-hetmet.git diff --git a/utils/hpc/Makefile b/utils/hpc/Makefile index 0f34de9..feb2034 100644 --- a/utils/hpc/Makefile +++ b/utils/hpc/Makefile @@ -1,5 +1,15 @@ +# ----------------------------------------------------------------------------- +# +# (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 +# +# ----------------------------------------------------------------------------- -TOP=../.. -include $(TOP)/mk/boilerplate.mk -include $(TOP)/mk/cabal.mk - +dir = utils/hpc +TOP = ../.. +include $(TOP)/mk/sub-makefile.mk