1 # This Makefile.am is in the public domain
2 AM_CPPFLAGS = -I$(top_srcdir)/src/include
5 WINFLAGS = -Wl,--no-undefined -Wl,--export-all-symbols
9 AM_CFLAGS = --coverage -O0
13 pkgcfgdir= $(pkgdatadir)/config.d/
15 libexecdir= $(pkglibdir)/libexec/
20 bin_PROGRAMS = gnunet-rps
22 gnunet_rps_SOURCES = gnunet-rps.c
25 $(top_builddir)/src/util/libgnunetutil.la \
28 lib_LTLIBRARIES = libgnunetrps.la
30 libgnunetrps_la_SOURCES = \
32 libgnunetrps_la_LIBADD = \
33 $(top_builddir)/src/util/libgnunetutil.la \
35 libgnunetrps_la_LDFLAGS = \
36 $(GN_LIB_LDFLAGS) $(WINFLAGS) \
49 gnunet_service_rps_SOURCES = \
50 gnunet-service-rps_sampler_elem.h gnunet-service-rps_sampler_elem.c \
51 gnunet-service-rps_sampler.h gnunet-service-rps_sampler.c \
52 gnunet-service-rps_custommap.h gnunet-service-rps_custommap.c \
53 gnunet-service-rps_view.h gnunet-service-rps_view.c \
54 rps-test_util.h rps-test_util.c \
58 gnunet_service_rps_LDADD = \
60 $(top_builddir)/src/util/libgnunetutil.la \
61 $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \
62 $(top_builddir)/src/cadet/libgnunetcadet.la \
63 $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \
64 $(top_builddir)/src/nse/libgnunetnse.la \
65 $(top_builddir)/src/statistics/libgnunetstatistics.la \
73 test_service_rps_view \
74 test_service_rps_custommap \
75 test_service_rps_sampler_elem \
76 test_rps_malicious_1 \
77 test_rps_malicious_2 \
78 test_rps_malicious_3 \
79 test_rps_seed_request \
88 $(top_builddir)/src/util/libgnunetutil.la \
89 $(top_builddir)/src/testbed/libgnunettestbed.la \
94 rps-test_util.h rps-test_util.c \
95 gnunet-service-rps_sampler_elem.h gnunet-service-rps_sampler_elem.c
98 AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;unset XDG_DATA_HOME;unset XDG_CONFIG_HOME;
99 TESTS = $(check_PROGRAMS)
102 test_service_rps_view_SOURCES = \
103 gnunet-service-rps_view.h gnunet-service-rps_view.c \
104 test_service_rps_view.c
105 test_service_rps_view_LDADD = $(top_builddir)/src/util/libgnunetutil.la
107 test_service_rps_custommap_SOURCES = \
108 gnunet-service-rps_custommap.h gnunet-service-rps_custommap.c \
109 test_service_rps_custommap.c
110 test_service_rps_custommap_LDADD = \
111 $(top_builddir)/src/util/libgnunetutil.la
113 test_service_rps_sampler_elem_SOURCES = \
114 gnunet-service-rps_sampler_elem.h gnunet-service-rps_sampler_elem.c \
115 rps-test_util.h rps-test_util.c \
116 test_service_rps_sampler_elem.c
117 test_service_rps_sampler_elem_LDADD = $(top_builddir)/src/util/libgnunetutil.la
119 test_rps_malicious_1_SOURCES = $(rps_test_src)
120 test_rps_malicious_1_LDADD = $(ld_rps_test_lib)
122 test_rps_malicious_2_SOURCES = $(rps_test_src)
123 test_rps_malicious_2_LDADD = $(ld_rps_test_lib)
125 test_rps_malicious_3_SOURCES = $(rps_test_src)
126 test_rps_malicious_3_LDADD = $(ld_rps_test_lib)
128 test_rps_single_req_SOURCES = $(rps_test_src)
129 test_rps_single_req_LDADD = $(ld_rps_test_lib)
131 test_rps_seed_request_SOURCES = $(rps_test_src)
132 test_rps_seed_request_LDADD = $(ld_rps_test_lib)
134 test_rps_req_cancel_SOURCES = $(rps_test_src)
135 test_rps_req_cancel_LDADD = $(ld_rps_test_lib)
137 test_rps_seed_big_SOURCES = $(rps_test_src)
138 test_rps_seed_big_LDADD = $(ld_rps_test_lib)
140 test_rps_churn_SOURCES = $(rps_test_src)
141 test_rps_churn_LDADD = $(ld_rps_test_lib)
143 gnunet_rps_profiler_SOURCES = $(rps_test_src)
144 gnunet_rps_profiler_LDADD = \
145 $(top_builddir)/src/statistics/libgnunetstatistics.la \