Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Protect ourselves against the reinsertion of the same structure. It would have freed...
[simgrid.git] / Makefile.am
1 SUBDIRS= doc src 
2 DISTCLEANFILES =  *~  
3
4 ACLOCAL = aclocal -I acmacro -I /usr/share/aclocal/gnome2-macros
5 AUTOMAKE_OPTIONS = gnu
6
7 EXTRA_DIST = bootstrap COPYING INSTALL NEWS README TODO AUTHORS \
8         acmacro/aci.m4 acmacro/gras-check-arch
9
10 TAGS: 
11         etags `find . -name "*.[ch]"`
12
13 tags: TAGS
14
15 publish: dist
16          @echo "----[ Put the tarball @VERSION@ on gcl ]----"
17          scp @PACKAGE@-@VERSION@.tar.gz gcl.ucsd.edu:/home/www/simgrid/dl/
18          scp -r doc/html/* gcl.ucsd.edu:/home/www/simgrid/
19          scp ChangeLog gcl.ucsd.edu:/home/www/simgrid/dl/
20          @echo "----[ Put the tarball @VERSION@ on the local filesystem ]----"
21          cp @PACKAGE@-@VERSION@.tar.gz ~/public_html/simgrid2
22          cp -r doc/html ~/public_html/simgrid2/doc/
23          cp ChangeLog ~/public_html/simgrid2/
24
25 mail:
26          @ver=`dpkg-parsechangelog -lChangeLog| egrep '^Version: ' | sed 's/Version: //'`;\
27           (echo "Hello," ; \
28            echo; \
29            echo "A new version of GRAS is available. Here is the changelog:";\
30            echo;echo;\
31            dpkg-parsechangelog -lChangeLog ;\
32            echo;echo; \
33            echo "It is available from the official website:";\
34            echo "  http://grail.sdsc.edu/simgrid/";\
35            echo;echo "Cheers, Mt.") | \
36           mail -e \
37                -a "From: Martin.Quinson@ens-lyon.fr" \
38                -s "New version of GRAS ($$ver)" \
39                martin.quinson@ens-lyon.fr,arnaud.legrand@ens-lyon.fr
40
41
42 splint:
43         splint `find src examples -name '*.c'` +matchanyintegral -warnposix +boolint -Inws_portability/Include/ -Isrc/