[project @ 2003-08-19 22:09:09 by krc]
[ghc-hetmet.git] / ghc / mk / config.mk
index b2ea4bf..6391f87 100644 (file)
@@ -1,5 +1,5 @@
 # -----------------------------------------------------------------------------
-# $Id: config.mk,v 1.8 2000/07/18 17:09:02 simonmar Exp $
+# $Id: config.mk,v 1.20 2003/05/19 13:01:23 simonmar Exp $
 #
 # GHC project configuration
 #
@@ -9,10 +9,17 @@
 
 # what to include in a binary distribution
 GhcMainDir = ghc
-GhcBinDistDirs = ghc hslibs
-GhcBinDistDocs = docs ghc/docs/set
-GhcBinDistPrlScripts = ghc-$(ProjectVersion) stat2resid
-GhcBinDistLibPrlScripts = mkdependHS
-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