[project @ 1999-06-14 12:38:37 by simonmar]
[ghc-hetmet.git] / ghc / lib / Makefile
1 #################################################################################
2 #
3 #                           ghc/lib/Makefile
4 #
5 #               Makefile for building the GHC Prelude libraries umpteen ways
6 #
7 #       
8 #################################################################################
9
10 TOP = ..
11 include $(TOP)/mk/boilerplate.mk
12
13 # posix must be before misc.
14
15 ifeq "$(GhcWithHscBuiltViaC)" "YES"
16 SUBDIRS = std exts
17 else
18 SUBDIRS = std exts concurrent posix misc
19 endif
20
21 include $(TOP)/mk/target.mk