From: nvalimak Date: Fri, 8 May 2009 12:03:47 +0000 (+0000) Subject: Added TextStorage class X-Git-Url: http://git.nguyen.vg/gitweb/?p=SXSI%2FTextCollection.git;a=commitdiff_plain;h=b14313eff81b64586da652b222540f4705796616 Added TextStorage class git-svn-id: svn+ssh://idea.nguyen.vg/svn/sxsi/trunk/TextCollection@377 3cdefd35-fc62-479d-8e8d-bae585ffb9ca --- diff --git a/dependencies.mk b/dependencies.mk index 9b6071d..c688689 100644 --- a/dependencies.mk +++ b/dependencies.mk @@ -1,9 +1,13 @@ BitRank.o: BitRank.cpp BitRank.h BlockArray.h Tools.h HeapProfiler.o: HeapProfiler.cpp HeapProfiler.h TCImplementation.o: TCImplementation.cpp TCImplementation.h BitRank.h \ - BlockArray.h Tools.h TextCollection.h + BlockArray.h Tools.h TextCollection.h TextStorage.h \ + incbwt/bits/deltavector.h incbwt/bits/bitvector.h \ + incbwt/bits/../misc/definitions.h incbwt/bits/bitbuffer.h TextCollection.o: TextCollection.cpp TextCollection.h Tools.h \ - TCImplementation.h BitRank.h BlockArray.h + TCImplementation.h BitRank.h BlockArray.h TextStorage.h \ + incbwt/bits/deltavector.h incbwt/bits/bitvector.h \ + incbwt/bits/../misc/definitions.h incbwt/bits/bitbuffer.h TextCollectionBuilder.o: TextCollectionBuilder.cpp incbwt/rlcsa_builder.h \ incbwt/rlcsa.h incbwt/bits/vectors.h incbwt/bits/deltavector.h \ incbwt/bits/bitvector.h incbwt/bits/../misc/definitions.h \ @@ -11,7 +15,8 @@ TextCollectionBuilder.o: TextCollectionBuilder.cpp incbwt/rlcsa_builder.h \ incbwt/misc/definitions.h incbwt/bits/bitbuffer.h \ incbwt/bits/deltavector.h incbwt/misc/parameters.h \ incbwt/misc/definitions.h TextCollectionBuilder.h TextCollection.h \ - Tools.h TCImplementation.h BitRank.h BlockArray.h + Tools.h TCImplementation.h BitRank.h BlockArray.h TextStorage.h \ + incbwt/bits/deltavector.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 @@ -24,7 +29,10 @@ testTextCollection2.o: testTextCollection2.cpp TextCollection.h Tools.h \ testTextCollection3.o: testTextCollection3.cpp TextCollectionBuilder.h \ TextCollection.h Tools.h testTextCollection4.o: testTextCollection4.cpp TCImplementation.h \ - BitRank.h BlockArray.h Tools.h TextCollection.h HeapProfiler.h + BitRank.h BlockArray.h Tools.h TextCollection.h TextStorage.h \ + incbwt/bits/deltavector.h incbwt/bits/bitvector.h \ + incbwt/bits/../misc/definitions.h incbwt/bits/bitbuffer.h \ + HeapProfiler.h testTextCollection5.o: testTextCollection5.cpp HeapProfiler.h \ TextCollectionBuilder.h TextCollection.h Tools.h timeTextCollection.o: timeTextCollection.cpp TextCollectionBuilder.h \