X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=utils%2Fgenprimopcode%2FMakefile;h=b4c3b5d3f8041327bfe6dfff1e895be60ab075dc;hb=5de363ca9ebdb7d85e3c353c1cffdf0a1c11128e;hp=681480a8bebdde0ccba81668c3f856a06ef55d22;hpb=b972d54906910fc9971f389efb843a929dcb9dec;p=ghc-hetmet.git diff --git a/utils/genprimopcode/Makefile b/utils/genprimopcode/Makefile index 681480a..b4c3b5d 100644 --- a/utils/genprimopcode/Makefile +++ b/utils/genprimopcode/Makefile @@ -1,21 +1,15 @@ -TOP=../.. -include $(TOP)/mk/boilerplate.mk - -HS_PROG = genprimopcode - -SRC_HC_OPTS += -Wall - -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