agent/
[gnupg.git] / Makefile.am
blob0579d059162209330eabc8ab47730df6962a5ea9
1 # Makefile.am - main makefile for NewPG/GnuPG
2 #       Copyright (C) 2001, 2004 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/>.
19 ## Process this file with automake to produce Makefile.in
21 ACLOCAL_AMFLAGS = -I m4 -I gl/m4
22 AUTOMAKE_OPTIONS = dist-bzip2 no-dist-gzip
23 DISTCHECK_CONFIGURE_FLAGS = --enable-symcryptrun --enable-mailto
25 EXTRA_DIST = scripts/config.rpath autogen.sh README.SVN
26 DISTCLEANFILES = g10defs.h 
28 if BUILD_GPGSM
29 kbx = kbx
30 else
31 kbx =
32 endif
35 if BUILD_GPG
36 gpg = g10
37 keyserver = keyserver
38 else
39 gpg =
40 keyserver = 
41 endif
42 if BUILD_GPGSM
43 sm = sm
44 else
45 sm =
46 endif
47 if BUILD_AGENT
48 agent = agent
49 else
50 agent =
51 endif
52 if BUILD_SCDAEMON
53 scd = scd
54 else
55 scd =
56 endif
57 if BUILD_G13
58 g13 = g13
59 else
60 g13 =
61 endif
62 if BUILD_TOOLS
63 tools = tools
64 else
65 tools =
66 endif
67 if BUILD_DOC
68 doc = doc
69 else
70 doc =
71 endif
73 if HAVE_W32_SYSTEM
74 tests =
75 else
76 tests = tests
77 endif
79 SUBDIRS = m4 gl include jnlib common ${kbx} \
80  ${gpg} ${keyserver} ${sm} ${agent} ${scd} ${g13} ${tools} po ${doc} ${tests}
82 dist_doc_DATA = README
85 dist-hook:
86         echo "$(VERSION)" > $(distdir)/VERSION
88 stowinstall: 
89         $(MAKE) $(AM_MAKEFLAGS) install prefix=/usr/local/stow/gnupg