Imported Upstream version 2.1.3
[platform/upstream/gpg2.git] / g13 / Makefile.am
1 # g13/Makefile.am
2 # Copyright (C) 2009 Free Software Foundation, Inc.
3 #
4 # This file is part of GnuPG.
5 #
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/>.
18
19 ## Process this file with automake to produce Makefile.in
20
21 EXTRA_DIST = ChangeLog-2011
22
23 bin_PROGRAMS = g13
24
25 AM_CPPFLAGS = -I$(top_srcdir)/common
26
27 include $(top_srcdir)/am/cmacros.am
28
29 AM_CFLAGS =  $(LIBGCRYPT_CFLAGS) $(LIBASSUAN_CFLAGS) $(NPTH_CFLAGS)
30
31 g13_SOURCES = \
32         g13.c g13.h \
33         keyblob.h \
34         utils.c utils.h \
35         server.c server.h \
36         create.c create.h \
37         mount.c mount.h \
38         mountinfo.c mountinfo.h \
39         call-gpg.c call-gpg.h \
40         runner.c runner.h \
41         backend.c backend.h \
42         be-encfs.c be-encfs.h \
43         be-truecrypt.c be-truecrypt.h
44
45 g13_LDADD = $(libcommonpth) \
46         $(LIBGCRYPT_LIBS) $(LIBASSUAN_LIBS) $(NPTH_LIBS) \
47         $(GPG_ERROR_LIBS) $(LIBINTL) $(LIBICONV)