From fc6b510c02891daf0772a984b944d310247f6953 Mon Sep 17 00:00:00 2001 From: nvalimak Date: Sat, 7 Feb 2009 17:05:05 +0000 Subject: [PATCH] Updated git-svn-id: svn+ssh://idea.nguyen.vg/svn/sxsi/trunk/TextCollection@139 3cdefd35-fc62-479d-8e8d-bae585ffb9ca --- dependencies.mk | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/dependencies.mk b/dependencies.mk index 599126f..1cb05db 100644 --- a/dependencies.mk +++ b/dependencies.mk @@ -1,11 +1,19 @@ -BitRank.o: BitRank.cpp BitRank.h Tools.h +BSGAP.o: BSGAP.cpp BSGAP.h Tools.h BlockArray.h +BitRank.o: BitRank.cpp BitRank.h BlockArray.h Tools.h +CSA.o: CSA.cpp CSA.h dynFMI.h bittree.h rbtree.h Tools.h BitRank.h \ + BlockArray.h TextCollection.h RLWaveletTree.h GapEncode.h BSGAP.h +GapEncode.o: GapEncode.cpp GapEncode.h Tools.h BlockArray.h BSGAP.h HeapProfiler.o: HeapProfiler.cpp HeapProfiler.h +RLWaveletTree.o: RLWaveletTree.cpp RLWaveletTree.h GapEncode.h Tools.h \ + BlockArray.h BSGAP.h BitRank.h +TextCollection.o: TextCollection.cpp TextCollection.h Tools.h CSA.h \ + dynFMI.h bittree.h rbtree.h BitRank.h BlockArray.h RLWaveletTree.h \ + GapEncode.h BSGAP.h Tools.o: Tools.cpp Tools.h bittree.o: bittree.cpp bittree.h rbtree.h Tools.h +dynFMI.o: dynFMI.cpp dynFMI.h bittree.h rbtree.h Tools.h rbtree.o: rbtree.cpp rbtree.h 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 \ +testTextCollection5.o: testTextCollection5.cpp HeapProfiler.h \ TextCollection.h Tools.h -- 2.17.1