[project @ 2002-12-05 23:49:43 by mthomas]
[ghc-hetmet.git] / ghc / mk / config.mk
1 # -----------------------------------------------------------------------------
2 # $Id: config.mk,v 1.18 2002/07/02 13:56:22 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 ifneq "$(TARGETPLATFORM)" "i386-unknown-mingw32"
14 GhcBinDistShScripts = ghc-$(ProjectVersion) ghci-$(ProjectVersion) ghc-pkg-$(ProjectVersion)
15 else
16 GhcBinDistShScripts=
17 endif
18 GhcBinDistPrlScripts = 
19 GhcBinDistLibPrlScripts = ghc-asm ghc-split
20 GhcBinDistBins = hp2ps ghcprof hsc2hs DrIFT DtdToHaskell Xtract
21 GhcBinDistLinks = ghc ghci ghc-pkg
22
23 include $(GhcMainDir)/mk/version.mk