[project @ 2001-04-03 15:08:35 by sewardj]
[ghc-hetmet.git] / ghc / mk / config.mk
index 242594e..3c034a3 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.14 2001/03/29 10:44:29 simonmar Exp $
 #
 # GHC project configuration
 #
 GhcMainDir = ghc
 GhcBinDistDirs = ghc hslibs
 GhcBinDistDocs = ghc/docs/set
-GhcBinDistPrlScripts = ghc-$(ProjectVersion)
+GhcBinDistShScripts = ghc-$(ProjectVersion) ghci-$(ProjectVersion) ghc-pkg-$(ProjectVersion)
+GhcBinDistPrlScripts = 
 GhcBinDistLibPrlScripts = ghc-asm ghc-split
-GhcBinDistBins = hp2ps
+GhcBinDistBins = hp2ps ghcprof hsc2hs DrIFT DtdToHaskell Xtract
+GhcBinDistLinks = ghc ghci ghci-pkg
 
 include $(GhcMainDir)/mk/version.mk