X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=utils%2Fgenapply%2Fghc.mk;h=cc0aede99e8a9c98a9f047d0ef17846f59c2197a;hb=a2a67cd520b9841114d69a87a423dabcb3b4368e;hp=94fb45639c1d97d1824add35660f6447982e8618;hpb=34cc75e1a62638f2833815746ebce0a9114dc26b;p=ghc-hetmet.git diff --git a/utils/genapply/ghc.mk b/utils/genapply/ghc.mk index 94fb456..cc0aede 100644 --- a/utils/genapply/ghc.mk +++ b/utils/genapply/ghc.mk @@ -1,9 +1,19 @@ +# ----------------------------------------------------------------------------- +# +# (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 +# +# ----------------------------------------------------------------------------- + utils/genapply_dist_MODULES = GenApply utils/genapply_dist_PROG = $(GHC_GENAPPLY_PGM) -ifeq "$(ghc_ge_607)" "YES" utils/genapply_HC_OPTS += -package pretty -endif ifeq "$(GhcUnregisterised)" "YES" utils/genapply_HC_OPTS += -DNO_REGS