[project @ 2005-02-01 16:47:27 by malcolm]
[ghc-base.git] / Makefile
index d15b13e..2c8aead 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -26,6 +26,8 @@ ALL_DIRS = \
        System/Mem \
        System/IO \
        System/Posix \
+       System/Process \
+       System/Directory \
        Text \
        Text/Html \
        Text/PrettyPrint \
@@ -35,17 +37,11 @@ ALL_DIRS = \
        Text/Read
 
 PACKAGE = base
+VERSION = 1.0
 
 SRC_HC_OPTS += -fglasgow-exts -cpp -Iinclude -"\#include" HsBase.h
 SRC_HSC2HS_OPTS += -Iinclude -I$(FPTOOLS_TOP)/ghc/includes
 
-# If there is no system-supplied POSIX regex library, use our own
-ifneq "$(HavePosixRegex)" "YES"
-# Make sure we can get hold of regex.h
-SRC_HC_OPTS     += -Icbits/regex
-SRC_HSC2HS_OPTS += -Icbits/regex
-endif
-
 # -----------------------------------------------------------------------------
 # Per-module flags