X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=utils%2Fgenprimopcode%2FMakefile;h=b4c3b5d3f8041327bfe6dfff1e895be60ab075dc;hb=dc5b9bd64d1c1f544e4813dc946b5a83ad304cee;hp=dbd69f6d42561b2563527124554063cc7047f572;hpb=0065d5ab628975892cea1ec7303f968c3338cbe1;p=ghc-hetmet.git diff --git a/utils/genprimopcode/Makefile b/utils/genprimopcode/Makefile index dbd69f6..b4c3b5d 100644 --- a/utils/genprimopcode/Makefile +++ b/utils/genprimopcode/Makefile @@ -1,19 +1,15 @@ -TOP=../.. -include $(TOP)/mk/boilerplate.mk - -HS_PROG = genprimopcode - -ifeq "$(ghc_ge_504)" "NO" -SRC_HC_OPTS += -package text -endif - -ifeq "$(ghc_ge_602)" "YES" -SRC_HC_OPTS += -package parsec -endif - -# genprimopcode is needed to boot in ghc/compiler... -ifneq "$(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 = utils/genprimopcode +TOP = ../.. +include $(TOP)/mk/sub-makefile.mk