################################################################################# # # ghc/lib/Makefile # # Makefile for building the GHC Prelude libraries umpteen ways # # ################################################################################# TOP = .. include $(TOP)/mk/boilerplate.mk # posix must be before misc. SUBDIRS = std exts posix misc concurrent include $(TOP)/mk/target.mk