X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Makefile.nhc98;h=81179ddae8ed10a7b870fe805f29d3880dbbfff2;hb=bd1dd538e62a728e3cd37132e7393cee8b051cf9;hp=519ff565107e55d1db3597a91fd03bdbf28ea8a2;hpb=0fc9708d952076f18bd20272e317a6d44dac7428;p=ghc-base.git diff --git a/Makefile.nhc98 b/Makefile.nhc98 index 519ff56..81179dd 100644 --- a/Makefile.nhc98 +++ b/Makefile.nhc98 @@ -1,6 +1,7 @@ THISPKG = base SEARCH = -I$(TOPDIR)/targets/$(MACHINE) -Iinclude -EXTRA_H_FLAGS = +RTS -K6M -RTS +EXTRA_H_FLAGS = +RTS -H4M -K2M -RTS +EXTRA_HBC_FLAGS = +RTS -H16M -A1M -RTS SRCS = \ Data/Bits.hs Data/Bool.hs Data/Char.hs Data/Complex.hs \ @@ -14,6 +15,7 @@ SRCS = \ NHC/SizedTypes.hs \ System/IO.hs System/IO/Error.hs System/IO/Unsafe.hs \ System/Environment.hs System/Exit.hs System/Locale.hs \ + System/FilePath.hs \ System/Directory.hs System/Mem.hs System/Cmd.hs System/Info.hs \ System/Console/GetOpt.hs System/Random.hs \ System/CPUTime.hsc System/Time.hsc \ @@ -24,14 +26,15 @@ SRCS = \ Foreign/Marshal/Pool.hs Foreign/Marshal.hs \ Foreign/C/String.hs Foreign/C/Error.hs Foreign/C.hs Foreign.hs \ Text/PrettyPrint/HughesPJ.hs Text/PrettyPrint.hs \ - Text/Html/BlockTable.hs Text/Html.hs \ - Text/Read.hs Text/Show.hs Text/Show/Functions.hs + Text/Html/BlockTable.hs Text/Html.hs Text/Printf.hs \ + Text/Read.hs Text/Show.hs Text/Show/Functions.hs \ + +# Text/ParserCombinators/ReadP.hs Text/ParserCombinators/ReadPrec.hs +# Data/Version.hs \ # [Data/Dynamic.hs] Data/Generics.hs Data/STRef.hs Data/Unique.hs -# Debug/QuickCheck.hs # System/Mem.hs System/Mem/StableName.hs System/Mem/Weak.hs # System/Posix/Types.hs System/Posix/Signals.hsc -# Text/ParserCombinators/ReadP.hs Text/ParserCombinators/ReadPrec.hs # Text/Read/Lex.hs # Text/Regex/* Text/Regex.hs @@ -95,5 +98,5 @@ Foreign/Marshal/Utils.$C: Data/Maybe.$C Foreign/Ptr.$C Foreign/Storable.$C \ Foreign/Marshal/Error.$C: Foreign/Ptr.$C Foreign/C/String.$C: Data/Word.$C Foreign/Ptr.$C Foreign/C/Types.$C \ Foreign/Marshal/Array.$C -Foreign/C.$C: Foreign/C/Types.$C Foreign/C/Error.$C Foreign/C/String/$C +Foreign/C.$C: Foreign/C/Types.$C Foreign/C/Error.$C Foreign/C/String.$C