1 ## Process this file with automake to produce Makefile.in
2 # Copyright (C) 2002 Simon Josefsson.
4 # This file is part of Libgsasl.
6 # Libgsasl 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 # Libgsasl 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 EXTRA_DIST = config.h.in config.rpath mkinstalldirs libgsasl.pc.in
22 pkgconfigdir = $(libdir)/pkgconfig
23 pkgconfig_DATA = libgsasl.pc
25 MOST_SUBDIRS = m4 intl po argp lib src tests doc
27 DIST_SUBDIRS = libstringprep $(MOST_SUBDIRS)
29 SUBDIRS = @LIBSTRINGPREP@ $(MOST_SUBDIRS)
31 ACLOCAL_AMFLAGS = -I m4 -I argp
34 cvs2cl --fsf --usermap .cvsusers --separate-header -I \
35 "ChangeLog|.cvsignore|.cvsusers|autogen.sh|doc/specification/.*"
38 (cd lib && make indent)
39 (cd src && make indent)
40 (cd tests && make indent)
42 sign: $(distdir).tar.gz
43 gpg -a --sign --detach $(distdir).tar.gz
44 gpg --verify $(distdir).tar.gz.asc