2011-01-03 18:56:41 +01:00
|
|
|
# Makefile.am - main makefile for GnuPG
|
|
|
|
# Copyright (C) 2001, 2004, 2010 Free Software Foundation, Inc.
|
2011-02-04 12:57:53 +01:00
|
|
|
#
|
2002-06-29 16:15:02 +02:00
|
|
|
# This file is part of GnuPG.
|
2011-02-04 12:57:53 +01:00
|
|
|
#
|
2002-06-29 16:15:02 +02:00
|
|
|
# GnuPG is free software; you can redistribute it and/or modify
|
|
|
|
# it under the terms of the GNU General Public License as published by
|
2007-07-04 21:49:40 +02:00
|
|
|
# the Free Software Foundation; either version 3 of the License, or
|
2002-06-29 16:15:02 +02:00
|
|
|
# (at your option) any later version.
|
2011-02-04 12:57:53 +01:00
|
|
|
#
|
2002-06-29 16:15:02 +02:00
|
|
|
# GnuPG is distributed in the hope that it will be useful,
|
|
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
# GNU General Public License for more details.
|
2011-02-04 12:57:53 +01:00
|
|
|
#
|
2002-06-29 16:15:02 +02:00
|
|
|
# You should have received a copy of the GNU General Public License
|
2007-07-04 21:49:40 +02:00
|
|
|
# along with this program; if not, see <http://www.gnu.org/licenses/>.
|
2002-06-29 16:15:02 +02:00
|
|
|
|
1997-11-18 15:06:00 +01:00
|
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
|
2014-11-11 10:13:10 +01:00
|
|
|
ACLOCAL_AMFLAGS = -I m4
|
2015-10-21 10:34:41 +02:00
|
|
|
DISTCHECK_CONFIGURE_FLAGS = --enable-symcryptrun --enable-mailto --enable-g13
|
2003-04-29 12:37:24 +02:00
|
|
|
|
2012-01-25 12:11:41 +01:00
|
|
|
GITLOG_TO_CHANGELOG=gitlog-to-changelog
|
|
|
|
|
2014-09-18 16:00:34 +02:00
|
|
|
EXTRA_DIST = build-aux/config.rpath build-aux/potomo autogen.sh autogen.rc \
|
2014-01-09 19:14:09 +01:00
|
|
|
ChangeLog-2011 po/ChangeLog-2011 build-aux/ChangeLog-2011 \
|
2014-09-18 16:00:34 +02:00
|
|
|
VERSION README.GIT build-aux/gitlog-to-changelog \
|
2014-01-09 19:14:09 +01:00
|
|
|
build-aux/git-log-fix build-aux/git-log-footer \
|
2014-09-18 16:00:34 +02:00
|
|
|
build-aux/getswdb.sh \
|
|
|
|
build-aux/speedo.mk \
|
|
|
|
build-aux/speedo/zlib.pc \
|
|
|
|
build-aux/speedo/w32/inst-options.ini \
|
|
|
|
build-aux/speedo/w32/inst.nsi \
|
|
|
|
build-aux/speedo/w32/pkg-copyright.txt \
|
|
|
|
build-aux/speedo/w32/g4wihelp.c \
|
|
|
|
build-aux/speedo/w32/pango.modules \
|
|
|
|
build-aux/speedo/w32/gdk-pixbuf-loaders.cache \
|
|
|
|
build-aux/speedo/w32/exdll.h \
|
|
|
|
build-aux/speedo/w32/README.txt \
|
2014-11-24 09:44:18 +01:00
|
|
|
build-aux/speedo/w32/gnupg-logo-150x57.bmp \
|
|
|
|
build-aux/speedo/w32/gnupg-logo-164x314.bmp \
|
2014-09-18 16:00:34 +02:00
|
|
|
build-aux/speedo/patches/atk-1.32.0.patch \
|
|
|
|
build-aux/speedo/patches/libiconv-1.14.patch \
|
|
|
|
build-aux/speedo/patches/pango-1.29.4.patch
|
|
|
|
|
2014-01-09 19:14:09 +01:00
|
|
|
|
2011-02-04 12:57:53 +01:00
|
|
|
DISTCLEANFILES = g10defs.h
|
2002-10-19 09:55:27 +02:00
|
|
|
|
2003-06-05 09:14:21 +02:00
|
|
|
if BUILD_GPG
|
|
|
|
gpg = g10
|
|
|
|
else
|
|
|
|
gpg =
|
|
|
|
endif
|
2002-10-19 09:55:27 +02:00
|
|
|
if BUILD_GPGSM
|
|
|
|
sm = sm
|
1999-09-17 12:58:20 +02:00
|
|
|
else
|
2002-10-19 09:55:27 +02:00
|
|
|
sm =
|
|
|
|
endif
|
|
|
|
if BUILD_AGENT
|
|
|
|
agent = agent
|
|
|
|
else
|
|
|
|
agent =
|
|
|
|
endif
|
|
|
|
if BUILD_SCDAEMON
|
|
|
|
scd = scd
|
|
|
|
else
|
|
|
|
scd =
|
1999-09-17 12:58:20 +02:00
|
|
|
endif
|
2009-09-23 12:28:41 +02:00
|
|
|
if BUILD_G13
|
|
|
|
g13 = g13
|
|
|
|
else
|
|
|
|
g13 =
|
|
|
|
endif
|
2010-06-09 18:53:51 +02:00
|
|
|
if BUILD_DIRMNGR
|
|
|
|
dirmngr = dirmngr
|
|
|
|
else
|
|
|
|
dirmngr =
|
|
|
|
endif
|
2006-09-18 15:23:18 +02:00
|
|
|
if BUILD_TOOLS
|
2006-09-27 16:56:26 +02:00
|
|
|
tools = tools
|
2006-09-18 15:23:18 +02:00
|
|
|
else
|
2006-09-27 16:56:26 +02:00
|
|
|
tools =
|
2006-09-18 15:23:18 +02:00
|
|
|
endif
|
|
|
|
if BUILD_DOC
|
2006-09-27 16:56:26 +02:00
|
|
|
doc = doc
|
2006-09-18 15:23:18 +02:00
|
|
|
else
|
2006-09-27 16:56:26 +02:00
|
|
|
doc =
|
2006-09-18 15:23:18 +02:00
|
|
|
endif
|
1999-09-17 12:58:20 +02:00
|
|
|
|
2012-08-17 04:43:15 +02:00
|
|
|
if RUN_TESTS
|
2004-12-15 15:15:54 +01:00
|
|
|
tests = tests
|
2012-08-17 04:43:15 +02:00
|
|
|
else
|
|
|
|
tests =
|
2004-12-15 15:15:54 +01:00
|
|
|
endif
|
|
|
|
|
2015-05-15 13:20:52 +02:00
|
|
|
SUBDIRS = m4 common kbx \
|
2014-06-05 13:44:40 +02:00
|
|
|
${gpg} ${sm} ${agent} ${scd} ${g13} ${dirmngr} \
|
2010-06-09 18:53:51 +02:00
|
|
|
${tools} po ${doc} ${tests}
|
1998-10-17 16:47:14 +02:00
|
|
|
|
2008-03-27 14:18:19 +01:00
|
|
|
dist_doc_DATA = README
|
|
|
|
|
|
|
|
|
2011-12-01 10:51:36 +01:00
|
|
|
dist-hook: gen-ChangeLog
|
2003-07-04 11:40:19 +02:00
|
|
|
|
2010-10-18 20:19:45 +02:00
|
|
|
if HAVE_W32_SYSTEM
|
|
|
|
install-data-hook:
|
|
|
|
set -e; \
|
2014-01-09 19:14:09 +01:00
|
|
|
for i in $$($(top_srcdir)/build-aux/potomo \
|
2010-10-18 20:19:45 +02:00
|
|
|
--get-linguas $(top_srcdir)/po) ; do \
|
|
|
|
$(MKDIR_P) "$(DESTDIR)$(localedir)/$$i/LC_MESSAGES" || true; \
|
|
|
|
rm -f "$(DESTDIR)$(localedir)/$$i/LC_MESSAGES/gnupg2.mo" \
|
|
|
|
2>/dev/null || true; \
|
2014-01-09 19:14:09 +01:00
|
|
|
$(top_srcdir)/build-aux/potomo $(top_srcdir)/po/$$i.po \
|
2010-10-18 20:19:45 +02:00
|
|
|
"$(DESTDIR)$(localedir)/$$i/LC_MESSAGES/gnupg2.mo" ; \
|
|
|
|
done
|
|
|
|
endif
|
|
|
|
|
2011-12-01 10:51:36 +01:00
|
|
|
|
|
|
|
gen_start_date = 2011-12-01T06:00:00
|
|
|
|
.PHONY: gen-ChangeLog
|
|
|
|
gen-ChangeLog:
|
|
|
|
if test -d $(top_srcdir)/.git; then \
|
|
|
|
(cd $(top_srcdir) && \
|
2012-01-25 12:11:41 +01:00
|
|
|
$(GITLOG_TO_CHANGELOG) --append-dot --tear-off \
|
2014-01-09 19:14:09 +01:00
|
|
|
--amend=build-aux/git-log-fix \
|
2011-12-01 10:51:36 +01:00
|
|
|
--since=$(gen_start_date) ) > $(distdir)/cl-t; \
|
2014-01-09 19:14:09 +01:00
|
|
|
cat $(top_srcdir)/build-aux/git-log-footer >> $(distdir)/cl-t; \
|
2011-12-01 10:51:36 +01:00
|
|
|
rm -f $(distdir)/ChangeLog; \
|
|
|
|
mv $(distdir)/cl-t $(distdir)/ChangeLog; \
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
2011-02-04 12:57:53 +01:00
|
|
|
stowinstall:
|
2006-10-23 16:02:13 +02:00
|
|
|
$(MAKE) $(AM_MAKEFLAGS) install prefix=/usr/local/stow/gnupg
|