X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=libraries%2FMakefile;h=a2b65458752c8c99b20ad3314f36f1bb830d9845;hb=29f3c1b707d1566ffd413ddd608f004c27538cdf;hp=342364400eb5949ccb63e50973efe96a9b99153b;hpb=0852e11a68225cd24e2f3170ce184d4b35b94860;p=ghc-hetmet.git diff --git a/libraries/Makefile b/libraries/Makefile index 3423644..a2b6545 100644 --- a/libraries/Makefile +++ b/libraries/Makefile @@ -61,6 +61,7 @@ SUBDIRS += $(wildcard mtl) SUBDIRS += $(wildcard fgl) SUBDIRS += $(wildcard X11) SUBDIRS += $(wildcard time) +SUBDIRS += $(wildcard hpc) ifeq "$(Windows)" "NO" # HGL is not working on Win32, so omit it for now. Better not to ship it # at all than to ship a broken version. @@ -195,6 +196,12 @@ else libsubdir = $$compiler/lib/$$pkgid endif +# We rely on all the CONFIGURE_ARGS being quoted with '...', and there +# being no 's inside the values. +FLAGGED_CONFIGURE_ARGS = $(subst $(space)',\ + $(space)--configure-option=',\ + $(space)$(CONFIGURE_ARGS)) + $(foreach SUBDIR,$(SUBDIRS), \ stamp/configure.library.build$(CONFIGURE_STAMP_EXTRAS).$(SUBDIR)): \ stamp/configure.library.build$(CONFIGURE_STAMP_EXTRAS).%: %/setup/Setup @@ -211,7 +218,7 @@ stamp/configure.library.build$(CONFIGURE_STAMP_EXTRAS).%: %/setup/Setup --datasubdir=ghc \ --haddock-args="--use-contents=../index.html \ --use-index=../doc-index.html" \ - $(addprefix --configure-option=,$(CONFIGURE_ARGS)) \ + $(FLAGGED_CONFIGURE_ARGS) \ --configure-option=--with-cc=$(CC) ) \ && touch $@ || touch $*/unbuildable # We don't touch $@ if configure failed as we would prefer to try