# -----------------------------------------------------------------------------
# $Id: Makefile,v 1.9 2001/08/16 22:54:24 sof Exp $
#
# (c) The GHC Team 1997-1999
#

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

PACKAGE = concurrent
PACKAGE_DEPS = lang

# until Hugs's concurrency support is up to scratch...
NOT_FOR_HUGS = Channel.lhs Concurrent.lhs Merge.lhs ChannelVar.lhs Parallel.lhs \
	       SampleVar.lhs Semaphore.lhs

SRC_HC_OPTS += -recomp -cpp -fglasgow-exts -fvia-C

include $(TOP)/mk/target.mk
