[project @ 2001-04-03 15:08:35 by sewardj]
[ghc-hetmet.git] / ghc / mk / config.mk
index dbc0af6..3c034a3 100644 (file)
@@ -1,14 +1,20 @@
+# -----------------------------------------------------------------------------
+# $Id: config.mk,v 1.14 2001/03/29 10:44:29 simonmar Exp $
 #
 # GHC project configuration
 #
-#  
+# This file can only be included from the top of
+# an fptools/ build tree, since the version.mk 'include'
+# reaches in and grabs the project-specific settings.
 
 # 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 mkdependHS
-GhcBinDistLibPrlScripts = hscpp
-GhcBinDistBins = hp2ps
+GhcBinDistDirs = ghc hslibs
+GhcBinDistDocs = ghc/docs/set
+GhcBinDistShScripts = ghc-$(ProjectVersion) ghci-$(ProjectVersion) ghc-pkg-$(ProjectVersion)
+GhcBinDistPrlScripts = 
+GhcBinDistLibPrlScripts = ghc-asm ghc-split
+GhcBinDistBins = hp2ps ghcprof hsc2hs DrIFT DtdToHaskell Xtract
+GhcBinDistLinks = ghc ghci ghci-pkg
 
-include version.mk
+include $(GhcMainDir)/mk/version.mk