X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Makefile;h=52a8963e4da5ba5758983fe6189c51dd0de7d174;hb=9c33481176d370dfe9b03ea1a0b803227cc1df7f;hp=53cb84b03e72bbccbe0c06ed07380acd2dce9881;hpb=03549f337620a2eb957dad072ef6a0c1c624e6f8;p=ghc-base.git diff --git a/Makefile b/Makefile index 53cb84b..52a8963 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # ----------------------------------------------------------------------------- -# $Id: Makefile,v 1.34 2002/06/21 14:00:32 simonmar Exp $ +# $Id: Makefile,v 1.38 2002/09/06 14:34:15 simonmar Exp $ TOP=.. include $(TOP)/mk/boilerplate.mk @@ -16,22 +16,17 @@ ALL_DIRS = \ Data \ Data/Array \ Data/STRef \ - Database \ Debug \ Debug/QuickCheck \ - FileFormat \ Foreign \ Foreign/C \ Foreign/Marshal \ GHC \ - Hugs \ - Language \ - Network \ - NHC \ System \ System/Console \ System/Mem \ System/IO \ + System/Posix \ Text \ Text/Html \ Text/PrettyPrint \ @@ -44,7 +39,7 @@ ALL_DIRS = \ PACKAGE = base SRC_HC_OPTS += -fglasgow-exts -cpp -Iinclude -SRC_HSC2HS_OPTS += -Iinclude +SRC_HSC2HS_OPTS += -Iinclude -I$(FPTOOLS_TOP)/ghc/includes # Make sure we can get hold of regex.h ifneq "$(HavePosixRegex)" "YES" @@ -105,7 +100,8 @@ EXCLUDED_HADDOCK_SRCS = \ Data/Generics.hs \ GHC/PArr.hs -SRC_HADDOCK_OPTS += -t "Haskell Core Libraries (base package)" +SRC_HADDOCK_OPTS += -t "Haskell Core Libraries (base package)" \ + --no-implicit-prelude -p prologue.txt # -----------------------------------------------------------------------------