# -----------------------------------------------------------------------------=
# $Id: Makefile,v 1.25 2001/07/17 15:59:43 rrt Exp $
# (c) The GHC Team 1997-2000

TOP = .
include $(TOP)/mk/boilerplate.mk

ifeq "$(BootingFromHc)" "YES"
SUBDIRS = lang concurrent posix util data text 
else
# order is important here, there are dependencies between the libraries...
ifneq "$(TARGETPLATFORM)" "i386-unknown-mingw32"
SUBDIRS = lang concurrent posix util data text net hssource tools
else
SUBDIRS = lang concurrent util data text net hssource win32 tools
endif
ifeq "$(GhcLibsWithHOpenGL)" "YES"
# TODO: When the package building mechanism can handle it, add GLUT, too.
SUBDIRS += OpenGL
endif
endif

include $(TOP)/mk/target.mk
