1 ## Process this file with automake to produce Makefile.in
2 # Copyright (C) 1992, 1999, 2000, 2002 Free Software Foundation, Inc.
4 # This file is part of Libgcrypt.
6 # Libgcrypt is free software; you can redistribute it and/or modify
7 # it under the terms of the GNU Lesser General Public License as
8 # published by the Free Software Foundation; either version 2.1 of
9 # the License, or (at your option) any later version.
11 # Libgcrypt is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY; without even the implied warranty of
13 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 # GNU Lesser General Public License for more details.
16 # You should have received a copy of the GNU Lesser General Public
17 # License along with this program; if not, write to the Free Software
18 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
20 ACLOCAL_AMFLAGS = -I m4
21 AUTOMAKE_OPTIONS = dist-bzip2
23 DIST_SUBDIRS = m4 mpi cipher src doc tests w32-dll
24 SUBDIRS = mpi cipher src doc tests
25 EXTRA_DIST = BUGS autogen.sh README.apichanges README.SVN
29 # Add all the files listed in "distfiles" files to the distribution,
30 # apply version number s to some files and create a VERSION file which
31 # we need for the Prereq: patch file trick.
34 for file in `cd $(top_srcdir); \
35 find mpi -type f -name distfiles`; do \
36 dir=`dirname $$file` ; $(mkinstalldirs) $(distdir)/$$dir ; \
37 for i in distfiles `cat $(top_srcdir)/$$file` ; do \
38 ln $(top_srcdir)/$$dir/$$i $(distdir)/$$dir/$$i 2> /dev/null \
39 || cp -p $(top_srcdir)/$$dir/$$i $(distdir)/$$dir/$$i; \
43 echo "$(VERSION)" > $(distdir)/VERSION
46 $(MAKE) $(AM_MAKEFLAGS) install prefix=/usr/local/stow/libgcrypt