X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fmk%2Fconfig.mk;h=6391f87b2fcc40f1c58782760537d10695357210;hb=03e2a10d05924ade9d9bfef230d3dc3502e5c762;hp=899df12bf21b83e0753eee2b9b1a3be8f379d237;hpb=d400dbb7a32088eb87926c7871692b04f010d5e4;p=ghc-hetmet.git diff --git a/ghc/mk/config.mk b/ghc/mk/config.mk index 899df12..6391f87 100644 --- a/ghc/mk/config.mk +++ b/ghc/mk/config.mk @@ -1,3 +1,5 @@ +# ----------------------------------------------------------------------------- +# $Id: config.mk,v 1.20 2003/05/19 13:01:23 simonmar Exp $ # # GHC project configuration # @@ -7,10 +9,17 @@ # what to include in a binary distribution GhcMainDir = ghc -GhcBinDistDirs = ghc -GhcBinDistDocs = docs ghc/docs/users_guide ghc/docs/libraries -GhcBinDistPrlScripts = ghc-$(ProjectVersion) stat2resid hstags mkdependHS -GhcBinDistLibPrlScripts = hscpp -GhcBinDistBins = hp2ps +GhcBinDistDirs = ghc libraries hslibs + +ifneq "$(TARGETPLATFORM)" "i386-unknown-mingw32" +GhcBinDistShScripts = ghc-$(ProjectVersion) ghci-$(ProjectVersion) ghc-pkg-$(ProjectVersion) hsc2hs +else +GhcBinDistShScripts = +endif + +GhcBinDistPrlScripts = +GhcBinDistLibPrlScripts = ghc-asm ghc-split +GhcBinDistBins = hp2ps ghcprof +GhcBinDistLinks = ghc ghci ghc-pkg include $(GhcMainDir)/mk/version.mk