X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Makefile.nhc98;h=4acf0838dffc04829d190456874162051c53c7a9;hb=3c4dcb4f0fc64c1ddc1ef9eecfaf204bdaf0d5d5;hp=74ae9c3332d9bf90773981d267a39c1399164217;hpb=b21d4af465d575d0072ddf97e178e0e9545f77ba;p=ghc-base.git diff --git a/Makefile.nhc98 b/Makefile.nhc98 index 74ae9c3..4acf083 100644 --- a/Makefile.nhc98 +++ b/Makefile.nhc98 @@ -1,8 +1,6 @@ THISPKG = base SEARCH = -I$(TOPDIR)/targets/$(MACHINE) -DIRS = $(shell ${LOCAL}pkgdirlist ${THISPKG}) - SRCS = \ Data/Bits.hs Data/Bool.hs Data/Char.hs Data/Complex.hs \ Data/Either.hs Data/FiniteMap.hs Data/IORef.hs Data/Int.hs \ @@ -23,14 +21,6 @@ SRCS = \ Foreign/Marshal/Utils.hs Foreign/Marshal/Error.hs \ Foreign/Marshal/Pool.hs Foreign/Marshal.hs \ Foreign/C/String.hs Foreign/C/Error.hs Foreign/C.hs Foreign.hs \ - Text/ParserCombinators/Parsec/Char.hs \ - Text/ParserCombinators/Parsec/Combinator.hs \ - Text/ParserCombinators/Parsec/Error.hs \ - Text/ParserCombinators/Parsec/Expr.hs \ - Text/ParserCombinators/Parsec/Perm.hs \ - Text/ParserCombinators/Parsec/Pos.hs \ - Text/ParserCombinators/Parsec/Prim.hs \ - Text/ParserCombinators/Parsec.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 @@ -41,8 +31,6 @@ SRCS = \ # 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/Parsec/Token.hs \ -# Text/ParserCombinators/Parsec/Language.hs \ # Text/ParserCombinators/ReadP.hs Text/ParserCombinators/ReadPrec.hs # Text/Read/Lex.hs # Text/Regex/* Text/Regex.hs @@ -84,26 +72,6 @@ $(OBJDIR)/Foreign/Marshal/Utils.$O: $(OBJDIR)/Data/Maybe.$O \ $(OBJDIR)/Foreign/Marshal/Error.$O: $(OBJDIR)/Foreign/Ptr.$O $(OBJDIR)/Foreign/C/String.$O: $(OBJDIR)/Data/Word.$O $(OBJDIR)/Foreign/Ptr.$O \ $(OBJDIR)/Foreign/Marshal/Array.$O $(OBJDIR)/Foreign/C/Types.$O -$(OBJDIR)/Text/ParserCombinators/Parsec/Char.$O: \ - $(OBJDIR)/Text/ParserCombinators/Parsec/Pos.$O \ - $(OBJDIR)/Text/ParserCombinators/Parsec/Prim.$O -$(OBJDIR)/Text/ParserCombinators/Parsec/Combinator.$O: \ - $(OBJDIR)/Text/ParserCombinators/Parsec/Prim.$O -$(OBJDIR)/Text/ParserCombinators/Parsec/Error.$O: \ - $(OBJDIR)/Text/ParserCombinators/Parsec/Pos.$O -$(OBJDIR)/Text/ParserCombinators/Parsec/Expr.$O: \ - $(OBJDIR)/Text/ParserCombinators/Parsec/Prim.$O \ - $(OBJDIR)/Text/ParserCombinators/Parsec/Combinator.$O -$(OBJDIR)/Text/ParserCombinators/Parsec/Language.$O: \ - $(OBJDIR)/Text/ParserCombinators/Parsec.$O \ - $(OBJDIR)/Text/ParserCombinators/Parsec/Token.$O -$(OBJDIR)/Text/ParserCombinators/Parsec/Perm.$O: \ - $(OBJDIR)/Text/ParserCombinators/Parsec.$O -$(OBJDIR)/Text/ParserCombinators/Parsec/Prim.$O: \ - $(OBJDIR)/Text/ParserCombinators/Parsec/Pos.$O \ - $(OBJDIR)/Text/ParserCombinators/Parsec/Error.$O -$(OBJDIR)/Text/ParserCombinators/Parsec/Token.$O: \ - $(OBJDIR)/Text/ParserCombinators/Parsec.$O # C-files dependencies. Data/FiniteMap.$C: Data/Maybe.$C @@ -129,24 +97,4 @@ 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 -Text/ParserCombinators/Parsec/Char.$C: \ - Text/ParserCombinators/Parsec/Pos.$C \ - Text/ParserCombinators/Parsec/Prim.$C -Text/ParserCombinators/Parsec/Combinator.$C: \ - Text/ParserCombinators/Parsec/Prim.$C -Text/ParserCombinators/Parsec/Error.$C: \ - Text/ParserCombinators/Parsec/Pos.$C -Text/ParserCombinators/Parsec/Expr.$C: \ - Text/ParserCombinators/Parsec/Prim.$C \ - Text/ParserCombinators/Parsec/Combinator.$C -Text/ParserCombinators/Parsec/Language.$C: \ - Text/ParserCombinators/Parsec.$C \ - Text/ParserCombinators/Parsec/Token.$C -Text/ParserCombinators/Parsec/Perm.$C: \ - Text/ParserCombinators/Parsec.$C -Text/ParserCombinators/Parsec/Prim.$C: \ - Text/ParserCombinators/Parsec/Pos.$C \ - Text/ParserCombinators/Parsec/Error.$C -Text/ParserCombinators/Parsec/Token.$C: \ - Text/ParserCombinators/Parsec.$C