2012-01-31 18:08:24 +01:00
|
|
|
# Makefile.am - Top level makefile for GnuPG
|
|
|
|
# Copyright (C) 2001, 2004, 2012 Free Software Foundation, Inc.
|
2011-12-02 19:28:02 +01:00
|
|
|
#
|
2002-06-29 16:15:02 +02:00
|
|
|
# This file is part of GnuPG.
|
2011-12-02 19:28:02 +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-12-02 19:28:02 +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-12-02 19:28:02 +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
|
|
|
|
|
* configure.ac (gl_INIT): Add gnulib stuff.
(fseeko, ftello, ttyname, isascii): Replaced the AC_REPLACE_FUNCS
by a simple check.
(putc_unlocked): Removed check. Not used.
(strsep, mkdtemp, asprintf): Replaced checks by gnulib checks.
(xsize): Added will probably come handy soon.
(CFLAGS): Use -Wformat-security instead of
-Wformat-nonliteral. Add --Wno-format-y2k.
* gl/, gl/m4/: New.
* gpg-agent.c: Include setenv.h.
* Makefile.am (AM_CPPFLAGS): Added.
* util.h: Add some includes for gnulib.
(ttyname, isascii): Define them inline.
* fseeko.c, ftello.c: Removed.
* strsep.c, mkdtemp.c: Removed.
* ttyname.c, isascii.c: Removed.
* mkdtemp.c: Removed.
* exec.c: Include mkdtemp.h
* keybox-file.c (ftello) [!HAVE_FSEEKO]: New replacement
function. Copied from ../common/ftello.c.
* keybox-update.c (fseeko) [!HAVE_FSEEKO]: New replacement
function. Copied from ../common/iobuf.c.
* scdaemon.c: Include mkdtemp.h.
* misc.c: Include setenv.h.
* symcryptrun.c: Include mkdtemp.h.
2005-06-01 17:46:01 +02:00
|
|
|
ACLOCAL_AMFLAGS = -I m4 -I gl/m4
|
2011-01-11 19:35:05 +01:00
|
|
|
DISTCHECK_CONFIGURE_FLAGS = --enable-symcryptrun --enable-mailto --enable-gpgtar
|
2003-04-29 12:37:24 +02:00
|
|
|
|
2012-01-31 18:01:17 +01:00
|
|
|
GITLOG_TO_CHANGELOG=gitlog-to-changelog
|
|
|
|
|
2015-01-26 14:31:01 +01:00
|
|
|
EXTRA_DIST = scripts/config.rpath autogen.sh README.GIT \
|
2011-12-02 19:28:02 +01:00
|
|
|
ChangeLog-2011 po/ChangeLog-2011 scripts/ChangeLog-2011
|
|
|
|
|
|
|
|
DISTCLEANFILES = g10defs.h
|
2002-10-19 09:55:27 +02:00
|
|
|
|
2004-07-20 20:41:49 +02:00
|
|
|
if BUILD_GPGSM
|
|
|
|
kbx = kbx
|
|
|
|
else
|
|
|
|
kbx =
|
|
|
|
endif
|
|
|
|
|
|
|
|
|
2003-06-05 09:14:21 +02:00
|
|
|
if BUILD_GPG
|
|
|
|
gpg = g10
|
2006-08-16 12:47:53 +02:00
|
|
|
keyserver = keyserver
|
2003-06-05 09:14:21 +02:00
|
|
|
else
|
|
|
|
gpg =
|
2011-12-02 19:28:02 +01:00
|
|
|
keyserver =
|
2003-06-05 09:14:21 +02:00
|
|
|
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
|
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
|
|
|
|
2004-12-15 15:15:54 +01:00
|
|
|
if HAVE_W32_SYSTEM
|
|
|
|
tests =
|
|
|
|
else
|
|
|
|
tests = tests
|
|
|
|
endif
|
|
|
|
|
2007-07-04 21:49:40 +02:00
|
|
|
SUBDIRS = m4 gl include jnlib common ${kbx} \
|
2009-05-19 11:26:17 +02:00
|
|
|
${gpg} ${keyserver} ${sm} ${agent} ${scd} ${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-02 19:28:02 +01:00
|
|
|
dist-hook: gen-ChangeLog
|
2003-07-04 11:40:19 +02:00
|
|
|
echo "$(VERSION)" > $(distdir)/VERSION
|
|
|
|
|
2011-12-02 19:28:02 +01:00
|
|
|
|
|
|
|
gen_start_date = 2011-12-01T06:00:00
|
|
|
|
.PHONY: gen-ChangeLog
|
|
|
|
gen-ChangeLog:
|
2012-01-31 18:01:17 +01:00
|
|
|
set -e; \
|
2011-12-02 19:28:02 +01:00
|
|
|
if test -d $(top_srcdir)/.git; then \
|
|
|
|
(cd $(top_srcdir) && \
|
2012-01-31 18:01:17 +01:00
|
|
|
$(GITLOG_TO_CHANGELOG) --append-dot --tear-off \
|
2011-12-02 19:28:02 +01:00
|
|
|
--amend=scripts/git-log-fix \
|
|
|
|
--since=$(gen_start_date) ) > $(distdir)/cl-t; \
|
|
|
|
cat $(top_srcdir)/scripts/git-log-footer >> $(distdir)/cl-t; \
|
|
|
|
rm -f $(distdir)/ChangeLog; \
|
|
|
|
mv $(distdir)/cl-t $(distdir)/ChangeLog; \
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
stowinstall:
|
2006-10-23 16:02:13 +02:00
|
|
|
$(MAKE) $(AM_MAKEFLAGS) install prefix=/usr/local/stow/gnupg
|