[project @ 2001-06-14 13:29:30 by simonmar]
[ghc-hetmet.git] / ghc / mk / config.mk
1 # -----------------------------------------------------------------------------
2 # $Id: config.mk,v 1.15 2001/04/11 10:41:46 sewardj Exp $
3 #
4 # GHC project configuration
5 #
6 # This file can only be included from the top of
7 # an fptools/ build tree, since the version.mk 'include'
8 # reaches in and grabs the project-specific settings.
9
10 # what to include in a binary distribution
11 GhcMainDir = ghc
12 GhcBinDistDirs = ghc hslibs
13 GhcBinDistDocs = ghc/docs/set
14 GhcBinDistShScripts = ghc-$(ProjectVersion) ghci-$(ProjectVersion) ghc-pkg-$(ProjectVersion)
15 GhcBinDistPrlScripts = 
16 GhcBinDistLibPrlScripts = ghc-asm ghc-split
17 GhcBinDistBins = hp2ps ghcprof hsc2hs DrIFT DtdToHaskell Xtract
18 GhcBinDistLinks = ghc ghci ghc-pkg
19
20 include $(GhcMainDir)/mk/version.mk