X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=cbits%2FMakefile;h=b1bbba6ebc4526169f71a59ffefdda4ad8c4a526;hb=e9e2a5412bb7cda8d13a063ac403d9f18ac97380;hp=5b5979a0d4847ccfecb333c0fa9427e9956cd33a;hpb=9ca863b061907f4b691d2fd4166f0ff9cf90b079;p=ghc-base.git diff --git a/cbits/Makefile b/cbits/Makefile index 5b5979a..b1bbba6 100644 --- a/cbits/Makefile +++ b/cbits/Makefile @@ -1,15 +1,26 @@ -# $Id: Makefile,v 1.4 2002/02/06 10:40:26 simonmar Exp $ - -UseGhcForCc = YES +# $Id: Makefile,v 1.14 2005/02/01 00:52:22 ross Exp $ TOP = ../.. include $(TOP)/mk/boilerplate.mk +-include ../config.mk HC = $(GHC_INPLACE) -EXCLUDED_SRCS += ilxstubs.c +UseGhcForCc = YES + +# If there is no system-supplied POSIX regex library, use our own +ifneq "$(HavePosixRegex)" "YES" +ALL_DIRS += regex +SRC_CC_OPTS += -Iregex +EXCLUDED_SRCS += regex/engine.c +endif + +ifneq "$(TARGETPLATFORM)" "i386-unknown-mingw32" +EXCLUDED_SRCS += consUtils.c +endif -SRC_CC_OPTS += -Wall -DCOMPILING_STDLIB -I$(GHC_RUNTIME_DIR) +SRC_CC_OPTS += -Wall -DCOMPILING_STDLIB +SRC_CC_OPTS += -I$(GHC_INCLUDE_DIR) -I$(GHC_RUNTIME_DIR) -I../include LIBRARY = libHSbase_cbits.a LIBOBJS = $(C_OBJS)