2003-12-23 11:05:00 +00:00
|
|
|
# Makefile.am - Tools directory
|
2007-03-07 20:55:14 +00:00
|
|
|
# Copyright (C) 2003, 2007 Free Software Foundation, Inc.
|
2011-12-02 19:28:02 +01:00
|
|
|
#
|
2003-12-09 09:07:09 +00:00
|
|
|
# This file is part of GnuPG.
|
2011-12-02 19:28:02 +01:00
|
|
|
#
|
2003-12-09 09:07:09 +00:00
|
|
|
# GnuPG is free software; you can redistribute it and/or modify
|
|
|
|
# it under the terms of the GNU General Public License as published by
|
2007-07-04 19:49:40 +00:00
|
|
|
# the Free Software Foundation; either version 3 of the License, or
|
2003-12-09 09:07:09 +00:00
|
|
|
# (at your option) any later version.
|
2011-12-02 19:28:02 +01:00
|
|
|
#
|
2003-12-09 09:07:09 +00:00
|
|
|
# GnuPG is distributed in the hope that it will be useful,
|
|
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
# GNU General Public License for more details.
|
2011-12-02 19:28:02 +01:00
|
|
|
#
|
2003-12-09 09:07:09 +00:00
|
|
|
# You should have received a copy of the GNU General Public License
|
2007-07-04 19:49:40 +00:00
|
|
|
# along with this program; if not, see <http://www.gnu.org/licenses/>.
|
2003-12-09 09:07:09 +00:00
|
|
|
|
2006-08-21 20:20:23 +00:00
|
|
|
EXTRA_DIST = \
|
2011-12-02 19:28:02 +01:00
|
|
|
Manifest watchgnupg.c ChangeLog-2011 \
|
2007-03-07 20:55:14 +00:00
|
|
|
addgnupghome applygnupgdefaults gpgsm-gencert.sh \
|
2009-04-17 18:40:32 +00:00
|
|
|
lspgpot mail-signed-keys convert-from-106 sockprox.c \
|
|
|
|
ccidmon.c
|
2006-08-21 20:20:23 +00:00
|
|
|
|
2004-01-05 09:28:27 +00:00
|
|
|
|
* configure.ac (gl_INIT): Add gnulib stuff.
(fseeko, ftello, ttyname, isascii): Replaced the AC_REPLACE_FUNCS
by a simple check.
(putc_unlocked): Removed check. Not used.
(strsep, mkdtemp, asprintf): Replaced checks by gnulib checks.
(xsize): Added will probably come handy soon.
(CFLAGS): Use -Wformat-security instead of
-Wformat-nonliteral. Add --Wno-format-y2k.
* gl/, gl/m4/: New.
* gpg-agent.c: Include setenv.h.
* Makefile.am (AM_CPPFLAGS): Added.
* util.h: Add some includes for gnulib.
(ttyname, isascii): Define them inline.
* fseeko.c, ftello.c: Removed.
* strsep.c, mkdtemp.c: Removed.
* ttyname.c, isascii.c: Removed.
* mkdtemp.c: Removed.
* exec.c: Include mkdtemp.h
* keybox-file.c (ftello) [!HAVE_FSEEKO]: New replacement
function. Copied from ../common/ftello.c.
* keybox-update.c (fseeko) [!HAVE_FSEEKO]: New replacement
function. Copied from ../common/iobuf.c.
* scdaemon.c: Include mkdtemp.h.
* misc.c: Include setenv.h.
* symcryptrun.c: Include mkdtemp.h.
2005-06-01 15:46:01 +00:00
|
|
|
AM_CPPFLAGS = -I$(top_srcdir)/gl -I$(top_srcdir)/intl -I$(top_srcdir)/common
|
2004-02-12 10:02:22 +00:00
|
|
|
include $(top_srcdir)/am/cmacros.am
|
2004-01-10 11:50:48 +00:00
|
|
|
|
2005-09-28 22:44:20 +00:00
|
|
|
AM_CFLAGS = $(LIBGCRYPT_CFLAGS) $(GPG_ERROR_CFLAGS) $(LIBASSUAN_CFLAGS)
|
2004-01-05 09:28:27 +00:00
|
|
|
|
2007-03-07 20:55:14 +00:00
|
|
|
sbin_SCRIPTS = addgnupghome applygnupgdefaults
|
2004-01-30 09:12:36 +00:00
|
|
|
|
2004-10-22 12:31:04 +00:00
|
|
|
bin_SCRIPTS = gpgsm-gencert.sh
|
2006-08-21 20:20:23 +00:00
|
|
|
if HAVE_USTAR
|
2006-10-17 14:34:42 +00:00
|
|
|
# bin_SCRIPTS += gpg-zip
|
|
|
|
noinst_SCRIPTS = gpg-zip
|
2006-08-21 20:20:23 +00:00
|
|
|
endif
|
2004-10-22 12:31:04 +00:00
|
|
|
|
2005-04-15 01:33:46 +00:00
|
|
|
if BUILD_SYMCRYPTRUN
|
|
|
|
symcryptrun = symcryptrun
|
|
|
|
else
|
|
|
|
symcryptrun =
|
|
|
|
endif
|
|
|
|
|
2011-01-11 19:35:05 +01:00
|
|
|
if BUILD_GPGTAR
|
|
|
|
gpgtar = gpgtar
|
|
|
|
else
|
|
|
|
gpgtar =
|
|
|
|
endif
|
|
|
|
|
|
|
|
|
|
|
|
bin_PROGRAMS = gpgconf gpg-connect-agent gpgkey2ssh ${symcryptrun} ${gpgtar}
|
2004-12-15 14:15:54 +00:00
|
|
|
if !HAVE_W32_SYSTEM
|
2007-06-06 18:12:30 +00:00
|
|
|
bin_PROGRAMS += watchgnupg gpgparsemail
|
2004-12-15 14:15:54 +00:00
|
|
|
endif
|
2004-01-05 09:28:27 +00:00
|
|
|
|
2007-08-27 18:10:27 +00:00
|
|
|
if !DISABLE_REGEX
|
|
|
|
libexec_PROGRAMS = gpg-check-pattern
|
|
|
|
endif
|
|
|
|
|
2006-10-17 14:34:42 +00:00
|
|
|
noinst_PROGRAMS = clean-sat mk-tdata make-dns-cert gpgsplit
|
2006-08-21 20:20:23 +00:00
|
|
|
|
2007-07-05 20:11:11 +00:00
|
|
|
common_libs = $(libcommon) ../jnlib/libjnlib.a ../gl/libgnu.a
|
2006-09-20 11:01:49 +00:00
|
|
|
pwquery_libs = ../common/libsimple-pwquery.a
|
2006-08-21 20:20:23 +00:00
|
|
|
|
2007-06-14 17:05:07 +00:00
|
|
|
gpgsplit_LDADD = $(common_libs) \
|
|
|
|
$(LIBGCRYPT_LIBS) $(GPG_ERROR_LIBS) \
|
2006-12-13 19:48:31 +00:00
|
|
|
$(ZLIBS) $(LIBINTL) $(LIBICONV)
|
2006-08-21 20:20:23 +00:00
|
|
|
|
2004-01-28 23:58:18 +00:00
|
|
|
gpgconf_SOURCES = gpgconf.c gpgconf.h gpgconf-comp.c no-libgcrypt.c
|
2004-01-05 09:28:27 +00:00
|
|
|
|
2006-06-09 11:32:22 +00:00
|
|
|
# jnlib/common sucks in gpg-error, will they, nil they (some compilers
|
|
|
|
# do not eliminate the supposed-to-be-unused-inline-functions).
|
2007-06-14 17:05:07 +00:00
|
|
|
gpgconf_LDADD = $(common_libs) \
|
2007-06-15 14:27:31 +00:00
|
|
|
$(LIBINTL) $(GPG_ERROR_LIBS) $(LIBICONV) $(W32SOCKLIBS)
|
2004-01-05 09:28:27 +00:00
|
|
|
|
2005-12-16 15:52:48 +00:00
|
|
|
gpgparsemail_SOURCES = gpgparsemail.c rfc822parse.c rfc822parse.h
|
2011-12-02 19:28:02 +01:00
|
|
|
gpgparsemail_LDADD =
|
2005-12-16 15:52:48 +00:00
|
|
|
|
2005-04-10 23:10:52 +00:00
|
|
|
symcryptrun_SOURCES = symcryptrun.c
|
2006-09-20 11:01:49 +00:00
|
|
|
symcryptrun_LDADD = $(LIBUTIL_LIBS) $(common_libs) $(pwquery_libs) \
|
2007-06-15 14:27:31 +00:00
|
|
|
$(LIBGCRYPT_LIBS) $(GPG_ERROR_LIBS) $(LIBINTL) \
|
|
|
|
$(LIBICONV) $(W32SOCKLIBS)
|
2005-04-10 23:10:52 +00:00
|
|
|
|
2011-12-02 19:28:02 +01:00
|
|
|
watchgnupg_SOURCES = watchgnupg.c
|
2005-10-08 00:17:09 +00:00
|
|
|
watchgnupg_LDADD = $(NETLIBS)
|
2005-02-24 17:36:11 +00:00
|
|
|
|
|
|
|
gpg_connect_agent_SOURCES = gpg-connect-agent.c no-libgcrypt.c
|
2007-06-14 17:05:07 +00:00
|
|
|
# FIXME: remove PTH_LIBS (why do we need them at all?)
|
2007-10-24 15:34:23 +00:00
|
|
|
gpg_connect_agent_LDADD = ../common/libgpgrl.a $(common_libs) \
|
|
|
|
$(LIBASSUAN_LIBS) $(PTH_LIBS) $(GPG_ERROR_LIBS) \
|
|
|
|
$(LIBREADLINE) $(LIBINTL) $(NETLIBS) $(LIBICONV)
|
2005-02-24 17:36:11 +00:00
|
|
|
|
2005-05-28 13:43:21 +00:00
|
|
|
gpgkey2ssh_SOURCES = gpgkey2ssh.c
|
|
|
|
gpgkey2ssh_CFLAGS = $(LIBGCRYPT_CFLAGS) $(GPG_ERROR_CFLAGS)
|
2006-06-09 11:32:22 +00:00
|
|
|
# common sucks in jnlib, via use of BUG() in an inline function, which
|
|
|
|
# some compilers do not eliminate.
|
2006-10-10 11:11:04 +00:00
|
|
|
gpgkey2ssh_LDADD = $(common_libs) \
|
2007-01-31 14:24:41 +00:00
|
|
|
$(LIBGCRYPT_LIBS) $(GPG_ERROR_LIBS) $(LIBINTL) $(LIBICONV)
|
2006-08-21 20:20:23 +00:00
|
|
|
|
|
|
|
|
2007-08-27 18:10:27 +00:00
|
|
|
if !DISABLE_REGEX
|
|
|
|
gpg_check_pattern_SOURCES = gpg-check-pattern.c
|
|
|
|
gpg_check_pattern_CFLAGS = $(LIBGCRYPT_CFLAGS) $(GPG_ERROR_CFLAGS)
|
|
|
|
gpg_check_pattern_LDADD = $(common_libs) $(LIBGCRYPT_LIBS) $(GPG_ERROR_LIBS) \
|
|
|
|
$(LIBINTL) $(LIBICONV) $(W32SOCKLIBS)
|
|
|
|
endif
|
|
|
|
|
2011-01-11 19:35:05 +01:00
|
|
|
gpgtar_SOURCES = \
|
|
|
|
gpgtar.c gpgtar.h \
|
|
|
|
gpgtar-create.c \
|
|
|
|
gpgtar-extract.c \
|
|
|
|
gpgtar-list.c \
|
|
|
|
no-libgcrypt.c
|
|
|
|
gpgtar_CFLAGS = $(GPG_ERROR_CFLAGS) $(PTH_CFLAGS)
|
|
|
|
gpgtar_LDADD = $(common_libs) $(GPG_ERROR_LIBS) $(NETLIBS) $(W32SOCKLIBS)
|
|
|
|
|
2006-09-20 11:01:49 +00:00
|
|
|
# Make sure that all libs are build before we use them. This is
|
|
|
|
# important for things like make -j2.
|
2007-10-19 14:51:39 +00:00
|
|
|
$(PROGRAMS): $(common_libs) $(pwquery_libs) ../common/libgpgrl.a
|
2006-09-20 11:01:49 +00:00
|
|
|
|