Fix prototypes.
[shishi.git] / Makefile.am
blobbcc16e04f5cdfd638e3a34495022a89b501919be
1 ## Process this file with automake to produce Makefile.in
2 # Copyright (C) 2002, 2003 Simon Josefsson.
4 # This file is part of Shishi.
6 # Shishi is free software; you can redistribute it and/or modify
7 # it under the terms of the GNU General Public License as published by
8 # the Free Software Foundation; either version 2, or (at your option)
9 # any later version.
11 # Shishi 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 General Public License for more details.
16 # You should have received a copy of the GNU General Public License
17 # along with Shishi; see the file COPYING.  If not, write to
18 # the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
19 # Boston, MA 02111-1307, USA.
21 DISTCHECK_CONFIGURE_FLAGS = --without-included-gettext --disable-gtk-doc
23 MOST_SUBDIRS = intl m4 po lib src tests doc extra
25 DIST_SUBDIRS = crypto asn1 argp libstringprep $(MOST_SUBDIRS)
27 SUBDIRS = @CRYPTO@ @ASN1@ @ARGP@ @LIBIDN@ $(MOST_SUBDIRS)
29 ACLOCAL_AMFLAGS = -I m4 -I crypto/src
31 pkgconfigdir = $(libdir)/pkgconfig
32 pkgconfig_DATA = shishi.pc
34 sysconf_DATA = shishi.conf
35 pkgdata_DATA = shishi.skel
37 EXTRA_DIST = ANNOUNCE config.rpath mkinstalldirs \
38         shishi.conf.in shishi.skel.in shishi.pc.in
40 #       gdbm/COPYING gdbm/ChangeLog gdbm/INSTALL gdbm/Makefile.in gdbm/NEWS \
41 #       gdbm/README gdbm/aclocal.m4 \
42 #       gdbm/bucket.c gdbm/close.c gdbm/config.guess \
43 #       gdbm/config.sub gdbm/configure.in \
44 #       gdbm/conv2gdbm.c gdbm/dbm.h gdbm/dbmclose.c gdbm/dbmdelete.c \
45 #       gdbm/dbmdirfno.c gdbm/dbmfetch.c gdbm/dbminit.c gdbm/dbmopen.c \
46 #       gdbm/dbmpagfno.c gdbm/dbmrdonly.c gdbm/dbmseq.c gdbm/dbmstore.c \
47 #       gdbm/delete.c gdbm/extern.h gdbm/falloc.c gdbm/fetch.c \
48 #       gdbm/findkey.c gdbm/gdbm.3 gdbm/gdbm.info gdbm/gdbm.proto \
49 #       gdbm/gdbm.proto2 gdbm/gdbm.texinfo gdbm/gdbmclose.c gdbm/gdbmconst.h \
50 #       gdbm/gdbmdefs.h gdbm/gdbmdelete.c gdbm/gdbmerrno.c \
51 #       gdbm/gdbmerrno.h gdbm/gdbmexists.c gdbm/gdbmfdesc.c gdbm/gdbmfetch.c \
52 #       gdbm/gdbmopen.c gdbm/gdbmreorg.c gdbm/gdbmseq.c gdbm/gdbmsetopt.c \
53 #       gdbm/gdbmstore.c gdbm/gdbmsync.c gdbm/getopt.c gdbm/getopt.h \
54 #       gdbm/global.c gdbm/hash.c gdbm/install-sh \
55 #       gdbm/mkinstalldirs gdbm/ndbm.h gdbm/proto.h gdbm/seq.c gdbm/store.c \
56 #       gdbm/systems.h gdbm/testdbm.c gdbm/testgdbm.c gdbm/testndbm.c \
57 #       gdbm/update.c gdbm/version.c
59 .PHONY: ChangeLog
60 ChangeLog:
61         test ! -f .cvsusers || \
62         cvs2cl --fsf --usermap .cvsusers --no-times --no-common-dir --prune \
63  -I "ChangeLog|.cvsignore|.cvsusers|autogen.sh|doc/specification|libstringprep"
65 indent:
66         (cd lib && make indent)
67         (cd src && make indent)
68         (cd tests && make indent)
70 sign: $(distdir).tar.gz
71         rm -f $(distdir).tar.gz.asc
72         gpg -a --sign --detach $(distdir).tar.gz
73         gpg --verify $(distdir).tar.gz.asc