guile: Fix dependencies to be parallel-safe.
[gnutls.git] / Makefile.am
blobc4a4bfada68ba56385f151300cf6b55909de2608
1 ## Process this file with automake to produce Makefile.in
2 # Copyright (C) 2000-2012 Free Software Foundation, Inc.
4 # Author: Nikos Mavrogiannopoulos
6 # This file is part of GnuTLS.
8 # This file is free software; you can redistribute it and/or modify it
9 # under the terms of the GNU General Public License as published by
10 # the Free Software Foundation; either version 3 of the License, or
11 # (at your option) any later version.
13 # This file is distributed in the hope that it will be useful, but
14 # WITHOUT ANY WARRANTY; without even the implied warranty of
15 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
16 # General Public License for more details.
18 # You should have received a copy of the GNU General Public License
19 # along with this file; if not, write to the Free Software Foundation,
20 # Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
22 DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --disable-valgrind-tests
24 SUBDIRS = gl lib extra libdane po
26 SUBDIRS += src doc tests
28 if HAVE_GUILE
29 SUBDIRS += guile
30 endif
32 ACLOCAL_AMFLAGS = -I m4 -I gl/m4 -I src/libopts/m4
34 EXTRA_DIST = cfg.mk maint.mk .clcopying
36 dist-hook: 
37         rm -f ChangeLog
38         make ChangeLog
39         make -C doc/ compare-makefile
40         make -C doc/manpages compare-makefile
41         cp -f ChangeLog $(distdir)/
42         sed 's/\@VERSION\@/$(VERSION)/g' -i $(distdir)/src/args-std.def
43         cd $(distdir)/src/ && for i in *.def;do \
44                 if test x"$$i" = x"args-std.def";then  continue; fi; \
45                 autogen $$i; \
46                 cp $$i $$i.tmp; \
47                 sed -i 's/@subheading \(.*\)/@*\n@var{\1}\n@*/' $$i.tmp; \
48                 autogen -Tagman-cmd.tpl $$i.tmp; \
49                 rm -f $$i.tmp; \
50                 mv -f *.1 ../doc/manpages/; \
51         done
52         sed 's/\@\@VERSION\@\@/$(VERSION)/g' -i $(distdir)/doc/invoke-*.texi
53         touch $(distdir)/doc/*.html $(distdir)/doc/*.pdf