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