X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=mk%2Fconfig.mk.in;h=cac676cca50e172d64c6d7d20bdfc72d5e687229;hb=7ca6e18319483cd198c6d74dbfef8b7de734ed98;hp=8228df8bbced0db460954fcb97667fda18f79167;hpb=02670da5cd2c4a2af282cb6b1b4af6d4eca7ed4c;p=ghc-hetmet.git diff --git a/mk/config.mk.in b/mk/config.mk.in index 8228df8..cac676c 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -168,6 +168,11 @@ ProjectsDontInstall = glafp-utils nofib IncludeTestDirsInBuild=NO # +# Should the various project example directories be built? +# +IncludeExampleDirsInBuild=NO + +# # Which ways should SGML documents be built? # options are: dvi ps pdf html rtf # @@ -369,7 +374,7 @@ GhcRtsThreaded=@ThreadedRts@ # Build the Haskell Readline bindings? # -GhcLibsWithReadline=@HaveReadlineHeaders@ +GhcLibsWithReadline=@GhcLibsWithReadline@ # Libraries needed for linking with readline LibsReadline=@LibsReadline@ @@ -402,6 +407,10 @@ X_LIBS=@X_LIBS@ # DotnetSupport=@DotnetSupport@ +# Build unix package? +# +GhcLibsWithUnix=@GhcLibsWithUnix@ + ################################################################################ # # happy project