X-Git-Url: http://git.nguyen.vg/gitweb/?a=blobdiff_plain;f=Makefile;h=9d2f39a69cf450d8daa69e90550923c4255bcb07;hb=0611dd6406735f44d7136850eb068648817a9fb9;hp=e6ce245b44b297ca93308f1960e40a6353ad7456;hpb=8afe78506f7820a5339334a8f6b845ca1dde6f50;p=SXSI%2Fxpathcomp.git diff --git a/Makefile b/Makefile index e6ce245..9d2f39a 100644 --- a/Makefile +++ b/Makefile @@ -106,7 +106,8 @@ libcamlshredder.a: $(CXXOBJECTS) XMLTree/XMLTree.a clean: @echo [CLEAN] - $(HIDE) rm -f *~ *.cm* *.[oa] *.so main .libs + $(HIDE) rm -f *~ *.cm* *.[oa] *.so main + $(HIDE) rm -rf .libs timeXMLTree: $(CXXOBJECTS) XMLTree/XMLTree.a timeXMLTree.cpp @@ -115,6 +116,9 @@ timeXMLTree: $(CXXOBJECTS) XMLTree/XMLTree.a timeXMLTree.cpp $(CXX) -o timeXMLTree $(CXXFLAGS) $(CXXINCLUDES) XMLDocShredder.o \ SXSIStorageInterface.o StorageInterface.o ./.libs/*.o \ $(LIBS) timeXMLTree.cpp + $(CXX) -o myTimeXMLTree $(CXXFLAGS) $(CXXINCLUDES) XMLDocShredder.o \ + SXSIStorageInterface.o StorageInterface.o ./.libs/*.o \ + $(LIBS) myTimeXMLTree.cpp rm -rf .libs SXSIStorageInterface.o: SXSIStorageInterface.h SXSIStorageInterface.cpp StorageInterface.h