711c90b699497318cf0f7bd4089cde8c1152d417
[ghc-hetmet.git] / ghc / mk / config.mk.in
1 # -----------------------------------------------------------------------------
2 #
3 # GHC project configuration
4 #
5 # This file can only be included from the top of
6 # an fptools/ build tree, since the version.mk 'include'
7 # reaches in and grabs the project-specific settings.
8
9 # what to include in a binary distribution
10 GhcMainDir = ghc
11 GhcBinDistDirs = ghc libraries hslibs
12
13 ifneq "$(TARGETPLATFORM)" "i386-unknown-mingw32"
14 GhcBinDistShScripts = ghc-$(ProjectVersion) ghci-$(ProjectVersion) ghc-pkg-$(ProjectVersion) hsc2hs
15 else
16 GhcBinDistShScripts =
17 endif
18
19 GhcBinDistPrlScripts = 
20 GhcBinDistLibPrlScripts = ghc-asm ghc-split
21 GhcBinDistBins = hp2ps ghcprof
22 GhcBinDistLinks = ghc ghci ghc-pkg
23
24 # Set to YES if $(GHC) has the readline package installed
25 GhcHasReadline  = @GhcHasReadline@
26
27 include $(GhcMainDir)/mk/version.mk