[project @ 2001-05-18 21:19:11 by qrczak]
[ghc-hetmet.git] / ghc / lib / std / cbits / Makefile
1 # $Id: Makefile,v 1.27 2001/05/18 21:19:11 qrczak Exp $
2
3 TOP = ../../..
4 include $(TOP)/mk/boilerplate.mk
5
6 HSLIB = std
7 IS_CBITS_LIB = YES
8
9 SRC_CC_OPTS += -Wall -DCOMPILING_STDLIB
10
11 ifeq "$(DLLized)" "YES"
12 SRC_CC_OPTS += -dynamic
13 endif
14
15 # -----------------------------------------------------------------------------
16 # Installation
17
18 include $(TOP)/mk/target.mk