X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=utils%2Frunghc%2FMakefile;h=0b606de6384049fd4680d3e5a1bd21f4cb4482dd;hb=e6d754fa58e9ba2f6d990c4975f474615592a9c9;hp=1a176a084a87cdb3c4ead425c6911f983a0c0438;hpb=79b5a2cb4b9ed5fe41a05fa2ec98bd1f83971daf;p=ghc-hetmet.git diff --git a/utils/runghc/Makefile b/utils/runghc/Makefile index 1a176a0..0b606de 100644 --- a/utils/runghc/Makefile +++ b/utils/runghc/Makefile @@ -1,23 +1,9 @@ -TOP=../.. -include $(TOP)/mk/boilerplate.mk - -HS_PROG = runghc$(exeext) -INSTALL_PROGS += $(HS_PROG) -UseGhcForCc = YES -SRC_MKDEPENDC_OPTS += -I$(GHC_INCLUDE_DIR) - -# This causes libghccompat.a to be used: -include $(GHC_COMPAT_DIR)/compat.mk +TOP=../.. +ENABLE_SHELL_WRAPPERS = YES -# This is required because libghccompat.a must be built with -# $(GhcHcOpts) because it is linked to the compiler, and hence -# we must also build with $(GhcHcOpts) here: -SRC_HC_OPTS += $(GhcHcOpts) $(GhcStage1HcOpts) +include $(TOP)/mk/boilerplate.mk +include $(TOP)/mk/cabal.mk -binary-dist: - $(INSTALL_DIR) $(BIN_DIST_DIR)/utils/runghc - $(INSTALL_DATA) Makefile $(BIN_DIST_DIR)/utils/runghc/ - $(INSTALL_PROGRAM) $(HS_PROG) $(BIN_DIST_DIR)/utils/runghc/ +# XXX Need to make runhaskell somehow -include $(TOP)/mk/target.mk