Tizen 2.0 Release
[external/libgnutls26.git] / doc / cyclo / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2 # Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2010 Free Software
3 # Foundation, Inc.
4 #
5 # Author: Simon Josefsson
6 #
7 # This file is part of GnuTLS.
8 #
9 # This file is free software; you can redistribute it and/or modify it
10 # under the terms of the GNU General Public License as published by
11 # the Free Software Foundation; either version 3 of the License, or
12 # (at your option) any later version.
13 #
14 # This file is distributed in the hope that it will be useful, but
15 # WITHOUT ANY WARRANTY; without even the implied warranty of
16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
17 # General Public License for more details.
18 #
19 # You should have received a copy of the GNU General Public License
20 # along with this file; if not, write to the Free Software Foundation,
21 # Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
22
23 EXTRA_DIST = cyclo-gnutls.html
24
25 cyclo-gnutls.html:
26         $(PMCCABE) ${top_srcdir}/lib/*.[ch] ${top_srcdir}/lib/x509/*.[ch] ${top_srcdir}/lib/openpgp/*.[ch] ${top_srcdir}/lib/opencdk/*.[ch] \
27                 | sort -nr \
28                 | $(AWK) -f ${top_srcdir}/build-aux/pmccabe2html \
29                         -v lang=html -v name="$(PACKAGE_NAME)" \
30                         -v vcurl="http://git.savannah.gnu.org/gitweb/?p=gnutls.git;a=blob;f=%FILENAME%;hb=HEAD" \
31                         -v url="http://www.gnu.org/software/gnutls/" \
32                         -v css=../../build-aux/pmccabe.css \
33                         > tmp
34         mv tmp $@