X-Git-Url: http://git.nguyen.vg/gitweb/?a=blobdiff_plain;f=makefile;h=526643bcc84f7470f462ddc7b6e9f4798d073f75;hb=6a93f978da1b33d9d72e8a4bfc817764e4bcf921;hp=7c5bf06d9a72eff2b33c62d3b68cf3403496280c;hpb=eb04a05de55af8957aea1353d21b5e5b98bd1006;p=SXSI%2FTextCollection.git diff --git a/makefile b/makefile index 7c5bf06..526643b 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 handle.o pos.o rbtree.o dynFMI.o +testTextCollection_obs = testTextCollection.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)