The Windows counterpart to 'wrapround of thread delays'
[haskell-directory.git] / cbits / Makefile
index b1bbba6..fcdb8e4 100644 (file)
@@ -2,25 +2,17 @@
 
 TOP = ../..
 include $(TOP)/mk/boilerplate.mk
--include ../config.mk
 
 HC = $(GHC_INPLACE)
 
 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 
-SRC_CC_OPTS += -I$(GHC_INCLUDE_DIR) -I$(GHC_RUNTIME_DIR) -I../include
+SRC_CC_OPTS += -I$(GHC_INCLUDE_DIR) -I$(GHC_RTS_DIR) -I../include
 
 LIBRARY = libHSbase_cbits.a
 LIBOBJS = $(C_OBJS)