X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=utils%2Frunghc%2Fghc.mk;h=09d8044fee33f7e50f29f8207c340b93379e9526;hb=c59c053f0b8613dd128297ee0b6eef31f001c498;hp=1eb2d87c47f1c0e23d1d2ac6eb317b0eb495c45e;hpb=34cc75e1a62638f2833815746ebce0a9114dc26b;p=ghc-hetmet.git diff --git a/utils/runghc/ghc.mk b/utils/runghc/ghc.mk index 1eb2d87..09d8044 100644 --- a/utils/runghc/ghc.mk +++ b/utils/runghc/ghc.mk @@ -1,3 +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 +# +# ----------------------------------------------------------------------------- + utils/runghc_dist_MODULES = Main utils/runghc_dist_HC_OPTS = -cpp -DVERSION="\"$(ProjectVersion)\"" utils/runghc_dist_PROG = runghc$(exeext)