X-Git-Url: http://git.nguyen.vg/gitweb/?a=blobdiff_plain;f=makefile;h=8c88467a2348458d972a8d54706369fe87d3fbcf;hb=46d3fee70e7e9576c4cc8af46cd66c1c8eceb1e9;hp=6a8e1594551fccac3a8812b65daa447e89748719;hpb=89dc22aee980ba16f757cd9a7f77478c2da50051;p=SXSI%2FTextCollection.git diff --git a/makefile b/makefile index 6a8e159..8c88467 100644 --- a/makefile +++ b/makefile @@ -1,6 +1,7 @@ CC = g++ LIBCDSPATH = ../libcds CPPFLAGS = -Wall -ansi -g -I$(LIBCDSPATH)/includes/ -O3 -DNDEBUG +#CPPFLAGS = -Wall -ansi -g -I$(LIBCDSPATH)/includes/ LIBCDSA = $(LIBCDSPATH)/lib/libcds.a LIBRLCSA = incbwt/rlcsa.a LIBLZTRIE = lzindex/lztrie.a @@ -8,8 +9,8 @@ LIBSWCSA = swcsa/swcsa.a dcover_obs = dcover/difference_cover.o -TextCollection_obs = TextCollection.o TextCollectionBuilder.o FMIndexBuilder.o FMIndex.o Tools.o \ - TextStorage.o ${LIBRLCSA} ${LIBCDSA} ${LIBLZTRIE} ${LIBSWCSA} +TextCollection_obs = TextCollection.o TextCollectionBuilder.o FMIndexBuilder.o RLCSABuilder.o FMIndex.o Tools.o \ + TextStorage.o Query.o EditDistance.o ResultSet.o ${LIBRLCSA} ${LIBCDSA} ${LIBLZTRIE} ${LIBSWCSA} TCDebug_obs = bittree.o rbtree.o dynFMI.o all: testTextCollection