Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
mv gs/ DataDesc/ ; change the prefix of parsing functions from gs_parse to gras_datad...
[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
9 #       Cflags.Makefile.am                      \
10 #       doc/FAQ.txt                             \
11 #       doc/footer.html                         \
12 #       doc/html                                \
13 #       doc/index.doc                           \
14 #       doc/Makefile.Example.am                 \
15 #       doc/Makefile.Example.in                 \
16 #       tools/colorize.pl                       \
17 #       tools/index_create.pl                   \
18 #       tools/acmacro
19
20
21 TAGS: 
22         etags `find . -name "*.[ch]"`
23
24 tags: TAGS
25
26 publish: dist
27          @echo "----[ Put the tarball @VERSION@ on gcl ]----"
28          scp @PACKAGE@-@VERSION@.tar.gz gcl.ucsd.edu:/home/www/simgrid/dl/
29          scp -r doc/html/* gcl.ucsd.edu:/home/www/simgrid/
30          scp ChangeLog gcl.ucsd.edu:/home/www/simgrid/dl/
31          @echo "----[ Put the tarball @VERSION@ on the local filesystem ]----"
32          cp @PACKAGE@-@VERSION@.tar.gz ~/public_html/simgrid2
33          cp -r doc/html ~/public_html/simgrid2/doc/
34          cp ChangeLog ~/public_html/simgrid2/
35
36 mail:
37          @ver=`dpkg-parsechangelog -lChangeLog| egrep '^Version: ' | sed 's/Version: //'`;\
38           (echo "Hello," ; \
39            echo; \
40            echo "A new version of GRAS is available. Here is the changelog:";\
41            echo;echo;\
42            dpkg-parsechangelog -lChangeLog ;\
43            echo;echo; \
44            echo "It is available from the official website:";\
45            echo "  http://grail.sdsc.edu/simgrid/";\
46            echo;echo "Cheers, Mt.") | \
47           mail -e \
48                -a "From: Martin.Quinson@ens-lyon.fr" \
49                -s "New version of GRAS ($$ver)" \
50                martin.quinson@ens-lyon.fr,arnaud.legrand@ens-lyon.fr
51
52
53 splint:
54         splint `find src examples -name '*.c'` +matchanyintegral -warnposix +boolint -Inws_portability/Include/ -Isrc/