[project @ 2002-09-18 06:34:07 by mthomas]
[ghc-hetmet.git] / mk / config.mk.in
index f36f483..a28b1bf 100644 (file)
@@ -346,6 +346,10 @@ ReadlineIncludePath=
 # Math library
 LIBM=@LIBM@
 
+# Build the ObjectIO ?
+#
+GhcLibsWithObjectIO=@GhcLibsWithObjectIO@
+
 # Build the Haskell OpenGL/GLUT binding?
 #
 GhcLibsWithHOpenGL=@GhcLibsWithHOpenGL@
@@ -676,6 +680,11 @@ HaveLibGmp = @HaveLibGmp@
 LibGmp         = @LibGmp@
 
 #-----------------------------------------------------------------------------
+# Mingwex Library
+#
+HaveLibMingwEx = @HaveLibMingwEx@
+
+#-----------------------------------------------------------------------------
 # Regex libraries
 # (if present in libc use that one, otherwise use the one in the tree)
 #
@@ -735,6 +744,7 @@ MSMACROS            = -ms
 MV                     = mv
 NROFF                  = nroff
 PERL                   = @PerlCmd@
+PYTHON                 = @PythonCmd@
 PIC                    = pic
 PREPROCESSCMD          = $(CC) -E
 PRINTER                        = lpr
@@ -855,6 +865,7 @@ GHC_HAPPY_OPTS              = -agc
 #
 # Haddock
 # 
+HADDOCK                        = @HaddockCmd@
 HADDOCK_INPLACE                = $(HADDOCK_PREFIX)/src/haddock-inplace
 
 #