X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=libraries%2FMakefile;h=b3f98081573351ced6950a6b2442706a6cdfc76d;hb=8a2809c29de9f23eba7ca682b48390033a9d40f6;hp=8e9d55d1d93553297198553a236bc1ac8dacd443;hpb=41ec676d1733d92041f3e94a4973ba3d5e789c74;p=ghc-hetmet.git diff --git a/libraries/Makefile b/libraries/Makefile index 8e9d55d..b3f9808 100644 --- a/libraries/Makefile +++ b/libraries/Makefile @@ -35,8 +35,8 @@ default_target: all TOP=.. include $(TOP)/mk/boilerplate.mk -SUBDIRS = base old-locale old-time directory process filepath pretty \ - template-haskell readline Cabal random haskell98 +SUBDIRS = base old-locale old-time filepath directory process pretty \ + hpc template-haskell readline Cabal random haskell98 ifeq "$(GhcLibsWithUnix)" "YES" SUBDIRS += unix @@ -61,7 +61,6 @@ 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. @@ -273,6 +272,7 @@ clean: $(foreach SUBDIR,$(SUBDIRS),clean.library.$(SUBDIR)) $(RM) -f stamp/bootstrapping.* $(RM) -rf bootstrapping.* $(RM) -rf ifBuildable + $(RM) -rf installPackage $(RM) -f libraries.txt index.html doc-index.html $(foreach SUBDIR,$(SUBDIRS),clean.library.$(SUBDIR)): \