[project @ 2000-04-14 13:47:12 by simonmar]
[ghc-hetmet.git] / mk / config.mk.in
index 85fc4e2..f18a1e7 100644 (file)
@@ -215,11 +215,8 @@ endif
 #      -O is pretty desirable, otherwise no inlining of prelude
 #              things (incl "+") happens when compiling with this compiler
 
-ifeq "$(GhcWithHscBuiltViaC)" "YES"
 GhcLibHcOpts=-O
-else
-GhcLibHcOpts=-O -split-objs -odir $*
-endif
+SplitObjs = YES
 
 # Win32 only: Enable the RTS and libraries to be built as DLLs
 #
@@ -560,6 +557,7 @@ CP                  = cp
 CPP                    = @CPP@
 CTAGS                  = $(ETAGS)
 RAWCPP                  = $(CPP) -undef -traditional
+FIND                   = @FindCmd@
 INSTALL                        = @INSTALL@
 #
 # Sigh - the autoconf macro for INSTALL will subst a relative path to the fallback
@@ -637,6 +635,13 @@ SGML2HTML          = db2html
 SGML2INFO              = db2info
 SGML2RTF               = db2rtf
 
+SGMLSTYLESHEET          = $(FPTOOLS_TOP_ABS)/docs/fptools-both.dsl
+
+SRC_SGML2DVI_OPTS       = -d $(SGMLSTYLESHEET)
+SRC_SGML2HTML_OPTS      = -d $(SGMLSTYLESHEET)
+SRC_SGML2INFO_OPTS      = -d $(SGMLSTYLESHEET)
+SRC_SGML2RTF_OPTS       = -d $(SGMLSTYLESHEET)
+
 #-----------------------------------------------------------------------------
 #              FPtools support software