X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/blobdiff_plain/d4fbe175e440c3e9de9b5468b85bf56daab62bff..54b37498c22fb09b89b05b253b8ac57c1b109a24:/Makefile diff --git a/Makefile b/Makefile index 2760531..a4ccf17 100644 --- a/Makefile +++ b/Makefile @@ -54,7 +54,7 @@ TARGETS := $(DEFAULT_TARGETS) \ XML_FILES = \ Dep.xml Plat.xml \ platform.xml deployment.xml simple_async.xml \ - cluster1000.xml + cluster1000.xml machines1000.xml XML_DEV_FILES = $(XML_FILES:%.xml=%_dev.xml) @@ -73,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) @@ -95,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)),)