[project @ 2001-06-28 14:15:04 by simonmar]
[ghc-base.git] / cbits / Makefile
1 # $Id: Makefile,v 1.1 2001/06/28 14:15:04 simonmar Exp $
2
3 TOP = ../../..
4 include $(TOP)/mk/boilerplate.mk
5
6 HSLIB = core
7 IS_CBITS_LIB = YES
8
9 SRC_CC_OPTS += -Wall -DCOMPILING_STDLIB -I../include -I../../../ghc/includes -I../../../ghc/rts
10
11 ifeq "$(DLLized)" "YES"
12 SRC_CC_OPTS += -dynamic
13 endif
14
15 # -----------------------------------------------------------------------------
16 # Installation
17
18 INSTALL_DATAS += lockFile.h
19
20 include $(TOP)/mk/target.mk