[project @ 2004-11-20 15:12:26 by panne]
[ghc-hetmet.git] / ghc / mk / config.mk.in
diff --git a/ghc/mk/config.mk.in b/ghc/mk/config.mk.in
new file mode 100644 (file)
index 0000000..711c90b
--- /dev/null
@@ -0,0 +1,27 @@
+# -----------------------------------------------------------------------------
+#
+# 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.
+
+# what to include in a binary distribution
+GhcMainDir = ghc
+GhcBinDistDirs = ghc libraries hslibs
+
+ifneq "$(TARGETPLATFORM)" "i386-unknown-mingw32"
+GhcBinDistShScripts = ghc-$(ProjectVersion) ghci-$(ProjectVersion) ghc-pkg-$(ProjectVersion) hsc2hs
+else
+GhcBinDistShScripts =
+endif
+
+GhcBinDistPrlScripts = 
+GhcBinDistLibPrlScripts = ghc-asm ghc-split
+GhcBinDistBins = hp2ps ghcprof
+GhcBinDistLinks = ghc ghci ghc-pkg
+
+# Set to YES if $(GHC) has the readline package installed
+GhcHasReadline = @GhcHasReadline@
+
+include $(GhcMainDir)/mk/version.mk