Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Also loop on a simple malloc and on an integer incrementation to test the precision...
[simgrid.git] / Makefile.am
index ee36e12..1f1fa26 100644 (file)
@@ -8,8 +8,7 @@ DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
 EXTRA_DIST = bootstrap COPYING INSTALL NEWS README README.IEEE TODO AUTHORS ChangeLog \
        acmacro/aci.m4 \
        tools/gras-check-arch   tools/graspe-slave.in \
-       tools/MSG_visualization tools/platform_generation \
-        tools/doxygen/index_create.pl
+       tools/MSG_visualization tools/platform_generation
 
 SOURCE_FILES = $(shell find . -name "*.[ch]")
 TAGS: $(SOURCE_FILES)
@@ -45,9 +44,9 @@ publish-old: dist
         make -C public_html publish
 
 publish: dist
-        @echo "----[ Put the tarball @VERSION@ on gcl ]----"
-        scp @PACKAGE@-@VERSION@.tar.gz gcl.ucsd.edu:/home/www/simgrid/dl/
-        scp -r doc/html/* gcl.ucsd.edu:/home/www/simgrid/
+        @echo "----[ Put the tarball @VERSION@ on gforge ]----"
+#       scp @PACKAGE@-@VERSION@.tar.gz gcl.ucsd.edu:/home/www/simgrid/dl/
+#       scp -r doc/html/* gcl.ucsd.edu:/home/www/simgrid/
         scp -r doc/html/* scm.gforge.inria.fr:/var/lib/gforge/chroot/home/groups/simgrid/htdocs/
         scp ChangeLog gcl.ucsd.edu:/home/www/simgrid/dl/ChangeLog
         @echo "----[ Put the tarball @VERSION@ on the local filesystem ]----"
@@ -56,6 +55,11 @@ publish: dist
         cp ChangeLog ~/public_html/simgrid2/
         make -C ~/public_html
 
+sync-gforge: 
+       rsync --copy-links --verbose --archive --cvs-exclude --compress --delete \
+       --delete-excluded --rsh=ssh -I \
+       doc/html/ scm.gforge.inria.fr:/var/lib/gforge/chroot/home/groups/simgrid/htdocs/
+
 mail:
         @ver=`dpkg-parsechangelog -lChangeLog | egrep '^Version: ' | sed 's/Version: //'`;\
          (echo "Hello," ; \
@@ -77,7 +81,7 @@ splint:
               +matchanyintegral -warnposix +boolint \
               +show-summary +stats\
               -Iinclude -Isrc/include -Isrc/base -Isrc
-.PHONY: splint
+.PHONY: splint sync-gforge
 ##
 ## Cruft for remote compilation
 ##