Jouni's Incremental BWT integrated into TextCollection
[SXSI/TextCollection.git] / dependencies.mk
1 BSGAP.o: BSGAP.cpp BSGAP.h Tools.h BlockArray.h
2 BitRank.o: BitRank.cpp BitRank.h BlockArray.h Tools.h
3 GapEncode.o: GapEncode.cpp GapEncode.h Tools.h BlockArray.h BSGAP.h
4 HeapProfiler.o: HeapProfiler.cpp HeapProfiler.h
5 RLWaveletTree.o: RLWaveletTree.cpp RLWaveletTree.h GapEncode.h Tools.h \
6   BlockArray.h BSGAP.h BitRank.h
7 TCImplementation.o: TCImplementation.cpp TCImplementation.h BitRank.h \
8   BlockArray.h Tools.h TextCollection.h BSGAP.h
9 TextCollection.o: TextCollection.cpp TextCollection.h Tools.h \
10   TCImplementation.h BitRank.h BlockArray.h BSGAP.h
11 TextCollectionBuilder.o: TextCollectionBuilder.cpp \
12   TextCollectionBuilder.h TextCollection.h Tools.h incbwt/rlcsa_builder.h \
13   incbwt/rlcsa.h incbwt/bits/vectors.h incbwt/bits/deltavector.h \
14   incbwt/bits/bitvector.h incbwt/bits/../misc/definitions.h \
15   incbwt/bits/bitbuffer.h incbwt/bits/rlevector.h incbwt/sasamples.h \
16   incbwt/misc/definitions.h incbwt/bits/bitbuffer.h \
17   incbwt/bits/deltavector.h incbwt/misc/parameters.h \
18   incbwt/misc/definitions.h TCImplementation.h BitRank.h BlockArray.h \
19   BSGAP.h dynFMI.h bittree.h rbtree.h
20 Tools.o: Tools.cpp Tools.h
21 bittree.o: bittree.cpp bittree.h rbtree.h Tools.h
22 dynFMI.o: dynFMI.cpp dynFMI.h bittree.h rbtree.h Tools.h
23 rbtree.o: rbtree.cpp rbtree.h
24 testTextCollection.o: testTextCollection.cpp TextCollectionBuilder.h \
25   TextCollection.h Tools.h HeapProfiler.h
26 testTextCollection2.o: testTextCollection2.cpp TextCollection.h Tools.h \
27   HeapProfiler.h
28 testTextCollection3.o: testTextCollection3.cpp TextCollection.h Tools.h
29 testTextCollection4.o: testTextCollection4.cpp TCImplementation.h \
30   BitRank.h BlockArray.h Tools.h TextCollection.h BSGAP.h HeapProfiler.h
31 testTextCollection5.o: testTextCollection5.cpp HeapProfiler.h \
32   TextCollection.h Tools.h
33 timeTextCollection.o: timeTextCollection.cpp TextCollection.h Tools.h