[project @ 2005-03-15 13:38:27 by simonmar]
[ghc-base.git] / Makefile
index 739ad76..5179b7c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -27,6 +27,7 @@ ALL_DIRS = \
        System/IO \
        System/Posix \
        System/Process \
+       System/Directory \
        Text \
        Text/Html \
        Text/PrettyPrint \
@@ -41,13 +42,6 @@ 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
 
@@ -134,6 +128,9 @@ System/Posix/Types.o Foreign/C/Types.o: include/CTypes.h
 
 # -----------------------------------------------------------------------------
 
+DIST_CLEAN_FILES += base.buildinfo config.cache config.status 
+LATE_DIST_CLEAN_FILES += config.mk
+
 include $(TOP)/mk/target.mk
 
 ifeq "$(OBJECT_FILEFORMAT)" "PEi"