initial version of ppcg
[ppcg.git] / clan / doc / Makefile.am
blob96a36c9b0aec86f088c7659a49c4a8d7d4cdab0c
2 #   /**------- <| --------------------------------------------------------**
3 #    **         A                     Clan                                **
4 #    **---     /.\   -----------------------------------------------------**
5 #    **   <|  [""M#                makefile.am                            **
6 #    **-   A   | #   -----------------------------------------------------**
7 #    **   /.\ [""M#         First version: 30/04/2008                     **
8 #    **- [""M# | #  U"U#U  -----------------------------------------------**
9 #         | #  | #  \ .:/
10 #         | #  | #___| #
11 # ******  | "--'     .-"  *****************************************************
12 # *     |"-"-"-"-"-#-#-##   Clan : the Chunky Loop Analyser (experimental)    *
13 # ****  |     # ## ######  ****************************************************
14 # *      \       .::::'/                                                      *
15 # *       \      ::::'/     Copyright (C) 2008 Cedric Bastoul                 *
16 # *     :8a|    # # ##                                                        *
17 # *     ::88a      ###      This is free software; you can redistribute it    *
18 # *    ::::888a  8a ##::.   and/or modify it under the terms of the GNU       *
19 # *  ::::::::888a88a[]:::   Lesser General Public License as published by     *
20 # *::8:::::::::SUNDOGa8a::. the Free Software Foundation, either version 3 of *
21 # *::::::::8::::888:Y8888::                the License, or (at your option)   *
22 # *::::':::88::::888::Y88a::::::::::::...  any later version.                 *
23 # *::'::..    .   .....   ..   ...  .                                         *
24 # * This software is distributed in the hope that it will be useful, but      *
25 # * WITHOUT ANY WARRANTY; without even the implied warranty of                *
26 # * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General *
27 # * Public License  for more details.                                         *
28 # *                                                                           *
29 # * You should have received a copy of the GNU Lesser General Public          *
30 # * License along with software; if not, write to the Free Software           *
31 # * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA  *
32 # *                                                                           *
33 # * Clan, the Chunky Loop Analyser                                            *
34 # * Written by Cedric Bastoul, Cedric.Bastoul@inria.fr                        *
35 # *                                                                           *
36 # *****************************************************************************/
38 # Makefile.am (or makefile if generated) of Clan, the Chunky Loop Analyser.
39 # Makefile.am is not a makefile, you must run the 'autogen.sh' THEN the
40 # configure shellscript to generate the Makefile thanks to this file.
44 #############################################################################
45 SUBDIRS                 =
47 #############################################################################
49 MAINTAINERCLEANFILES    = Makefile.in
51 EXTRA_DIST              =                       \
52         htmldoc.tar.gz                          \
53         clan.pdf                                \
54         S4.cloog                                \
55         ascii-art.txt                           \
56         images/basic.eps                        \
57         images/basic.fig                        \
58         images/basic.jpg                        \
59         images/basic.pdf                        \
60         images/basic.txt                        \
61         images/basic1.eps                       \
62         images/basic1.fig                       \
63         images/basic1.jpg                       \
64         images/basic1.pdf                       \
65         images/basic1.txt                       \
66         images/basic2.eps                       \
67         images/basic2.fig                       \
68         images/basic2.jpg                       \
69         images/basic2.pdf                       \
70         images/basic2.txt                       \
71         images/tree.eps                         \
72         images/tree.fig                         \
73         images/tree.jpg                         \
74         images/tree.pdf                         \
75         images/tree.txt
78 info_TEXINFOS           = clan.texi
80 DOCDIR                  = htmldoc
81 DOXYFILE                = Doxyfile
82 DOXYGEN                 = @DOXYGEN@
84 # The following requires a fixed version of the Emacs 19.30 etags.
85 ETAGS_ARGS              = --lang=none \
86  --regex='/^@node[ \t]+\([^,]+\)/\1/' $(srcdir)/doc/clan.texi
87 TAGS_DEPENDENCIES       = clan.texi $(DOXYFILE).in
89 htmldoc.tar.gz:
90         mkdir -p $(top_srcdir)/doc/htmldoc
91         $(DOXYGEN) $(DOXYFILE)
92         tar czf htmldoc.tar.gz htmldoc