[project @ 2003-03-25 17:24:30 by sof]
[ghc-hetmet.git] / ghc / mk / config.mk
index 8539c99..e334861 100644 (file)
@@ -1,5 +1,5 @@
 # -----------------------------------------------------------------------------
-# $Id: config.mk,v 1.12 2001/02/16 12:07:10 sewardj Exp $
+# $Id: config.mk,v 1.19 2003/03/05 10:22:22 simonmar Exp $
 #
 # GHC project configuration
 #
@@ -9,10 +9,17 @@
 
 # what to include in a binary distribution
 GhcMainDir = ghc
-GhcBinDistDirs = ghc hslibs
-GhcBinDistDocs = ghc/docs/set
+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
+GhcBinDistBins = hp2ps ghcprof DrIFT DtdToHaskell Xtract
+GhcBinDistLinks = ghc ghci ghc-pkg
 
 include $(GhcMainDir)/mk/version.mk