X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=libraries%2FMakefile;h=b6d8ede187b1b7d4f4b6cebba5142707b38b326a;hb=466ad9a7d423a110112981deb123f22a309e98a6;hp=5a9067fb96fe8754503024099770be83c4aa08e1;hpb=49e3b654c4c6cce96b7dbaa8660c16266da7b807;p=ghc-hetmet.git diff --git a/libraries/Makefile b/libraries/Makefile index 5a9067f..b6d8ede 100644 --- a/libraries/Makefile +++ b/libraries/Makefile @@ -9,7 +9,8 @@ include $(TOP)/mk/boilerplate.mk # want the Makefile. MFLAGS += -f Makefile -SUBDIRS = base haskell98 template-haskell readline +SUBDIRS = base haskell98 template-haskell readline \ + regex-base regex-posix regex-compat parsec Cabal ifeq "$(GhcLibsWithUnix)" "YES" SUBDIRS += unix @@ -18,12 +19,9 @@ ifeq "$(Windows)" "YES" SUBDIRS += $(wildcard Win32) endif -SUBDIRS += Cabal - # Set GhcBootLibs=YES from the command line to work with just the libraries # needed to bootstrap GHC. ifneq "$(GhcBootLibs)" "YES" -SUBDIRS += $(wildcard parsec) SUBDIRS += $(wildcard haskell-src) SUBDIRS += $(wildcard html) SUBDIRS += $(wildcard network) @@ -39,6 +37,8 @@ SUBDIRS += $(wildcard GLUT) SUBDIRS += $(wildcard OpenAL) SUBDIRS += $(wildcard ALUT) SUBDIRS += $(wildcard stm) +SUBDIRS += $(wildcard xhtml) +SUBDIRS += $(wildcard cgi) ifeq "$(GhcLibsWithObjectIO)" "YES" SUBDIRS += $(wildcard ObjectIO) endif