1 # -----------------------------------------------------------------------------
2 # $Id: config.mk,v 1.18 2002/07/02 13:56:22 simonmar Exp $
4 # GHC project configuration
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.
10 # what to include in a binary distribution
12 GhcBinDistDirs = ghc libraries hslibs
13 ifneq "$(TARGETPLATFORM)" "i386-unknown-mingw32"
14 GhcBinDistShScripts = ghc-$(ProjectVersion) ghci-$(ProjectVersion) ghc-pkg-$(ProjectVersion)
18 GhcBinDistPrlScripts =
19 GhcBinDistLibPrlScripts = ghc-asm ghc-split
20 GhcBinDistBins = hp2ps ghcprof hsc2hs DrIFT DtdToHaskell Xtract
21 GhcBinDistLinks = ghc ghci ghc-pkg
23 include $(GhcMainDir)/mk/version.mk