Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
do not export the functions of this header in the dll
[simgrid.git] / Makefile.am
index a83495f..54c948f 100644 (file)
-SUBDIRS= doc src 
-DISTCLEANFILES =  *~  
+# GRAMINE_CUT_BEGIN
+SG_SUBDIRS= testsuite examples doc
 
-ACLOCAL = aclocal -I tools/acmacro -I /usr/share/aclocal/gnome2-macros
+SG_EXTRA_DIST = bootstrap COPYING INSTALL NEWS README README.IEEE TODO AUTHORS ChangeLog \
+       acmacro/aci.m4 \
+       tools/graspe-slave.in \
+       tools/MSG_visualization \
+          tools/MSG_visualization/colorize.pl
+# GRAMINE_CUT_END
+
+SUBDIRS= include src tools $(SG_SUBDIRS)
+EXTRA_DIST=$(SG_EXTRA_DIST)
+
+DISTCLEANFILES= stamp.configure stamp.build stamp.check *~  
+
+ACLOCAL = aclocal-1.9 -I acmacro
 AUTOMAKE_OPTIONS = gnu
 
-EXTRA_DIST = bootstrap COPYING INSTALL NEWS README TODO AUTHORS                        
-#      Cflags.Makefile.am                      \
-#      doc/FAQ.txt                             \
-#      doc/footer.html                         \
-#      doc/html                                \
-#      doc/index.doc                           \
-#      doc/Makefile.Example.am                 \
-#      doc/Makefile.Example.in                 \
-#      tools/colorize.pl                       \
-#      tools/index_create.pl                   \
-#      tools/acmacro
+check-local:
+       echo @build_id@ > stamp.check
+all-local:
+       echo @build_id@ > stamp.build
 
+gramine:
+       rm -rf gramine-@VERSION@ gramine-@VERSION@.tar*
+       @echo "# Setup sources..."
+       for n in `find include src tools/gras -name '*.[ch]' | grep -v -e gras_config.h -e ucontext_stack.h`; do \
+         mkdir -p gramine-@VERSION@/`dirname $$n`; \
+          perl -e '$$/ = undef; $$l=<>; while ($$l=~ m,(/\*.*?\*/),s) { $$rep=$$1; $$rep=~s/\S//sg; $$l=~s,/\*.*?\*/,$$rep,s; } print $$l;' < $$n > gramine-@VERSION@/$$n; \
+       done
+       @echo "# Copy sources to be generated by configury"
+       cp src/ucontext_stack.h.in src/gras_config.h.in gramine-@VERSION@/src
+       @echo "# Remove sources being part of the testsuite"
+       rm gramine-@VERSION@/src/*_unit.c
+       @echo "# Adapt the configury mechanism to the gramine context"
+       mkdir gramine-@VERSION@/acmacro
+       for n in configure Makefile.in src/Makefile.in include/Makefile.in \
+                tools/Makefile.in tools/gras/Makefile.in; do \
+         sed  -e '/^# GRAMINE_CUT_BEGIN/,/^# GRAMINE_CUT_END/d' \
+              -e 's/gramine_mode=no/gramine_mode=yes/' $$n > gramine-@VERSION@/$$n; \
+       done
+       chmod +x gramine-@VERSION@/configure
+       cp install[-.]sh config.sub config.guess depcomp missing ltmain.sh gramine-@VERSION@/$$n
+       tar cf gramine-@VERSION@.tar gramine-@VERSION@ ; bzip2 -9 gramine-@VERSION@.tar
+       tar cf gramine-@VERSION@.tar gramine-@VERSION@ ; gzip -9 gramine-@VERSION@.tar
 
-TAGS: 
-       etags `find . -name "*.[ch]"`
+if MAINTAINER_MODE
+##
+## The following is only interesting for me, I guess. 
+## Some of the targets will only work on my machine ;)
+##
 
-tags: TAGS
+release: distcheck remote debian publish
+
+debian: dist
+       make -C ~/CVSIMPORT/pkg-grid/gras maintainerclean
+       cp @PACKAGE@-@VERSION@.tar.gz ~/CVSIMPORT/pkg-grid/gras/
+       cp @PACKAGE@-@VERSION@.tar.gz ~/CVSIMPORT/pkg-grid/gras/@PACKAGE@_@VERSION@.orig.tar.gz
+       make -C ~/CVSIMPORT/pkg-grid/gras deb check
+       dput local *.changes
+
+publish-old: dist
+        @echo "----[ Put the documentation on the local filesystem ]----"
+        rm -rf ~/public_html/gras/doc
+        mkdir ~/public_html/gras/doc
+        cp -r doc/html ~/public_html/gras/doc
+        @echo "----[ Put the tarball @VERSION@ on the local filesystem ]----"
+        cp @PACKAGE@-@VERSION@.tar.gz ~/public_html/gras/dl
+        @echo "----[ Sync remote host ]----"
+        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/
-        scp ChangeLog gcl.ucsd.edu:/home/www/simgrid/dl/
+        @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 ]----"
         cp @PACKAGE@-@VERSION@.tar.gz ~/public_html/simgrid2
         cp -r doc/html ~/public_html/simgrid2/doc/
         cp ChangeLog ~/public_html/simgrid2/
+        make -C ~/public_html
+
+sync-gforge: 
+       rsync --verbose --cvs-exclude --compress --delete --delete-excluded --rsh=ssh --ignore-times \
+           --recursive --links --perms --times --omit-dir-times  \
+           doc/html/ scm.gforge.inria.fr:/var/lib/gforge/chroot/home/groups/simgrid/htdocs/doc/ || true
+       scp doc/index.php doc/webcruft/robots.txt scm.gforge.inria.fr:/var/lib/gforge/chroot/home/groups/simgrid/htdocs/
+       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"
 
 mail:
-        @ver=`dpkg-parsechangelog -lChangeLog| egrep '^Version: ' | sed 's/Version: //'`;\
+        @ver=`dpkg-parsechangelog -lChangeLog | egrep '^Version: ' | sed 's/Version: //'`;\
          (echo "Hello," ; \
           echo; \
-           echo "A new version of GRAS is available. Here is the changelog:";\
+           echo "A new version of SimGrid is available. Here is the changelog:";\
           echo;echo;\
            dpkg-parsechangelog -lChangeLog ;\
            echo;echo; \
           echo "It is available from the official website:";\
-          echo "  http://grail.sdsc.edu/simgrid/";\
-          echo;echo "Cheers, Mt.") | \
+          echo "  http://simgrid.gforge.inria.fr";\
+          echo;echo "Cheers, the SimGrid team.") | \
           mail -e \
-              -a "From: Martin.Quinson@ens-lyon.fr" \
-              -s "New version of GRAS ($$ver)" \
-              martin.quinson@ens-lyon.fr,arnaud.legrand@ens-lyon.fr
-
+              -a "From: Arnaud.Legrand@imag.fr" \
+              -s "New version of SimGrid ($$ver)" \
+              simgrid-user@lists.gforge.inria.fr
 
 splint:
-       splint `find src examples -name '*.c'` +matchanyintegral -warnposix +boolint -Inws_portability/Include/ -Isrc/
+       splint `make dist-files | grep -v $(PWD) | egrep '\.[ch]$$' |sort -u` \
+              +matchanyintegral -warnposix +boolint \
+              +show-summary +stats\
+              -Iinclude -Isrc/include -Isrc/base -Isrc
+.PHONY: splint sync-gforge
+##
+## Cruft for remote compilation
+##
+
+remote: 
+       @$(top_srcdir)/tools/graspe-master
+
+endif
+
+include $(top_srcdir)/acmacro/dist-files.mk