X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=utils%2Frunghc%2FMakefile;h=0b606de6384049fd4680d3e5a1bd21f4cb4482dd;hb=11b059fe35fe7bdcf43d4ce3246d0b9ae1671391;hp=90e49495302b3049ea83a885e9bcc6eaa3d0323f;hpb=0065d5ab628975892cea1ec7303f968c3338cbe1;p=ghc-hetmet.git diff --git a/utils/runghc/Makefile b/utils/runghc/Makefile index 90e4949..0b606de 100644 --- a/utils/runghc/Makefile +++ b/utils/runghc/Makefile @@ -1,32 +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 -# 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) - -all :: runhaskell - -runhaskell : $(HS_PROG) - $(CP) $< runhaskell$(exeext) +TOP=../.. +ENABLE_SHELL_WRAPPERS = YES -CLEAN_FILES += runhaskell +include $(TOP)/mk/boilerplate.mk +include $(TOP)/mk/cabal.mk -# Only install runhaskell if there isn't already one installed -ifneq "$(findstring install, $(MAKECMDGOALS))" "" -ifeq "$(wildcard $(bindir)/runhaskell)" "" -INSTALL_PROGS += runhaskell$(exeext) -endif -endif +# XXX Need to make runhaskell somehow -include $(TOP)/mk/target.mk