X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc.mk;h=768ff156a4a8c769a34a32e6feccc041510c325f;hb=09d2b3b2e1f9d0a4c4b938dc6ff6a0b068138445;hp=a5828a67033817b84abad4bf9bf4ab6a77d66344;hpb=80ca989bf40233f7fdd0a8888c51e3424cc56096;p=ghc-hetmet.git diff --git a/ghc.mk b/ghc.mk index a5828a6..768ff15 100644 --- a/ghc.mk +++ b/ghc.mk @@ -269,6 +269,7 @@ include rules/build-perl.mk include rules/build-package.mk include rules/build-package-way.mk include rules/haddock.mk +include rules/tags-package.mk # ----------------------------------------------------------------------------- # Registering hand-written package descriptions (used in libffi and rts) @@ -547,6 +548,7 @@ BUILD_DIRS += \ compiler \ $(GHC_HSC2HS_DIR) \ $(GHC_PKG_DIR) \ + utils/ghctags \ utils/hpc \ utils/runghc \ ghc @@ -597,6 +599,7 @@ ifneq "$(findstring $(phase),0 1 2 3)" "" # In phases 0-3, we disable stage2-3, the full libraries and haddock utils/haddock_dist_DISABLE = YES utils/runghc_dist_DISABLE = YES +utils/ghctags_dist_DISABLE = YES utils/hpc_dist_DISABLE = YES utils/hsc2hs_dist-install_DISABLE = YES utils/ghc-pkg_dist-install_DISABLE = YES @@ -745,6 +748,9 @@ libraries/ghc-prim/dist-install/build/autogen/GHC/PrimopWrappers.hs: \ | $$(dir $$@)/. "$(GENPRIMOP_INPLACE)" --make-haskell-wrappers < $< > $@ +.PHONY: tags +tags: tags_compiler + # ----------------------------------------------------------------------------- # Installation