X-Git-Url: http://git.nguyen.vg/gitweb/?a=blobdiff_plain;f=dependencies.mk;h=1cb05db6674230639cecc8beb6093e29712a3c4d;hb=35c8f7ba17cd67f73c3ecb933fa9ea0becaf16f1;hp=4e40bc80c29dac22a5e016742ef698c0fbc91fc6;hpb=7d27a4450ed429e3b63e9d3ba7217a28cbbf9a31;p=SXSI%2FTextCollection.git diff --git a/dependencies.mk b/dependencies.mk index 4e40bc8..1cb05db 100644 --- a/dependencies.mk +++ b/dependencies.mk @@ -1,12 +1,19 @@ -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 +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 -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 +dynFMI.o: dynFMI.cpp dynFMI.h 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 +testTextCollection.o: testTextCollection.cpp HeapProfiler.h \ + TextCollection.h Tools.h +testTextCollection5.o: testTextCollection5.cpp HeapProfiler.h \ + TextCollection.h Tools.h