X-Git-Url: http://git.nguyen.vg/gitweb/?a=blobdiff_plain;f=Makefile;h=bb8d60d8ef30620472ccc4bad6943e8caf3f1fc8;hb=37830ca9a16449ed145da79c80e7a37b465e4816;hp=f6d781c3935bee1291ee1d7797dfed90e1a86ea8;hpb=9abbea1aba3d81f1eccd84a92d1857e46a1b3ba2;p=SXSI%2FTextCollection.git diff --git a/Makefile b/Makefile index f6d781c..bb8d60d 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ dcover_obs = dcover/difference_cover.o TextCollection_obs = TextCollection.o TextCollectionBuilder.o FMIndexBuilder.o RLCSABuilder.o FMIndex.o Tools.o \ TextStorage.o Query.o EditDistance.o ResultSet.o -TCDebug_obs = bittree.o rbtree.o dynFMI.o +TCDebug_obs = bittree.o rbtree.o dynFMI.o TEXTCOLLECTION_A=libTextCollection.a @@ -25,6 +25,9 @@ testTextCollection: testTextCollection.o $(TextCollection_obs) $(LIBS) $(TCDebug timeTextCollection: timeTextCollection.o $(TextCollection_obs) $(LIBS) $(TCDebug_obs) $(CC) -o timeTextCollection timeTextCollection.o $(TextCollection_obs) $(TCDebug_obs) +createIndex: createIndex.o $(TextCollection_obs) $(LIBS) + $(CC) -o createIndex createIndex.o $(TextCollection_obs) $(LIBS) + test2dRange: test2dRange.o ${LIBCDSA} $(CC) -o test2dRange test2dRange.o ${LIBCDSA}