X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/blobdiff_plain/825abbb3bde6c35ab1d1cdfba25fba4be5dcea2f..c86e5ff42db3495538c8b48cb7ea0943a13702b7:/Makefile?ds=inline diff --git a/Makefile b/Makefile index 2b0df87..ce4b7c4 100644 --- a/Makefile +++ b/Makefile @@ -38,7 +38,6 @@ SRC.loba := main.cpp \ neighbor.cpp \ options.cpp \ process.cpp \ - statistics.cpp \ version.cpp SRC.simple_async := simple_async.cpp @@ -74,7 +73,6 @@ xml: $(XML_DEV_FILES) clean: $(RM) core core.[0-9]* vgcore.[0-9]* - $(RM) misc_autogen.h $(RM) localversion $(RM) $(OBJ) $(RM) $(DEP) @@ -96,10 +94,6 @@ $(FLAVOURED_LOBA): mv -f -- loba $@ $(MAKE) clean -misc_autogen.h: $(SIMGRID_INSTALL_DIR)/include/xbt/log.h - grep -C1 '# *define *CLOG' $< \ - | sed 's/CLOG/XCLOG/;s/_XBT_LOGV\(([^)]*)\)/(*\1)/' > $@ - version.o: $(patsubst %.cpp,%.o,$(filter-out version.cpp, $(SRC.loba))) ifeq ($(filter $(MAKECMDGOALS),full clean realclean $(FLAVOURED_LOBA)),)