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 = \
23 gnunet-service-rps_sampler_elem.h gnunet-service-rps_sampler_elem.c \
24 rps-sampler_common.h rps-sampler_common.c \
29 $(top_builddir)/src/util/libgnunetutil.la \
32 lib_LTLIBRARIES = libgnunetrps.la
34 libgnunetrps_la_SOURCES = \
35 rps-sampler_client.h rps-sampler_client.c \
37 libgnunetrps_la_LIBADD = \
38 $(top_builddir)/src/util/libgnunetutil.la \
40 libgnunetrps_la_LDFLAGS = \
41 $(GN_LIB_LDFLAGS) $(WINFLAGS) \
54 gnunet_service_rps_SOURCES = \
55 gnunet-service-rps_sampler_elem.h gnunet-service-rps_sampler_elem.c \
56 rps-sampler_common.h rps-sampler_common.c \
57 gnunet-service-rps_sampler.h gnunet-service-rps_sampler.c \
58 gnunet-service-rps_custommap.h gnunet-service-rps_custommap.c \
59 gnunet-service-rps_view.h gnunet-service-rps_view.c \
60 rps-test_util.h rps-test_util.c \
64 gnunet_service_rps_LDADD = \
66 $(top_builddir)/src/util/libgnunetutil.la \
67 $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \
68 $(top_builddir)/src/cadet/libgnunetcadet.la \
69 $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \
70 $(top_builddir)/src/nse/libgnunetnse.la \
71 $(top_builddir)/src/statistics/libgnunetstatistics.la \
79 test_service_rps_view \
80 test_service_rps_custommap \
81 test_service_rps_sampler_elem \
82 test_rps_malicious_1 \
83 test_rps_malicious_2 \
84 test_rps_malicious_3 \
85 test_rps_seed_request \
94 rps-test_util.h rps-test_util.c \
95 gnunet-service-rps_sampler_elem.h gnunet-service-rps_sampler_elem.c \
96 rps-sampler_common.h rps-sampler_common.c \
97 gnunet-service-rps_sampler.h gnunet-service-rps_sampler.c
101 $(top_builddir)/src/util/libgnunetutil.la \
102 $(top_builddir)/src/statistics/libgnunetstatistics.la \
103 $(top_builddir)/src/testbed/libgnunettestbed.la \
107 AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;unset XDG_DATA_HOME;unset XDG_CONFIG_HOME;
108 TESTS = $(check_PROGRAMS)
111 test_service_rps_view_SOURCES = \
112 gnunet-service-rps_view.h gnunet-service-rps_view.c \
113 test_service_rps_view.c
114 test_service_rps_view_LDADD = $(top_builddir)/src/util/libgnunetutil.la
116 test_service_rps_custommap_SOURCES = \
117 gnunet-service-rps_custommap.h gnunet-service-rps_custommap.c \
118 test_service_rps_custommap.c
119 test_service_rps_custommap_LDADD = \
120 $(top_builddir)/src/util/libgnunetutil.la
122 test_service_rps_sampler_elem_SOURCES = \
123 gnunet-service-rps_sampler_elem.h gnunet-service-rps_sampler_elem.c \
124 rps-test_util.h rps-test_util.c \
125 test_service_rps_sampler_elem.c
126 test_service_rps_sampler_elem_LDADD = $(top_builddir)/src/util/libgnunetutil.la
128 test_rps_malicious_1_SOURCES = $(rps_test_src)
129 test_rps_malicious_1_LDADD = $(ld_rps_test_lib)
131 test_rps_malicious_2_SOURCES = $(rps_test_src)
132 test_rps_malicious_2_LDADD = $(ld_rps_test_lib)
134 test_rps_malicious_3_SOURCES = $(rps_test_src)
135 test_rps_malicious_3_LDADD = $(ld_rps_test_lib)
137 test_rps_single_req_SOURCES = $(rps_test_src)
138 test_rps_single_req_LDADD = $(ld_rps_test_lib)
140 test_rps_seed_request_SOURCES = $(rps_test_src)
141 test_rps_seed_request_LDADD = $(ld_rps_test_lib)
143 test_rps_req_cancel_SOURCES = $(rps_test_src)
144 test_rps_req_cancel_LDADD = $(ld_rps_test_lib)
146 test_rps_seed_big_SOURCES = $(rps_test_src)
147 test_rps_seed_big_LDADD = $(ld_rps_test_lib)
149 test_rps_churn_SOURCES = $(rps_test_src)
150 test_rps_churn_LDADD = $(ld_rps_test_lib)
152 gnunet_rps_profiler_SOURCES = \
153 gnunet-service-rps_sampler_elem.h gnunet-service-rps_sampler_elem.c \
154 rps-sampler_common.h rps-sampler_common.c \
155 gnunet-service-rps_sampler.h gnunet-service-rps_sampler.c \
156 rps-test_util.h rps-test_util.c \
157 gnunet-rps-profiler.c
160 gnunet_rps_profiler_LDADD = \
161 $(top_builddir)/src/statistics/libgnunetstatistics.la \
163 $(top_builddir)/src/util/libgnunetutil.la \
164 $(top_builddir)/src/testbed/libgnunettestbed.la \