X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a4b77022130d92f943cb9fffdaec3273a2a13388..9f38951d944a6449419eb46c666e6f63745d6068:/Makefile.am diff --git a/Makefile.am b/Makefile.am index 54c948f68c..eeadb08057 100644 --- a/Makefile.am +++ b/Makefile.am @@ -13,7 +13,7 @@ EXTRA_DIST=$(SG_EXTRA_DIST) DISTCLEANFILES= stamp.configure stamp.build stamp.check *~ -ACLOCAL = aclocal-1.9 -I acmacro +ACLOCAL = aclocal -I acmacro AUTOMAKE_OPTIONS = gnu check-local: @@ -89,6 +89,7 @@ sync-gforge: scp doc/webcruft/simgrid_modules2.png doc/webcruft/simgrid_modules.png doc/webcruft/simgrid_logo.png doc/webcruft/simgrid_logo_small.png scm.gforge.inria.fr:/var/lib/gforge/chroot/home/groups/simgrid/htdocs/ ssh scm.gforge.inria.fr "chgrp -R simgrid /var/lib/gforge/chroot/home/groups/simgrid/htdocs/" ssh scm.gforge.inria.fr "chmod g+rw -R /var/lib/gforge/chroot/home/groups/simgrid/htdocs/* || true" + ssh scm.gforge.inria.fr "chmod a+rX -R /var/lib/gforge/chroot/home/groups/simgrid/htdocs/* || true" mail: @ver=`dpkg-parsechangelog -lChangeLog | egrep '^Version: ' | sed 's/Version: //'`;\ @@ -106,6 +107,9 @@ mail: -s "New version of SimGrid ($$ver)" \ simgrid-user@lists.gforge.inria.fr +TAGS: + etags -o ./TAGS `make dist-files | grep -v $(PWD) | egrep '\.[ch]$$' |sort -u` + splint: splint `make dist-files | grep -v $(PWD) | egrep '\.[ch]$$' |sort -u` \ +matchanyintegral -warnposix +boolint \