aboutsummaryrefslogtreecommitdiff
path: root/src/regex
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-09-13 12:39:21 +0000
committerChristian Grothoff <christian@grothoff.org>2014-09-13 12:39:21 +0000
commite184df6030ab5c5374fe3b8a94482ff5a30c1580 (patch)
treefb23e34c6ee51b51cf597f7f5011be4b18d328e1 /src/regex
parent5a8cef27282ebb1441dcd17cfd412a06e430a4c7 (diff)
downloadgnunet-e184df6030ab5c5374fe3b8a94482ff5a30c1580.tar.gz
gnunet-e184df6030ab5c5374fe3b8a94482ff5a30c1580.zip
trying to do something about #3540
Diffstat (limited to 'src/regex')
-rw-r--r--src/regex/Makefile.am37
1 files changed, 25 insertions, 12 deletions
diff --git a/src/regex/Makefile.am b/src/regex/Makefile.am
index 775b0d95d..428dccda2 100644
--- a/src/regex/Makefile.am
+++ b/src/regex/Makefile.am
@@ -83,7 +83,9 @@ libgnunet_plugin_block_regex_la_LIBADD = \
83libgnunet_plugin_block_regex_la_LDFLAGS = \ 83libgnunet_plugin_block_regex_la_LDFLAGS = \
84 $(GN_PLUGIN_LDFLAGS) 84 $(GN_PLUGIN_LDFLAGS)
85libgnunet_plugin_block_regex_la_DEPENDENCIES = \ 85libgnunet_plugin_block_regex_la_DEPENDENCIES = \
86 libgnunetregexblock.la 86 $(top_builddir)/src/regex/libgnunetregexblock.la \
87 $(top_builddir)/src/block/libgnunetblock.la \
88 $(top_builddir)/src/util/libgnunetutil.la
87 89
88if HAVE_MYSQL 90if HAVE_MYSQL
89noinst_mysql_progs = \ 91noinst_mysql_progs = \
@@ -95,9 +97,12 @@ gnunet_regex_simulation_profiler_LDADD = \
95 $(top_builddir)/src/util/libgnunetutil.la \ 97 $(top_builddir)/src/util/libgnunetutil.la \
96 $(top_builddir)/src/regex/libgnunetregex_internal.a \ 98 $(top_builddir)/src/regex/libgnunetregex_internal.a \
97 $(top_builddir)/src/dht/libgnunetdht.la \ 99 $(top_builddir)/src/dht/libgnunetdht.la \
98 $(top_builddir)/src/mysql/libgnunetmysql.la 100 $(top_builddir)/src/mysql/libgnunetmysql.la
99gnunet_regex_simulation_profiler_DEPENDENCIES = \ 101gnunet_regex_simulation_profiler_DEPENDENCIES = \
100 libgnunetregex_internal.a 102 $(top_builddir)/src/util/libgnunetutil.la \
103 $(top_builddir)/src/regex/libgnunetregex_internal.a \
104 $(top_builddir)/src/dht/libgnunetdht.la \
105 $(top_builddir)/src/mysql/libgnunetmysql.la
101endif 106endif
102 107
103libgnunetregextest_a_SOURCES = \ 108libgnunetregextest_a_SOURCES = \
@@ -108,6 +113,7 @@ libgnunetregextest_a_LIBADD = \
108 $(top_builddir)/src/util/libgnunetutil.la \ 113 $(top_builddir)/src/util/libgnunetutil.la \
109 $(top_builddir)/src/regex/libgnunetregex_internal.a 114 $(top_builddir)/src/regex/libgnunetregex_internal.a
110libgnunetregextest_a_DEPENDENCIES = \ 115libgnunetregextest_a_DEPENDENCIES = \
116 $(top_builddir)/src/util/libgnunetutil.la \
111 libgnunetregex_internal.a 117 libgnunetregex_internal.a
112 118
113if HAVE_TESTING 119if HAVE_TESTING
@@ -125,8 +131,11 @@ perf_regex_LDADD = -lm \
125 $(top_builddir)/src/regex/libgnunetregextest.a \ 131 $(top_builddir)/src/regex/libgnunetregextest.a \
126 $(top_builddir)/src/util/libgnunetutil.la 132 $(top_builddir)/src/util/libgnunetutil.la
127perf_regex_DEPENDENCIES = \ 133perf_regex_DEPENDENCIES = \
128 libgnunetregex_internal.a \ 134 $(top_builddir)/src/regex/libgnunetregex_internal.a \
129 libgnunetregextest.a 135 $(top_builddir)/src/dht/libgnunetdht.la \
136 $(top_builddir)/src/regex/libgnunetregexblock.la \
137 $(top_builddir)/src/regex/libgnunetregextest.a \
138 $(top_builddir)/src/util/libgnunetutil.la
130 139
131gnunet_regex_profiler_SOURCES = \ 140gnunet_regex_profiler_SOURCES = \
132 gnunet-regex-profiler.c 141 gnunet-regex-profiler.c
@@ -141,10 +150,13 @@ gnunet_regex_profiler_LDADD = -lm \
141 $(top_builddir)/src/util/libgnunetutil.la 150 $(top_builddir)/src/util/libgnunetutil.la
142gnunet_regex_profiler_DEPENDENCIES = \ 151gnunet_regex_profiler_DEPENDENCIES = \
143 $(top_builddir)/src/arm/libgnunetarm.la \ 152 $(top_builddir)/src/arm/libgnunetarm.la \
153 $(top_builddir)/src/testbed/libgnunettestbed.la \
154 $(top_builddir)/src/regex/libgnunetregex_internal.a \
144 $(top_builddir)/src/dht/libgnunetdht.la \ 155 $(top_builddir)/src/dht/libgnunetdht.la \
145 libgnunetregex_internal.a \ 156 $(top_builddir)/src/regex/libgnunetregexblock.la \
146 libgnunetregextest.a 157 $(top_builddir)/src/regex/libgnunetregextest.a \
147 158 $(top_builddir)/src/statistics/libgnunetstatistics.la \
159 $(top_builddir)/src/util/libgnunetutil.la
148 160
149gnunet_daemon_regexprofiler_SOURCES = \ 161gnunet_daemon_regexprofiler_SOURCES = \
150 gnunet-daemon-regexprofiler.c 162 gnunet-daemon-regexprofiler.c
@@ -156,11 +168,12 @@ gnunet_daemon_regexprofiler_LDADD = -lm \
156 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 168 $(top_builddir)/src/statistics/libgnunetstatistics.la \
157 $(top_builddir)/src/util/libgnunetutil.la 169 $(top_builddir)/src/util/libgnunetutil.la
158gnunet_daemon_regexprofiler_DEPENDENCIES = \ 170gnunet_daemon_regexprofiler_DEPENDENCIES = \
171 $(top_builddir)/src/regex/libgnunetregex_internal.a \
159 $(top_builddir)/src/dht/libgnunetdht.la \ 172 $(top_builddir)/src/dht/libgnunetdht.la \
160 libgnunetregextest.a \ 173 $(top_builddir)/src/regex/libgnunetregexblock.la \
161 libgnunetregex_internal.a 174 $(top_builddir)/src/regex/libgnunetregextest.a \
162 175 $(top_builddir)/src/statistics/libgnunetstatistics.la \
163 176 $(top_builddir)/src/util/libgnunetutil.la
164 177
165check_PROGRAMS = \ 178check_PROGRAMS = \
166 test_regex_eval_api \ 179 test_regex_eval_api \