Logo AND Algorithmique Numérique Distribuée

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