[project @ 2004-11-19 18:00:29 by simonpj]
[ghc-hetmet.git] / ghc / mk / config.mk
1 # -----------------------------------------------------------------------------
2 # $Id: config.mk,v 1.20 2003/05/19 13:01:23 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
14 ifneq "$(TARGETPLATFORM)" "i386-unknown-mingw32"
15 GhcBinDistShScripts = ghc-$(ProjectVersion) ghci-$(ProjectVersion) ghc-pkg-$(ProjectVersion) hsc2hs
16 else
17 GhcBinDistShScripts =
18 endif
19
20 GhcBinDistPrlScripts = 
21 GhcBinDistLibPrlScripts = ghc-asm ghc-split
22 GhcBinDistBins = hp2ps ghcprof
23 GhcBinDistLinks = ghc ghci ghc-pkg
24
25 include $(GhcMainDir)/mk/version.mk