[project @ 2005-01-05 11:17:46 by malcolm]
[ghc-hetmet.git] / ghc / mk / config.mk.in
index 711c90b..b121518 100644 (file)
@@ -1,10 +1,11 @@
+# -*-makefile-*-
+# @configure_input@
+
 # -----------------------------------------------------------------------------
-#
-# GHC project configuration
-#
-# This file can only be included from the top of
-# an fptools/ build tree, since the version.mk 'include'
-# reaches in and grabs the project-specific settings.
+# GHC binary distribution configuration
+
+# These settings are used by the top-level Makefile when building
+# binary distributions.
 
 # what to include in a binary distribution
 GhcMainDir = ghc
@@ -21,7 +22,11 @@ GhcBinDistLibPrlScripts = ghc-asm ghc-split
 GhcBinDistBins = hp2ps ghcprof
 GhcBinDistLinks = ghc ghci ghc-pkg
 
+# -----------------------------------------------------------------------------
+# GHC-specific configuration settings
+
 # Set to YES if $(GHC) has the readline package installed
 GhcHasReadline = @GhcHasReadline@
 
-include $(GhcMainDir)/mk/version.mk
+# GTK+
+GTK_CONFIG = @GTK_CONFIG@