2016-10-06 15:17:10 +02:00
|
|
|
# This Makefile.am is in the public domain
|
2017-03-14 12:22:03 +01:00
|
|
|
AM_CPPFLAGS = -I$(top_srcdir)/src/include
|
2016-10-06 15:17:10 +02:00
|
|
|
|
|
|
|
if USE_COVERAGE
|
|
|
|
AM_CFLAGS = --coverage -O0
|
|
|
|
XLIB = -lgcov
|
|
|
|
endif
|
|
|
|
|
|
|
|
pkgcfgdir = $(prefix)/share/taler/config.d/
|
|
|
|
|
|
|
|
pkgcfg_DATA = \
|
|
|
|
auditor.conf
|
|
|
|
|
|
|
|
bin_PROGRAMS = \
|
2017-03-14 15:13:50 +01:00
|
|
|
taler-auditor \
|
2018-11-03 21:28:52 +01:00
|
|
|
taler-auditor-exchange \
|
2018-10-06 17:29:03 +02:00
|
|
|
taler-auditor-httpd \
|
2017-09-25 23:26:48 +02:00
|
|
|
taler-wire-auditor \
|
2018-04-23 17:04:19 +02:00
|
|
|
taler-auditor-sign \
|
|
|
|
taler-auditor-dbinit
|
|
|
|
|
|
|
|
taler_auditor_dbinit_SOURCES = \
|
|
|
|
taler-auditor-dbinit.c
|
|
|
|
taler_auditor_dbinit_LDADD = \
|
|
|
|
$(LIBGCRYPT_LIBS) \
|
|
|
|
$(top_builddir)/src/util/libtalerutil.la \
|
|
|
|
$(top_builddir)/src/pq/libtalerpq.la \
|
|
|
|
$(top_builddir)/src/auditordb/libtalerauditordb.la \
|
|
|
|
-lgnunetutil $(XLIB)
|
|
|
|
taler_auditor_dbinit_LDFLAGS = \
|
|
|
|
$(POSTGRESQL_LDFLAGS)
|
|
|
|
taler_auditor_dbinit_CPPFLAGS = \
|
|
|
|
-I$(top_srcdir)/src/include \
|
|
|
|
-I$(top_srcdir)/src/pq/ \
|
|
|
|
$(POSTGRESQL_CPPFLAGS)
|
2016-10-06 15:17:10 +02:00
|
|
|
|
|
|
|
taler_auditor_SOURCES = \
|
|
|
|
taler-auditor.c
|
|
|
|
taler_auditor_LDADD = \
|
|
|
|
$(LIBGCRYPT_LIBS) \
|
|
|
|
$(top_builddir)/src/util/libtalerutil.la \
|
2017-03-17 14:09:58 +01:00
|
|
|
$(top_builddir)/src/json/libtalerjson.la \
|
2016-10-06 15:17:10 +02:00
|
|
|
$(top_builddir)/src/wire/libtalerwire.la \
|
|
|
|
$(top_builddir)/src/exchangedb/libtalerexchangedb.la \
|
|
|
|
$(top_builddir)/src/auditordb/libtalerauditordb.la \
|
2017-03-18 16:56:31 +01:00
|
|
|
-ljansson \
|
2017-10-16 11:49:32 +02:00
|
|
|
-lgnunetjson \
|
2016-10-06 15:17:10 +02:00
|
|
|
-lgnunetutil
|
|
|
|
|
2018-10-06 17:29:03 +02:00
|
|
|
taler_auditor_httpd_SOURCES = \
|
|
|
|
taler-auditor-httpd.c taler-auditor-httpd.h \
|
2018-10-21 20:52:26 +02:00
|
|
|
taler-auditor-httpd_db.c taler-auditor-httpd_db.h \
|
|
|
|
taler-auditor-httpd_deposit-confirmation.c taler-auditor-httpd_deposit-confirmation.h \
|
2018-10-28 12:03:07 +01:00
|
|
|
taler-auditor-httpd_exchanges.c taler-auditor-httpd_exchanges.h \
|
2018-10-06 17:29:03 +02:00
|
|
|
taler-auditor-httpd_mhd.c taler-auditor-httpd_mhd.h \
|
|
|
|
taler-auditor-httpd_parsing.c taler-auditor-httpd_parsing.h \
|
|
|
|
taler-auditor-httpd_responses.c taler-auditor-httpd_responses.h
|
|
|
|
taler_auditor_httpd_LDADD = \
|
|
|
|
$(LIBGCRYPT_LIBS) \
|
|
|
|
$(top_builddir)/src/util/libtalerutil.la \
|
|
|
|
$(top_builddir)/src/json/libtalerjson.la \
|
|
|
|
$(top_builddir)/src/wire/libtalerwire.la \
|
|
|
|
$(top_builddir)/src/auditordb/libtalerauditordb.la \
|
|
|
|
-lmicrohttpd \
|
|
|
|
-ljansson \
|
|
|
|
-lgnunetjson \
|
|
|
|
-lgnunetutil \
|
|
|
|
-lz
|
|
|
|
|
2017-09-25 23:26:48 +02:00
|
|
|
taler_wire_auditor_SOURCES = \
|
|
|
|
taler-wire-auditor.c
|
|
|
|
taler_wire_auditor_LDADD = \
|
|
|
|
$(LIBGCRYPT_LIBS) \
|
|
|
|
$(top_builddir)/src/util/libtalerutil.la \
|
|
|
|
$(top_builddir)/src/json/libtalerjson.la \
|
|
|
|
$(top_builddir)/src/wire/libtalerwire.la \
|
|
|
|
$(top_builddir)/src/exchangedb/libtalerexchangedb.la \
|
|
|
|
$(top_builddir)/src/auditordb/libtalerauditordb.la \
|
|
|
|
-ljansson \
|
2017-11-07 14:38:45 +01:00
|
|
|
-lgnunetjson \
|
2017-09-25 23:26:48 +02:00
|
|
|
-lgnunetutil
|
|
|
|
|
2016-10-06 16:38:42 +02:00
|
|
|
taler_auditor_sign_SOURCES = \
|
|
|
|
taler-auditor-sign.c
|
|
|
|
taler_auditor_sign_LDADD = \
|
|
|
|
$(LIBGCRYPT_LIBS) \
|
|
|
|
$(top_builddir)/src/util/libtalerutil.la \
|
2017-07-14 17:43:07 +02:00
|
|
|
$(top_builddir)/src/auditordb/libtalerauditordb.la \
|
2016-10-06 16:38:42 +02:00
|
|
|
$(top_builddir)/src/exchangedb/libtalerexchangedb.la \
|
|
|
|
-lgnunetutil $(XLIB)
|
|
|
|
|
|
|
|
|
2018-11-03 21:28:52 +01:00
|
|
|
taler_auditor_exchange_SOURCES = \
|
|
|
|
taler-auditor-exchange.c
|
|
|
|
taler_auditor_exchange_LDADD = \
|
|
|
|
$(LIBGCRYPT_LIBS) \
|
|
|
|
$(top_builddir)/src/util/libtalerutil.la \
|
|
|
|
$(top_builddir)/src/auditordb/libtalerauditordb.la \
|
|
|
|
-lgnunetutil $(XLIB)
|
|
|
|
|
2019-08-23 15:21:26 +02:00
|
|
|
check_SCRIPTS = \
|
|
|
|
test-auditor.sh
|
2018-11-03 21:28:52 +01:00
|
|
|
|
2019-08-23 15:21:26 +02:00
|
|
|
TESTS = $(check_SCRIPTS)
|
2016-10-06 16:38:42 +02:00
|
|
|
|
2016-10-06 15:17:10 +02:00
|
|
|
EXTRA_DIST = \
|
2019-08-23 15:21:26 +02:00
|
|
|
auditor.conf \
|
2019-09-06 03:08:49 +02:00
|
|
|
generate-auditor-basedb.sh \
|
|
|
|
generate-auditor-basedb.conf \
|
|
|
|
generate-auditor-basedb-template.conf \
|
|
|
|
$(check_SCRIPTS) \
|
|
|
|
auditor-basedb.sql \
|
|
|
|
auditor-basedb.fees \
|
|
|
|
auditor-basedb.mpub
|