X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Makefile.nhc98;h=051d631f51084de59fb5f3059cdcd34bc32c440b;hb=3bc3ca5f59c6eaa50926d4c68008359641c3a3e2;hp=b0ba8ea52958f352684d713d62d1a8d5acc666f3;hpb=2436086e76439e5e71bd2960b53cd9099d69cd0c;p=ghc-base.git diff --git a/Makefile.nhc98 b/Makefile.nhc98 index b0ba8ea..051d631 100644 --- a/Makefile.nhc98 +++ b/Makefile.nhc98 @@ -11,6 +11,7 @@ SRCS = \ Data/HashTable.hs Data/Typeable.hs Data/Dynamic.hs \ Data/Monoid.hs Data/Queue.hs Data/Tree.hs \ Data/Map.hs Data/IntMap.hs Data/IntSet.hs Data/FunctorM.hs \ + Data/Eq.hs Data/Ord.hs \ Control/Monad.hs Control/Monad/Fix.hs \ Control/Arrow.hs Debug/Trace.hs \ NHC/SizedTypes.hs \ @@ -48,43 +49,11 @@ include ../Makefile.common extra: if [ -f Prelude.hs ]; then mv Prelude.hs Prelude.hs.unused; fi if [ -f Numeric.hs ]; then mv Numeric.hs Numeric.hs.unused; fi +extracfiles: + if [ -f Prelude.hs ]; then mv Prelude.hs Prelude.hs.unused; fi + if [ -f Numeric.hs ]; then mv Numeric.hs Numeric.hs.unused; fi # Here are any extra dependencies. # C-files dependencies. -Data/FiniteMap.$C: Data/Maybe.$C -Data/Set.$C: Data/Monoid.$C Data/List.$C Data/Typeable.$C -Data/Array.$C: Data/Ix.$C Data/Typeable.$C -Data/Dynamic.$C: Data/HashTable.$C Data/Typeable.$C -Data/Typeable.$C: Data/Maybe.$C Data/Either.$C Data/Int.$C Data/Word.$C \ - Data/List.$C Data/HashTable.$C -Data/HashTable.$C: Control/Monad.$C -Data/Int.$C: NHC/SizedTypes.$C -Data/Word.$C: NHC/SizedTypes.$C -Data/Tree.$C: Control/Monad.$C Data/Maybe.$C Data/Queue.$C -Data/Map.$C: Data/Monoid.$C Data/Set.$C Data/List.$C Data/Typeable.$C -Data/IntMap.$C: Data/Monoid.$C Data/Bits.$C Data/Int.$C Data/IntSet.$C \ - Data/Typeable.$C -Data/IntSet.$C: Data/Monoid.$C Data/Bits.$C Data/Int.$C Data/List.$C \ - Data/Typeable.$C -Data/FunctorM.$C: Data/Array.$C -Data/Version.$C: Text/ParserCombinators/ReadP.$C Data/Typeable.$C \ - Data/List.$C Data/Char.$C Control/Monad.$C -NHC/SizedTypes.$C: Data/Bits.$C -System/IO.$C: System/IO/Error.$C -System/Info.$C: Data/Version.$C -System/Random.$C: Data/Char.$C Data/IORef.$C System/IO/Unsafe.$C -Debug/Trace.$C: System/IO.$C System/IO/Unsafe.$C -System/Directory.$C: System/Directory/Internals.$C -Control/Monad/Fix.$C: System/IO.$C -Foreign/Marshal/Alloc.$C: Data/Maybe.$C Foreign/Ptr.$C Foreign/Storable.$C \ - Foreign/C/Types.$C -Foreign/Marshal/Array.$C: Control/Monad.$C Foreign/Ptr.$C Foreign/Storable.$C \ - Foreign/Marshal/Alloc.$C Foreign/Marshal/Utils.$C -Foreign/Marshal/Utils.$C: Data/Maybe.$C Foreign/Ptr.$C Foreign/Storable.$C \ - Foreign/C/Types.$C Foreign/Marshal/Alloc.$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 -Text/Regex.$C: Text/Regex/Posix.$C +