X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=libraries%2FMakefile;h=618916e5102b123ff3d8cc65405ff10ea39fa9ea;hb=e656c6e3aaa827c51cd39c9cd9f0a6461db1d4c2;hp=87228836225772bd21fc5b9f1156c544b439fba5;hpb=9c1e26118f6dbb0dfb04d08e04eb31fa5c2d1f05;p=ghc-hetmet.git diff --git a/libraries/Makefile b/libraries/Makefile index 8722883..618916e 100644 --- a/libraries/Makefile +++ b/libraries/Makefile @@ -9,29 +9,29 @@ include $(TOP)/mk/boilerplate.mk # want the Makefile. MFLAGS += -f Makefile -SUBDIRS = base haskell98 template-haskell +SUBDIRS = base haskell98 template-haskell readline ifeq "$(GhcLibsWithUnix)" "YES" SUBDIRS += unix endif +ifeq "$(Windows)" "YES" +SUBDIRS += $(wildcard Win32) +endif SUBDIRS += Cabal -SUBDIRS += $(wildcard parsec) # 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 time) SUBDIRS += $(wildcard network) SUBDIRS += $(wildcard QuickCheck) SUBDIRS += $(wildcard HUnit) SUBDIRS += $(wildcard mtl) SUBDIRS += $(wildcard fgl) SUBDIRS += $(wildcard X11) -ifeq "$(Windows)" "YES" -SUBDIRS += $(wildcard Win32) -endif +SUBDIRS += $(wildcard time) SUBDIRS += $(wildcard HGL) SUBDIRS += $(wildcard OpenGL) SUBDIRS += $(wildcard GLUT) @@ -43,10 +43,6 @@ SUBDIRS += $(wildcard ObjectIO) endif endif -ifeq "$(GhcLibsWithReadline)" "YES" -SUBDIRS += $(wildcard readline) -endif - # ----------------------------------------------------------------------------- DIST_CLEAN_FILES += config.cache config.status