fixes
[SXSI/XMLTree.git] / makefile
index 5fea3f5..bf21063 100644 (file)
--- a/makefile
+++ b/makefile
@@ -1,19 +1,19 @@
 FLAGS =-std=c++0x -O3 -I./libcds/includes/\r
 \r
 LIBCDS_A=libcds/lib/libcds.a \r
-OBJECTS_TCO= TextCollection/TextCollection.o TextCollection/TextCollectionBuilder.o TextCollection/TCImplementation.o TextCollection/Tools.o TextCollection/BitRank.o TextCollection/BSGAP.o \r
+OBJECTS_TCO= TextCollection/TextCollection.o TextCollection/TextCollectionBuilder.o TextCollection/TCImplementation.o TextCollection/Tools.o TextCollection/BitRank.o  \r
 OBJECTS_TCA=TextCollection/incbwt/rlcsa.a\r
 \r
 \r
 all: libcds text_collection XMLTree\r
 \r
 XMLTree: XMLTree.o bp.o darray.o bpcore.o $(LIBCDS_A) $(OBJECTS_TCO) $(OBJECTS_TCA)\r
-  cp libcds/lib/libcds.a XMLTree.a\r
-  rm -rf .objs\r
-  mkdir .objs\r
-  cd .objs; ar x ../$(OBJECTS_TCA)\r
-  ar rvcs XMLTree.a XMLTree.o bp.o darray.o bpcore.o $(OBJECTS_TCO) .objs/*.o\r
-  rm -rf .objs\r
+       cp libcds/lib/libcds.a XMLTree.a\r
+       rm -rf .objs\r
+       mkdir .objs\r
+       cd .objs; ar x ../$(OBJECTS_TCA)\r
+       ar rvcs XMLTree.a XMLTree.o bp.o darray.o bpcore.o $(OBJECTS_TCO) .objs/*.o\r
+       rm -rf .objs\r
 \r
 XMLTree.o: bp.c bp.h bpcore.c XMLTree.cpp XMLTree.h\r
        g++ $(FLAGS) -c XMLTree.cpp\r