2008-05-15 Marcus Brinkmann <marcus@g10code.de>
[gnupg.git] / g10 / Makefile.am
blobff50812009efb444567c3725d35ff41ed7eb2db0
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 3 of the License, or
9 # (at your option) any later version.
10
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.
15
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/>.
19 ## Process this file with automake to produce Makefile.in
21 EXTRA_DIST = options.skel
23 AM_CPPFLAGS = -I$(top_srcdir)/gl -I$(top_srcdir)/common \
24               -I$(top_srcdir)/include -I$(top_srcdir)/intl 
26 include $(top_srcdir)/am/cmacros.am
28 AM_CFLAGS = $(LIBGCRYPT_CFLAGS) $(LIBASSUAN_CFLAGS) $(GPG_ERROR_CFLAGS)
30 needed_libs = $(libcommon) ../jnlib/libjnlib.a ../gl/libgnu.a 
32 bin_PROGRAMS = gpg2 gpgv2
34 if ENABLE_BZIP2_SUPPORT
35 bzip2_source = compress-bz2.c
36 else
37 bzip2_source =
38 endif
41 common_source =  \
42               gpg.h             \
43               build-packet.c    \
44               compress.c        \
45               $(bzip2_source)   \
46               filter.h          \
47               free-packet.c     \
48               getkey.c          \
49               keydb.c keydb.h    \
50               keyring.c keyring.h \
51               seskey.c          \
52               kbnode.c          \
53               main.h            \
54               mainproc.c        \
55               armor.c           \
56               mdfilter.c        \
57               textfilter.c      \
58               progress.c        \
59               misc.c            \
60               options.h         \
61               openfile.c        \
62               keyid.c           \
63               packet.h          \
64               parse-packet.c    \
65               cpr.c             \
66               plaintext.c       \
67               sig-check.c       \
68               keylist.c         \
69               pkglue.c pkglue.h 
71 gpg2_SOURCES  = gpg.c           \
72               server.c          \
73               $(common_source)  \
74               pkclist.c         \
75               skclist.c         \
76               pubkey-enc.c      \
77               passphrase.c      \
78               seckey-cert.c     \
79               encr-data.c       \
80               cipher.c          \
81               encode.c          \
82               sign.c            \
83               verify.c          \
84               revoke.c          \
85               decrypt.c         \
86               keyedit.c         \
87               dearmor.c         \
88               import.c          \
89               export.c          \
90               trustdb.c         \
91               trustdb.h         \
92               tdbdump.c         \
93               tdbio.c           \
94               tdbio.h           \
95               delkey.c          \
96               keygen.c          \
97               helptext.c        \
98               keyserver.c       \
99               keyserver-internal.h \
100               photoid.c photoid.h \
101               call-agent.c call-agent.h \
102               card-util.c \
103               exec.c exec.h
105 gpgv2_SOURCES = gpgv.c           \
106               $(common_source)  \
107               verify.c          
109 #gpgd_SOURCES = gpgd.c \
110 #              ks-proto.h \
111 #              ks-proto.c \
112 #              ks-db.c \
113 #              ks-db.h \
114 #              $(common_source)
116 LDADD =  $(needed_libs) ../common/libgpgrl.a \
117          $(ZLIBS) $(DNSLIBS) $(LIBREADLINE) \
118          $(LIBINTL) $(CAPLIBS) $(NETLIBS)
119 gpg2_LDADD =  $(LDADD) $(LIBGCRYPT_LIBS) $(LIBASSUAN_LIBS) $(GPG_ERROR_LIBS) \
120              $(LIBICONV)
121 gpgv2_LDADD = $(LDADD) $(LIBGCRYPT_LIBS) $(LIBASSUAN_LIBS) $(GPG_ERROR_LIBS) \
122               $(LIBICONV)
124 $(PROGRAMS): $(needed_libs) ../common/libgpgrl.a
126 install-data-local:
127         $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)
128         $(INSTALL_DATA) $(srcdir)/options.skel \
129                                 $(DESTDIR)$(pkgdatadir)/gpg-conf.skel