From 9bcab18fb13ca0466978295d6a6abe916dc0b90a Mon Sep 17 00:00:00 2001 From: nvalimak Date: Fri, 9 Jan 2009 13:33:47 +0000 Subject: [PATCH] Removed some obs git-svn-id: svn+ssh://idea.nguyen.vg/svn/sxsi/trunk/TextCollection@45 3cdefd35-fc62-479d-8e8d-bae585ffb9ca --- dependencies.mk | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/dependencies.mk b/dependencies.mk index 29c07af..599126f 100644 --- a/dependencies.mk +++ b/dependencies.mk @@ -1,13 +1,11 @@ BitRank.o: BitRank.cpp BitRank.h Tools.h -CSA.o: CSA.cpp CSA.h BitRank.h Tools.h dynFMI.h bittree.h rbtree.h \ - handle.h pos.h -TextCollection.o: TextCollection.cpp TextCollection.h Tools.h +HeapProfiler.o: HeapProfiler.cpp HeapProfiler.h Tools.o: Tools.cpp Tools.h -bittree.o: bittree.cpp bittree.h rbtree.h -dynFMI.o: dynFMI.cpp dynFMI.h bittree.h rbtree.h handle.h pos.h -handle.o: handle.cpp handle.h rbtree.h pos.h -pos.o: pos.cpp pos.h rbtree.h handle.h +bittree.o: bittree.cpp bittree.h rbtree.h Tools.h rbtree.o: rbtree.cpp rbtree.h -testTextCollection.o: testTextCollection.cpp CSA.h BitRank.h Tools.h \ - dynFMI.h bittree.h rbtree.h handle.h pos.h TextCollection.h -HeapProfiler.o: HeapProfiler.h HeapProfiler.cpp \ No newline at end of file +testTextCollection.o: testTextCollection.cpp HeapProfiler.h \ + TextCollection.h Tools.h +testTextCollection2.o: testTextCollection2.cpp TextCollection.h Tools.h \ + HeapProfiler.h +testTextCollection4.o: testTextCollection4.cpp HeapProfiler.h \ + TextCollection.h Tools.h -- 2.17.1