X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fmk%2Fconfig.mk;h=7b2f2a5a35abb48e47a7fd35ed9834bfee850ba5;hb=aaed11810cfb0f8890376142740e731cdf84c001;hp=25519bf9f97bc5da30757038fa834c15666dec52;hpb=1c52a20964c9ff9a7938f8f3e7fefafdd1199285;p=ghc-hetmet.git diff --git a/ghc/mk/config.mk b/ghc/mk/config.mk index 25519bf..7b2f2a5 100644 --- a/ghc/mk/config.mk +++ b/ghc/mk/config.mk @@ -1,3 +1,5 @@ +# ----------------------------------------------------------------------------- +# $Id: config.mk,v 1.17 2002/02/27 11:18:30 simonmar Exp $ # # GHC project configuration # @@ -7,10 +9,16 @@ # 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 -GhcBinDistLibPrlScripts = hscpp mkdependHS -GhcBinDistBins = hp2ps +GhcBinDistDirs = ghc libraries hslibs +GhcBinDistDocs = ghc/docs/set +ifneq "$(TARGETPLATFORM)" "i386-unknown-mingw32" +GhcBinDistShScripts = ghc-$(ProjectVersion) ghci-$(ProjectVersion) ghc-pkg-$(ProjectVersion) +else +GhcBinDistShScripts= +endif +GhcBinDistPrlScripts = +GhcBinDistLibPrlScripts = ghc-asm ghc-split +GhcBinDistBins = hp2ps ghcprof hsc2hs DrIFT DtdToHaskell Xtract +GhcBinDistLinks = ghc ghci ghc-pkg include $(GhcMainDir)/mk/version.mk