From: kim Date: Tue, 21 Apr 2009 03:16:18 +0000 (+0000) Subject: Remove obsolete TextCollection/BSGAP.o dependency X-Git-Url: http://git.nguyen.vg/gitweb/?a=commitdiff_plain;h=c98bef6022866ccc30bbd4816080978f32227211;p=SXSI%2FXMLTree.git Remove obsolete TextCollection/BSGAP.o dependency git-svn-id: svn+ssh://idea.nguyen.vg/svn/sxsi/trunk/XMLTree@341 3cdefd35-fc62-479d-8e8d-bae585ffb9ca --- diff --git a/makefile b/makefile index 4f555a4..bf21063 100644 --- a/makefile +++ b/makefile @@ -1,7 +1,7 @@ FLAGS =-std=c++0x -O3 -I./libcds/includes/ LIBCDS_A=libcds/lib/libcds.a -OBJECTS_TCO= TextCollection/TextCollection.o TextCollection/TextCollectionBuilder.o TextCollection/TCImplementation.o TextCollection/Tools.o TextCollection/BitRank.o TextCollection/BSGAP.o +OBJECTS_TCO= TextCollection/TextCollection.o TextCollection/TextCollectionBuilder.o TextCollection/TCImplementation.o TextCollection/Tools.o TextCollection/BitRank.o OBJECTS_TCA=TextCollection/incbwt/rlcsa.a