2010-06-09 18:53:51 +02:00
|
|
|
# Makefile.am - dirmngr
|
|
|
|
# Copyright (C) 2002 Klarälvdalens Datakonsult AB
|
|
|
|
# Copyright (C) 2004, 2007, 2010 g10 Code GmbH
|
|
|
|
#
|
|
|
|
# This file is part of GnuPG.
|
|
|
|
#
|
|
|
|
# GnuPG is free software; you can redistribute it and/or modify
|
|
|
|
# it under the terms of the GNU General Public License as published by
|
|
|
|
# the Free Software Foundation; either version 3 of the License, or
|
|
|
|
# (at your option) any later version.
|
2011-02-04 12:57:53 +01:00
|
|
|
#
|
2010-06-09 18:53:51 +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
|
|
|
#
|
2010-06-09 18:53:51 +02:00
|
|
|
# You should have received a copy of the GNU General Public License
|
2016-11-05 12:02:19 +01:00
|
|
|
# along with this program; if not, see <https://www.gnu.org/licenses/>.
|
2017-11-13 16:09:32 +01:00
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: GPL-3.0+
|
2010-06-09 18:53:51 +02:00
|
|
|
|
|
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
|
2023-05-24 12:06:37 +02:00
|
|
|
EXTRA_DIST = OAUTHORS ONEWS ChangeLog-2011 tls-ca.pem \
|
|
|
|
dirmngr-w32info.rc dirmngr.w32-manifest.in \
|
|
|
|
dirmngr_ldap-w32info.rc dirmngr_ldap.w32-manifest.in \
|
|
|
|
dirmngr-client-w32info.rc dirmngr-client.w32-manifest.in
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2015-10-20 05:48:30 +02:00
|
|
|
dist_pkgdata_DATA = sks-keyservers.netCA.pem
|
2010-06-09 18:53:51 +02:00
|
|
|
|
|
|
|
bin_PROGRAMS = dirmngr dirmngr-client
|
|
|
|
|
2020-01-21 11:18:50 +01:00
|
|
|
if USE_LDAP
|
2010-06-09 18:53:51 +02:00
|
|
|
libexec_PROGRAMS = dirmngr_ldap
|
2020-01-21 11:18:50 +01:00
|
|
|
else
|
|
|
|
libexec_PROGRAMS =
|
|
|
|
endif
|
2010-06-09 18:53:51 +02:00
|
|
|
|
2016-09-01 11:18:10 +02:00
|
|
|
noinst_PROGRAMS = $(module_tests) $(module_net_tests) $(module_maint_tests)
|
2020-08-20 10:54:17 +02:00
|
|
|
if DISABLE_TESTS
|
|
|
|
TESTS =
|
|
|
|
else
|
2016-09-01 11:18:10 +02:00
|
|
|
TESTS = $(module_tests) $(module_net_tests)
|
2020-08-20 10:54:17 +02:00
|
|
|
endif
|
2015-03-13 13:39:40 +01:00
|
|
|
|
2017-03-07 12:21:23 +01:00
|
|
|
AM_CPPFLAGS =
|
2010-06-09 18:53:51 +02:00
|
|
|
|
|
|
|
include $(top_srcdir)/am/cmacros.am
|
|
|
|
|
2023-05-24 12:06:37 +02:00
|
|
|
if HAVE_W32_SYSTEM
|
|
|
|
dirmngr_rc_objs = dirmngr-w32info.o
|
|
|
|
dirmngr_ldap_rc_objs = dirmngr_ldap-w32info.o
|
|
|
|
dirmngr_client_rc_objs = dirmngr-client-w32info.o
|
|
|
|
|
|
|
|
dirmngr-w32info.o : dirmngr.w32-manifest ../common/w32info-rc.h
|
|
|
|
dirmngr_ldap-w32info.o : dirmngr_ldap.w32-manifest ../common/w32info-rc.h
|
|
|
|
dirmngr-client-w32info.o : dirmngr-client.w32-manifest ../common/w32info-rc.h
|
|
|
|
endif
|
|
|
|
|
2016-12-14 10:21:16 +01:00
|
|
|
AM_CFLAGS = $(USE_C99_CFLAGS) \
|
|
|
|
$(LIBGCRYPT_CFLAGS) $(KSBA_CFLAGS) $(LIBASSUAN_CFLAGS) \
|
2015-01-21 15:54:06 +01:00
|
|
|
$(GPG_ERROR_CFLAGS) $(NPTH_CFLAGS) $(NTBTLS_CFLAGS) \
|
|
|
|
$(LIBGNUTLS_CFLAGS)
|
|
|
|
|
2010-06-09 18:53:51 +02:00
|
|
|
|
2010-08-02 20:54:53 +02:00
|
|
|
if HAVE_W32_SYSTEM
|
|
|
|
ldap_url = ldap-url.h ldap-url.c
|
2023-10-02 13:00:35 +02:00
|
|
|
NETLIBS += -lwinhttp -lsecurity
|
2010-08-02 20:54:53 +02:00
|
|
|
else
|
|
|
|
ldap_url =
|
|
|
|
endif
|
|
|
|
|
2010-06-09 18:53:51 +02:00
|
|
|
noinst_HEADERS = dirmngr.h crlcache.h crlfetch.h misc.h
|
|
|
|
|
|
|
|
dirmngr_SOURCES = dirmngr.c dirmngr.h server.c crlcache.c crlfetch.c \
|
2023-03-16 14:52:28 +01:00
|
|
|
fakecrl.c \
|
2014-10-17 15:59:45 +02:00
|
|
|
certcache.c certcache.h \
|
2017-11-13 16:09:32 +01:00
|
|
|
domaininfo.c \
|
2017-11-14 13:42:18 +01:00
|
|
|
workqueue.c \
|
2016-11-16 21:22:39 +01:00
|
|
|
loadswdb.c \
|
2018-07-25 14:35:04 +02:00
|
|
|
cdb.h cdblib.c misc.c dirmngr-err.h dirmngr-status.h \
|
2014-10-17 15:59:45 +02:00
|
|
|
ocsp.c ocsp.h validate.c validate.h \
|
2015-10-21 10:29:02 +02:00
|
|
|
dns-stuff.c dns-stuff.h \
|
2017-03-02 18:17:58 +01:00
|
|
|
http.c http.h http-common.c http-common.h http-ntbtls.c \
|
2011-02-08 21:11:19 +01:00
|
|
|
ks-action.c ks-action.h ks-engine.h \
|
2015-04-13 12:02:40 +02:00
|
|
|
ks-engine-hkp.c ks-engine-http.c ks-engine-finger.c ks-engine-kdns.c
|
2010-07-26 16:01:32 +02:00
|
|
|
|
2016-12-14 15:36:25 +01:00
|
|
|
if USE_LIBDNS
|
|
|
|
dirmngr_SOURCES += dns.c dns.h
|
|
|
|
endif
|
|
|
|
|
2014-10-17 15:59:45 +02:00
|
|
|
if USE_LDAP
|
2022-03-29 06:41:04 +02:00
|
|
|
dirmngr_SOURCES += ldapserver.h ldapserver.c ldap.c \
|
2015-04-13 12:02:40 +02:00
|
|
|
ldap-wrapper.h ldap-parse-uri.c ldap-parse-uri.h \
|
2021-06-08 08:46:59 +02:00
|
|
|
ldap-misc.c ldap-misc.h \
|
2019-11-11 20:49:04 +01:00
|
|
|
ks-engine-ldap.c $(ldap_url) ldap-wrapper.c
|
2014-10-17 15:59:45 +02:00
|
|
|
ldaplibs = $(LDAPLIBS)
|
2010-07-26 16:01:32 +02:00
|
|
|
else
|
2014-10-17 15:59:45 +02:00
|
|
|
ldaplibs =
|
2010-07-26 16:01:32 +02:00
|
|
|
endif
|
|
|
|
|
2010-06-09 18:53:51 +02:00
|
|
|
|
2015-10-18 20:07:44 +02:00
|
|
|
dirmngr_LDADD = $(libcommonpth) \
|
2014-11-11 10:13:10 +01:00
|
|
|
$(DNSLIBS) $(LIBASSUAN_LIBS) \
|
2022-04-20 18:47:49 +02:00
|
|
|
$(KSBA_LIBS) $(NPTH_LIBS) $(NTBTLS_LIBS) $(LIBGNUTLS_LIBS) \
|
|
|
|
$(LIBGCRYPT_LIBS) $(GPG_ERROR_LIBS) $(LIBINTL) $(LIBICONV) \
|
2023-05-24 12:06:37 +02:00
|
|
|
$(NETLIBS) $(dirmngr_rc_objs)
|
2022-04-20 18:47:49 +02:00
|
|
|
|
2015-03-19 11:02:46 +01:00
|
|
|
if USE_LDAP
|
2022-10-05 15:15:14 +02:00
|
|
|
dirmngr_LDADD += $(ldaplibs) $(LBER_LIBS)
|
2015-03-19 11:02:46 +01:00
|
|
|
endif
|
2022-12-09 06:02:07 +01:00
|
|
|
dirmngr_LDFLAGS =
|
2023-05-24 12:06:37 +02:00
|
|
|
dirmngr_DEPENDENCIES = $(dirmngr_rc_objs)
|
2010-08-02 20:54:53 +02:00
|
|
|
|
2020-01-21 11:18:50 +01:00
|
|
|
if USE_LDAP
|
2021-06-08 08:46:59 +02:00
|
|
|
dirmngr_ldap_SOURCES = dirmngr_ldap.c ldap-misc.c ldap-misc.h $(ldap_url)
|
2011-06-01 15:44:52 +02:00
|
|
|
dirmngr_ldap_CFLAGS = $(GPG_ERROR_CFLAGS) $(LIBGCRYPT_CFLAGS)
|
2010-06-09 18:53:51 +02:00
|
|
|
dirmngr_ldap_LDFLAGS =
|
2016-09-27 07:21:08 +02:00
|
|
|
dirmngr_ldap_LDADD = $(libcommon) \
|
2016-08-09 00:40:03 +02:00
|
|
|
$(GPG_ERROR_LIBS) $(LIBGCRYPT_LIBS) $(LDAPLIBS) \
|
2023-05-24 12:06:37 +02:00
|
|
|
$(LBER_LIBS) $(LIBINTL) $(LIBICONV) $(NETLIBS) \
|
|
|
|
$(dirmngr_ldap_rc_objs)
|
|
|
|
dirmngr_ldap_DEPENDENCIES = $(dirmngr_ldap_rc_objs)
|
2020-01-21 11:18:50 +01:00
|
|
|
endif
|
2010-06-09 18:53:51 +02:00
|
|
|
|
2010-10-05 16:29:37 +02:00
|
|
|
dirmngr_client_SOURCES = dirmngr-client.c
|
2016-06-08 09:17:49 +02:00
|
|
|
dirmngr_client_LDADD = $(libcommon) \
|
|
|
|
$(LIBASSUAN_LIBS) $(GPG_ERROR_LIBS) \
|
2023-05-24 12:06:37 +02:00
|
|
|
$(LIBGCRYPT_LIBS) $(NETLIBS) $(LIBINTL) $(LIBICONV) \
|
|
|
|
$(dirmngr_client_rc_objs)
|
2022-12-09 06:02:07 +01:00
|
|
|
dirmngr_client_LDFLAGS =
|
2023-05-24 12:06:37 +02:00
|
|
|
dirmngr_client_DEPENDENCIES = $(dirmngr_client_rc_objs)
|
2010-06-09 18:53:51 +02:00
|
|
|
|
2014-05-07 16:37:15 +02:00
|
|
|
|
2018-07-25 14:35:04 +02:00
|
|
|
t_common_src = t-support.h t-support.c
|
2016-12-14 15:36:25 +01:00
|
|
|
if USE_LIBDNS
|
|
|
|
t_common_src += dns.c dns.h
|
|
|
|
endif
|
2022-04-20 18:47:49 +02:00
|
|
|
t_common_ldadd = $(libcommon) $(LIBASSUAN_LIBS) \
|
|
|
|
$(NTBTLS_LIBS) $(LIBGCRYPT_LIBS) $(GPG_ERROR_LIBS) \
|
|
|
|
$(LIBGNUTLS_LIBS) \
|
|
|
|
$(NETLIBS) $(DNSLIBS) $(LIBINTL) $(LIBICONV)
|
2015-03-13 13:39:40 +01:00
|
|
|
|
2018-11-22 22:27:56 +01:00
|
|
|
module_tests = t-http-basic
|
2015-04-13 12:02:40 +02:00
|
|
|
|
|
|
|
if USE_LDAP
|
2021-06-08 08:46:59 +02:00
|
|
|
module_tests += t-ldap-parse-uri t-ldap-misc
|
2015-04-13 12:02:40 +02:00
|
|
|
endif
|
|
|
|
|
2016-09-01 11:18:10 +02:00
|
|
|
# Test which need a network connections are only used in maintainer mode.
|
|
|
|
if MAINTAINER_MODE
|
|
|
|
module_net_tests = t-dns-stuff
|
|
|
|
else
|
|
|
|
module_net_tests =
|
|
|
|
endif
|
|
|
|
|
|
|
|
# Tests which are only for manually testing are only build in maintainer-mode.
|
2015-10-18 20:07:44 +02:00
|
|
|
if MAINTAINER_MODE
|
|
|
|
module_maint_tests = t-http
|
|
|
|
else
|
|
|
|
module_maint_tests =
|
|
|
|
endif
|
|
|
|
|
|
|
|
|
|
|
|
# http tests
|
2017-02-20 09:48:37 +01:00
|
|
|
# We need to add the KSBA flags in case we are building against GNUTLS.
|
|
|
|
# In that case NTBTLS flags are empty, but we need ksba anyway.
|
2017-03-02 18:17:58 +01:00
|
|
|
t_http_SOURCES = $(t_common_src) t-http.c http.c dns-stuff.c http-common.c
|
2016-12-14 10:21:16 +01:00
|
|
|
t_http_CFLAGS = -DWITHOUT_NPTH=1 $(USE_C99_CFLAGS) \
|
2015-10-18 20:07:44 +02:00
|
|
|
$(LIBGCRYPT_CFLAGS) $(NTBTLS_CFLAGS) $(LIBGNUTLS_CFLAGS) \
|
2017-06-23 12:00:28 +02:00
|
|
|
$(LIBASSUAN_CFLAGS) $(GPG_ERROR_CFLAGS) $(KSBA_CFLAGS)
|
2015-10-18 20:07:44 +02:00
|
|
|
t_http_LDADD = $(t_common_ldadd) \
|
2017-02-20 09:48:37 +01:00
|
|
|
$(NTBTLS_LIBS) $(KSBA_LIBS) $(LIBGNUTLS_LIBS) $(DNSLIBS)
|
2015-10-18 20:07:44 +02:00
|
|
|
|
2018-11-22 22:27:56 +01:00
|
|
|
t_http_basic_SOURCES = $(t_common_src) t-http-basic.c http.c \
|
|
|
|
dns-stuff.c http-common.c
|
|
|
|
t_http_basic_CFLAGS = -DWITHOUT_NPTH=1 $(USE_C99_CFLAGS) \
|
|
|
|
$(LIBGCRYPT_CFLAGS) $(NTBTLS_CFLAGS) $(LIBGNUTLS_CFLAGS) \
|
|
|
|
$(LIBASSUAN_CFLAGS) $(GPG_ERROR_CFLAGS) $(KSBA_CFLAGS)
|
|
|
|
t_http_basic_LDADD = $(t_common_ldadd) \
|
2022-04-20 18:47:49 +02:00
|
|
|
$(NTBTLS_LIBS) $(KSBA_LIBS) $(LIBGCRYPT_LIBS) \
|
|
|
|
$(GPG_ERROR_LIBS) \
|
|
|
|
$(LIBGNUTLS_LIBS) $(DNSLIBS)
|
2018-11-22 22:27:56 +01:00
|
|
|
|
2015-03-13 13:39:40 +01:00
|
|
|
t_ldap_parse_uri_SOURCES = \
|
2015-10-21 22:11:59 +02:00
|
|
|
t-ldap-parse-uri.c ldap-parse-uri.c ldap-parse-uri.h \
|
2021-06-08 08:46:59 +02:00
|
|
|
http.c http-common.c dns-stuff.c ldap-misc.c \
|
2015-04-10 15:08:50 +02:00
|
|
|
$(ldap_url) $(t_common_src)
|
2016-12-14 10:21:16 +01:00
|
|
|
t_ldap_parse_uri_CFLAGS = -DWITHOUT_NPTH=1 $(USE_C99_CFLAGS) \
|
2017-06-23 12:00:28 +02:00
|
|
|
$(LIBGCRYPT_CFLAGS) \
|
2022-08-16 16:28:45 +02:00
|
|
|
$(LIBASSUAN_CFLAGS) $(GPG_ERROR_CFLAGS) $(KSBA_CFLAGS) \
|
|
|
|
$(NTBTLS_CFLAGS)
|
2022-04-21 11:50:51 +02:00
|
|
|
t_ldap_parse_uri_LDADD = $(ldaplibs) $(t_common_ldadd) $(KSBA_LIBS) $(DNSLIBS)
|
2015-03-13 13:39:40 +01:00
|
|
|
|
2021-06-08 08:46:59 +02:00
|
|
|
t_ldap_misc_SOURCES = t-ldap-misc.c ldap-misc.c ldap-misc.h $(ldap_url)
|
|
|
|
t_ldap_misc_CFLAGS = -DWITHOUT_NPTH=1 $(GPG_ERROR_CFLAGS) $(LIBGCRYPT_CFLAGS)
|
|
|
|
t_ldap_misc_LDFLAGS =
|
2022-04-20 18:47:49 +02:00
|
|
|
t_ldap_misc_LDADD = $(libcommon) $(NTBTLS_LIBS) $(LIBGCRYPT_LIBS) \
|
|
|
|
$(LDAPLIBS) $(LBER_LIBS) $(LIBINTL) \
|
|
|
|
$(KSBA_LIBS) $(GPG_ERROR_LIBS) $(LIBICONV) $(NETLIBS)
|
2021-06-08 08:46:59 +02:00
|
|
|
|
|
|
|
|
2016-12-14 10:21:16 +01:00
|
|
|
t_dns_stuff_CFLAGS = -DWITHOUT_NPTH=1 $(USE_C99_CFLAGS) \
|
2017-06-23 12:00:28 +02:00
|
|
|
$(LIBGCRYPT_CFLAGS) \
|
|
|
|
$(LIBASSUAN_CFLAGS) $(GPG_ERROR_CFLAGS)
|
2016-12-05 17:31:37 +01:00
|
|
|
t_dns_stuff_SOURCES = $(t_common_src) t-dns-stuff.c dns-stuff.c
|
2015-10-25 16:38:07 +01:00
|
|
|
t_dns_stuff_LDADD = $(t_common_ldadd) $(DNSLIBS)
|
2015-04-23 15:42:56 +02:00
|
|
|
|
2015-10-18 20:07:44 +02:00
|
|
|
$(PROGRAMS) : $(libcommon) $(libcommonpth)
|