X-Git-Url: http://git.nguyen.vg/gitweb/?a=blobdiff_plain;ds=inline;f=makefile;h=36094fe6ac87fbe2e3f783e04da5138c71a729d5;hb=dbd62fe27e80414b4cf4fbf512ad1910916e6967;hp=737484a246e4ad058e21fa01a41a37b488e90321;hpb=d08b029fac7b0763f87aa2dcc269a7489d16c26a;p=SXSI%2FTextCollection.git diff --git a/makefile b/makefile index 737484a..36094fe 100644 --- a/makefile +++ b/makefile @@ -1,7 +1,9 @@ CC = g++ -CPPFLAGS = -Wall -ansi -pedantic -g -O2 -DNDEBUG +LIBCDSPATH = ../libcds +CPPFLAGS = -Wall -ansi -g -O2 -I$(LIBCDSPATH)/includes/ -DNDEBUG +LIBCDSA = $(LIBCDSPATH)/lib/libcds.a -testTextCollection_obs = testTextCollection.o TextCollection.o CSA.o Tools.o BitRank.o bittree.o rbtree.o dynFMI.o +testTextCollection_obs = testTextCollection5.o TextCollection.o CSA.o Tools.o BitRank.o bittree.o rbtree.o dynFMI.o RLWaveletTree.o GapEncode.o BSGAP.o ${LIBCDSA} all: $(testTextCollection_obs)