[project @ 2002-02-27 11:18:30 by simonmar]
[ghc-hetmet.git] / ghc / mk / config.mk
1 # -----------------------------------------------------------------------------
2 # $Id: config.mk,v 1.17 2002/02/27 11:18:30 simonmar 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 libraries hslibs
13 GhcBinDistDocs = ghc/docs/set
14 ifneq "$(TARGETPLATFORM)" "i386-unknown-mingw32"
15 GhcBinDistShScripts = ghc-$(ProjectVersion) ghci-$(ProjectVersion) ghc-pkg-$(ProjectVersion)
16 else
17 GhcBinDistShScripts=
18 endif
19 GhcBinDistPrlScripts = 
20 GhcBinDistLibPrlScripts = ghc-asm ghc-split
21 GhcBinDistBins = hp2ps ghcprof hsc2hs DrIFT DtdToHaskell Xtract
22 GhcBinDistLinks = ghc ghci ghc-pkg
23
24 include $(GhcMainDir)/mk/version.mk