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