[project @ 2004-06-13 17:16:40 by panne]
[ghc-base.git] / Makefile.nhc98
index bacf69c..2d753da 100644 (file)
@@ -1,6 +1,6 @@
 THISPKG        = base
-SEARCH = -I$(TOPDIR)/targets/$(MACHINE)
-EXTRA_H_FLAGS = +RTS -K4M -RTS
+SEARCH = -I$(TOPDIR)/targets/$(MACHINE) -Iinclude
+EXTRA_H_FLAGS = +RTS -K6M -RTS
 
 SRCS   = \
        Data/Bits.hs Data/Bool.hs Data/Char.hs Data/Complex.hs \
@@ -16,6 +16,7 @@ SRCS  = \
        System/Environment.hs System/Exit.hs System/Locale.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 \
        Foreign/Ptr.hs Foreign/StablePtr.hs Foreign/Storable.hs \
        Foreign/ForeignPtr.hs Foreign/C/Types.hs \
        Foreign/Marshal/Alloc.hs Foreign/Marshal/Array.hs \
@@ -28,7 +29,6 @@ SRCS  = \
 
 #      [Data/Dynamic.hs] Data/Generics.hs Data/STRef.hs Data/Unique.hs
 #      Debug/QuickCheck.hs
-#      System/CPUTime.hsc System/Time.hsc
 #      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