2003-08-05 19:11:04 +02:00
|
|
|
# Makefile for common gnupg modules
|
2010-03-10 13:24:58 +01:00
|
|
|
# Copyright (C) 2001, 2003, 2007, 2010 Free Software Foundation, Inc.
|
2003-08-05 19:11:04 +02:00
|
|
|
#
|
|
|
|
# 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
|
2007-07-04 21:49:40 +02:00
|
|
|
# the Free Software Foundation; either version 3 of the License, or
|
2003-08-05 19:11:04 +02:00
|
|
|
# (at your option) any later version.
|
2011-02-04 12:57:53 +01:00
|
|
|
#
|
2003-08-05 19:11:04 +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
|
|
|
#
|
2003-08-05 19:11:04 +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/>.
|
2003-08-05 19:11:04 +02:00
|
|
|
|
|
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
|
2011-12-01 10:51:36 +01:00
|
|
|
EXTRA_DIST = mkstrtable.awk exaudit.awk exstatus.awk ChangeLog-2011 \
|
2015-04-24 16:42:28 +02:00
|
|
|
audit-events.h status-codes.h ChangeLog.jnlib \
|
2017-03-20 10:30:08 +01:00
|
|
|
ChangeLog-2011.include w32info-rc.h.in gnupg.ico \
|
|
|
|
all-tests.scm
|
2007-11-19 17:03:50 +01:00
|
|
|
|
2015-10-18 20:07:44 +02:00
|
|
|
noinst_LIBRARIES = libcommon.a libcommonpth.a libgpgrl.a
|
2010-04-14 16:39:16 +02:00
|
|
|
if !HAVE_W32CE_SYSTEM
|
|
|
|
noinst_LIBRARIES += libsimple-pwquery.a
|
|
|
|
endif
|
2015-04-24 15:19:10 +02:00
|
|
|
noinst_PROGRAMS = $(module_tests) $(module_maint_tests)
|
|
|
|
TESTS = $(module_tests)
|
2003-08-05 19:11:04 +02:00
|
|
|
|
2007-11-19 17:03:50 +01:00
|
|
|
BUILT_SOURCES = audit-events.h status-codes.h
|
|
|
|
|
2012-05-08 15:14:58 +02:00
|
|
|
MAINTAINERCLEANFILES = audit-events.h status-codes.h
|
2007-11-27 09:37:03 +01:00
|
|
|
|
2015-04-10 13:11:59 +02:00
|
|
|
AM_CPPFLAGS =
|
* 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
|
|
|
|
2010-06-08 20:33:21 +02:00
|
|
|
AM_CFLAGS = $(LIBGCRYPT_CFLAGS) $(LIBASSUAN_CFLAGS) $(KSBA_CFLAGS)
|
2003-08-05 19:11:04 +02:00
|
|
|
|
2007-06-06 20:12:30 +02:00
|
|
|
include $(top_srcdir)/am/cmacros.am
|
|
|
|
|
2015-04-24 15:19:10 +02:00
|
|
|
|
|
|
|
common_sources = \
|
|
|
|
common-defs.h \
|
2016-08-03 15:27:03 +02:00
|
|
|
util.h utilproto.h fwddecl.h i18n.c i18n.h \
|
2014-01-29 17:39:22 +01:00
|
|
|
types.h host2net.h dynload.h w32help.h \
|
2014-02-26 16:18:45 +01:00
|
|
|
mapstrings.c stringhelp.c stringhelp.h \
|
2010-03-10 13:24:58 +01:00
|
|
|
strlist.c strlist.h \
|
|
|
|
utf8conv.c utf8conv.h \
|
|
|
|
argparse.c argparse.h \
|
|
|
|
logging.c logging.h \
|
|
|
|
dotlock.c dotlock.h \
|
2015-04-24 15:19:10 +02:00
|
|
|
mischelp.c mischelp.h \
|
2007-11-19 17:03:50 +01:00
|
|
|
status.c status.h\
|
2013-02-06 12:49:52 +01:00
|
|
|
shareddefs.h \
|
2006-08-21 22:20:23 +02:00
|
|
|
openpgpdefs.h \
|
2007-08-02 20:12:43 +02:00
|
|
|
gc-opt-flags.h \
|
2006-08-21 22:20:23 +02:00
|
|
|
keyserver.h \
|
2004-01-27 17:40:42 +01:00
|
|
|
sexp-parse.h \
|
2007-08-10 18:52:05 +02:00
|
|
|
tlv.c tlv.h \
|
2007-06-26 15:48:44 +02:00
|
|
|
init.c init.h \
|
2005-04-11 18:10:03 +02:00
|
|
|
sexputil.c \
|
2003-08-05 19:11:04 +02:00
|
|
|
sysutils.c sysutils.h \
|
2004-12-21 11:03:00 +01:00
|
|
|
homedir.c \
|
2010-04-20 15:47:12 +02:00
|
|
|
gettime.c gettime.h \
|
2003-08-05 19:11:04 +02:00
|
|
|
yesno.c \
|
2015-10-30 12:33:40 +01:00
|
|
|
b64enc.c b64dec.c zb32.c zb32.h \
|
2006-09-15 20:53:37 +02:00
|
|
|
convert.c \
|
2008-12-05 17:31:39 +01:00
|
|
|
percent.c \
|
2015-02-25 11:43:50 +01:00
|
|
|
mbox-util.c mbox-util.h \
|
2003-08-05 19:11:04 +02:00
|
|
|
miscellaneous.c \
|
2004-01-30 13:37:09 +01:00
|
|
|
xasprintf.c \
|
2004-06-14 10:32:07 +02:00
|
|
|
xreadline.c \
|
2003-08-05 19:11:04 +02:00
|
|
|
membuf.c membuf.h \
|
2016-05-24 15:43:16 +02:00
|
|
|
ccparray.c ccparray.h \
|
2003-08-05 19:11:04 +02:00
|
|
|
iobuf.c iobuf.h \
|
|
|
|
ttyio.c ttyio.h \
|
2012-02-06 20:52:27 +01:00
|
|
|
asshelp.c asshelp2.c asshelp.h \
|
2010-03-22 16:00:54 +01:00
|
|
|
exechelp.h \
|
2003-08-14 21:58:03 +02:00
|
|
|
signal.c \
|
2007-11-19 17:03:50 +01:00
|
|
|
audit.c audit.h \
|
2007-12-04 12:23:31 +01:00
|
|
|
localename.c \
|
2009-07-07 12:02:41 +02:00
|
|
|
session-env.c session-env.h \
|
2009-12-08 17:30:33 +01:00
|
|
|
userids.c userids.h \
|
2011-01-31 18:19:14 +01:00
|
|
|
openpgp-oid.c \
|
2011-07-20 16:40:29 +02:00
|
|
|
ssh-utils.c ssh-utils.h \
|
2013-02-06 12:49:52 +01:00
|
|
|
agent-opt.c \
|
2015-09-29 14:12:00 +02:00
|
|
|
helpfile.c \
|
2015-11-06 10:51:35 +01:00
|
|
|
mkdir_p.c mkdir_p.h \
|
2015-11-24 13:40:56 +01:00
|
|
|
strlist.c strlist.h \
|
2016-03-02 14:14:33 +01:00
|
|
|
exectool.c exectool.h \
|
2016-04-08 19:21:12 +02:00
|
|
|
server-help.c server-help.h \
|
2016-06-30 20:25:46 +02:00
|
|
|
name-value.c name-value.h \
|
2017-02-16 14:07:27 +01:00
|
|
|
recsel.c recsel.h \
|
2017-05-31 14:33:45 +02:00
|
|
|
ksba-io-support.c ksba-io-support.h \
|
2017-10-17 21:10:19 +02:00
|
|
|
compliance.c compliance.h \
|
|
|
|
pkscreening.c pkscreening.h
|
2017-02-16 14:07:27 +01:00
|
|
|
|
2003-08-05 19:11:04 +02:00
|
|
|
|
2015-04-24 15:19:10 +02:00
|
|
|
if HAVE_W32_SYSTEM
|
2016-08-11 13:03:16 +02:00
|
|
|
common_sources += w32-reg.c
|
2015-04-24 15:19:10 +02:00
|
|
|
endif
|
|
|
|
|
2010-03-22 16:00:54 +01:00
|
|
|
# To make the code easier to read we have split home some code into
|
|
|
|
# separate source files.
|
|
|
|
if HAVE_W32_SYSTEM
|
|
|
|
if HAVE_W32CE_SYSTEM
|
2011-02-04 12:57:53 +01:00
|
|
|
common_sources += exechelp-w32ce.c
|
2010-03-22 16:00:54 +01:00
|
|
|
else
|
2011-02-04 12:57:53 +01:00
|
|
|
common_sources += exechelp-w32.c
|
2010-03-22 16:00:54 +01:00
|
|
|
endif
|
|
|
|
else
|
2011-02-04 12:57:53 +01:00
|
|
|
common_sources += exechelp-posix.c
|
2010-03-22 16:00:54 +01:00
|
|
|
endif
|
|
|
|
|
Port to npth.
* configure.ac: Don't check for PTH but for NPTH.
(AH_BOTTOM): Remove PTH_SYSCALL_SOFT.
(have_pth): Rename to ...
(have_npth): ... this.
(USE_GNU_NPTH): Rename to ...
(USE_GNU_PTH): ... this.
* m4/npth.m4: New file.
* agent/Makefile.am, agent/cache.c, agent/call-pinentry.c,
agent/call-scd.c, agent/findkey.c, agent/gpg-agent.c,
agent/trustlist.c, common/Makefile.am, common/estream.c,
common/exechelp-posix.c, common/exechelp-w32.c,
common/exechelp-w32ce.c, common/http.c, common/init.c,
common/sysutils.c, dirmngr/Makefile.am, dirmngr/crlfetch.c,
dirmngr/dirmngr.c, dirmngr/dirmngr_ldap.c, dirmngr/ldap-wrapper-ce.c,
dirmngr/ldap-wrapper.c, dirmngr/ldap.c, g13/Makefile.am,
g13/call-gpg.c, g13/g13.c, g13/runner.c, scd/Makefile.am,
scd/apdu.c, scd/app.c, scd/ccid-driver.c, scd/command.c,
scd/scdaemon.c, tools/Makefile.am: Port to npth.
2012-01-03 22:12:37 +01:00
|
|
|
# Sources only useful without NPTH.
|
|
|
|
without_npth_sources = \
|
2009-04-01 12:51:53 +02:00
|
|
|
get-passphrase.c get-passphrase.h
|
2007-06-14 19:05:07 +02:00
|
|
|
|
2016-09-27 15:54:56 +02:00
|
|
|
# Sources only useful with NPTH.
|
|
|
|
with_npth_sources = \
|
|
|
|
call-gpg.c call-gpg.h
|
2007-11-19 17:03:50 +01:00
|
|
|
|
2015-04-24 15:19:10 +02:00
|
|
|
libcommon_a_SOURCES = $(common_sources) $(without_npth_sources)
|
Port to npth.
* configure.ac: Don't check for PTH but for NPTH.
(AH_BOTTOM): Remove PTH_SYSCALL_SOFT.
(have_pth): Rename to ...
(have_npth): ... this.
(USE_GNU_NPTH): Rename to ...
(USE_GNU_PTH): ... this.
* m4/npth.m4: New file.
* agent/Makefile.am, agent/cache.c, agent/call-pinentry.c,
agent/call-scd.c, agent/findkey.c, agent/gpg-agent.c,
agent/trustlist.c, common/Makefile.am, common/estream.c,
common/exechelp-posix.c, common/exechelp-w32.c,
common/exechelp-w32ce.c, common/http.c, common/init.c,
common/sysutils.c, dirmngr/Makefile.am, dirmngr/crlfetch.c,
dirmngr/dirmngr.c, dirmngr/dirmngr_ldap.c, dirmngr/ldap-wrapper-ce.c,
dirmngr/ldap-wrapper.c, dirmngr/ldap.c, g13/Makefile.am,
g13/call-gpg.c, g13/g13.c, g13/runner.c, scd/Makefile.am,
scd/apdu.c, scd/app.c, scd/ccid-driver.c, scd/command.c,
scd/scdaemon.c, tools/Makefile.am: Port to npth.
2012-01-03 22:12:37 +01:00
|
|
|
libcommon_a_CFLAGS = $(AM_CFLAGS) $(LIBASSUAN_CFLAGS) -DWITHOUT_NPTH=1
|
2006-10-17 16:34:42 +02:00
|
|
|
|
2016-09-27 15:54:56 +02:00
|
|
|
libcommonpth_a_SOURCES = $(common_sources) $(with_npth_sources)
|
Port to npth.
* configure.ac: Don't check for PTH but for NPTH.
(AH_BOTTOM): Remove PTH_SYSCALL_SOFT.
(have_pth): Rename to ...
(have_npth): ... this.
(USE_GNU_NPTH): Rename to ...
(USE_GNU_PTH): ... this.
* m4/npth.m4: New file.
* agent/Makefile.am, agent/cache.c, agent/call-pinentry.c,
agent/call-scd.c, agent/findkey.c, agent/gpg-agent.c,
agent/trustlist.c, common/Makefile.am, common/estream.c,
common/exechelp-posix.c, common/exechelp-w32.c,
common/exechelp-w32ce.c, common/http.c, common/init.c,
common/sysutils.c, dirmngr/Makefile.am, dirmngr/crlfetch.c,
dirmngr/dirmngr.c, dirmngr/dirmngr_ldap.c, dirmngr/ldap-wrapper-ce.c,
dirmngr/ldap-wrapper.c, dirmngr/ldap.c, g13/Makefile.am,
g13/call-gpg.c, g13/g13.c, g13/runner.c, scd/Makefile.am,
scd/apdu.c, scd/app.c, scd/ccid-driver.c, scd/command.c,
scd/scdaemon.c, tools/Makefile.am: Port to npth.
2012-01-03 22:12:37 +01:00
|
|
|
libcommonpth_a_CFLAGS = $(AM_CFLAGS) $(LIBASSUAN_CFLAGS) $(NPTH_CFLAGS)
|
2006-10-17 16:34:42 +02:00
|
|
|
|
2010-04-14 16:39:16 +02:00
|
|
|
if !HAVE_W32CE_SYSTEM
|
2003-08-05 19:11:04 +02:00
|
|
|
libsimple_pwquery_a_SOURCES = \
|
2004-03-06 21:11:19 +01:00
|
|
|
simple-pwquery.c simple-pwquery.h asshelp.c asshelp.h
|
2006-10-24 16:48:02 +02:00
|
|
|
libsimple_pwquery_a_CFLAGS = $(AM_CFLAGS) $(LIBASSUAN_CFLAGS)
|
2010-04-14 16:39:16 +02:00
|
|
|
endif
|
2003-08-05 19:11:04 +02:00
|
|
|
|
2006-09-21 15:30:45 +02:00
|
|
|
libgpgrl_a_SOURCES = \
|
|
|
|
gpgrlhelp.c
|
2006-09-15 20:53:37 +02:00
|
|
|
|
2009-12-08 19:11:48 +01:00
|
|
|
if MAINTAINER_MODE
|
|
|
|
# Note: Due to the dependency on Makefile, the file will always be
|
|
|
|
# rebuilt, so we allow this only in maintainer mode.
|
|
|
|
|
2007-11-19 17:03:50 +01:00
|
|
|
# Create the audit-events.h include file from audit.h
|
2009-12-04 12:37:12 +01:00
|
|
|
# Note: We create the target file in the source directory because it
|
|
|
|
# is a distributed built source. If we would not do that we may end
|
|
|
|
# up with two files and then it is not clear which version of the
|
|
|
|
# files will be picked up.
|
2010-08-13 13:42:14 +02:00
|
|
|
audit-events.h: Makefile.am mkstrtable.awk exaudit.awk audit.h
|
2007-11-19 17:03:50 +01:00
|
|
|
$(AWK) -f $(srcdir)/exaudit.awk $(srcdir)/audit.h \
|
|
|
|
| $(AWK) -f $(srcdir)/mkstrtable.awk -v textidx=3 -v nogettext=1 \
|
2010-08-13 13:42:14 +02:00
|
|
|
-v namespace=eventstr_ > $(srcdir)/audit-events.h
|
2007-11-19 17:03:50 +01:00
|
|
|
|
|
|
|
# Create the status-codes.h include file from status.h
|
2010-08-13 13:42:14 +02:00
|
|
|
status-codes.h: Makefile.am mkstrtable.awk exstatus.awk status.h
|
2007-11-19 17:03:50 +01:00
|
|
|
$(AWK) -f $(srcdir)/exstatus.awk $(srcdir)/status.h \
|
|
|
|
| $(AWK) -f $(srcdir)/mkstrtable.awk -v textidx=3 -v nogettext=1 \
|
2010-08-13 13:42:14 +02:00
|
|
|
-v namespace=statusstr_ > $(srcdir)/status-codes.h
|
2009-12-08 19:11:48 +01:00
|
|
|
endif
|
2007-11-19 17:03:50 +01:00
|
|
|
|
2006-09-15 20:53:37 +02:00
|
|
|
#
|
|
|
|
# Module tests
|
|
|
|
#
|
2015-04-24 15:19:10 +02:00
|
|
|
module_tests = t-stringhelp t-timestuff \
|
|
|
|
t-convert t-percent t-gettime t-sysutils t-sexputil \
|
2015-04-23 15:42:56 +02:00
|
|
|
t-session-env t-openpgp-oid t-ssh-utils \
|
2016-04-08 19:21:12 +02:00
|
|
|
t-mapstrings t-zb32 t-mbox-util t-iobuf t-strlist \
|
2016-06-30 20:25:46 +02:00
|
|
|
t-name-value t-ccparray t-recsel
|
2010-03-22 13:46:05 +01:00
|
|
|
if !HAVE_W32CE_SYSTEM
|
2016-07-26 14:29:12 +02:00
|
|
|
module_tests += t-exechelp t-exectool
|
2010-03-22 13:46:05 +01:00
|
|
|
endif
|
2015-04-24 15:19:10 +02:00
|
|
|
if HAVE_W32_SYSTEM
|
|
|
|
module_tests += t-w32-reg
|
|
|
|
endif
|
2014-09-18 16:00:34 +02:00
|
|
|
|
|
|
|
if MAINTAINER_MODE
|
2015-10-18 20:07:44 +02:00
|
|
|
module_maint_tests = t-helpfile t-b64
|
2014-09-18 16:00:34 +02:00
|
|
|
else
|
|
|
|
module_maint_tests =
|
|
|
|
endif
|
2006-09-15 20:53:37 +02:00
|
|
|
|
2015-04-24 15:19:10 +02:00
|
|
|
t_extra_src = t-support.h
|
2010-03-10 13:24:58 +01:00
|
|
|
|
2014-09-18 16:00:34 +02:00
|
|
|
t_common_cflags = $(KSBA_CFLAGS) $(LIBGCRYPT_CFLAGS) \
|
2016-09-30 12:34:31 +02:00
|
|
|
$(LIBASSUAN_CFLAGS) $(GPG_ERROR_CFLAGS) $(INCICONV)
|
2014-11-11 10:13:10 +01:00
|
|
|
t_common_ldadd = libcommon.a \
|
2014-05-02 10:33:19 +02:00
|
|
|
$(LIBGCRYPT_LIBS) $(LIBASSUAN_LIBS) $(GPG_ERROR_LIBS) \
|
|
|
|
$(LIBINTL) $(LIBICONV)
|
2006-09-15 20:53:37 +02:00
|
|
|
|
2014-09-18 16:00:34 +02:00
|
|
|
|
2015-04-24 15:19:10 +02:00
|
|
|
# Common tests
|
|
|
|
t_stringhelp_SOURCES = t-stringhelp.c $(t_extra_src)
|
2010-03-10 13:24:58 +01:00
|
|
|
t_stringhelp_LDADD = $(t_common_ldadd)
|
|
|
|
|
2015-04-24 15:19:10 +02:00
|
|
|
t_timestuff_SOURCES = t-timestuff.c $(t_extra_src)
|
2010-03-10 13:24:58 +01:00
|
|
|
t_timestuff_LDADD = $(t_common_ldadd)
|
|
|
|
|
2006-09-15 20:53:37 +02:00
|
|
|
t_convert_LDADD = $(t_common_ldadd)
|
2008-12-05 17:31:39 +01:00
|
|
|
t_percent_LDADD = $(t_common_ldadd)
|
2007-07-05 18:58:19 +02:00
|
|
|
t_gettime_LDADD = $(t_common_ldadd)
|
2007-08-22 12:55:07 +02:00
|
|
|
t_sysutils_LDADD = $(t_common_ldadd)
|
2007-12-04 12:23:31 +01:00
|
|
|
t_helpfile_LDADD = $(t_common_ldadd)
|
2007-12-13 16:45:40 +01:00
|
|
|
t_sexputil_LDADD = $(t_common_ldadd)
|
2008-04-07 21:31:12 +02:00
|
|
|
t_b64_LDADD = $(t_common_ldadd)
|
2009-03-19 08:09:31 +01:00
|
|
|
t_exechelp_LDADD = $(t_common_ldadd)
|
2016-07-26 14:29:12 +02:00
|
|
|
t_exectool_LDADD = $(t_common_ldadd)
|
2009-07-07 12:02:41 +02:00
|
|
|
t_session_env_LDADD = $(t_common_ldadd)
|
2011-01-31 18:19:14 +01:00
|
|
|
t_openpgp_oid_LDADD = $(t_common_ldadd)
|
2011-07-20 16:40:29 +02:00
|
|
|
t_ssh_utils_LDADD = $(t_common_ldadd)
|
2014-02-26 16:18:45 +01:00
|
|
|
t_mapstrings_LDADD = $(t_common_ldadd)
|
2015-10-30 12:40:22 +01:00
|
|
|
|
|
|
|
t_zb32_SOURCES = t-zb32.c $(t_extra_src)
|
2014-04-15 16:40:48 +02:00
|
|
|
t_zb32_LDADD = $(t_common_ldadd)
|
2015-10-30 12:40:22 +01:00
|
|
|
|
2015-02-25 11:43:50 +01:00
|
|
|
t_mbox_util_LDADD = $(t_common_ldadd)
|
2015-08-12 02:19:05 +02:00
|
|
|
t_iobuf_LDADD = $(t_common_ldadd)
|
2015-11-06 10:51:35 +01:00
|
|
|
t_strlist_LDADD = $(t_common_ldadd)
|
2016-06-23 11:55:46 +02:00
|
|
|
t_name_value_LDADD = $(t_common_ldadd)
|
2016-05-24 15:43:16 +02:00
|
|
|
t_ccparray_LDADD = $(t_common_ldadd)
|
2016-06-30 20:25:46 +02:00
|
|
|
t_recsel_LDADD = $(t_common_ldadd)
|
2014-05-02 10:33:19 +02:00
|
|
|
|
2015-04-24 15:19:10 +02:00
|
|
|
# System specific test
|
|
|
|
if HAVE_W32_SYSTEM
|
|
|
|
t_w32_reg_SOURCES = t-w32-reg.c $(t_extra_src)
|
|
|
|
t_w32_reg_LDADD = $(t_common_ldadd)
|
|
|
|
endif
|
|
|
|
|
2014-05-07 16:37:15 +02:00
|
|
|
# All programs should depend on the created libs.
|
2015-10-18 20:07:44 +02:00
|
|
|
$(PROGRAMS) : libcommon.a libcommonpth.a
|