1 # Copyright (C) 1998, 1999, 2000, 2001, 2002,
2 # 2003, 2006 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 2 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, write to the Free Software
18 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
21 ## Process this file with automake to produce Makefile.in
23 EXTRA_DIST = options.skel
25 AM_CPPFLAGS = -I$(top_srcdir)/gl -I$(top_srcdir)/common \
26 -I$(top_srcdir)/include -I$(top_srcdir)/intl
28 include $(top_srcdir)/am/cmacros.am
30 AM_CFLAGS = $(LIBGCRYPT_CFLAGS) $(LIBASSUAN_CFLAGS) $(GPG_ERROR_CFLAGS)
32 needed_libs = ../common/libcommon.a ../jnlib/libjnlib.a ../gl/libgnu.a
34 bin_PROGRAMS = gpg2 gpgv2
36 if ENABLE_BZIP2_SUPPORT
37 bzip2_source = compress-bz2.c
74 gpg2_SOURCES = gpg.c \
101 keyserver-internal.h \
102 photoid.c photoid.h \
103 call-agent.c call-agent.h \
107 gpgv2_SOURCES = gpgv.c \
111 #gpgd_SOURCES = gpgd.c \
118 LDADD = $(needed_libs) ../common/libgpgrl.a \
119 $(ZLIBS) $(DNSLIBS) $(LIBREADLINE) \
120 $(LIBINTL) $(CAPLIBS) $(NETLIBS)
121 gpg2_LDADD = $(LIBGCRYPT_LIBS) $(LDADD) $(LIBASSUAN_LIBS) $(GPG_ERROR_LIBS) \
123 gpgv2_LDADD = $(LIBGCRYPT_LIBS) $(LDADD) $(LIBASSUAN_LIBS) $(GPG_ERROR_LIBS) \
126 $(PROGRAMS): $(needed_libs) ../common/libgpgrl.a
129 $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)
130 $(INSTALL_DATA) $(srcdir)/options.skel \
131 $(DESTDIR)$(pkgdatadir)/gpg-conf.skel