2005-04-11 Marcus Brinkmann <marcus@g10code.de>
[gnupg.git] / sm / Makefile.am
blobd4f972527117a3c0848d1fd2efdaa354b9c0441f
1 # Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc.
3 # This file is part of GnuPG.
5 # GnuPG is free software; you can redistribute it and/or modify
6 # it under the terms of the GNU General Public License as published by
7 # the Free Software Foundation; either version 2 of the License, or
8 # (at your option) any later version.
9
10 # GnuPG is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY; without even the implied warranty of
12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13 # GNU General Public License for more details.
14
15 # You should have received a copy of the GNU General Public License
16 # along with this program; if not, write to the Free Software
17 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
19 ## Process this file with automake to produce Makefile.in
22 bin_PROGRAMS = gpgsm
24 AM_CFLAGS = $(LIBGCRYPT_CFLAGS) $(LIBASSUAN_CFLAGS) $(KSBA_CFLAGS)
26 AM_CPPFLAGS = -I$(top_srcdir)/common -I$(top_srcdir)/intl 
27 include $(top_srcdir)/am/cmacros.am
30 gpgsm_SOURCES = \
31         gpgsm.c gpgsm.h \
32         misc.c \
33         keydb.c keydb.h \
34         server.c \
35         call-agent.c \
36         call-dirmngr.c \
37         fingerprint.c \
38         base64.c \
39         certlist.c \
40         certdump.c \
41         certcheck.c \
42         certchain.c \
43         keylist.c \
44         verify.c \
45         sign.c \
46         encrypt.c \
47         decrypt.c \
48         import.c \
49         export.c \
50         delete.c \
51         certreqgen.c 
54 gpgsm_LDADD = ../jnlib/libjnlib.a ../kbx/libkeybox.a    \
55               ../common/libcommon.a \
56               $(LIBGCRYPT_LIBS)  $(KSBA_LIBS) $(LIBASSUAN_LIBS) -lgpg-error \
57               $(LIBINTL) $(PTH_LIBS)