[project @ 2002-02-06 11:50:31 by simonmar]
[ghc-base.git] / cbits / Makefile
1 # $Id: Makefile,v 1.5 2002/02/06 11:50:31 simonmar Exp $
2
3 TOP = ../..
4 include $(TOP)/mk/boilerplate.mk
5
6 HC = $(GHC_INPLACE)
7
8 EXCLUDED_SRCS += ilxstubs.c
9
10 SRC_CC_OPTS += -Wall -DCOMPILING_STDLIB 
11 SRC_CC_OPTS += -I$(GHC_INCLUDE_DIR) -I$(GHC_RUNTIME_DIR) -I../include
12
13 LIBRARY = libHSbase_cbits.a
14 LIBOBJS = $(C_OBJS)
15
16 include $(TOP)/mk/target.mk