[project @ 2002-02-27 11:18:30 by simonmar]
[ghc-hetmet.git] / ghc / mk / config.mk
index 242594e..7b2f2a5 100644 (file)
@@ -1,5 +1,5 @@
 # -----------------------------------------------------------------------------
-# $Id: config.mk,v 1.11 2001/02/16 11:39:37 sewardj Exp $
+# $Id: config.mk,v 1.17 2002/02/27 11:18:30 simonmar Exp $
 #
 # GHC project configuration
 #
@@ -9,10 +9,16 @@
 
 # what to include in a binary distribution
 GhcMainDir = ghc
-GhcBinDistDirs = ghc hslibs
+GhcBinDistDirs = ghc libraries hslibs
 GhcBinDistDocs = ghc/docs/set
-GhcBinDistPrlScripts = ghc-$(ProjectVersion)
+ifneq "$(TARGETPLATFORM)" "i386-unknown-mingw32"
+GhcBinDistShScripts = ghc-$(ProjectVersion) ghci-$(ProjectVersion) ghc-pkg-$(ProjectVersion)
+else
+GhcBinDistShScripts=
+endif
+GhcBinDistPrlScripts = 
 GhcBinDistLibPrlScripts = ghc-asm ghc-split
-GhcBinDistBins = hp2ps
+GhcBinDistBins = hp2ps ghcprof hsc2hs DrIFT DtdToHaskell Xtract
+GhcBinDistLinks = ghc ghci ghc-pkg
 
 include $(GhcMainDir)/mk/version.mk