X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=utils%2Fghc-pkg%2FMakefile;h=560fa4adcff80af7a51b33557a94d94607d3f1bb;hb=09d76f81a7b77139901a73f9f241d26a5bdd3796;hp=6f62b6398ee97c77d04bc40bedc5659f6b4d772d;hpb=51cdf3e142be88be5cf89cc79124f65b032335c4;p=ghc-hetmet.git diff --git a/utils/ghc-pkg/Makefile b/utils/ghc-pkg/Makefile index 6f62b63..560fa4a 100644 --- a/utils/ghc-pkg/Makefile +++ b/utils/ghc-pkg/Makefile @@ -1,51 +1,14 @@ TOP=../.. -include $(TOP)/mk/boilerplate.mk -include $(TOP)/mk/cabal-flags.mk - -SRC_HC_OPTS += -Wall - -ifeq "$(HOSTPLATFORM)" "i386-unknown-mingw32" -INSTALL_FLAGS = -else -INSTALL_FLAGS = --enable-shell-wrappers -endif +ENABLE_SHELL_WRAPPERS = YES +EXTRA_CLEAN = Version.hs +EXTRA_INPLACE_CONFIGURE_FLAGS = $(INPLACE_GHC_DATADIR_CONFIGURE_FLAGS) -default all: with-bootstrapping-compiler +include $(TOP)/mk/boilerplate.mk +include $(TOP)/mk/cabal.mk with-bootstrapping-compiler: Version.hs - $(CABAL) configure --distpref dist-inplace \ - $(INPLACE_DIRS_CONFIGURE_FLAGS) \ - $(USE_BOOT_CONFIGURE_FLAGS) \ - $(COMMON_CONFIGURE_FLAGS) - $(CABAL) build --distpref dist-inplace $(BUILD_FLAGS) - $(CABAL) install --distpref dist-inplace $(INSTALL_FLAGS) - with-stage-1: Version.hs - $(CABAL) configure --distpref dist-install \ - $(INSTALL_DIRS_CONFIGURE_FLAGS) \ - $(USE_STAGE1_CONFIGURE_FLAGS) \ - $(COMMON_CONFIGURE_FLAGS) - $(CABAL) build --distpref dist-install $(BUILD_FLAGS) - -install: - $(INSTALL_PACKAGE) install UNUSED UNUSED '$(DESTDIR)' '$(prefix)' \ - '$(prefix)' '$(bindir)' '$(libdir)' \ - '$(libexecdir)' '$(dynlibdir)' '$(datadir)' \ - '$(docdir)' '$(htmldir)' '$(haddockdir)' - --distpref dist-install \ - $(INSTALL_FLAGS) - -clean: distclean - -distclean: - -$(CABAL) clean --distpref dist-inplace - -$(CABAL) clean --distpref dist-install - $(RM) -f Version.hs - -# XXX fix binary-dist - -##### Here down is unique to ghc-pkg Version.hs: Makefile $(TOP)/mk/config.mk $(RM) -f Version.hs