X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=mk%2Fconfig.mk.in;h=43a54e3fa1264895f1d341b666a75437b2932c4d;hb=1cce2f51656cfbd8c7933a914a4bd981792aa1e6;hp=24255d05fb54eb73f125d07a6dcc9f17d0a13c99;hpb=bd15be885462a30763c92a3613c630d8c0a3f0cc;p=ghc-hetmet.git diff --git a/mk/config.mk.in b/mk/config.mk.in index 24255d0..43a54e3 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -51,6 +51,9 @@ BootingFromHc = @BootingFromHc@ # rather than registerised code, i.e., disable the mangler? BootingFromUnregisterisedHc = @BootingFromUnregisterisedHc@ +NO_INCLUDE_DEPS = NO +NO_INCLUDE_PKGDATA = NO + # # Which ways should DocBook XML documents be built? # options are: dvi ps pdf html chm HxS @@ -360,38 +363,6 @@ PapiIncludeDir= ################################################################################ # -# nofib -# -# nofib specific options -# -################################################################################ - -WithNofibHc = $(GHC_INPLACE) - -# NoFibSubDirs controls which set of tests should be run -# You can run one or more of -# imaginary -# spectral -# real -# parallel -# PRIVATE -# PENDING -# UNUSED -NoFibSubDirs = imaginary spectral real - -# The different ways to build nofib. Default is just to mirror -# what is done for the ghc prelude libraries. -# -NoFibWays = $(GhcLibWays) - -# Haskell compiler options for nofib -NoFibHcOpts = -O - -# Number of times to run each program -NoFibRuns = 5 - -################################################################################ -# # Paths (see paths.mk) # ################################################################################ @@ -921,6 +892,10 @@ ISCC = #----------------------------------------------------------------------------- # DocBook XML stuff +BUILD_DOCBOOK_HTML = @BUILD_DOCBOOK_HTML@ +BUILD_DOCBOOK_PS = @BUILD_DOCBOOK_PS@ +BUILD_DOCBOOK_PDF = @BUILD_DOCBOOK_PDF@ +DBLATEX = @DblatexCmd@ XSLTPROC = @XsltprocCmd@ XMLLINT = @XmllintCmd@ FOP = @FopCmd@