[project @ 2002-10-02 09:36:00 by wolfgang]
[ghc-hetmet.git] / ghc / mk / config.mk
index 4cce33d..7b85988 100644 (file)
@@ -1,3 +1,5 @@
+# -----------------------------------------------------------------------------
+# $Id: config.mk,v 1.18 2002/07/02 13:56:22 simonmar Exp $
 #
 # GHC project configuration
 #
@@ -7,10 +9,15 @@
 
 # what to include in a binary distribution
 GhcMainDir = ghc
-GhcBinDistDirs = ghc
-GhcBinDistDocs = docs ghc/docs/users_guide ghc/docs/libraries
-GhcBinDistPrlScripts = ghc-$(ProjectVersion) stat2resid
-GhcBinDistLibPrlScripts = hscpp mkdependHS
-GhcBinDistBins = hp2ps
+GhcBinDistDirs = ghc libraries hslibs
+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