2 # /**-------------------------------------------------------------------**
4 # **-------------------------------------------------------------------**
6 # **-------------------------------------------------------------------**
7 # ** First version: september 8th 2003 **
8 # **-------------------------------------------------------------------**/
10 #/*****************************************************************************
11 # * CAnDL : the Chunky Analyser for Dependences in Loops (experimental) *
12 # *****************************************************************************
14 # * Copyright (C) 2003-2008 Cedric Bastoul *
16 # * This is free software; you can redistribute it and/or modify it under the *
17 # * terms of the GNU General Public License as published by the Free Software *
18 # * Foundation; either version 2 of the License, or (at your option) any *
21 # * This software is distributed in the hope that it will be useful, but *
22 # * WITHOUT ANY WARRANTY; without even the implied warranty of *
23 # * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General *
24 # * Public License for more details. *
26 # * You should have received a copy of the GNU General Public License along *
27 # * with software; if not, write to the Free Software Foundation, Inc., *
28 # * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA *
30 # * CAnDL, the Chunky Dependence Analyser *
31 # * Written by Cedric Bastoul, Cedric.Bastoul@inria.fr *
33 # *****************************************************************************/
36 #############################################################################
39 #############################################################################
41 MAINTAINERCLEANFILES = Makefile.in
48 info_TEXINFOS = candl.texi
54 # The following requires a fixed version of the Emacs 19.30 etags.
55 ETAGS_ARGS = --lang=none \
56 --regex='/^@node[ \t]+\([^,]+\)/\1/' $(srcdir)/doc/clan.texi
57 TAGS_DEPENDENCIES = clan.texi $(DOXYFILE).in
60 mkdir -p $(top_srcdir)/doc/htmldoc
61 $(DOXYGEN) $(DOXYFILE)
62 tar czf htmldoc.tar.gz htmldoc