1 # Makefile.am - Tools directory
2 # Copyright (C) 2003, 2007 Free Software Foundation, Inc.
4 # This file is part of GnuPG.
6 # GnuPG 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 3 of the License, or
9 # (at your option) any later version.
11 # GnuPG 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 this program; if not, see <http://www.gnu.org/licenses/>.
20 Manifest watchgnupg.c \
21 addgnupghome applygnupgdefaults gpgsm-gencert.sh \
22 lspgpot mail-signed-keys convert-from-106 sockprox.c
25 AM_CPPFLAGS = -I$(top_srcdir)/gl -I$(top_srcdir)/intl -I$(top_srcdir)/common
26 include $(top_srcdir)/am/cmacros.am
28 AM_CFLAGS = $(LIBGCRYPT_CFLAGS) $(GPG_ERROR_CFLAGS) $(LIBASSUAN_CFLAGS)
30 sbin_SCRIPTS = addgnupghome applygnupgdefaults
32 bin_SCRIPTS = gpgsm-gencert.sh
34 # bin_SCRIPTS += gpg-zip
35 noinst_SCRIPTS = gpg-zip
39 symcryptrun = symcryptrun
44 bin_PROGRAMS = gpgconf gpg-connect-agent gpgkey2ssh ${symcryptrun}
46 bin_PROGRAMS += watchgnupg gpgparsemail
50 libexec_PROGRAMS = gpg-check-pattern
53 noinst_PROGRAMS = clean-sat mk-tdata make-dns-cert gpgsplit
55 common_libs = $(libcommon) ../jnlib/libjnlib.a ../gl/libgnu.a
56 pwquery_libs = ../common/libsimple-pwquery.a
58 gpgsplit_LDADD = $(common_libs) \
59 $(LIBGCRYPT_LIBS) $(GPG_ERROR_LIBS) \
60 $(ZLIBS) $(LIBINTL) $(LIBICONV)
62 gpgconf_SOURCES = gpgconf.c gpgconf.h gpgconf-comp.c no-libgcrypt.c
64 # jnlib/common sucks in gpg-error, will they, nil they (some compilers
65 # do not eliminate the supposed-to-be-unused-inline-functions).
66 gpgconf_LDADD = $(common_libs) \
67 $(LIBINTL) $(GPG_ERROR_LIBS) $(LIBICONV) $(W32SOCKLIBS)
69 gpgparsemail_SOURCES = gpgparsemail.c rfc822parse.c rfc822parse.h
72 symcryptrun_SOURCES = symcryptrun.c
73 symcryptrun_LDADD = $(LIBUTIL_LIBS) $(common_libs) $(pwquery_libs) \
74 $(LIBGCRYPT_LIBS) $(GPG_ERROR_LIBS) $(LIBINTL) \
75 $(LIBICONV) $(W32SOCKLIBS)
77 watchgnupg_SOURCES = watchgnupg.c
78 watchgnupg_LDADD = $(NETLIBS)
80 gpg_connect_agent_SOURCES = gpg-connect-agent.c no-libgcrypt.c
81 # FIXME: remove PTH_LIBS (why do we need them at all?)
82 gpg_connect_agent_LDADD = ../common/libgpgrl.a $(common_libs) \
83 $(LIBASSUAN_LIBS) $(PTH_LIBS) $(GPG_ERROR_LIBS) \
84 $(LIBREADLINE) $(LIBINTL) $(NETLIBS) $(LIBICONV)
86 gpgkey2ssh_SOURCES = gpgkey2ssh.c
87 gpgkey2ssh_CFLAGS = $(LIBGCRYPT_CFLAGS) $(GPG_ERROR_CFLAGS)
88 # common sucks in jnlib, via use of BUG() in an inline function, which
89 # some compilers do not eliminate.
90 gpgkey2ssh_LDADD = $(common_libs) \
91 $(LIBGCRYPT_LIBS) $(GPG_ERROR_LIBS) $(LIBINTL) $(LIBICONV)
95 gpg_check_pattern_SOURCES = gpg-check-pattern.c
96 gpg_check_pattern_CFLAGS = $(LIBGCRYPT_CFLAGS) $(GPG_ERROR_CFLAGS)
97 gpg_check_pattern_LDADD = $(common_libs) $(LIBGCRYPT_LIBS) $(GPG_ERROR_LIBS) \
98 $(LIBINTL) $(LIBICONV) $(W32SOCKLIBS)
101 # Make sure that all libs are build before we use them. This is
102 # important for things like make -j2.
103 $(PROGRAMS): $(common_libs) $(pwquery_libs) ../common/libgpgrl.a