Makefile.in revision 1.1.1.3 1 1.1 christos # Makefile.in generated by automake 1.16.5 from Makefile.am.
2 1.1 christos # @configure_input@
3 1.1 christos
4 1.1 christos # Copyright (C) 1994-2021 Free Software Foundation, Inc.
5 1.1 christos
6 1.1 christos # This Makefile.in is free software; the Free Software Foundation
7 1.1 christos # gives unlimited permission to copy and/or distribute it,
8 1.1 christos # with or without modifications, as long as this notice is preserved.
9 1.1 christos
10 1.1 christos # This program is distributed in the hope that it will be useful,
11 1.1 christos # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 1.1 christos # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 1.1 christos # PARTICULAR PURPOSE.
14 1.1 christos
15 1.1 christos @SET_MAKE@
16 1.1 christos
17 1.1 christos # Hey Emacs, this is -*- makefile-automake -*- file!
18 1.1 christos # vim: filetype=automake
19 1.1 christos
20 1.1 christos # Hey Emacs, this is -*- makefile-automake -*- file!
21 1.1 christos # vim: filetype=automake
22 1.1 christos VPATH = @srcdir@
23 1.1 christos am__is_gnu_make = { \
24 1.1 christos if test -z '$(MAKELEVEL)'; then \
25 1.1 christos false; \
26 1.1 christos elif test -n '$(MAKE_HOST)'; then \
27 1.1 christos true; \
28 1.1 christos elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
29 1.1 christos true; \
30 1.1 christos else \
31 1.1 christos false; \
32 1.1 christos fi; \
33 1.1 christos }
34 1.1 christos am__make_running_with_option = \
35 1.1 christos case $${target_option-} in \
36 1.1 christos ?) ;; \
37 1.1 christos *) echo "am__make_running_with_option: internal error: invalid" \
38 1.1 christos "target option '$${target_option-}' specified" >&2; \
39 1.1 christos exit 1;; \
40 1.1 christos esac; \
41 1.1 christos has_opt=no; \
42 1.1 christos sane_makeflags=$$MAKEFLAGS; \
43 1.1 christos if $(am__is_gnu_make); then \
44 1.1 christos sane_makeflags=$$MFLAGS; \
45 1.1 christos else \
46 1.1 christos case $$MAKEFLAGS in \
47 1.1 christos *\\[\ \ ]*) \
48 1.1 christos bs=\\; \
49 1.1 christos sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
50 1.1 christos | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
51 1.1 christos esac; \
52 1.1 christos fi; \
53 1.1 christos skip_next=no; \
54 1.1 christos strip_trailopt () \
55 1.1 christos { \
56 1.1 christos flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
57 1.1 christos }; \
58 1.1 christos for flg in $$sane_makeflags; do \
59 1.1 christos test $$skip_next = yes && { skip_next=no; continue; }; \
60 1.1 christos case $$flg in \
61 1.1 christos *=*|--*) continue;; \
62 1.1 christos -*I) strip_trailopt 'I'; skip_next=yes;; \
63 1.1 christos -*I?*) strip_trailopt 'I';; \
64 1.1 christos -*O) strip_trailopt 'O'; skip_next=yes;; \
65 1.1 christos -*O?*) strip_trailopt 'O';; \
66 1.1 christos -*l) strip_trailopt 'l'; skip_next=yes;; \
67 1.1 christos -*l?*) strip_trailopt 'l';; \
68 1.1 christos -[dEDm]) skip_next=yes;; \
69 1.1 christos -[JT]) skip_next=yes;; \
70 1.1 christos esac; \
71 1.1 christos case $$flg in \
72 1.1 christos *$$target_option*) has_opt=yes; break;; \
73 1.1 christos esac; \
74 1.1 christos done; \
75 1.1 christos test $$has_opt = yes
76 1.1 christos am__make_dryrun = (target_option=n; $(am__make_running_with_option))
77 1.1 christos am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
78 1.1 christos pkgdatadir = $(datadir)/@PACKAGE@
79 1.1 christos pkgincludedir = $(includedir)/@PACKAGE@
80 1.1 christos pkglibdir = $(libdir)/@PACKAGE@
81 1.1 christos pkglibexecdir = $(libexecdir)/@PACKAGE@
82 1.1 christos am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
83 1.1 christos install_sh_DATA = $(install_sh) -c -m 644
84 1.1 christos install_sh_PROGRAM = $(install_sh) -c
85 1.1 christos install_sh_SCRIPT = $(install_sh) -c
86 1.1 christos INSTALL_HEADER = $(INSTALL_DATA)
87 1.1 christos transform = $(program_transform_name)
88 1.1 christos NORMAL_INSTALL = :
89 1.1 christos PRE_INSTALL = :
90 1.1 christos POST_INSTALL = :
91 1.1 christos NORMAL_UNINSTALL = :
92 1.1 christos PRE_UNINSTALL = :
93 1.1 christos POST_UNINSTALL = :
94 1.1 christos build_triplet = @build@
95 1.1 christos host_triplet = @host@
96 1.1 christos target_triplet = @target@
97 1.1 christos @HOST_MACOS_TRUE@am__append_1 = \
98 1.1 christos @HOST_MACOS_TRUE@ -Wl,-flat_namespace
99 1.1 christos
100 1.1.1.3 christos check_PROGRAMS = ascii_test$(EXEEXT) async_test$(EXEEXT) \
101 1.1.1.3 christos buffer_test$(EXEEXT) counter_test$(EXEEXT) crc64_test$(EXEEXT) \
102 1.1.1.3 christos dnsstream_utils_test$(EXEEXT) errno_test$(EXEEXT) \
103 1.1.1.3 christos file_test$(EXEEXT) hash_test$(EXEEXT) hashmap_test$(EXEEXT) \
104 1.1.1.3 christos heap_test$(EXEEXT) histo_test$(EXEEXT) hmac_test$(EXEEXT) \
105 1.1.1.3 christos ht_test$(EXEEXT) job_test$(EXEEXT) lex_test$(EXEEXT) \
106 1.1.1.3 christos loop_test$(EXEEXT) md_test$(EXEEXT) mem_test$(EXEEXT) \
107 1.1.1.3 christos mutex_test$(EXEEXT) netaddr_test$(EXEEXT) parse_test$(EXEEXT) \
108 1.1.1.3 christos proxyheader_test$(EXEEXT) proxystream_test$(EXEEXT) \
109 1.1.1.3 christos proxyudp_test$(EXEEXT) quota_test$(EXEEXT) radix_test$(EXEEXT) \
110 1.1.1.3 christos random_test$(EXEEXT) ratelimiter_test$(EXEEXT) \
111 1.1.1.3 christos regex_test$(EXEEXT) result_test$(EXEEXT) rwlock_test$(EXEEXT) \
112 1.1.1.3 christos safe_test$(EXEEXT) siphash_test$(EXEEXT) \
113 1.1.1.3 christos sockaddr_test$(EXEEXT) spinlock_test$(EXEEXT) \
114 1.1.1.3 christos stats_test$(EXEEXT) symtab_test$(EXEEXT) tcp_test$(EXEEXT) \
115 1.1.1.3 christos tcpdns_test$(EXEEXT) time_test$(EXEEXT) timer_test$(EXEEXT) \
116 1.1.1.3 christos tls_test$(EXEEXT) tlsdns_test$(EXEEXT) udp_test$(EXEEXT) \
117 1.1.1.3 christos work_test$(EXEEXT) $(am__EXEEXT_1)
118 1.1 christos @HAVE_LIBNGHTTP2_TRUE@am__append_2 = \
119 1.1 christos @HAVE_LIBNGHTTP2_TRUE@ doh_test
120 1.1 christos
121 1.1.1.3 christos @HAVE_JEMALLOC_TRUE@am__append_3 = $(JEMALLOC_CFLAGS)
122 1.1.1.3 christos @HAVE_JEMALLOC_TRUE@am__append_4 = $(JEMALLOC_LIBS)
123 1.1 christos subdir = tests/isc
124 1.1 christos ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
125 1.1 christos am__aclocal_m4_deps = $(top_srcdir)/m4/ax_check_compile_flag.m4 \
126 1.1 christos $(top_srcdir)/m4/ax_check_link_flag.m4 \
127 1.1 christos $(top_srcdir)/m4/ax_check_openssl.m4 \
128 1.1 christos $(top_srcdir)/m4/ax_gcc_func_attribute.m4 \
129 1.1 christos $(top_srcdir)/m4/ax_jemalloc.m4 \
130 1.1 christos $(top_srcdir)/m4/ax_lib_lmdb.m4 \
131 1.1 christos $(top_srcdir)/m4/ax_posix_shell.m4 \
132 1.1 christos $(top_srcdir)/m4/ax_prog_cc_for_build.m4 \
133 1.1 christos $(top_srcdir)/m4/ax_pthread.m4 \
134 1.1 christos $(top_srcdir)/m4/ax_restore_flags.m4 \
135 1.1.1.3 christos $(top_srcdir)/m4/ax_save_flags.m4 $(top_srcdir)/m4/libtool.m4 \
136 1.1.1.3 christos $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
137 1.1.1.3 christos $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
138 1.1.1.3 christos $(top_srcdir)/m4/pkg-modversion.m4 $(top_srcdir)/configure.ac
139 1.1 christos am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
140 1.1 christos $(ACLOCAL_M4)
141 1.1 christos DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
142 1.1 christos mkinstalldirs = $(install_sh) -d
143 1.1 christos CONFIG_HEADER = $(top_builddir)/config.h
144 1.1 christos CONFIG_CLEAN_FILES =
145 1.1 christos CONFIG_CLEAN_VPATH_FILES =
146 1.1 christos @HAVE_LIBNGHTTP2_TRUE@am__EXEEXT_1 = doh_test$(EXEEXT)
147 1.1.1.3 christos ascii_test_SOURCES = ascii_test.c
148 1.1.1.3 christos ascii_test_OBJECTS = ascii_test.$(OBJEXT)
149 1.1.1.3 christos ascii_test_LDADD = $(LDADD)
150 1.1 christos am__DEPENDENCIES_1 =
151 1.1.1.2 christos @HAVE_JEMALLOC_FALSE@am__DEPENDENCIES_2 = \
152 1.1.1.2 christos @HAVE_JEMALLOC_FALSE@ $(top_builddir)/lib/isc/libisc.la
153 1.1.1.2 christos @HAVE_JEMALLOC_TRUE@am__DEPENDENCIES_2 = $(am__DEPENDENCIES_1) \
154 1.1.1.2 christos @HAVE_JEMALLOC_TRUE@ $(top_builddir)/lib/isc/libisc.la
155 1.1.1.2 christos @HAVE_JEMALLOC_TRUE@am__DEPENDENCIES_3 = $(am__DEPENDENCIES_1)
156 1.1.1.3 christos ascii_test_DEPENDENCIES = $(am__DEPENDENCIES_2) $(am__DEPENDENCIES_1) \
157 1.1.1.3 christos $(am__DEPENDENCIES_1) $(top_builddir)/tests/libtest/libtest.la \
158 1.1.1.3 christos $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_3)
159 1.1 christos AM_V_lt = $(am__v_lt_@AM_V@)
160 1.1 christos am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
161 1.1 christos am__v_lt_0 = --silent
162 1.1 christos am__v_lt_1 =
163 1.1.1.3 christos async_test_SOURCES = async_test.c
164 1.1.1.3 christos async_test_OBJECTS = async_test.$(OBJEXT)
165 1.1.1.3 christos async_test_LDADD = $(LDADD)
166 1.1.1.3 christos async_test_DEPENDENCIES = $(am__DEPENDENCIES_2) $(am__DEPENDENCIES_1) \
167 1.1.1.3 christos $(am__DEPENDENCIES_1) $(top_builddir)/tests/libtest/libtest.la \
168 1.1.1.3 christos $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_3)
169 1.1 christos buffer_test_SOURCES = buffer_test.c
170 1.1 christos buffer_test_OBJECTS = buffer_test.$(OBJEXT)
171 1.1 christos buffer_test_LDADD = $(LDADD)
172 1.1.1.2 christos buffer_test_DEPENDENCIES = $(am__DEPENDENCIES_2) $(am__DEPENDENCIES_1) \
173 1.1.1.3 christos $(am__DEPENDENCIES_1) $(top_builddir)/tests/libtest/libtest.la \
174 1.1.1.3 christos $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_3)
175 1.1 christos counter_test_SOURCES = counter_test.c
176 1.1 christos counter_test_OBJECTS = counter_test.$(OBJEXT)
177 1.1 christos counter_test_LDADD = $(LDADD)
178 1.1.1.2 christos counter_test_DEPENDENCIES = $(am__DEPENDENCIES_2) \
179 1.1.1.3 christos $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
180 1.1.1.3 christos $(top_builddir)/tests/libtest/libtest.la $(am__DEPENDENCIES_1) \
181 1.1.1.3 christos $(am__DEPENDENCIES_3)
182 1.1 christos crc64_test_SOURCES = crc64_test.c
183 1.1 christos crc64_test_OBJECTS = crc64_test.$(OBJEXT)
184 1.1 christos crc64_test_LDADD = $(LDADD)
185 1.1.1.2 christos crc64_test_DEPENDENCIES = $(am__DEPENDENCIES_2) $(am__DEPENDENCIES_1) \
186 1.1.1.3 christos $(am__DEPENDENCIES_1) $(top_builddir)/tests/libtest/libtest.la \
187 1.1.1.3 christos $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_3)
188 1.1.1.3 christos am_dnsstream_utils_test_OBJECTS = \
189 1.1.1.3 christos dnsstream_utils_test-dnsstream_utils_test.$(OBJEXT)
190 1.1.1.3 christos dnsstream_utils_test_OBJECTS = $(am_dnsstream_utils_test_OBJECTS)
191 1.1.1.3 christos am__DEPENDENCIES_4 = $(am__DEPENDENCIES_2) $(am__DEPENDENCIES_1) \
192 1.1.1.3 christos $(am__DEPENDENCIES_1) $(top_builddir)/tests/libtest/libtest.la \
193 1.1.1.3 christos $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_3)
194 1.1.1.3 christos dnsstream_utils_test_DEPENDENCIES = $(am__DEPENDENCIES_4)
195 1.1 christos am__doh_test_SOURCES_DIST = doh_test.c uv_wrap.h
196 1.1 christos @HAVE_LIBNGHTTP2_TRUE@am_doh_test_OBJECTS = \
197 1.1 christos @HAVE_LIBNGHTTP2_TRUE@ doh_test-doh_test.$(OBJEXT)
198 1.1 christos doh_test_OBJECTS = $(am_doh_test_OBJECTS)
199 1.1.1.2 christos @HAVE_LIBNGHTTP2_TRUE@doh_test_DEPENDENCIES = $(am__DEPENDENCIES_4) \
200 1.1 christos @HAVE_LIBNGHTTP2_TRUE@ $(am__DEPENDENCIES_1)
201 1.1 christos errno_test_SOURCES = errno_test.c
202 1.1 christos errno_test_OBJECTS = errno_test.$(OBJEXT)
203 1.1 christos errno_test_LDADD = $(LDADD)
204 1.1.1.2 christos errno_test_DEPENDENCIES = $(am__DEPENDENCIES_2) $(am__DEPENDENCIES_1) \
205 1.1.1.3 christos $(am__DEPENDENCIES_1) $(top_builddir)/tests/libtest/libtest.la \
206 1.1.1.3 christos $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_3)
207 1.1 christos file_test_SOURCES = file_test.c
208 1.1 christos file_test_OBJECTS = file_test.$(OBJEXT)
209 1.1 christos file_test_LDADD = $(LDADD)
210 1.1.1.2 christos file_test_DEPENDENCIES = $(am__DEPENDENCIES_2) $(am__DEPENDENCIES_1) \
211 1.1.1.3 christos $(am__DEPENDENCIES_1) $(top_builddir)/tests/libtest/libtest.la \
212 1.1.1.3 christos $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_3)
213 1.1 christos hash_test_SOURCES = hash_test.c
214 1.1 christos hash_test_OBJECTS = hash_test.$(OBJEXT)
215 1.1 christos hash_test_LDADD = $(LDADD)
216 1.1.1.2 christos hash_test_DEPENDENCIES = $(am__DEPENDENCIES_2) $(am__DEPENDENCIES_1) \
217 1.1.1.3 christos $(am__DEPENDENCIES_1) $(top_builddir)/tests/libtest/libtest.la \
218 1.1.1.3 christos $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_3)
219 1.1.1.3 christos am_hashmap_test_OBJECTS = hashmap_test.$(OBJEXT)
220 1.1.1.3 christos hashmap_test_OBJECTS = $(am_hashmap_test_OBJECTS)
221 1.1.1.3 christos hashmap_test_LDADD = $(LDADD)
222 1.1.1.3 christos hashmap_test_DEPENDENCIES = $(am__DEPENDENCIES_2) \
223 1.1.1.3 christos $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
224 1.1.1.2 christos $(top_builddir)/tests/libtest/libtest.la $(am__DEPENDENCIES_1) \
225 1.1.1.2 christos $(am__DEPENDENCIES_3)
226 1.1 christos heap_test_SOURCES = heap_test.c
227 1.1 christos heap_test_OBJECTS = heap_test.$(OBJEXT)
228 1.1 christos heap_test_LDADD = $(LDADD)
229 1.1.1.2 christos heap_test_DEPENDENCIES = $(am__DEPENDENCIES_2) $(am__DEPENDENCIES_1) \
230 1.1.1.3 christos $(am__DEPENDENCIES_1) $(top_builddir)/tests/libtest/libtest.la \
231 1.1.1.3 christos $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_3)
232 1.1.1.3 christos histo_test_SOURCES = histo_test.c
233 1.1.1.3 christos histo_test_OBJECTS = histo_test.$(OBJEXT)
234 1.1.1.3 christos histo_test_LDADD = $(LDADD)
235 1.1.1.3 christos histo_test_DEPENDENCIES = $(am__DEPENDENCIES_2) $(am__DEPENDENCIES_1) \
236 1.1.1.3 christos $(am__DEPENDENCIES_1) $(top_builddir)/tests/libtest/libtest.la \
237 1.1.1.3 christos $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_3)
238 1.1 christos hmac_test_SOURCES = hmac_test.c
239 1.1 christos hmac_test_OBJECTS = hmac_test-hmac_test.$(OBJEXT)
240 1.1.1.2 christos hmac_test_DEPENDENCIES = $(am__DEPENDENCIES_4) $(am__DEPENDENCIES_1)
241 1.1 christos ht_test_SOURCES = ht_test.c
242 1.1 christos ht_test_OBJECTS = ht_test.$(OBJEXT)
243 1.1 christos ht_test_LDADD = $(LDADD)
244 1.1.1.2 christos ht_test_DEPENDENCIES = $(am__DEPENDENCIES_2) $(am__DEPENDENCIES_1) \
245 1.1.1.3 christos $(am__DEPENDENCIES_1) $(top_builddir)/tests/libtest/libtest.la \
246 1.1.1.3 christos $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_3)
247 1.1.1.3 christos job_test_SOURCES = job_test.c
248 1.1.1.3 christos job_test_OBJECTS = job_test.$(OBJEXT)
249 1.1.1.3 christos job_test_LDADD = $(LDADD)
250 1.1.1.3 christos job_test_DEPENDENCIES = $(am__DEPENDENCIES_2) $(am__DEPENDENCIES_1) \
251 1.1.1.3 christos $(am__DEPENDENCIES_1) $(top_builddir)/tests/libtest/libtest.la \
252 1.1.1.3 christos $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_3)
253 1.1 christos lex_test_SOURCES = lex_test.c
254 1.1 christos lex_test_OBJECTS = lex_test.$(OBJEXT)
255 1.1 christos lex_test_LDADD = $(LDADD)
256 1.1.1.2 christos lex_test_DEPENDENCIES = $(am__DEPENDENCIES_2) $(am__DEPENDENCIES_1) \
257 1.1.1.3 christos $(am__DEPENDENCIES_1) $(top_builddir)/tests/libtest/libtest.la \
258 1.1.1.3 christos $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_3)
259 1.1.1.3 christos loop_test_SOURCES = loop_test.c
260 1.1.1.3 christos loop_test_OBJECTS = loop_test.$(OBJEXT)
261 1.1.1.3 christos loop_test_LDADD = $(LDADD)
262 1.1.1.3 christos loop_test_DEPENDENCIES = $(am__DEPENDENCIES_2) $(am__DEPENDENCIES_1) \
263 1.1.1.3 christos $(am__DEPENDENCIES_1) $(top_builddir)/tests/libtest/libtest.la \
264 1.1.1.3 christos $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_3)
265 1.1 christos md_test_SOURCES = md_test.c
266 1.1 christos md_test_OBJECTS = md_test-md_test.$(OBJEXT)
267 1.1.1.2 christos md_test_DEPENDENCIES = $(am__DEPENDENCIES_4) $(am__DEPENDENCIES_1)
268 1.1 christos mem_test_SOURCES = mem_test.c
269 1.1 christos mem_test_OBJECTS = mem_test.$(OBJEXT)
270 1.1 christos mem_test_LDADD = $(LDADD)
271 1.1.1.2 christos mem_test_DEPENDENCIES = $(am__DEPENDENCIES_2) $(am__DEPENDENCIES_1) \
272 1.1.1.3 christos $(am__DEPENDENCIES_1) $(top_builddir)/tests/libtest/libtest.la \
273 1.1.1.3 christos $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_3)
274 1.1.1.3 christos mutex_test_SOURCES = mutex_test.c
275 1.1.1.3 christos mutex_test_OBJECTS = mutex_test.$(OBJEXT)
276 1.1.1.3 christos mutex_test_LDADD = $(LDADD)
277 1.1.1.3 christos mutex_test_DEPENDENCIES = $(am__DEPENDENCIES_2) $(am__DEPENDENCIES_1) \
278 1.1.1.3 christos $(am__DEPENDENCIES_1) $(top_builddir)/tests/libtest/libtest.la \
279 1.1.1.3 christos $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_3)
280 1.1 christos netaddr_test_SOURCES = netaddr_test.c
281 1.1 christos netaddr_test_OBJECTS = netaddr_test.$(OBJEXT)
282 1.1 christos netaddr_test_LDADD = $(LDADD)
283 1.1.1.2 christos netaddr_test_DEPENDENCIES = $(am__DEPENDENCIES_2) \
284 1.1.1.3 christos $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
285 1.1.1.3 christos $(top_builddir)/tests/libtest/libtest.la $(am__DEPENDENCIES_1) \
286 1.1.1.3 christos $(am__DEPENDENCIES_3)
287 1.1 christos parse_test_SOURCES = parse_test.c
288 1.1 christos parse_test_OBJECTS = parse_test.$(OBJEXT)
289 1.1 christos parse_test_LDADD = $(LDADD)
290 1.1.1.2 christos parse_test_DEPENDENCIES = $(am__DEPENDENCIES_2) $(am__DEPENDENCIES_1) \
291 1.1.1.3 christos $(am__DEPENDENCIES_1) $(top_builddir)/tests/libtest/libtest.la \
292 1.1.1.3 christos $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_3)
293 1.1.1.3 christos am_proxyheader_test_OBJECTS = \
294 1.1.1.3 christos proxyheader_test-proxyheader_test.$(OBJEXT)
295 1.1.1.3 christos proxyheader_test_OBJECTS = $(am_proxyheader_test_OBJECTS)
296 1.1.1.3 christos proxyheader_test_DEPENDENCIES = $(am__DEPENDENCIES_4)
297 1.1.1.3 christos am_proxystream_test_OBJECTS = \
298 1.1.1.3 christos proxystream_test-proxystream_test.$(OBJEXT) \
299 1.1.1.3 christos proxystream_test-netmgr_common.$(OBJEXT) \
300 1.1.1.3 christos proxystream_test-stream_shutdown.$(OBJEXT)
301 1.1.1.3 christos proxystream_test_OBJECTS = $(am_proxystream_test_OBJECTS)
302 1.1.1.3 christos proxystream_test_DEPENDENCIES = $(am__DEPENDENCIES_4) \
303 1.1.1.3 christos $(am__DEPENDENCIES_1)
304 1.1.1.3 christos am_proxyudp_test_OBJECTS = proxyudp_test-proxyudp_test.$(OBJEXT) \
305 1.1.1.3 christos proxyudp_test-netmgr_common.$(OBJEXT)
306 1.1.1.3 christos proxyudp_test_OBJECTS = $(am_proxyudp_test_OBJECTS)
307 1.1.1.3 christos proxyudp_test_DEPENDENCIES = $(am__DEPENDENCIES_4) \
308 1.1.1.3 christos $(am__DEPENDENCIES_1)
309 1.1 christos quota_test_SOURCES = quota_test.c
310 1.1 christos quota_test_OBJECTS = quota_test.$(OBJEXT)
311 1.1 christos quota_test_LDADD = $(LDADD)
312 1.1.1.2 christos quota_test_DEPENDENCIES = $(am__DEPENDENCIES_2) $(am__DEPENDENCIES_1) \
313 1.1.1.3 christos $(am__DEPENDENCIES_1) $(top_builddir)/tests/libtest/libtest.la \
314 1.1.1.3 christos $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_3)
315 1.1 christos radix_test_SOURCES = radix_test.c
316 1.1 christos radix_test_OBJECTS = radix_test.$(OBJEXT)
317 1.1 christos radix_test_LDADD = $(LDADD)
318 1.1.1.2 christos radix_test_DEPENDENCIES = $(am__DEPENDENCIES_2) $(am__DEPENDENCIES_1) \
319 1.1.1.3 christos $(am__DEPENDENCIES_1) $(top_builddir)/tests/libtest/libtest.la \
320 1.1.1.3 christos $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_3)
321 1.1 christos random_test_SOURCES = random_test.c
322 1.1 christos random_test_OBJECTS = random_test.$(OBJEXT)
323 1.1.1.2 christos random_test_DEPENDENCIES = $(am__DEPENDENCIES_4)
324 1.1.1.3 christos ratelimiter_test_SOURCES = ratelimiter_test.c
325 1.1.1.3 christos ratelimiter_test_OBJECTS = ratelimiter_test.$(OBJEXT)
326 1.1.1.3 christos ratelimiter_test_LDADD = $(LDADD)
327 1.1.1.3 christos ratelimiter_test_DEPENDENCIES = $(am__DEPENDENCIES_2) \
328 1.1.1.3 christos $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
329 1.1.1.3 christos $(top_builddir)/tests/libtest/libtest.la $(am__DEPENDENCIES_1) \
330 1.1.1.3 christos $(am__DEPENDENCIES_3)
331 1.1 christos regex_test_SOURCES = regex_test.c
332 1.1 christos regex_test_OBJECTS = regex_test.$(OBJEXT)
333 1.1 christos regex_test_LDADD = $(LDADD)
334 1.1.1.2 christos regex_test_DEPENDENCIES = $(am__DEPENDENCIES_2) $(am__DEPENDENCIES_1) \
335 1.1.1.3 christos $(am__DEPENDENCIES_1) $(top_builddir)/tests/libtest/libtest.la \
336 1.1.1.3 christos $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_3)
337 1.1 christos result_test_SOURCES = result_test.c
338 1.1 christos result_test_OBJECTS = result_test.$(OBJEXT)
339 1.1 christos result_test_LDADD = $(LDADD)
340 1.1.1.2 christos result_test_DEPENDENCIES = $(am__DEPENDENCIES_2) $(am__DEPENDENCIES_1) \
341 1.1.1.3 christos $(am__DEPENDENCIES_1) $(top_builddir)/tests/libtest/libtest.la \
342 1.1.1.3 christos $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_3)
343 1.1.1.3 christos rwlock_test_SOURCES = rwlock_test.c
344 1.1.1.3 christos rwlock_test_OBJECTS = rwlock_test.$(OBJEXT)
345 1.1.1.3 christos rwlock_test_LDADD = $(LDADD)
346 1.1.1.3 christos rwlock_test_DEPENDENCIES = $(am__DEPENDENCIES_2) $(am__DEPENDENCIES_1) \
347 1.1.1.3 christos $(am__DEPENDENCIES_1) $(top_builddir)/tests/libtest/libtest.la \
348 1.1.1.3 christos $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_3)
349 1.1 christos safe_test_SOURCES = safe_test.c
350 1.1 christos safe_test_OBJECTS = safe_test.$(OBJEXT)
351 1.1 christos safe_test_LDADD = $(LDADD)
352 1.1.1.2 christos safe_test_DEPENDENCIES = $(am__DEPENDENCIES_2) $(am__DEPENDENCIES_1) \
353 1.1.1.3 christos $(am__DEPENDENCIES_1) $(top_builddir)/tests/libtest/libtest.la \
354 1.1.1.3 christos $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_3)
355 1.1 christos siphash_test_SOURCES = siphash_test.c
356 1.1 christos siphash_test_OBJECTS = siphash_test.$(OBJEXT)
357 1.1 christos siphash_test_LDADD = $(LDADD)
358 1.1.1.2 christos siphash_test_DEPENDENCIES = $(am__DEPENDENCIES_2) \
359 1.1.1.3 christos $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
360 1.1.1.3 christos $(top_builddir)/tests/libtest/libtest.la $(am__DEPENDENCIES_1) \
361 1.1.1.3 christos $(am__DEPENDENCIES_3)
362 1.1 christos sockaddr_test_SOURCES = sockaddr_test.c
363 1.1 christos sockaddr_test_OBJECTS = sockaddr_test.$(OBJEXT)
364 1.1 christos sockaddr_test_LDADD = $(LDADD)
365 1.1.1.2 christos sockaddr_test_DEPENDENCIES = $(am__DEPENDENCIES_2) \
366 1.1.1.3 christos $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
367 1.1.1.3 christos $(top_builddir)/tests/libtest/libtest.la $(am__DEPENDENCIES_1) \
368 1.1.1.3 christos $(am__DEPENDENCIES_3)
369 1.1.1.3 christos spinlock_test_SOURCES = spinlock_test.c
370 1.1.1.3 christos spinlock_test_OBJECTS = spinlock_test.$(OBJEXT)
371 1.1.1.3 christos spinlock_test_LDADD = $(LDADD)
372 1.1.1.3 christos spinlock_test_DEPENDENCIES = $(am__DEPENDENCIES_2) \
373 1.1.1.3 christos $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
374 1.1.1.3 christos $(top_builddir)/tests/libtest/libtest.la $(am__DEPENDENCIES_1) \
375 1.1.1.3 christos $(am__DEPENDENCIES_3)
376 1.1 christos stats_test_SOURCES = stats_test.c
377 1.1 christos stats_test_OBJECTS = stats_test.$(OBJEXT)
378 1.1 christos stats_test_LDADD = $(LDADD)
379 1.1.1.2 christos stats_test_DEPENDENCIES = $(am__DEPENDENCIES_2) $(am__DEPENDENCIES_1) \
380 1.1.1.3 christos $(am__DEPENDENCIES_1) $(top_builddir)/tests/libtest/libtest.la \
381 1.1.1.3 christos $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_3)
382 1.1 christos symtab_test_SOURCES = symtab_test.c
383 1.1 christos symtab_test_OBJECTS = symtab_test.$(OBJEXT)
384 1.1 christos symtab_test_LDADD = $(LDADD)
385 1.1.1.2 christos symtab_test_DEPENDENCIES = $(am__DEPENDENCIES_2) $(am__DEPENDENCIES_1) \
386 1.1.1.2 christos $(am__DEPENDENCIES_1) $(top_builddir)/tests/libtest/libtest.la \
387 1.1.1.2 christos $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_3)
388 1.1.1.3 christos am_tcp_test_OBJECTS = tcp_test-tcp_test.$(OBJEXT) \
389 1.1.1.3 christos tcp_test-netmgr_common.$(OBJEXT) \
390 1.1.1.3 christos tcp_test-stream_shutdown.$(OBJEXT)
391 1.1.1.3 christos tcp_test_OBJECTS = $(am_tcp_test_OBJECTS)
392 1.1.1.3 christos tcp_test_DEPENDENCIES = $(am__DEPENDENCIES_4) $(am__DEPENDENCIES_1)
393 1.1.1.3 christos am_tcpdns_test_OBJECTS = tcpdns_test-tcpdns_test.$(OBJEXT) \
394 1.1.1.3 christos tcpdns_test-netmgr_common.$(OBJEXT)
395 1.1.1.3 christos tcpdns_test_OBJECTS = $(am_tcpdns_test_OBJECTS)
396 1.1.1.3 christos tcpdns_test_DEPENDENCIES = $(am__DEPENDENCIES_4) $(am__DEPENDENCIES_1)
397 1.1 christos time_test_SOURCES = time_test.c
398 1.1 christos time_test_OBJECTS = time_test.$(OBJEXT)
399 1.1 christos time_test_LDADD = $(LDADD)
400 1.1.1.2 christos time_test_DEPENDENCIES = $(am__DEPENDENCIES_2) $(am__DEPENDENCIES_1) \
401 1.1.1.3 christos $(am__DEPENDENCIES_1) $(top_builddir)/tests/libtest/libtest.la \
402 1.1.1.3 christos $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_3)
403 1.1 christos timer_test_SOURCES = timer_test.c
404 1.1 christos timer_test_OBJECTS = timer_test.$(OBJEXT)
405 1.1 christos timer_test_LDADD = $(LDADD)
406 1.1.1.2 christos timer_test_DEPENDENCIES = $(am__DEPENDENCIES_2) $(am__DEPENDENCIES_1) \
407 1.1.1.3 christos $(am__DEPENDENCIES_1) $(top_builddir)/tests/libtest/libtest.la \
408 1.1.1.3 christos $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_3)
409 1.1.1.3 christos am_tls_test_OBJECTS = tls_test-tls_test.$(OBJEXT) \
410 1.1.1.3 christos tls_test-netmgr_common.$(OBJEXT) \
411 1.1.1.3 christos tls_test-stream_shutdown.$(OBJEXT)
412 1.1.1.3 christos tls_test_OBJECTS = $(am_tls_test_OBJECTS)
413 1.1.1.3 christos tls_test_DEPENDENCIES = $(am__DEPENDENCIES_4) $(am__DEPENDENCIES_1)
414 1.1.1.3 christos am_tlsdns_test_OBJECTS = tlsdns_test-tlsdns_test.$(OBJEXT) \
415 1.1.1.3 christos tlsdns_test-netmgr_common.$(OBJEXT)
416 1.1.1.3 christos tlsdns_test_OBJECTS = $(am_tlsdns_test_OBJECTS)
417 1.1.1.3 christos tlsdns_test_DEPENDENCIES = $(am__DEPENDENCIES_4) $(am__DEPENDENCIES_1)
418 1.1.1.3 christos am_udp_test_OBJECTS = udp_test-udp_test.$(OBJEXT) \
419 1.1.1.3 christos udp_test-netmgr_common.$(OBJEXT)
420 1.1.1.3 christos udp_test_OBJECTS = $(am_udp_test_OBJECTS)
421 1.1.1.3 christos udp_test_DEPENDENCIES = $(am__DEPENDENCIES_4) $(am__DEPENDENCIES_1)
422 1.1.1.3 christos work_test_SOURCES = work_test.c
423 1.1.1.3 christos work_test_OBJECTS = work_test.$(OBJEXT)
424 1.1.1.3 christos work_test_LDADD = $(LDADD)
425 1.1.1.3 christos work_test_DEPENDENCIES = $(am__DEPENDENCIES_2) $(am__DEPENDENCIES_1) \
426 1.1.1.3 christos $(am__DEPENDENCIES_1) $(top_builddir)/tests/libtest/libtest.la \
427 1.1.1.3 christos $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_3)
428 1.1 christos AM_V_P = $(am__v_P_@AM_V@)
429 1.1 christos am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
430 1.1 christos am__v_P_0 = false
431 1.1 christos am__v_P_1 = :
432 1.1 christos AM_V_GEN = $(am__v_GEN_@AM_V@)
433 1.1 christos am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
434 1.1 christos am__v_GEN_0 = @echo " GEN " $@;
435 1.1 christos am__v_GEN_1 =
436 1.1 christos AM_V_at = $(am__v_at_@AM_V@)
437 1.1 christos am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
438 1.1 christos am__v_at_0 = @
439 1.1 christos am__v_at_1 =
440 1.1 christos DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
441 1.1 christos depcomp = $(SHELL) $(top_srcdir)/depcomp
442 1.1 christos am__maybe_remake_depfiles = depfiles
443 1.1.1.3 christos am__depfiles_remade = ./$(DEPDIR)/ascii_test.Po \
444 1.1.1.3 christos ./$(DEPDIR)/async_test.Po ./$(DEPDIR)/buffer_test.Po \
445 1.1.1.3 christos ./$(DEPDIR)/counter_test.Po ./$(DEPDIR)/crc64_test.Po \
446 1.1.1.3 christos ./$(DEPDIR)/dnsstream_utils_test-dnsstream_utils_test.Po \
447 1.1.1.3 christos ./$(DEPDIR)/doh_test-doh_test.Po ./$(DEPDIR)/errno_test.Po \
448 1.1.1.3 christos ./$(DEPDIR)/file_test.Po ./$(DEPDIR)/hash_test.Po \
449 1.1.1.3 christos ./$(DEPDIR)/hashmap_test.Po ./$(DEPDIR)/heap_test.Po \
450 1.1.1.3 christos ./$(DEPDIR)/histo_test.Po ./$(DEPDIR)/hmac_test-hmac_test.Po \
451 1.1.1.3 christos ./$(DEPDIR)/ht_test.Po ./$(DEPDIR)/job_test.Po \
452 1.1.1.3 christos ./$(DEPDIR)/lex_test.Po ./$(DEPDIR)/loop_test.Po \
453 1.1.1.3 christos ./$(DEPDIR)/md_test-md_test.Po ./$(DEPDIR)/mem_test.Po \
454 1.1.1.3 christos ./$(DEPDIR)/mutex_test.Po ./$(DEPDIR)/netaddr_test.Po \
455 1.1.1.3 christos ./$(DEPDIR)/parse_test.Po \
456 1.1.1.3 christos ./$(DEPDIR)/proxyheader_test-proxyheader_test.Po \
457 1.1.1.3 christos ./$(DEPDIR)/proxystream_test-netmgr_common.Po \
458 1.1.1.3 christos ./$(DEPDIR)/proxystream_test-proxystream_test.Po \
459 1.1.1.3 christos ./$(DEPDIR)/proxystream_test-stream_shutdown.Po \
460 1.1.1.3 christos ./$(DEPDIR)/proxyudp_test-netmgr_common.Po \
461 1.1.1.3 christos ./$(DEPDIR)/proxyudp_test-proxyudp_test.Po \
462 1.1 christos ./$(DEPDIR)/quota_test.Po ./$(DEPDIR)/radix_test.Po \
463 1.1.1.3 christos ./$(DEPDIR)/random_test.Po ./$(DEPDIR)/ratelimiter_test.Po \
464 1.1.1.3 christos ./$(DEPDIR)/regex_test.Po ./$(DEPDIR)/result_test.Po \
465 1.1.1.3 christos ./$(DEPDIR)/rwlock_test.Po ./$(DEPDIR)/safe_test.Po \
466 1.1 christos ./$(DEPDIR)/siphash_test.Po ./$(DEPDIR)/sockaddr_test.Po \
467 1.1.1.3 christos ./$(DEPDIR)/spinlock_test.Po ./$(DEPDIR)/stats_test.Po \
468 1.1.1.3 christos ./$(DEPDIR)/symtab_test.Po \
469 1.1.1.3 christos ./$(DEPDIR)/tcp_test-netmgr_common.Po \
470 1.1.1.3 christos ./$(DEPDIR)/tcp_test-stream_shutdown.Po \
471 1.1.1.3 christos ./$(DEPDIR)/tcp_test-tcp_test.Po \
472 1.1.1.3 christos ./$(DEPDIR)/tcpdns_test-netmgr_common.Po \
473 1.1.1.3 christos ./$(DEPDIR)/tcpdns_test-tcpdns_test.Po \
474 1.1.1.3 christos ./$(DEPDIR)/time_test.Po ./$(DEPDIR)/timer_test.Po \
475 1.1.1.3 christos ./$(DEPDIR)/tls_test-netmgr_common.Po \
476 1.1.1.3 christos ./$(DEPDIR)/tls_test-stream_shutdown.Po \
477 1.1.1.3 christos ./$(DEPDIR)/tls_test-tls_test.Po \
478 1.1.1.3 christos ./$(DEPDIR)/tlsdns_test-netmgr_common.Po \
479 1.1.1.3 christos ./$(DEPDIR)/tlsdns_test-tlsdns_test.Po \
480 1.1.1.3 christos ./$(DEPDIR)/udp_test-netmgr_common.Po \
481 1.1.1.3 christos ./$(DEPDIR)/udp_test-udp_test.Po ./$(DEPDIR)/work_test.Po
482 1.1 christos am__mv = mv -f
483 1.1 christos COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
484 1.1 christos $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
485 1.1 christos LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
486 1.1 christos $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
487 1.1 christos $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
488 1.1 christos $(AM_CFLAGS) $(CFLAGS)
489 1.1 christos AM_V_CC = $(am__v_CC_@AM_V@)
490 1.1 christos am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
491 1.1 christos am__v_CC_0 = @echo " CC " $@;
492 1.1 christos am__v_CC_1 =
493 1.1 christos CCLD = $(CC)
494 1.1 christos LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
495 1.1 christos $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
496 1.1 christos $(AM_LDFLAGS) $(LDFLAGS) -o $@
497 1.1 christos AM_V_CCLD = $(am__v_CCLD_@AM_V@)
498 1.1 christos am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
499 1.1 christos am__v_CCLD_0 = @echo " CCLD " $@;
500 1.1 christos am__v_CCLD_1 =
501 1.1.1.3 christos SOURCES = ascii_test.c async_test.c buffer_test.c counter_test.c \
502 1.1.1.3 christos crc64_test.c $(dnsstream_utils_test_SOURCES) \
503 1.1 christos $(doh_test_SOURCES) errno_test.c file_test.c hash_test.c \
504 1.1.1.3 christos $(hashmap_test_SOURCES) heap_test.c histo_test.c hmac_test.c \
505 1.1.1.3 christos ht_test.c job_test.c lex_test.c loop_test.c md_test.c \
506 1.1.1.3 christos mem_test.c mutex_test.c netaddr_test.c parse_test.c \
507 1.1.1.3 christos $(proxyheader_test_SOURCES) $(proxystream_test_SOURCES) \
508 1.1.1.3 christos $(proxyudp_test_SOURCES) quota_test.c radix_test.c \
509 1.1.1.3 christos random_test.c ratelimiter_test.c regex_test.c result_test.c \
510 1.1.1.3 christos rwlock_test.c safe_test.c siphash_test.c sockaddr_test.c \
511 1.1.1.3 christos spinlock_test.c stats_test.c symtab_test.c $(tcp_test_SOURCES) \
512 1.1.1.3 christos $(tcpdns_test_SOURCES) time_test.c timer_test.c \
513 1.1.1.3 christos $(tls_test_SOURCES) $(tlsdns_test_SOURCES) $(udp_test_SOURCES) \
514 1.1.1.3 christos work_test.c
515 1.1.1.3 christos DIST_SOURCES = ascii_test.c async_test.c buffer_test.c counter_test.c \
516 1.1.1.3 christos crc64_test.c $(dnsstream_utils_test_SOURCES) \
517 1.1 christos $(am__doh_test_SOURCES_DIST) errno_test.c file_test.c \
518 1.1.1.3 christos hash_test.c $(hashmap_test_SOURCES) heap_test.c histo_test.c \
519 1.1.1.3 christos hmac_test.c ht_test.c job_test.c lex_test.c loop_test.c \
520 1.1.1.3 christos md_test.c mem_test.c mutex_test.c netaddr_test.c parse_test.c \
521 1.1.1.3 christos $(proxyheader_test_SOURCES) $(proxystream_test_SOURCES) \
522 1.1.1.3 christos $(proxyudp_test_SOURCES) quota_test.c radix_test.c \
523 1.1.1.3 christos random_test.c ratelimiter_test.c regex_test.c result_test.c \
524 1.1.1.3 christos rwlock_test.c safe_test.c siphash_test.c sockaddr_test.c \
525 1.1.1.3 christos spinlock_test.c stats_test.c symtab_test.c $(tcp_test_SOURCES) \
526 1.1.1.3 christos $(tcpdns_test_SOURCES) time_test.c timer_test.c \
527 1.1.1.3 christos $(tls_test_SOURCES) $(tlsdns_test_SOURCES) $(udp_test_SOURCES) \
528 1.1.1.3 christos work_test.c
529 1.1 christos am__can_run_installinfo = \
530 1.1 christos case $$AM_UPDATE_INFO_DIR in \
531 1.1 christos n|no|NO) false;; \
532 1.1 christos *) (install-info --version) >/dev/null 2>&1;; \
533 1.1 christos esac
534 1.1 christos am__extra_recursive_targets = test-recursive unit-recursive \
535 1.1 christos doc-recursive
536 1.1 christos am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
537 1.1 christos # Read a list of newline-separated strings from the standard input,
538 1.1 christos # and print each of them once, without duplicates. Input order is
539 1.1 christos # *not* preserved.
540 1.1 christos am__uniquify_input = $(AWK) '\
541 1.1 christos BEGIN { nonempty = 0; } \
542 1.1 christos { items[$$0] = 1; nonempty = 1; } \
543 1.1 christos END { if (nonempty) { for (i in items) print i; }; } \
544 1.1 christos '
545 1.1 christos # Make sure the list of sources is unique. This is necessary because,
546 1.1 christos # e.g., the same source file might be shared among _SOURCES variables
547 1.1 christos # for different programs/libraries.
548 1.1 christos am__define_uniq_tagged_files = \
549 1.1 christos list='$(am__tagged_files)'; \
550 1.1 christos unique=`for i in $$list; do \
551 1.1 christos if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
552 1.1 christos done | $(am__uniquify_input)`
553 1.1 christos am__tty_colors_dummy = \
554 1.1 christos mgn= red= grn= lgn= blu= brg= std=; \
555 1.1 christos am__color_tests=no
556 1.1 christos am__tty_colors = { \
557 1.1 christos $(am__tty_colors_dummy); \
558 1.1 christos if test "X$(AM_COLOR_TESTS)" = Xno; then \
559 1.1 christos am__color_tests=no; \
560 1.1 christos elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
561 1.1 christos am__color_tests=yes; \
562 1.1 christos elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
563 1.1 christos am__color_tests=yes; \
564 1.1 christos fi; \
565 1.1 christos if test $$am__color_tests = yes; then \
566 1.1 christos red='[0;31m'; \
567 1.1 christos grn='[0;32m'; \
568 1.1 christos lgn='[1;32m'; \
569 1.1 christos blu='[1;34m'; \
570 1.1 christos mgn='[0;35m'; \
571 1.1 christos brg='[1m'; \
572 1.1 christos std='[m'; \
573 1.1 christos fi; \
574 1.1 christos }
575 1.1 christos am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
576 1.1 christos am__vpath_adj = case $$p in \
577 1.1 christos $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
578 1.1 christos *) f=$$p;; \
579 1.1 christos esac;
580 1.1 christos am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
581 1.1 christos am__install_max = 40
582 1.1 christos am__nobase_strip_setup = \
583 1.1 christos srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
584 1.1 christos am__nobase_strip = \
585 1.1 christos for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
586 1.1 christos am__nobase_list = $(am__nobase_strip_setup); \
587 1.1 christos for p in $$list; do echo "$$p $$p"; done | \
588 1.1 christos sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
589 1.1 christos $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
590 1.1 christos if (++n[$$2] == $(am__install_max)) \
591 1.1 christos { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
592 1.1 christos END { for (dir in files) print dir, files[dir] }'
593 1.1 christos am__base_list = \
594 1.1 christos sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
595 1.1 christos sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
596 1.1 christos am__uninstall_files_from_dir = { \
597 1.1 christos test -z "$$files" \
598 1.1 christos || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
599 1.1 christos || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
600 1.1 christos $(am__cd) "$$dir" && rm -f $$files; }; \
601 1.1 christos }
602 1.1 christos am__recheck_rx = ^[ ]*:recheck:[ ]*
603 1.1 christos am__global_test_result_rx = ^[ ]*:global-test-result:[ ]*
604 1.1 christos am__copy_in_global_log_rx = ^[ ]*:copy-in-global-log:[ ]*
605 1.1 christos # A command that, given a newline-separated list of test names on the
606 1.1 christos # standard input, print the name of the tests that are to be re-run
607 1.1 christos # upon "make recheck".
608 1.1 christos am__list_recheck_tests = $(AWK) '{ \
609 1.1 christos recheck = 1; \
610 1.1 christos while ((rc = (getline line < ($$0 ".trs"))) != 0) \
611 1.1 christos { \
612 1.1 christos if (rc < 0) \
613 1.1 christos { \
614 1.1 christos if ((getline line2 < ($$0 ".log")) < 0) \
615 1.1 christos recheck = 0; \
616 1.1 christos break; \
617 1.1 christos } \
618 1.1 christos else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \
619 1.1 christos { \
620 1.1 christos recheck = 0; \
621 1.1 christos break; \
622 1.1 christos } \
623 1.1 christos else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \
624 1.1 christos { \
625 1.1 christos break; \
626 1.1 christos } \
627 1.1 christos }; \
628 1.1 christos if (recheck) \
629 1.1 christos print $$0; \
630 1.1 christos close ($$0 ".trs"); \
631 1.1 christos close ($$0 ".log"); \
632 1.1 christos }'
633 1.1 christos # A command that, given a newline-separated list of test names on the
634 1.1 christos # standard input, create the global log from their .trs and .log files.
635 1.1 christos am__create_global_log = $(AWK) ' \
636 1.1 christos function fatal(msg) \
637 1.1 christos { \
638 1.1 christos print "fatal: making $@: " msg | "cat >&2"; \
639 1.1 christos exit 1; \
640 1.1 christos } \
641 1.1 christos function rst_section(header) \
642 1.1 christos { \
643 1.1 christos print header; \
644 1.1 christos len = length(header); \
645 1.1 christos for (i = 1; i <= len; i = i + 1) \
646 1.1 christos printf "="; \
647 1.1 christos printf "\n\n"; \
648 1.1 christos } \
649 1.1 christos { \
650 1.1 christos copy_in_global_log = 1; \
651 1.1 christos global_test_result = "RUN"; \
652 1.1 christos while ((rc = (getline line < ($$0 ".trs"))) != 0) \
653 1.1 christos { \
654 1.1 christos if (rc < 0) \
655 1.1 christos fatal("failed to read from " $$0 ".trs"); \
656 1.1 christos if (line ~ /$(am__global_test_result_rx)/) \
657 1.1 christos { \
658 1.1 christos sub("$(am__global_test_result_rx)", "", line); \
659 1.1 christos sub("[ ]*$$", "", line); \
660 1.1 christos global_test_result = line; \
661 1.1 christos } \
662 1.1 christos else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \
663 1.1 christos copy_in_global_log = 0; \
664 1.1 christos }; \
665 1.1 christos if (copy_in_global_log) \
666 1.1 christos { \
667 1.1 christos rst_section(global_test_result ": " $$0); \
668 1.1 christos while ((rc = (getline line < ($$0 ".log"))) != 0) \
669 1.1 christos { \
670 1.1 christos if (rc < 0) \
671 1.1 christos fatal("failed to read from " $$0 ".log"); \
672 1.1 christos print line; \
673 1.1 christos }; \
674 1.1 christos printf "\n"; \
675 1.1 christos }; \
676 1.1 christos close ($$0 ".trs"); \
677 1.1 christos close ($$0 ".log"); \
678 1.1 christos }'
679 1.1 christos # Restructured Text title.
680 1.1 christos am__rst_title = { sed 's/.*/ & /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; }
681 1.1 christos # Solaris 10 'make', and several other traditional 'make' implementations,
682 1.1 christos # pass "-e" to $(SHELL), and POSIX 2008 even requires this. Work around it
683 1.1 christos # by disabling -e (using the XSI extension "set +e") if it's set.
684 1.1 christos am__sh_e_setup = case $$- in *e*) set +e;; esac
685 1.1 christos # Default flags passed to test drivers.
686 1.1 christos am__common_driver_flags = \
687 1.1 christos --color-tests "$$am__color_tests" \
688 1.1 christos --enable-hard-errors "$$am__enable_hard_errors" \
689 1.1 christos --expect-failure "$$am__expect_failure"
690 1.1 christos # To be inserted before the command running the test. Creates the
691 1.1 christos # directory for the log if needed. Stores in $dir the directory
692 1.1 christos # containing $f, in $tst the test, in $log the log. Executes the
693 1.1 christos # developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and
694 1.1 christos # passes TESTS_ENVIRONMENT. Set up options for the wrapper that
695 1.1 christos # will run the test scripts (or their associated LOG_COMPILER, if
696 1.1 christos # thy have one).
697 1.1 christos am__check_pre = \
698 1.1 christos $(am__sh_e_setup); \
699 1.1 christos $(am__vpath_adj_setup) $(am__vpath_adj) \
700 1.1 christos $(am__tty_colors); \
701 1.1 christos srcdir=$(srcdir); export srcdir; \
702 1.1 christos case "$@" in \
703 1.1 christos */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;; \
704 1.1 christos *) am__odir=.;; \
705 1.1 christos esac; \
706 1.1 christos test "x$$am__odir" = x"." || test -d "$$am__odir" \
707 1.1 christos || $(MKDIR_P) "$$am__odir" || exit $$?; \
708 1.1 christos if test -f "./$$f"; then dir=./; \
709 1.1 christos elif test -f "$$f"; then dir=; \
710 1.1 christos else dir="$(srcdir)/"; fi; \
711 1.1 christos tst=$$dir$$f; log='$@'; \
712 1.1 christos if test -n '$(DISABLE_HARD_ERRORS)'; then \
713 1.1 christos am__enable_hard_errors=no; \
714 1.1 christos else \
715 1.1 christos am__enable_hard_errors=yes; \
716 1.1 christos fi; \
717 1.1 christos case " $(XFAIL_TESTS) " in \
718 1.1 christos *[\ \ ]$$f[\ \ ]* | *[\ \ ]$$dir$$f[\ \ ]*) \
719 1.1 christos am__expect_failure=yes;; \
720 1.1 christos *) \
721 1.1 christos am__expect_failure=no;; \
722 1.1 christos esac; \
723 1.1 christos $(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT)
724 1.1 christos # A shell command to get the names of the tests scripts with any registered
725 1.1 christos # extension removed (i.e., equivalently, the names of the test logs, with
726 1.1 christos # the '.log' extension removed). The result is saved in the shell variable
727 1.1 christos # '$bases'. This honors runtime overriding of TESTS and TEST_LOGS. Sadly,
728 1.1 christos # we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)",
729 1.1 christos # since that might cause problem with VPATH rewrites for suffix-less tests.
730 1.1 christos # See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'.
731 1.1 christos am__set_TESTS_bases = \
732 1.1 christos bases='$(TEST_LOGS)'; \
733 1.1 christos bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
734 1.1 christos bases=`echo $$bases`
735 1.1 christos AM_TESTSUITE_SUMMARY_HEADER = ' for $(PACKAGE_STRING)'
736 1.1 christos RECHECK_LOGS = $(TEST_LOGS)
737 1.1 christos AM_RECURSIVE_TARGETS = check recheck
738 1.1 christos TEST_SUITE_LOG = test-suite.log
739 1.1 christos TEST_EXTENSIONS = @EXEEXT@ .test
740 1.1 christos LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver
741 1.1 christos LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS)
742 1.1 christos am__set_b = \
743 1.1 christos case '$@' in \
744 1.1 christos */*) \
745 1.1 christos case '$*' in \
746 1.1 christos */*) b='$*';; \
747 1.1 christos *) b=`echo '$@' | sed 's/\.log$$//'`; \
748 1.1 christos esac;; \
749 1.1 christos *) \
750 1.1 christos b='$*';; \
751 1.1 christos esac
752 1.1 christos am__test_logs1 = $(TESTS:=.log)
753 1.1 christos am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log)
754 1.1 christos TEST_LOGS = $(am__test_logs2:.test.log=.log)
755 1.1 christos TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver
756 1.1 christos TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \
757 1.1 christos $(TEST_LOG_FLAGS)
758 1.1 christos am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/Makefile.tests \
759 1.1 christos $(top_srcdir)/Makefile.top $(top_srcdir)/depcomp \
760 1.1 christos $(top_srcdir)/test-driver
761 1.1 christos DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
762 1.1 christos ACLOCAL = @ACLOCAL@
763 1.1 christos AMTAR = @AMTAR@
764 1.1 christos AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
765 1.1 christos AR = @AR@
766 1.1 christos AUTOCONF = @AUTOCONF@
767 1.1 christos AUTOHEADER = @AUTOHEADER@
768 1.1 christos AUTOMAKE = @AUTOMAKE@
769 1.1 christos AWK = @AWK@
770 1.1 christos BUILD_EXEEXT = @BUILD_EXEEXT@
771 1.1 christos BUILD_OBJEXT = @BUILD_OBJEXT@
772 1.1 christos CC = @CC@
773 1.1 christos CCDEPMODE = @CCDEPMODE@
774 1.1 christos CC_FOR_BUILD = @CC_FOR_BUILD@
775 1.1 christos CFLAGS = @CFLAGS@
776 1.1 christos CFLAGS_FOR_BUILD = @CFLAGS_FOR_BUILD@
777 1.1 christos CMOCKA_CFLAGS = @CMOCKA_CFLAGS@
778 1.1 christos CMOCKA_LIBS = @CMOCKA_LIBS@
779 1.1 christos CPP = @CPP@
780 1.1 christos CPPFLAGS = @CPPFLAGS@
781 1.1 christos CPPFLAGS_FOR_BUILD = @CPPFLAGS_FOR_BUILD@
782 1.1 christos CPP_FOR_BUILD = @CPP_FOR_BUILD@
783 1.1 christos CSCOPE = @CSCOPE@
784 1.1 christos CTAGS = @CTAGS@
785 1.1 christos CURL = @CURL@
786 1.1 christos CYGPATH_W = @CYGPATH_W@
787 1.1 christos DEFS = @DEFS@
788 1.1 christos DEPDIR = @DEPDIR@
789 1.1 christos DEVELOPER_MODE = @DEVELOPER_MODE@
790 1.1 christos DLLTOOL = @DLLTOOL@
791 1.1.1.3 christos DLOPEN_LIBS = @DLOPEN_LIBS@
792 1.1 christos DNSTAP_CFLAGS = @DNSTAP_CFLAGS@
793 1.1 christos DNSTAP_LIBS = @DNSTAP_LIBS@
794 1.1 christos DOXYGEN = @DOXYGEN@
795 1.1 christos DSYMUTIL = @DSYMUTIL@
796 1.1.1.3 christos DTRACE = @DTRACE@
797 1.1 christos DUMPBIN = @DUMPBIN@
798 1.1 christos ECHO_C = @ECHO_C@
799 1.1 christos ECHO_N = @ECHO_N@
800 1.1 christos ECHO_T = @ECHO_T@
801 1.1 christos EGREP = @EGREP@
802 1.1 christos ETAGS = @ETAGS@
803 1.1 christos EXEEXT = @EXEEXT@
804 1.1 christos FGREP = @FGREP@
805 1.1 christos FILECMD = @FILECMD@
806 1.1 christos FSTRM_CAPTURE = @FSTRM_CAPTURE@
807 1.1 christos FUZZ_LDFLAGS = @FUZZ_LDFLAGS@
808 1.1 christos FUZZ_LOG_COMPILER = @FUZZ_LOG_COMPILER@
809 1.1 christos GREP = @GREP@
810 1.1 christos GSSAPI_CFLAGS = @GSSAPI_CFLAGS@
811 1.1 christos GSSAPI_LIBS = @GSSAPI_LIBS@
812 1.1 christos INSTALL = @INSTALL@
813 1.1 christos INSTALL_DATA = @INSTALL_DATA@
814 1.1 christos INSTALL_PROGRAM = @INSTALL_PROGRAM@
815 1.1 christos INSTALL_SCRIPT = @INSTALL_SCRIPT@
816 1.1 christos INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
817 1.1 christos JEMALLOC_CFLAGS = @JEMALLOC_CFLAGS@
818 1.1 christos JEMALLOC_LIBS = @JEMALLOC_LIBS@
819 1.1.1.3 christos JEMALLOC_VERSION = @JEMALLOC_VERSION@
820 1.1 christos JSON_C_CFLAGS = @JSON_C_CFLAGS@
821 1.1 christos JSON_C_LIBS = @JSON_C_LIBS@
822 1.1 christos KRB5_CFLAGS = @KRB5_CFLAGS@
823 1.1 christos KRB5_CONFIG = @KRB5_CONFIG@
824 1.1 christos KRB5_LIBS = @KRB5_LIBS@
825 1.1 christos LD = @LD@
826 1.1 christos LDFLAGS = @LDFLAGS@
827 1.1 christos LDFLAGS_FOR_BUILD = @LDFLAGS_FOR_BUILD@
828 1.1.1.3 christos LIBCAP_CFLAGS = @LIBCAP_CFLAGS@
829 1.1 christos LIBCAP_LIBS = @LIBCAP_LIBS@
830 1.1 christos LIBIDN2_CFLAGS = @LIBIDN2_CFLAGS@
831 1.1 christos LIBIDN2_LIBS = @LIBIDN2_LIBS@
832 1.1 christos LIBNGHTTP2_CFLAGS = @LIBNGHTTP2_CFLAGS@
833 1.1 christos LIBNGHTTP2_LIBS = @LIBNGHTTP2_LIBS@
834 1.1 christos LIBOBJS = @LIBOBJS@
835 1.1 christos LIBS = @LIBS@
836 1.1.1.3 christos LIBSYSTEMD_CFLAGS = @LIBSYSTEMD_CFLAGS@
837 1.1.1.3 christos LIBSYSTEMD_LIBS = @LIBSYSTEMD_LIBS@
838 1.1 christos LIBTOOL = @LIBTOOL@
839 1.1.1.3 christos LIBURCU_CFLAGS = @LIBURCU_CFLAGS@
840 1.1.1.3 christos LIBURCU_LIBS = @LIBURCU_LIBS@
841 1.1 christos LIBUV_CFLAGS = @LIBUV_CFLAGS@
842 1.1 christos LIBUV_LIBS = @LIBUV_LIBS@
843 1.1.1.3 christos LIBUV_VERSION = @LIBUV_VERSION@
844 1.1 christos LIBXML2_CFLAGS = @LIBXML2_CFLAGS@
845 1.1 christos LIBXML2_LIBS = @LIBXML2_LIBS@
846 1.1 christos LIPO = @LIPO@
847 1.1 christos LMDB_CFLAGS = @LMDB_CFLAGS@
848 1.1 christos LMDB_LIBS = @LMDB_LIBS@
849 1.1 christos LN_S = @LN_S@
850 1.1 christos LTLIBOBJS = @LTLIBOBJS@
851 1.1 christos LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
852 1.1 christos MAINT = @MAINT@
853 1.1 christos MAKEINFO = @MAKEINFO@
854 1.1 christos MANIFEST_TOOL = @MANIFEST_TOOL@
855 1.1 christos MAXMINDDB_CFLAGS = @MAXMINDDB_CFLAGS@
856 1.1 christos MAXMINDDB_LIBS = @MAXMINDDB_LIBS@
857 1.1 christos MAXMINDDB_PREFIX = @MAXMINDDB_PREFIX@
858 1.1 christos MKDIR_P = @MKDIR_P@
859 1.1 christos NC = @NC@
860 1.1 christos NM = @NM@
861 1.1 christos NMEDIT = @NMEDIT@
862 1.1 christos OBJDUMP = @OBJDUMP@
863 1.1 christos OBJEXT = @OBJEXT@
864 1.1 christos OPENSSL_CFLAGS = @OPENSSL_CFLAGS@
865 1.1 christos OPENSSL_LDFLAGS = @OPENSSL_LDFLAGS@
866 1.1 christos OPENSSL_LIBS = @OPENSSL_LIBS@
867 1.1.1.3 christos OPENSSL_VERSION = @OPENSSL_VERSION@
868 1.1 christos OTOOL = @OTOOL@
869 1.1 christos OTOOL64 = @OTOOL64@
870 1.1 christos PACKAGE = @PACKAGE@
871 1.1 christos PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
872 1.1 christos PACKAGE_NAME = @PACKAGE_NAME@
873 1.1 christos PACKAGE_STRING = @PACKAGE_STRING@
874 1.1 christos PACKAGE_TARNAME = @PACKAGE_TARNAME@
875 1.1 christos PACKAGE_URL = @PACKAGE_URL@
876 1.1 christos PACKAGE_VERSION = @PACKAGE_VERSION@
877 1.1 christos PATH_SEPARATOR = @PATH_SEPARATOR@
878 1.1 christos PERL = @PERL@
879 1.1 christos PKG_CONFIG = @PKG_CONFIG@
880 1.1 christos PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
881 1.1 christos PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
882 1.1 christos PROTOC_C = @PROTOC_C@
883 1.1 christos PTHREAD_CC = @PTHREAD_CC@
884 1.1 christos PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
885 1.1 christos PTHREAD_CXX = @PTHREAD_CXX@
886 1.1 christos PTHREAD_LIBS = @PTHREAD_LIBS@
887 1.1 christos PYTEST = @PYTEST@
888 1.1 christos PYTHON = @PYTHON@
889 1.1 christos PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
890 1.1 christos PYTHON_PLATFORM = @PYTHON_PLATFORM@
891 1.1 christos PYTHON_PREFIX = @PYTHON_PREFIX@
892 1.1 christos PYTHON_VERSION = @PYTHON_VERSION@
893 1.1 christos RANLIB = @RANLIB@
894 1.1.1.3 christos RCU_VERSION = @RCU_VERSION@
895 1.1 christos READLINE_CFLAGS = @READLINE_CFLAGS@
896 1.1 christos READLINE_LIBS = @READLINE_LIBS@
897 1.1 christos RELEASE_DATE = @RELEASE_DATE@
898 1.1 christos SED = @SED@
899 1.1 christos SET_MAKE = @SET_MAKE@
900 1.1 christos SHELL = @SHELL@
901 1.1 christos SPHINX_BUILD = @SPHINX_BUILD@
902 1.1 christos STD_CFLAGS = @STD_CFLAGS@
903 1.1 christos STD_CPPFLAGS = @STD_CPPFLAGS@
904 1.1 christos STD_LDFLAGS = @STD_LDFLAGS@
905 1.1 christos STRIP = @STRIP@
906 1.1 christos TEST_CFLAGS = @TEST_CFLAGS@
907 1.1 christos VERSION = @VERSION@
908 1.1 christos XSLTPROC = @XSLTPROC@
909 1.1 christos ZLIB_CFLAGS = @ZLIB_CFLAGS@
910 1.1 christos ZLIB_LIBS = @ZLIB_LIBS@
911 1.1 christos abs_builddir = @abs_builddir@
912 1.1 christos abs_srcdir = @abs_srcdir@
913 1.1 christos abs_top_builddir = @abs_top_builddir@
914 1.1 christos abs_top_srcdir = @abs_top_srcdir@
915 1.1 christos ac_ct_AR = @ac_ct_AR@
916 1.1 christos ac_ct_CC = @ac_ct_CC@
917 1.1 christos ac_ct_CC_FOR_BUILD = @ac_ct_CC_FOR_BUILD@
918 1.1 christos ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
919 1.1 christos am__include = @am__include@
920 1.1 christos am__leading_dot = @am__leading_dot@
921 1.1 christos am__quote = @am__quote@
922 1.1 christos am__tar = @am__tar@
923 1.1 christos am__untar = @am__untar@
924 1.1 christos ax_pthread_config = @ax_pthread_config@
925 1.1 christos bindir = @bindir@
926 1.1 christos build = @build@
927 1.1 christos build_alias = @build_alias@
928 1.1 christos build_cpu = @build_cpu@
929 1.1 christos build_os = @build_os@
930 1.1 christos build_vendor = @build_vendor@
931 1.1 christos builddir = @builddir@
932 1.1 christos datadir = @datadir@
933 1.1 christos datarootdir = @datarootdir@
934 1.1 christos docdir = @docdir@
935 1.1 christos dvidir = @dvidir@
936 1.1 christos exec_prefix = @exec_prefix@
937 1.1 christos host = @host@
938 1.1 christos host_alias = @host_alias@
939 1.1 christos host_cpu = @host_cpu@
940 1.1 christos host_os = @host_os@
941 1.1 christos host_vendor = @host_vendor@
942 1.1 christos htmldir = @htmldir@
943 1.1 christos includedir = @includedir@
944 1.1 christos infodir = @infodir@
945 1.1 christos install_sh = @install_sh@
946 1.1 christos libdir = @libdir@
947 1.1 christos libexecdir = @libexecdir@
948 1.1 christos localedir = @localedir@
949 1.1 christos localstatedir = @localstatedir@
950 1.1 christos mandir = @mandir@
951 1.1 christos mkdir_p = @mkdir_p@
952 1.1 christos oldincludedir = @oldincludedir@
953 1.1 christos pdfdir = @pdfdir@
954 1.1 christos pkgpyexecdir = @pkgpyexecdir@
955 1.1 christos pkgpythondir = @pkgpythondir@
956 1.1 christos prefix = @prefix@
957 1.1 christos program_transform_name = @program_transform_name@
958 1.1 christos psdir = @psdir@
959 1.1 christos pyexecdir = @pyexecdir@
960 1.1 christos pythondir = @pythondir@
961 1.1 christos runstatedir = @runstatedir@
962 1.1 christos sbindir = @sbindir@
963 1.1 christos sharedstatedir = @sharedstatedir@
964 1.1 christos srcdir = @srcdir@
965 1.1 christos sysconfdir = @sysconfdir@
966 1.1 christos target = @target@
967 1.1 christos target_alias = @target_alias@
968 1.1 christos target_cpu = @target_cpu@
969 1.1 christos target_os = @target_os@
970 1.1 christos target_vendor = @target_vendor@
971 1.1 christos top_build_prefix = @top_build_prefix@
972 1.1 christos top_builddir = @top_builddir@
973 1.1 christos top_srcdir = @top_srcdir@
974 1.1 christos ACLOCAL_AMFLAGS = -I $(top_srcdir)/m4
975 1.1.1.2 christos AM_CFLAGS = $(STD_CFLAGS) -I$(top_srcdir)/tests/include $(TEST_CFLAGS) \
976 1.1.1.3 christos $(am__append_3)
977 1.1 christos AM_CPPFLAGS = $(STD_CPPFLAGS) -include $(top_builddir)/config.h \
978 1.1.1.3 christos -I$(srcdir)/include $(LIBISC_CFLAGS) $(LIBURCU_CFLAGS) \
979 1.1.1.3 christos $(LIBUV_CFLAGS) -I$(top_srcdir)/lib/isc $(CMOCKA_CFLAGS) \
980 1.1 christos -DNAMED_PLUGINDIR=\"$(pkglibdir)\" \
981 1.1 christos -DTESTS_DIR=\"$(abs_srcdir)\"
982 1.1 christos AM_LDFLAGS = $(STD_LDFLAGS) $(am__append_1)
983 1.1.1.3 christos LDADD = $(LIBISC_LIBS) $(LIBURCU_LIBS) $(LIBUV_LIBS) \
984 1.1.1.2 christos $(top_builddir)/tests/libtest/libtest.la $(CMOCKA_LIBS) \
985 1.1.1.3 christos $(am__append_4)
986 1.1.1.3 christos BUILT_SOURCES =
987 1.1.1.3 christos CLEANFILES =
988 1.1.1.2 christos @HAVE_JEMALLOC_FALSE@LIBISC_CFLAGS = -I$(top_srcdir)/include \
989 1.1.1.2 christos @HAVE_JEMALLOC_FALSE@ -I$(top_srcdir)/lib/isc/include \
990 1.1.1.2 christos @HAVE_JEMALLOC_FALSE@ -I$(top_builddir)/lib/isc/include
991 1.1.1.2 christos @HAVE_JEMALLOC_TRUE@LIBISC_CFLAGS = $(JEMALLOC_CFLAGS) \
992 1.1.1.2 christos @HAVE_JEMALLOC_TRUE@ -I$(top_srcdir)/include \
993 1.1.1.2 christos @HAVE_JEMALLOC_TRUE@ -I$(top_srcdir)/lib/isc/include \
994 1.1.1.2 christos @HAVE_JEMALLOC_TRUE@ -I$(top_builddir)/lib/isc/include
995 1.1.1.2 christos @HAVE_JEMALLOC_FALSE@LIBISC_LIBS = $(top_builddir)/lib/isc/libisc.la
996 1.1.1.2 christos @HAVE_JEMALLOC_TRUE@LIBISC_LIBS = $(JEMALLOC_LIBS) \
997 1.1.1.2 christos @HAVE_JEMALLOC_TRUE@ $(top_builddir)/lib/isc/libisc.la
998 1.1.1.3 christos @HAVE_DTRACE_TRUE@LIBISC_DTRACE = $(top_builddir)/lib/isc/probes.lo
999 1.1 christos LIBDNS_CFLAGS = \
1000 1.1 christos -I$(top_srcdir)/lib/dns/include \
1001 1.1 christos -I$(top_builddir)/lib/dns/include
1002 1.1 christos
1003 1.1 christos LIBDNS_LIBS = \
1004 1.1 christos $(top_builddir)/lib/dns/libdns.la
1005 1.1 christos
1006 1.1.1.3 christos @HAVE_DTRACE_TRUE@LIBDNS_DTRACE = $(top_builddir)/lib/dns/probes.lo
1007 1.1 christos LIBNS_CFLAGS = \
1008 1.1 christos -I$(top_srcdir)/lib/ns/include
1009 1.1 christos
1010 1.1 christos LIBNS_LIBS = \
1011 1.1 christos $(top_builddir)/lib/ns/libns.la
1012 1.1 christos
1013 1.1.1.3 christos @HAVE_DTRACE_TRUE@LIBNS_DTRACE = $(top_builddir)/lib/ns/probes.lo
1014 1.1 christos LIBISCCFG_CFLAGS = \
1015 1.1 christos -I$(top_srcdir)/lib/isccfg/include
1016 1.1 christos
1017 1.1 christos LIBISCCFG_LIBS = \
1018 1.1 christos $(top_builddir)/lib/isccfg/libisccfg.la
1019 1.1 christos
1020 1.1 christos LIBISCCC_CFLAGS = \
1021 1.1 christos -I$(top_srcdir)/lib/isccc/include/
1022 1.1 christos
1023 1.1 christos LIBISCCC_LIBS = \
1024 1.1 christos $(top_builddir)/lib/isccc/libisccc.la
1025 1.1 christos
1026 1.1 christos @HAVE_LIBNGHTTP2_TRUE@doh_test_CPPFLAGS = \
1027 1.1 christos @HAVE_LIBNGHTTP2_TRUE@ $(AM_CPPFLAGS) \
1028 1.1 christos @HAVE_LIBNGHTTP2_TRUE@ $(LIBNGHTTP2_CFLAGS) \
1029 1.1 christos @HAVE_LIBNGHTTP2_TRUE@ $(OPENSSL_CFLAGS)
1030 1.1 christos
1031 1.1 christos @HAVE_LIBNGHTTP2_TRUE@doh_test_LDADD = \
1032 1.1 christos @HAVE_LIBNGHTTP2_TRUE@ $(LDADD) \
1033 1.1 christos @HAVE_LIBNGHTTP2_TRUE@ $(LIBNGHTTP2_LIBS)
1034 1.1 christos
1035 1.1 christos @HAVE_LIBNGHTTP2_TRUE@doh_test_SOURCES = \
1036 1.1 christos @HAVE_LIBNGHTTP2_TRUE@ doh_test.c \
1037 1.1 christos @HAVE_LIBNGHTTP2_TRUE@ uv_wrap.h
1038 1.1 christos
1039 1.1.1.3 christos dnsstream_utils_test_CPPFLAGS = \
1040 1.1.1.3 christos $(AM_CPPFLAGS)
1041 1.1.1.3 christos
1042 1.1.1.3 christos dnsstream_utils_test_LDADD = \
1043 1.1.1.3 christos $(LDADD)
1044 1.1.1.3 christos
1045 1.1.1.3 christos dnsstream_utils_test_SOURCES = \
1046 1.1.1.3 christos dnsstream_utils_test.c \
1047 1.1.1.3 christos dnsstream_utils_test_data.h
1048 1.1.1.3 christos
1049 1.1.1.3 christos hashmap_test_SOURCES = \
1050 1.1.1.3 christos hashmap_test.c \
1051 1.1.1.3 christos hashmap_nodes.h
1052 1.1.1.3 christos
1053 1.1 christos hmac_test_CPPFLAGS = \
1054 1.1 christos $(AM_CPPFLAGS) \
1055 1.1 christos $(OPENSSL_CFLAGS)
1056 1.1 christos
1057 1.1 christos hmac_test_LDADD = \
1058 1.1 christos $(LDADD) \
1059 1.1 christos $(OPENSSL_LIBS)
1060 1.1 christos
1061 1.1 christos md_test_CPPFLAGS = \
1062 1.1 christos $(AM_CPPFLAGS) \
1063 1.1 christos $(OPENSSL_CFLAGS)
1064 1.1 christos
1065 1.1 christos md_test_LDADD = \
1066 1.1 christos $(LDADD) \
1067 1.1 christos $(OPENSSL_LIBS)
1068 1.1 christos
1069 1.1.1.3 christos proxyheader_test_CPPFLAGS = \
1070 1.1.1.3 christos $(AM_CPPFLAGS)
1071 1.1.1.3 christos
1072 1.1.1.3 christos proxyheader_test_LDADD = \
1073 1.1.1.3 christos $(LDADD)
1074 1.1.1.3 christos
1075 1.1.1.3 christos proxyheader_test_SOURCES = \
1076 1.1.1.3 christos proxyheader_test.c \
1077 1.1.1.3 christos proxyheader_test_data.h
1078 1.1.1.3 christos
1079 1.1.1.3 christos proxystream_test_CPPFLAGS = \
1080 1.1.1.3 christos $(AM_CPPFLAGS) \
1081 1.1.1.3 christos $(OPENSSL_CFLAGS)
1082 1.1.1.3 christos
1083 1.1.1.3 christos proxystream_test_LDADD = \
1084 1.1.1.3 christos $(LDADD) \
1085 1.1.1.3 christos $(OPENSSL_LIBS)
1086 1.1.1.3 christos
1087 1.1.1.3 christos proxystream_test_SOURCES = \
1088 1.1.1.3 christos proxystream_test.c \
1089 1.1.1.3 christos netmgr_common.h \
1090 1.1.1.3 christos netmgr_common.c \
1091 1.1.1.3 christos stream_shutdown.c
1092 1.1.1.3 christos
1093 1.1.1.3 christos proxyudp_test_CPPFLAGS = \
1094 1.1 christos $(AM_CPPFLAGS) \
1095 1.1 christos $(OPENSSL_CFLAGS)
1096 1.1 christos
1097 1.1.1.3 christos proxyudp_test_LDADD = \
1098 1.1 christos $(LDADD) \
1099 1.1 christos $(OPENSSL_LIBS)
1100 1.1 christos
1101 1.1.1.3 christos proxyudp_test_SOURCES = \
1102 1.1.1.3 christos proxyudp_test.c \
1103 1.1.1.3 christos netmgr_common.h \
1104 1.1.1.3 christos netmgr_common.c \
1105 1.1 christos uv_wrap.h
1106 1.1 christos
1107 1.1 christos random_test_LDADD = \
1108 1.1 christos $(LDADD) \
1109 1.1 christos -lm
1110 1.1 christos
1111 1.1.1.3 christos tcp_test_CPPFLAGS = \
1112 1.1.1.3 christos $(AM_CPPFLAGS) \
1113 1.1.1.3 christos $(OPENSSL_CFLAGS)
1114 1.1.1.3 christos
1115 1.1.1.3 christos tcp_test_LDADD = \
1116 1.1.1.3 christos $(LDADD) \
1117 1.1.1.3 christos $(OPENSSL_LIBS)
1118 1.1.1.3 christos
1119 1.1.1.3 christos tcp_test_SOURCES = \
1120 1.1.1.3 christos tcp_test.c \
1121 1.1.1.3 christos netmgr_common.h \
1122 1.1.1.3 christos netmgr_common.c \
1123 1.1.1.3 christos stream_shutdown.c \
1124 1.1.1.3 christos uv_wrap.h
1125 1.1.1.3 christos
1126 1.1.1.3 christos tcpdns_test_CPPFLAGS = \
1127 1.1.1.3 christos $(AM_CPPFLAGS) \
1128 1.1.1.3 christos $(OPENSSL_CFLAGS)
1129 1.1.1.3 christos
1130 1.1.1.3 christos tcpdns_test_LDADD = \
1131 1.1.1.3 christos $(LDADD) \
1132 1.1.1.3 christos $(OPENSSL_LIBS)
1133 1.1.1.3 christos
1134 1.1.1.3 christos tcpdns_test_SOURCES = \
1135 1.1.1.3 christos tcpdns_test.c \
1136 1.1.1.3 christos netmgr_common.h \
1137 1.1.1.3 christos netmgr_common.c \
1138 1.1.1.3 christos uv_wrap.h
1139 1.1.1.3 christos
1140 1.1.1.3 christos tls_test_CPPFLAGS = \
1141 1.1.1.3 christos $(AM_CPPFLAGS) \
1142 1.1.1.3 christos $(OPENSSL_CFLAGS)
1143 1.1.1.3 christos
1144 1.1.1.3 christos tls_test_LDADD = \
1145 1.1.1.3 christos $(LDADD) \
1146 1.1.1.3 christos $(OPENSSL_LIBS)
1147 1.1.1.3 christos
1148 1.1.1.3 christos tls_test_SOURCES = \
1149 1.1.1.3 christos tls_test.c \
1150 1.1.1.3 christos netmgr_common.h \
1151 1.1.1.3 christos netmgr_common.c \
1152 1.1.1.3 christos stream_shutdown.c \
1153 1.1.1.3 christos uv_wrap.h
1154 1.1.1.3 christos
1155 1.1.1.3 christos tlsdns_test_CPPFLAGS = \
1156 1.1.1.3 christos $(AM_CPPFLAGS) \
1157 1.1.1.3 christos $(OPENSSL_CFLAGS)
1158 1.1.1.3 christos
1159 1.1.1.3 christos tlsdns_test_LDADD = \
1160 1.1.1.3 christos $(LDADD) \
1161 1.1.1.3 christos $(OPENSSL_LIBS)
1162 1.1.1.3 christos
1163 1.1.1.3 christos tlsdns_test_SOURCES = \
1164 1.1.1.3 christos tlsdns_test.c \
1165 1.1.1.3 christos netmgr_common.h \
1166 1.1.1.3 christos netmgr_common.c \
1167 1.1.1.3 christos uv_wrap.h
1168 1.1.1.3 christos
1169 1.1.1.3 christos udp_test_CPPFLAGS = \
1170 1.1.1.3 christos $(AM_CPPFLAGS) \
1171 1.1.1.3 christos $(OPENSSL_CFLAGS)
1172 1.1.1.3 christos
1173 1.1.1.3 christos udp_test_LDADD = \
1174 1.1.1.3 christos $(LDADD) \
1175 1.1.1.3 christos $(OPENSSL_LIBS)
1176 1.1.1.3 christos
1177 1.1.1.3 christos udp_test_SOURCES = \
1178 1.1.1.3 christos udp_test.c \
1179 1.1.1.3 christos netmgr_common.h \
1180 1.1.1.3 christos netmgr_common.c \
1181 1.1.1.3 christos uv_wrap.h
1182 1.1.1.3 christos
1183 1.1 christos EXTRA_DIST = testdata
1184 1.1 christos @HAVE_CMOCKA_TRUE@TESTS = $(check_PROGRAMS)
1185 1.1 christos LOG_COMPILER = $(top_builddir)/tests/unit-test-driver.sh
1186 1.1.1.3 christos all: $(BUILT_SOURCES)
1187 1.1.1.3 christos $(MAKE) $(AM_MAKEFLAGS) all-am
1188 1.1 christos
1189 1.1 christos .SUFFIXES:
1190 1.1 christos .SUFFIXES: .c .lo .log .o .obj .test .test$(EXEEXT) .trs
1191 1.1 christos $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/Makefile.top $(top_srcdir)/Makefile.tests $(am__configure_deps)
1192 1.1 christos @for dep in $?; do \
1193 1.1 christos case '$(am__configure_deps)' in \
1194 1.1 christos *$$dep*) \
1195 1.1 christos ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
1196 1.1 christos && { if test -f $@; then exit 0; else break; fi; }; \
1197 1.1 christos exit 1;; \
1198 1.1 christos esac; \
1199 1.1 christos done; \
1200 1.1 christos echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tests/isc/Makefile'; \
1201 1.1 christos $(am__cd) $(top_srcdir) && \
1202 1.1 christos $(AUTOMAKE) --foreign tests/isc/Makefile
1203 1.1 christos Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
1204 1.1 christos @case '$?' in \
1205 1.1 christos *config.status*) \
1206 1.1 christos cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
1207 1.1 christos *) \
1208 1.1 christos echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
1209 1.1 christos cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
1210 1.1 christos esac;
1211 1.1 christos $(top_srcdir)/Makefile.top $(top_srcdir)/Makefile.tests $(am__empty):
1212 1.1 christos
1213 1.1 christos $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
1214 1.1 christos cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1215 1.1 christos
1216 1.1 christos $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
1217 1.1 christos cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1218 1.1 christos $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
1219 1.1 christos cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1220 1.1 christos $(am__aclocal_m4_deps):
1221 1.1 christos
1222 1.1 christos clean-checkPROGRAMS:
1223 1.1 christos @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
1224 1.1 christos echo " rm -f" $$list; \
1225 1.1 christos rm -f $$list || exit $$?; \
1226 1.1 christos test -n "$(EXEEXT)" || exit 0; \
1227 1.1 christos list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
1228 1.1 christos echo " rm -f" $$list; \
1229 1.1 christos rm -f $$list
1230 1.1 christos
1231 1.1.1.3 christos ascii_test$(EXEEXT): $(ascii_test_OBJECTS) $(ascii_test_DEPENDENCIES) $(EXTRA_ascii_test_DEPENDENCIES)
1232 1.1.1.3 christos @rm -f ascii_test$(EXEEXT)
1233 1.1.1.3 christos $(AM_V_CCLD)$(LINK) $(ascii_test_OBJECTS) $(ascii_test_LDADD) $(LIBS)
1234 1.1.1.3 christos
1235 1.1.1.3 christos async_test$(EXEEXT): $(async_test_OBJECTS) $(async_test_DEPENDENCIES) $(EXTRA_async_test_DEPENDENCIES)
1236 1.1.1.3 christos @rm -f async_test$(EXEEXT)
1237 1.1.1.3 christos $(AM_V_CCLD)$(LINK) $(async_test_OBJECTS) $(async_test_LDADD) $(LIBS)
1238 1.1 christos
1239 1.1 christos buffer_test$(EXEEXT): $(buffer_test_OBJECTS) $(buffer_test_DEPENDENCIES) $(EXTRA_buffer_test_DEPENDENCIES)
1240 1.1 christos @rm -f buffer_test$(EXEEXT)
1241 1.1 christos $(AM_V_CCLD)$(LINK) $(buffer_test_OBJECTS) $(buffer_test_LDADD) $(LIBS)
1242 1.1 christos
1243 1.1 christos counter_test$(EXEEXT): $(counter_test_OBJECTS) $(counter_test_DEPENDENCIES) $(EXTRA_counter_test_DEPENDENCIES)
1244 1.1 christos @rm -f counter_test$(EXEEXT)
1245 1.1 christos $(AM_V_CCLD)$(LINK) $(counter_test_OBJECTS) $(counter_test_LDADD) $(LIBS)
1246 1.1 christos
1247 1.1 christos crc64_test$(EXEEXT): $(crc64_test_OBJECTS) $(crc64_test_DEPENDENCIES) $(EXTRA_crc64_test_DEPENDENCIES)
1248 1.1 christos @rm -f crc64_test$(EXEEXT)
1249 1.1 christos $(AM_V_CCLD)$(LINK) $(crc64_test_OBJECTS) $(crc64_test_LDADD) $(LIBS)
1250 1.1 christos
1251 1.1.1.3 christos dnsstream_utils_test$(EXEEXT): $(dnsstream_utils_test_OBJECTS) $(dnsstream_utils_test_DEPENDENCIES) $(EXTRA_dnsstream_utils_test_DEPENDENCIES)
1252 1.1.1.3 christos @rm -f dnsstream_utils_test$(EXEEXT)
1253 1.1.1.3 christos $(AM_V_CCLD)$(LINK) $(dnsstream_utils_test_OBJECTS) $(dnsstream_utils_test_LDADD) $(LIBS)
1254 1.1.1.3 christos
1255 1.1 christos doh_test$(EXEEXT): $(doh_test_OBJECTS) $(doh_test_DEPENDENCIES) $(EXTRA_doh_test_DEPENDENCIES)
1256 1.1 christos @rm -f doh_test$(EXEEXT)
1257 1.1 christos $(AM_V_CCLD)$(LINK) $(doh_test_OBJECTS) $(doh_test_LDADD) $(LIBS)
1258 1.1 christos
1259 1.1 christos errno_test$(EXEEXT): $(errno_test_OBJECTS) $(errno_test_DEPENDENCIES) $(EXTRA_errno_test_DEPENDENCIES)
1260 1.1 christos @rm -f errno_test$(EXEEXT)
1261 1.1 christos $(AM_V_CCLD)$(LINK) $(errno_test_OBJECTS) $(errno_test_LDADD) $(LIBS)
1262 1.1 christos
1263 1.1 christos file_test$(EXEEXT): $(file_test_OBJECTS) $(file_test_DEPENDENCIES) $(EXTRA_file_test_DEPENDENCIES)
1264 1.1 christos @rm -f file_test$(EXEEXT)
1265 1.1 christos $(AM_V_CCLD)$(LINK) $(file_test_OBJECTS) $(file_test_LDADD) $(LIBS)
1266 1.1 christos
1267 1.1 christos hash_test$(EXEEXT): $(hash_test_OBJECTS) $(hash_test_DEPENDENCIES) $(EXTRA_hash_test_DEPENDENCIES)
1268 1.1 christos @rm -f hash_test$(EXEEXT)
1269 1.1 christos $(AM_V_CCLD)$(LINK) $(hash_test_OBJECTS) $(hash_test_LDADD) $(LIBS)
1270 1.1 christos
1271 1.1.1.3 christos hashmap_test$(EXEEXT): $(hashmap_test_OBJECTS) $(hashmap_test_DEPENDENCIES) $(EXTRA_hashmap_test_DEPENDENCIES)
1272 1.1.1.3 christos @rm -f hashmap_test$(EXEEXT)
1273 1.1.1.3 christos $(AM_V_CCLD)$(LINK) $(hashmap_test_OBJECTS) $(hashmap_test_LDADD) $(LIBS)
1274 1.1.1.3 christos
1275 1.1 christos heap_test$(EXEEXT): $(heap_test_OBJECTS) $(heap_test_DEPENDENCIES) $(EXTRA_heap_test_DEPENDENCIES)
1276 1.1 christos @rm -f heap_test$(EXEEXT)
1277 1.1 christos $(AM_V_CCLD)$(LINK) $(heap_test_OBJECTS) $(heap_test_LDADD) $(LIBS)
1278 1.1 christos
1279 1.1.1.3 christos histo_test$(EXEEXT): $(histo_test_OBJECTS) $(histo_test_DEPENDENCIES) $(EXTRA_histo_test_DEPENDENCIES)
1280 1.1.1.3 christos @rm -f histo_test$(EXEEXT)
1281 1.1.1.3 christos $(AM_V_CCLD)$(LINK) $(histo_test_OBJECTS) $(histo_test_LDADD) $(LIBS)
1282 1.1.1.3 christos
1283 1.1 christos hmac_test$(EXEEXT): $(hmac_test_OBJECTS) $(hmac_test_DEPENDENCIES) $(EXTRA_hmac_test_DEPENDENCIES)
1284 1.1 christos @rm -f hmac_test$(EXEEXT)
1285 1.1 christos $(AM_V_CCLD)$(LINK) $(hmac_test_OBJECTS) $(hmac_test_LDADD) $(LIBS)
1286 1.1 christos
1287 1.1 christos ht_test$(EXEEXT): $(ht_test_OBJECTS) $(ht_test_DEPENDENCIES) $(EXTRA_ht_test_DEPENDENCIES)
1288 1.1 christos @rm -f ht_test$(EXEEXT)
1289 1.1 christos $(AM_V_CCLD)$(LINK) $(ht_test_OBJECTS) $(ht_test_LDADD) $(LIBS)
1290 1.1 christos
1291 1.1.1.3 christos job_test$(EXEEXT): $(job_test_OBJECTS) $(job_test_DEPENDENCIES) $(EXTRA_job_test_DEPENDENCIES)
1292 1.1.1.3 christos @rm -f job_test$(EXEEXT)
1293 1.1.1.3 christos $(AM_V_CCLD)$(LINK) $(job_test_OBJECTS) $(job_test_LDADD) $(LIBS)
1294 1.1.1.3 christos
1295 1.1 christos lex_test$(EXEEXT): $(lex_test_OBJECTS) $(lex_test_DEPENDENCIES) $(EXTRA_lex_test_DEPENDENCIES)
1296 1.1 christos @rm -f lex_test$(EXEEXT)
1297 1.1 christos $(AM_V_CCLD)$(LINK) $(lex_test_OBJECTS) $(lex_test_LDADD) $(LIBS)
1298 1.1 christos
1299 1.1.1.3 christos loop_test$(EXEEXT): $(loop_test_OBJECTS) $(loop_test_DEPENDENCIES) $(EXTRA_loop_test_DEPENDENCIES)
1300 1.1.1.3 christos @rm -f loop_test$(EXEEXT)
1301 1.1.1.3 christos $(AM_V_CCLD)$(LINK) $(loop_test_OBJECTS) $(loop_test_LDADD) $(LIBS)
1302 1.1.1.3 christos
1303 1.1 christos md_test$(EXEEXT): $(md_test_OBJECTS) $(md_test_DEPENDENCIES) $(EXTRA_md_test_DEPENDENCIES)
1304 1.1 christos @rm -f md_test$(EXEEXT)
1305 1.1 christos $(AM_V_CCLD)$(LINK) $(md_test_OBJECTS) $(md_test_LDADD) $(LIBS)
1306 1.1 christos
1307 1.1 christos mem_test$(EXEEXT): $(mem_test_OBJECTS) $(mem_test_DEPENDENCIES) $(EXTRA_mem_test_DEPENDENCIES)
1308 1.1 christos @rm -f mem_test$(EXEEXT)
1309 1.1 christos $(AM_V_CCLD)$(LINK) $(mem_test_OBJECTS) $(mem_test_LDADD) $(LIBS)
1310 1.1 christos
1311 1.1.1.3 christos mutex_test$(EXEEXT): $(mutex_test_OBJECTS) $(mutex_test_DEPENDENCIES) $(EXTRA_mutex_test_DEPENDENCIES)
1312 1.1.1.3 christos @rm -f mutex_test$(EXEEXT)
1313 1.1.1.3 christos $(AM_V_CCLD)$(LINK) $(mutex_test_OBJECTS) $(mutex_test_LDADD) $(LIBS)
1314 1.1.1.3 christos
1315 1.1 christos netaddr_test$(EXEEXT): $(netaddr_test_OBJECTS) $(netaddr_test_DEPENDENCIES) $(EXTRA_netaddr_test_DEPENDENCIES)
1316 1.1 christos @rm -f netaddr_test$(EXEEXT)
1317 1.1 christos $(AM_V_CCLD)$(LINK) $(netaddr_test_OBJECTS) $(netaddr_test_LDADD) $(LIBS)
1318 1.1 christos
1319 1.1 christos parse_test$(EXEEXT): $(parse_test_OBJECTS) $(parse_test_DEPENDENCIES) $(EXTRA_parse_test_DEPENDENCIES)
1320 1.1 christos @rm -f parse_test$(EXEEXT)
1321 1.1 christos $(AM_V_CCLD)$(LINK) $(parse_test_OBJECTS) $(parse_test_LDADD) $(LIBS)
1322 1.1 christos
1323 1.1.1.3 christos proxyheader_test$(EXEEXT): $(proxyheader_test_OBJECTS) $(proxyheader_test_DEPENDENCIES) $(EXTRA_proxyheader_test_DEPENDENCIES)
1324 1.1.1.3 christos @rm -f proxyheader_test$(EXEEXT)
1325 1.1.1.3 christos $(AM_V_CCLD)$(LINK) $(proxyheader_test_OBJECTS) $(proxyheader_test_LDADD) $(LIBS)
1326 1.1.1.3 christos
1327 1.1.1.3 christos proxystream_test$(EXEEXT): $(proxystream_test_OBJECTS) $(proxystream_test_DEPENDENCIES) $(EXTRA_proxystream_test_DEPENDENCIES)
1328 1.1.1.3 christos @rm -f proxystream_test$(EXEEXT)
1329 1.1.1.3 christos $(AM_V_CCLD)$(LINK) $(proxystream_test_OBJECTS) $(proxystream_test_LDADD) $(LIBS)
1330 1.1.1.3 christos
1331 1.1.1.3 christos proxyudp_test$(EXEEXT): $(proxyudp_test_OBJECTS) $(proxyudp_test_DEPENDENCIES) $(EXTRA_proxyudp_test_DEPENDENCIES)
1332 1.1.1.3 christos @rm -f proxyudp_test$(EXEEXT)
1333 1.1.1.3 christos $(AM_V_CCLD)$(LINK) $(proxyudp_test_OBJECTS) $(proxyudp_test_LDADD) $(LIBS)
1334 1.1 christos
1335 1.1 christos quota_test$(EXEEXT): $(quota_test_OBJECTS) $(quota_test_DEPENDENCIES) $(EXTRA_quota_test_DEPENDENCIES)
1336 1.1 christos @rm -f quota_test$(EXEEXT)
1337 1.1 christos $(AM_V_CCLD)$(LINK) $(quota_test_OBJECTS) $(quota_test_LDADD) $(LIBS)
1338 1.1 christos
1339 1.1 christos radix_test$(EXEEXT): $(radix_test_OBJECTS) $(radix_test_DEPENDENCIES) $(EXTRA_radix_test_DEPENDENCIES)
1340 1.1 christos @rm -f radix_test$(EXEEXT)
1341 1.1 christos $(AM_V_CCLD)$(LINK) $(radix_test_OBJECTS) $(radix_test_LDADD) $(LIBS)
1342 1.1 christos
1343 1.1 christos random_test$(EXEEXT): $(random_test_OBJECTS) $(random_test_DEPENDENCIES) $(EXTRA_random_test_DEPENDENCIES)
1344 1.1 christos @rm -f random_test$(EXEEXT)
1345 1.1 christos $(AM_V_CCLD)$(LINK) $(random_test_OBJECTS) $(random_test_LDADD) $(LIBS)
1346 1.1 christos
1347 1.1.1.3 christos ratelimiter_test$(EXEEXT): $(ratelimiter_test_OBJECTS) $(ratelimiter_test_DEPENDENCIES) $(EXTRA_ratelimiter_test_DEPENDENCIES)
1348 1.1.1.3 christos @rm -f ratelimiter_test$(EXEEXT)
1349 1.1.1.3 christos $(AM_V_CCLD)$(LINK) $(ratelimiter_test_OBJECTS) $(ratelimiter_test_LDADD) $(LIBS)
1350 1.1.1.3 christos
1351 1.1 christos regex_test$(EXEEXT): $(regex_test_OBJECTS) $(regex_test_DEPENDENCIES) $(EXTRA_regex_test_DEPENDENCIES)
1352 1.1 christos @rm -f regex_test$(EXEEXT)
1353 1.1 christos $(AM_V_CCLD)$(LINK) $(regex_test_OBJECTS) $(regex_test_LDADD) $(LIBS)
1354 1.1 christos
1355 1.1 christos result_test$(EXEEXT): $(result_test_OBJECTS) $(result_test_DEPENDENCIES) $(EXTRA_result_test_DEPENDENCIES)
1356 1.1 christos @rm -f result_test$(EXEEXT)
1357 1.1 christos $(AM_V_CCLD)$(LINK) $(result_test_OBJECTS) $(result_test_LDADD) $(LIBS)
1358 1.1 christos
1359 1.1.1.3 christos rwlock_test$(EXEEXT): $(rwlock_test_OBJECTS) $(rwlock_test_DEPENDENCIES) $(EXTRA_rwlock_test_DEPENDENCIES)
1360 1.1.1.3 christos @rm -f rwlock_test$(EXEEXT)
1361 1.1.1.3 christos $(AM_V_CCLD)$(LINK) $(rwlock_test_OBJECTS) $(rwlock_test_LDADD) $(LIBS)
1362 1.1.1.3 christos
1363 1.1 christos safe_test$(EXEEXT): $(safe_test_OBJECTS) $(safe_test_DEPENDENCIES) $(EXTRA_safe_test_DEPENDENCIES)
1364 1.1 christos @rm -f safe_test$(EXEEXT)
1365 1.1 christos $(AM_V_CCLD)$(LINK) $(safe_test_OBJECTS) $(safe_test_LDADD) $(LIBS)
1366 1.1 christos
1367 1.1 christos siphash_test$(EXEEXT): $(siphash_test_OBJECTS) $(siphash_test_DEPENDENCIES) $(EXTRA_siphash_test_DEPENDENCIES)
1368 1.1 christos @rm -f siphash_test$(EXEEXT)
1369 1.1 christos $(AM_V_CCLD)$(LINK) $(siphash_test_OBJECTS) $(siphash_test_LDADD) $(LIBS)
1370 1.1 christos
1371 1.1 christos sockaddr_test$(EXEEXT): $(sockaddr_test_OBJECTS) $(sockaddr_test_DEPENDENCIES) $(EXTRA_sockaddr_test_DEPENDENCIES)
1372 1.1 christos @rm -f sockaddr_test$(EXEEXT)
1373 1.1 christos $(AM_V_CCLD)$(LINK) $(sockaddr_test_OBJECTS) $(sockaddr_test_LDADD) $(LIBS)
1374 1.1 christos
1375 1.1.1.3 christos spinlock_test$(EXEEXT): $(spinlock_test_OBJECTS) $(spinlock_test_DEPENDENCIES) $(EXTRA_spinlock_test_DEPENDENCIES)
1376 1.1.1.3 christos @rm -f spinlock_test$(EXEEXT)
1377 1.1.1.3 christos $(AM_V_CCLD)$(LINK) $(spinlock_test_OBJECTS) $(spinlock_test_LDADD) $(LIBS)
1378 1.1.1.3 christos
1379 1.1 christos stats_test$(EXEEXT): $(stats_test_OBJECTS) $(stats_test_DEPENDENCIES) $(EXTRA_stats_test_DEPENDENCIES)
1380 1.1 christos @rm -f stats_test$(EXEEXT)
1381 1.1 christos $(AM_V_CCLD)$(LINK) $(stats_test_OBJECTS) $(stats_test_LDADD) $(LIBS)
1382 1.1 christos
1383 1.1 christos symtab_test$(EXEEXT): $(symtab_test_OBJECTS) $(symtab_test_DEPENDENCIES) $(EXTRA_symtab_test_DEPENDENCIES)
1384 1.1 christos @rm -f symtab_test$(EXEEXT)
1385 1.1 christos $(AM_V_CCLD)$(LINK) $(symtab_test_OBJECTS) $(symtab_test_LDADD) $(LIBS)
1386 1.1 christos
1387 1.1.1.3 christos tcp_test$(EXEEXT): $(tcp_test_OBJECTS) $(tcp_test_DEPENDENCIES) $(EXTRA_tcp_test_DEPENDENCIES)
1388 1.1.1.3 christos @rm -f tcp_test$(EXEEXT)
1389 1.1.1.3 christos $(AM_V_CCLD)$(LINK) $(tcp_test_OBJECTS) $(tcp_test_LDADD) $(LIBS)
1390 1.1.1.3 christos
1391 1.1.1.3 christos tcpdns_test$(EXEEXT): $(tcpdns_test_OBJECTS) $(tcpdns_test_DEPENDENCIES) $(EXTRA_tcpdns_test_DEPENDENCIES)
1392 1.1.1.3 christos @rm -f tcpdns_test$(EXEEXT)
1393 1.1.1.3 christos $(AM_V_CCLD)$(LINK) $(tcpdns_test_OBJECTS) $(tcpdns_test_LDADD) $(LIBS)
1394 1.1 christos
1395 1.1 christos time_test$(EXEEXT): $(time_test_OBJECTS) $(time_test_DEPENDENCIES) $(EXTRA_time_test_DEPENDENCIES)
1396 1.1 christos @rm -f time_test$(EXEEXT)
1397 1.1 christos $(AM_V_CCLD)$(LINK) $(time_test_OBJECTS) $(time_test_LDADD) $(LIBS)
1398 1.1 christos
1399 1.1 christos timer_test$(EXEEXT): $(timer_test_OBJECTS) $(timer_test_DEPENDENCIES) $(EXTRA_timer_test_DEPENDENCIES)
1400 1.1 christos @rm -f timer_test$(EXEEXT)
1401 1.1 christos $(AM_V_CCLD)$(LINK) $(timer_test_OBJECTS) $(timer_test_LDADD) $(LIBS)
1402 1.1 christos
1403 1.1.1.3 christos tls_test$(EXEEXT): $(tls_test_OBJECTS) $(tls_test_DEPENDENCIES) $(EXTRA_tls_test_DEPENDENCIES)
1404 1.1.1.3 christos @rm -f tls_test$(EXEEXT)
1405 1.1.1.3 christos $(AM_V_CCLD)$(LINK) $(tls_test_OBJECTS) $(tls_test_LDADD) $(LIBS)
1406 1.1.1.3 christos
1407 1.1.1.3 christos tlsdns_test$(EXEEXT): $(tlsdns_test_OBJECTS) $(tlsdns_test_DEPENDENCIES) $(EXTRA_tlsdns_test_DEPENDENCIES)
1408 1.1.1.3 christos @rm -f tlsdns_test$(EXEEXT)
1409 1.1.1.3 christos $(AM_V_CCLD)$(LINK) $(tlsdns_test_OBJECTS) $(tlsdns_test_LDADD) $(LIBS)
1410 1.1.1.3 christos
1411 1.1.1.3 christos udp_test$(EXEEXT): $(udp_test_OBJECTS) $(udp_test_DEPENDENCIES) $(EXTRA_udp_test_DEPENDENCIES)
1412 1.1.1.3 christos @rm -f udp_test$(EXEEXT)
1413 1.1.1.3 christos $(AM_V_CCLD)$(LINK) $(udp_test_OBJECTS) $(udp_test_LDADD) $(LIBS)
1414 1.1.1.3 christos
1415 1.1.1.3 christos work_test$(EXEEXT): $(work_test_OBJECTS) $(work_test_DEPENDENCIES) $(EXTRA_work_test_DEPENDENCIES)
1416 1.1.1.3 christos @rm -f work_test$(EXEEXT)
1417 1.1.1.3 christos $(AM_V_CCLD)$(LINK) $(work_test_OBJECTS) $(work_test_LDADD) $(LIBS)
1418 1.1.1.3 christos
1419 1.1 christos mostlyclean-compile:
1420 1.1 christos -rm -f *.$(OBJEXT)
1421 1.1 christos
1422 1.1 christos distclean-compile:
1423 1.1 christos -rm -f *.tab.c
1424 1.1 christos
1425 1.1.1.3 christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ascii_test.Po@am__quote@ # am--include-marker
1426 1.1.1.3 christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/async_test.Po@am__quote@ # am--include-marker
1427 1.1 christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/buffer_test.Po@am__quote@ # am--include-marker
1428 1.1 christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/counter_test.Po@am__quote@ # am--include-marker
1429 1.1 christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/crc64_test.Po@am__quote@ # am--include-marker
1430 1.1.1.3 christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dnsstream_utils_test-dnsstream_utils_test.Po@am__quote@ # am--include-marker
1431 1.1 christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/doh_test-doh_test.Po@am__quote@ # am--include-marker
1432 1.1 christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/errno_test.Po@am__quote@ # am--include-marker
1433 1.1 christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/file_test.Po@am__quote@ # am--include-marker
1434 1.1 christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hash_test.Po@am__quote@ # am--include-marker
1435 1.1.1.3 christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hashmap_test.Po@am__quote@ # am--include-marker
1436 1.1 christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/heap_test.Po@am__quote@ # am--include-marker
1437 1.1.1.3 christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/histo_test.Po@am__quote@ # am--include-marker
1438 1.1 christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hmac_test-hmac_test.Po@am__quote@ # am--include-marker
1439 1.1 christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ht_test.Po@am__quote@ # am--include-marker
1440 1.1.1.3 christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/job_test.Po@am__quote@ # am--include-marker
1441 1.1 christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lex_test.Po@am__quote@ # am--include-marker
1442 1.1.1.3 christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/loop_test.Po@am__quote@ # am--include-marker
1443 1.1 christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/md_test-md_test.Po@am__quote@ # am--include-marker
1444 1.1 christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mem_test.Po@am__quote@ # am--include-marker
1445 1.1.1.3 christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mutex_test.Po@am__quote@ # am--include-marker
1446 1.1 christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/netaddr_test.Po@am__quote@ # am--include-marker
1447 1.1 christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parse_test.Po@am__quote@ # am--include-marker
1448 1.1.1.3 christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/proxyheader_test-proxyheader_test.Po@am__quote@ # am--include-marker
1449 1.1.1.3 christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/proxystream_test-netmgr_common.Po@am__quote@ # am--include-marker
1450 1.1.1.3 christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/proxystream_test-proxystream_test.Po@am__quote@ # am--include-marker
1451 1.1.1.3 christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/proxystream_test-stream_shutdown.Po@am__quote@ # am--include-marker
1452 1.1.1.3 christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/proxyudp_test-netmgr_common.Po@am__quote@ # am--include-marker
1453 1.1.1.3 christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/proxyudp_test-proxyudp_test.Po@am__quote@ # am--include-marker
1454 1.1 christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/quota_test.Po@am__quote@ # am--include-marker
1455 1.1 christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/radix_test.Po@am__quote@ # am--include-marker
1456 1.1 christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/random_test.Po@am__quote@ # am--include-marker
1457 1.1.1.3 christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ratelimiter_test.Po@am__quote@ # am--include-marker
1458 1.1 christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/regex_test.Po@am__quote@ # am--include-marker
1459 1.1 christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/result_test.Po@am__quote@ # am--include-marker
1460 1.1.1.3 christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rwlock_test.Po@am__quote@ # am--include-marker
1461 1.1 christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/safe_test.Po@am__quote@ # am--include-marker
1462 1.1 christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/siphash_test.Po@am__quote@ # am--include-marker
1463 1.1 christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sockaddr_test.Po@am__quote@ # am--include-marker
1464 1.1.1.3 christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/spinlock_test.Po@am__quote@ # am--include-marker
1465 1.1 christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stats_test.Po@am__quote@ # am--include-marker
1466 1.1 christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/symtab_test.Po@am__quote@ # am--include-marker
1467 1.1.1.3 christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tcp_test-netmgr_common.Po@am__quote@ # am--include-marker
1468 1.1.1.3 christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tcp_test-stream_shutdown.Po@am__quote@ # am--include-marker
1469 1.1.1.3 christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tcp_test-tcp_test.Po@am__quote@ # am--include-marker
1470 1.1.1.3 christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tcpdns_test-netmgr_common.Po@am__quote@ # am--include-marker
1471 1.1.1.3 christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tcpdns_test-tcpdns_test.Po@am__quote@ # am--include-marker
1472 1.1 christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/time_test.Po@am__quote@ # am--include-marker
1473 1.1 christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/timer_test.Po@am__quote@ # am--include-marker
1474 1.1.1.3 christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tls_test-netmgr_common.Po@am__quote@ # am--include-marker
1475 1.1.1.3 christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tls_test-stream_shutdown.Po@am__quote@ # am--include-marker
1476 1.1.1.3 christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tls_test-tls_test.Po@am__quote@ # am--include-marker
1477 1.1.1.3 christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tlsdns_test-netmgr_common.Po@am__quote@ # am--include-marker
1478 1.1.1.3 christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tlsdns_test-tlsdns_test.Po@am__quote@ # am--include-marker
1479 1.1.1.3 christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/udp_test-netmgr_common.Po@am__quote@ # am--include-marker
1480 1.1.1.3 christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/udp_test-udp_test.Po@am__quote@ # am--include-marker
1481 1.1.1.3 christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/work_test.Po@am__quote@ # am--include-marker
1482 1.1 christos
1483 1.1 christos $(am__depfiles_remade):
1484 1.1 christos @$(MKDIR_P) $(@D)
1485 1.1 christos @echo '# dummy' >$@-t && $(am__mv) $@-t $@
1486 1.1 christos
1487 1.1 christos am--depfiles: $(am__depfiles_remade)
1488 1.1 christos
1489 1.1 christos .c.o:
1490 1.1 christos @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
1491 1.1 christos @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
1492 1.1 christos @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
1493 1.1 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1494 1.1 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1495 1.1 christos @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
1496 1.1 christos
1497 1.1 christos .c.obj:
1498 1.1 christos @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
1499 1.1 christos @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
1500 1.1 christos @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
1501 1.1 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1502 1.1 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1503 1.1 christos @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
1504 1.1 christos
1505 1.1 christos .c.lo:
1506 1.1 christos @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
1507 1.1 christos @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
1508 1.1 christos @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo
1509 1.1 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
1510 1.1 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1511 1.1 christos @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
1512 1.1 christos
1513 1.1.1.3 christos dnsstream_utils_test-dnsstream_utils_test.o: dnsstream_utils_test.c
1514 1.1.1.3 christos @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(dnsstream_utils_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dnsstream_utils_test-dnsstream_utils_test.o -MD -MP -MF $(DEPDIR)/dnsstream_utils_test-dnsstream_utils_test.Tpo -c -o dnsstream_utils_test-dnsstream_utils_test.o `test -f 'dnsstream_utils_test.c' || echo '$(srcdir)/'`dnsstream_utils_test.c
1515 1.1.1.3 christos @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/dnsstream_utils_test-dnsstream_utils_test.Tpo $(DEPDIR)/dnsstream_utils_test-dnsstream_utils_test.Po
1516 1.1.1.3 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='dnsstream_utils_test.c' object='dnsstream_utils_test-dnsstream_utils_test.o' libtool=no @AMDEPBACKSLASH@
1517 1.1.1.3 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1518 1.1.1.3 christos @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(dnsstream_utils_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dnsstream_utils_test-dnsstream_utils_test.o `test -f 'dnsstream_utils_test.c' || echo '$(srcdir)/'`dnsstream_utils_test.c
1519 1.1.1.3 christos
1520 1.1.1.3 christos dnsstream_utils_test-dnsstream_utils_test.obj: dnsstream_utils_test.c
1521 1.1.1.3 christos @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(dnsstream_utils_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dnsstream_utils_test-dnsstream_utils_test.obj -MD -MP -MF $(DEPDIR)/dnsstream_utils_test-dnsstream_utils_test.Tpo -c -o dnsstream_utils_test-dnsstream_utils_test.obj `if test -f 'dnsstream_utils_test.c'; then $(CYGPATH_W) 'dnsstream_utils_test.c'; else $(CYGPATH_W) '$(srcdir)/dnsstream_utils_test.c'; fi`
1522 1.1.1.3 christos @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/dnsstream_utils_test-dnsstream_utils_test.Tpo $(DEPDIR)/dnsstream_utils_test-dnsstream_utils_test.Po
1523 1.1.1.3 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='dnsstream_utils_test.c' object='dnsstream_utils_test-dnsstream_utils_test.obj' libtool=no @AMDEPBACKSLASH@
1524 1.1.1.3 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1525 1.1.1.3 christos @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(dnsstream_utils_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dnsstream_utils_test-dnsstream_utils_test.obj `if test -f 'dnsstream_utils_test.c'; then $(CYGPATH_W) 'dnsstream_utils_test.c'; else $(CYGPATH_W) '$(srcdir)/dnsstream_utils_test.c'; fi`
1526 1.1.1.3 christos
1527 1.1 christos doh_test-doh_test.o: doh_test.c
1528 1.1 christos @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(doh_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT doh_test-doh_test.o -MD -MP -MF $(DEPDIR)/doh_test-doh_test.Tpo -c -o doh_test-doh_test.o `test -f 'doh_test.c' || echo '$(srcdir)/'`doh_test.c
1529 1.1 christos @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/doh_test-doh_test.Tpo $(DEPDIR)/doh_test-doh_test.Po
1530 1.1 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='doh_test.c' object='doh_test-doh_test.o' libtool=no @AMDEPBACKSLASH@
1531 1.1 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1532 1.1 christos @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(doh_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o doh_test-doh_test.o `test -f 'doh_test.c' || echo '$(srcdir)/'`doh_test.c
1533 1.1 christos
1534 1.1 christos doh_test-doh_test.obj: doh_test.c
1535 1.1 christos @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(doh_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT doh_test-doh_test.obj -MD -MP -MF $(DEPDIR)/doh_test-doh_test.Tpo -c -o doh_test-doh_test.obj `if test -f 'doh_test.c'; then $(CYGPATH_W) 'doh_test.c'; else $(CYGPATH_W) '$(srcdir)/doh_test.c'; fi`
1536 1.1 christos @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/doh_test-doh_test.Tpo $(DEPDIR)/doh_test-doh_test.Po
1537 1.1 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='doh_test.c' object='doh_test-doh_test.obj' libtool=no @AMDEPBACKSLASH@
1538 1.1 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1539 1.1 christos @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(doh_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o doh_test-doh_test.obj `if test -f 'doh_test.c'; then $(CYGPATH_W) 'doh_test.c'; else $(CYGPATH_W) '$(srcdir)/doh_test.c'; fi`
1540 1.1 christos
1541 1.1 christos hmac_test-hmac_test.o: hmac_test.c
1542 1.1 christos @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(hmac_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT hmac_test-hmac_test.o -MD -MP -MF $(DEPDIR)/hmac_test-hmac_test.Tpo -c -o hmac_test-hmac_test.o `test -f 'hmac_test.c' || echo '$(srcdir)/'`hmac_test.c
1543 1.1 christos @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/hmac_test-hmac_test.Tpo $(DEPDIR)/hmac_test-hmac_test.Po
1544 1.1 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='hmac_test.c' object='hmac_test-hmac_test.o' libtool=no @AMDEPBACKSLASH@
1545 1.1 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1546 1.1 christos @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(hmac_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o hmac_test-hmac_test.o `test -f 'hmac_test.c' || echo '$(srcdir)/'`hmac_test.c
1547 1.1 christos
1548 1.1 christos hmac_test-hmac_test.obj: hmac_test.c
1549 1.1 christos @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(hmac_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT hmac_test-hmac_test.obj -MD -MP -MF $(DEPDIR)/hmac_test-hmac_test.Tpo -c -o hmac_test-hmac_test.obj `if test -f 'hmac_test.c'; then $(CYGPATH_W) 'hmac_test.c'; else $(CYGPATH_W) '$(srcdir)/hmac_test.c'; fi`
1550 1.1 christos @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/hmac_test-hmac_test.Tpo $(DEPDIR)/hmac_test-hmac_test.Po
1551 1.1 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='hmac_test.c' object='hmac_test-hmac_test.obj' libtool=no @AMDEPBACKSLASH@
1552 1.1 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1553 1.1 christos @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(hmac_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o hmac_test-hmac_test.obj `if test -f 'hmac_test.c'; then $(CYGPATH_W) 'hmac_test.c'; else $(CYGPATH_W) '$(srcdir)/hmac_test.c'; fi`
1554 1.1 christos
1555 1.1 christos md_test-md_test.o: md_test.c
1556 1.1 christos @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(md_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT md_test-md_test.o -MD -MP -MF $(DEPDIR)/md_test-md_test.Tpo -c -o md_test-md_test.o `test -f 'md_test.c' || echo '$(srcdir)/'`md_test.c
1557 1.1 christos @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/md_test-md_test.Tpo $(DEPDIR)/md_test-md_test.Po
1558 1.1 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='md_test.c' object='md_test-md_test.o' libtool=no @AMDEPBACKSLASH@
1559 1.1 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1560 1.1 christos @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(md_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o md_test-md_test.o `test -f 'md_test.c' || echo '$(srcdir)/'`md_test.c
1561 1.1 christos
1562 1.1 christos md_test-md_test.obj: md_test.c
1563 1.1 christos @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(md_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT md_test-md_test.obj -MD -MP -MF $(DEPDIR)/md_test-md_test.Tpo -c -o md_test-md_test.obj `if test -f 'md_test.c'; then $(CYGPATH_W) 'md_test.c'; else $(CYGPATH_W) '$(srcdir)/md_test.c'; fi`
1564 1.1 christos @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/md_test-md_test.Tpo $(DEPDIR)/md_test-md_test.Po
1565 1.1 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='md_test.c' object='md_test-md_test.obj' libtool=no @AMDEPBACKSLASH@
1566 1.1 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1567 1.1 christos @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(md_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o md_test-md_test.obj `if test -f 'md_test.c'; then $(CYGPATH_W) 'md_test.c'; else $(CYGPATH_W) '$(srcdir)/md_test.c'; fi`
1568 1.1 christos
1569 1.1.1.3 christos proxyheader_test-proxyheader_test.o: proxyheader_test.c
1570 1.1.1.3 christos @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(proxyheader_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT proxyheader_test-proxyheader_test.o -MD -MP -MF $(DEPDIR)/proxyheader_test-proxyheader_test.Tpo -c -o proxyheader_test-proxyheader_test.o `test -f 'proxyheader_test.c' || echo '$(srcdir)/'`proxyheader_test.c
1571 1.1.1.3 christos @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/proxyheader_test-proxyheader_test.Tpo $(DEPDIR)/proxyheader_test-proxyheader_test.Po
1572 1.1.1.3 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='proxyheader_test.c' object='proxyheader_test-proxyheader_test.o' libtool=no @AMDEPBACKSLASH@
1573 1.1.1.3 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1574 1.1.1.3 christos @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(proxyheader_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o proxyheader_test-proxyheader_test.o `test -f 'proxyheader_test.c' || echo '$(srcdir)/'`proxyheader_test.c
1575 1.1.1.3 christos
1576 1.1.1.3 christos proxyheader_test-proxyheader_test.obj: proxyheader_test.c
1577 1.1.1.3 christos @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(proxyheader_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT proxyheader_test-proxyheader_test.obj -MD -MP -MF $(DEPDIR)/proxyheader_test-proxyheader_test.Tpo -c -o proxyheader_test-proxyheader_test.obj `if test -f 'proxyheader_test.c'; then $(CYGPATH_W) 'proxyheader_test.c'; else $(CYGPATH_W) '$(srcdir)/proxyheader_test.c'; fi`
1578 1.1.1.3 christos @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/proxyheader_test-proxyheader_test.Tpo $(DEPDIR)/proxyheader_test-proxyheader_test.Po
1579 1.1.1.3 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='proxyheader_test.c' object='proxyheader_test-proxyheader_test.obj' libtool=no @AMDEPBACKSLASH@
1580 1.1.1.3 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1581 1.1.1.3 christos @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(proxyheader_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o proxyheader_test-proxyheader_test.obj `if test -f 'proxyheader_test.c'; then $(CYGPATH_W) 'proxyheader_test.c'; else $(CYGPATH_W) '$(srcdir)/proxyheader_test.c'; fi`
1582 1.1.1.3 christos
1583 1.1.1.3 christos proxystream_test-proxystream_test.o: proxystream_test.c
1584 1.1.1.3 christos @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(proxystream_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT proxystream_test-proxystream_test.o -MD -MP -MF $(DEPDIR)/proxystream_test-proxystream_test.Tpo -c -o proxystream_test-proxystream_test.o `test -f 'proxystream_test.c' || echo '$(srcdir)/'`proxystream_test.c
1585 1.1.1.3 christos @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/proxystream_test-proxystream_test.Tpo $(DEPDIR)/proxystream_test-proxystream_test.Po
1586 1.1.1.3 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='proxystream_test.c' object='proxystream_test-proxystream_test.o' libtool=no @AMDEPBACKSLASH@
1587 1.1.1.3 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1588 1.1.1.3 christos @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(proxystream_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o proxystream_test-proxystream_test.o `test -f 'proxystream_test.c' || echo '$(srcdir)/'`proxystream_test.c
1589 1.1.1.3 christos
1590 1.1.1.3 christos proxystream_test-proxystream_test.obj: proxystream_test.c
1591 1.1.1.3 christos @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(proxystream_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT proxystream_test-proxystream_test.obj -MD -MP -MF $(DEPDIR)/proxystream_test-proxystream_test.Tpo -c -o proxystream_test-proxystream_test.obj `if test -f 'proxystream_test.c'; then $(CYGPATH_W) 'proxystream_test.c'; else $(CYGPATH_W) '$(srcdir)/proxystream_test.c'; fi`
1592 1.1.1.3 christos @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/proxystream_test-proxystream_test.Tpo $(DEPDIR)/proxystream_test-proxystream_test.Po
1593 1.1.1.3 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='proxystream_test.c' object='proxystream_test-proxystream_test.obj' libtool=no @AMDEPBACKSLASH@
1594 1.1.1.3 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1595 1.1.1.3 christos @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(proxystream_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o proxystream_test-proxystream_test.obj `if test -f 'proxystream_test.c'; then $(CYGPATH_W) 'proxystream_test.c'; else $(CYGPATH_W) '$(srcdir)/proxystream_test.c'; fi`
1596 1.1.1.3 christos
1597 1.1.1.3 christos proxystream_test-netmgr_common.o: netmgr_common.c
1598 1.1.1.3 christos @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(proxystream_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT proxystream_test-netmgr_common.o -MD -MP -MF $(DEPDIR)/proxystream_test-netmgr_common.Tpo -c -o proxystream_test-netmgr_common.o `test -f 'netmgr_common.c' || echo '$(srcdir)/'`netmgr_common.c
1599 1.1.1.3 christos @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/proxystream_test-netmgr_common.Tpo $(DEPDIR)/proxystream_test-netmgr_common.Po
1600 1.1.1.3 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='netmgr_common.c' object='proxystream_test-netmgr_common.o' libtool=no @AMDEPBACKSLASH@
1601 1.1.1.3 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1602 1.1.1.3 christos @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(proxystream_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o proxystream_test-netmgr_common.o `test -f 'netmgr_common.c' || echo '$(srcdir)/'`netmgr_common.c
1603 1.1.1.3 christos
1604 1.1.1.3 christos proxystream_test-netmgr_common.obj: netmgr_common.c
1605 1.1.1.3 christos @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(proxystream_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT proxystream_test-netmgr_common.obj -MD -MP -MF $(DEPDIR)/proxystream_test-netmgr_common.Tpo -c -o proxystream_test-netmgr_common.obj `if test -f 'netmgr_common.c'; then $(CYGPATH_W) 'netmgr_common.c'; else $(CYGPATH_W) '$(srcdir)/netmgr_common.c'; fi`
1606 1.1.1.3 christos @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/proxystream_test-netmgr_common.Tpo $(DEPDIR)/proxystream_test-netmgr_common.Po
1607 1.1.1.3 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='netmgr_common.c' object='proxystream_test-netmgr_common.obj' libtool=no @AMDEPBACKSLASH@
1608 1.1.1.3 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1609 1.1.1.3 christos @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(proxystream_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o proxystream_test-netmgr_common.obj `if test -f 'netmgr_common.c'; then $(CYGPATH_W) 'netmgr_common.c'; else $(CYGPATH_W) '$(srcdir)/netmgr_common.c'; fi`
1610 1.1.1.3 christos
1611 1.1.1.3 christos proxystream_test-stream_shutdown.o: stream_shutdown.c
1612 1.1.1.3 christos @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(proxystream_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT proxystream_test-stream_shutdown.o -MD -MP -MF $(DEPDIR)/proxystream_test-stream_shutdown.Tpo -c -o proxystream_test-stream_shutdown.o `test -f 'stream_shutdown.c' || echo '$(srcdir)/'`stream_shutdown.c
1613 1.1.1.3 christos @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/proxystream_test-stream_shutdown.Tpo $(DEPDIR)/proxystream_test-stream_shutdown.Po
1614 1.1.1.3 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stream_shutdown.c' object='proxystream_test-stream_shutdown.o' libtool=no @AMDEPBACKSLASH@
1615 1.1.1.3 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1616 1.1.1.3 christos @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(proxystream_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o proxystream_test-stream_shutdown.o `test -f 'stream_shutdown.c' || echo '$(srcdir)/'`stream_shutdown.c
1617 1.1.1.3 christos
1618 1.1.1.3 christos proxystream_test-stream_shutdown.obj: stream_shutdown.c
1619 1.1.1.3 christos @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(proxystream_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT proxystream_test-stream_shutdown.obj -MD -MP -MF $(DEPDIR)/proxystream_test-stream_shutdown.Tpo -c -o proxystream_test-stream_shutdown.obj `if test -f 'stream_shutdown.c'; then $(CYGPATH_W) 'stream_shutdown.c'; else $(CYGPATH_W) '$(srcdir)/stream_shutdown.c'; fi`
1620 1.1.1.3 christos @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/proxystream_test-stream_shutdown.Tpo $(DEPDIR)/proxystream_test-stream_shutdown.Po
1621 1.1.1.3 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stream_shutdown.c' object='proxystream_test-stream_shutdown.obj' libtool=no @AMDEPBACKSLASH@
1622 1.1.1.3 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1623 1.1.1.3 christos @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(proxystream_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o proxystream_test-stream_shutdown.obj `if test -f 'stream_shutdown.c'; then $(CYGPATH_W) 'stream_shutdown.c'; else $(CYGPATH_W) '$(srcdir)/stream_shutdown.c'; fi`
1624 1.1.1.3 christos
1625 1.1.1.3 christos proxyudp_test-proxyudp_test.o: proxyudp_test.c
1626 1.1.1.3 christos @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(proxyudp_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT proxyudp_test-proxyudp_test.o -MD -MP -MF $(DEPDIR)/proxyudp_test-proxyudp_test.Tpo -c -o proxyudp_test-proxyudp_test.o `test -f 'proxyudp_test.c' || echo '$(srcdir)/'`proxyudp_test.c
1627 1.1.1.3 christos @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/proxyudp_test-proxyudp_test.Tpo $(DEPDIR)/proxyudp_test-proxyudp_test.Po
1628 1.1.1.3 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='proxyudp_test.c' object='proxyudp_test-proxyudp_test.o' libtool=no @AMDEPBACKSLASH@
1629 1.1.1.3 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1630 1.1.1.3 christos @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(proxyudp_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o proxyudp_test-proxyudp_test.o `test -f 'proxyudp_test.c' || echo '$(srcdir)/'`proxyudp_test.c
1631 1.1.1.3 christos
1632 1.1.1.3 christos proxyudp_test-proxyudp_test.obj: proxyudp_test.c
1633 1.1.1.3 christos @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(proxyudp_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT proxyudp_test-proxyudp_test.obj -MD -MP -MF $(DEPDIR)/proxyudp_test-proxyudp_test.Tpo -c -o proxyudp_test-proxyudp_test.obj `if test -f 'proxyudp_test.c'; then $(CYGPATH_W) 'proxyudp_test.c'; else $(CYGPATH_W) '$(srcdir)/proxyudp_test.c'; fi`
1634 1.1.1.3 christos @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/proxyudp_test-proxyudp_test.Tpo $(DEPDIR)/proxyudp_test-proxyudp_test.Po
1635 1.1.1.3 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='proxyudp_test.c' object='proxyudp_test-proxyudp_test.obj' libtool=no @AMDEPBACKSLASH@
1636 1.1.1.3 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1637 1.1.1.3 christos @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(proxyudp_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o proxyudp_test-proxyudp_test.obj `if test -f 'proxyudp_test.c'; then $(CYGPATH_W) 'proxyudp_test.c'; else $(CYGPATH_W) '$(srcdir)/proxyudp_test.c'; fi`
1638 1.1.1.3 christos
1639 1.1.1.3 christos proxyudp_test-netmgr_common.o: netmgr_common.c
1640 1.1.1.3 christos @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(proxyudp_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT proxyudp_test-netmgr_common.o -MD -MP -MF $(DEPDIR)/proxyudp_test-netmgr_common.Tpo -c -o proxyudp_test-netmgr_common.o `test -f 'netmgr_common.c' || echo '$(srcdir)/'`netmgr_common.c
1641 1.1.1.3 christos @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/proxyudp_test-netmgr_common.Tpo $(DEPDIR)/proxyudp_test-netmgr_common.Po
1642 1.1.1.3 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='netmgr_common.c' object='proxyudp_test-netmgr_common.o' libtool=no @AMDEPBACKSLASH@
1643 1.1.1.3 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1644 1.1.1.3 christos @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(proxyudp_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o proxyudp_test-netmgr_common.o `test -f 'netmgr_common.c' || echo '$(srcdir)/'`netmgr_common.c
1645 1.1.1.3 christos
1646 1.1.1.3 christos proxyudp_test-netmgr_common.obj: netmgr_common.c
1647 1.1.1.3 christos @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(proxyudp_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT proxyudp_test-netmgr_common.obj -MD -MP -MF $(DEPDIR)/proxyudp_test-netmgr_common.Tpo -c -o proxyudp_test-netmgr_common.obj `if test -f 'netmgr_common.c'; then $(CYGPATH_W) 'netmgr_common.c'; else $(CYGPATH_W) '$(srcdir)/netmgr_common.c'; fi`
1648 1.1.1.3 christos @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/proxyudp_test-netmgr_common.Tpo $(DEPDIR)/proxyudp_test-netmgr_common.Po
1649 1.1.1.3 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='netmgr_common.c' object='proxyudp_test-netmgr_common.obj' libtool=no @AMDEPBACKSLASH@
1650 1.1.1.3 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1651 1.1.1.3 christos @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(proxyudp_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o proxyudp_test-netmgr_common.obj `if test -f 'netmgr_common.c'; then $(CYGPATH_W) 'netmgr_common.c'; else $(CYGPATH_W) '$(srcdir)/netmgr_common.c'; fi`
1652 1.1.1.3 christos
1653 1.1.1.3 christos tcp_test-tcp_test.o: tcp_test.c
1654 1.1.1.3 christos @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tcp_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tcp_test-tcp_test.o -MD -MP -MF $(DEPDIR)/tcp_test-tcp_test.Tpo -c -o tcp_test-tcp_test.o `test -f 'tcp_test.c' || echo '$(srcdir)/'`tcp_test.c
1655 1.1.1.3 christos @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tcp_test-tcp_test.Tpo $(DEPDIR)/tcp_test-tcp_test.Po
1656 1.1.1.3 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='tcp_test.c' object='tcp_test-tcp_test.o' libtool=no @AMDEPBACKSLASH@
1657 1.1.1.3 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1658 1.1.1.3 christos @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tcp_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tcp_test-tcp_test.o `test -f 'tcp_test.c' || echo '$(srcdir)/'`tcp_test.c
1659 1.1.1.3 christos
1660 1.1.1.3 christos tcp_test-tcp_test.obj: tcp_test.c
1661 1.1.1.3 christos @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tcp_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tcp_test-tcp_test.obj -MD -MP -MF $(DEPDIR)/tcp_test-tcp_test.Tpo -c -o tcp_test-tcp_test.obj `if test -f 'tcp_test.c'; then $(CYGPATH_W) 'tcp_test.c'; else $(CYGPATH_W) '$(srcdir)/tcp_test.c'; fi`
1662 1.1.1.3 christos @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tcp_test-tcp_test.Tpo $(DEPDIR)/tcp_test-tcp_test.Po
1663 1.1.1.3 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='tcp_test.c' object='tcp_test-tcp_test.obj' libtool=no @AMDEPBACKSLASH@
1664 1.1.1.3 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1665 1.1.1.3 christos @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tcp_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tcp_test-tcp_test.obj `if test -f 'tcp_test.c'; then $(CYGPATH_W) 'tcp_test.c'; else $(CYGPATH_W) '$(srcdir)/tcp_test.c'; fi`
1666 1.1.1.3 christos
1667 1.1.1.3 christos tcp_test-netmgr_common.o: netmgr_common.c
1668 1.1.1.3 christos @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tcp_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tcp_test-netmgr_common.o -MD -MP -MF $(DEPDIR)/tcp_test-netmgr_common.Tpo -c -o tcp_test-netmgr_common.o `test -f 'netmgr_common.c' || echo '$(srcdir)/'`netmgr_common.c
1669 1.1.1.3 christos @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tcp_test-netmgr_common.Tpo $(DEPDIR)/tcp_test-netmgr_common.Po
1670 1.1.1.3 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='netmgr_common.c' object='tcp_test-netmgr_common.o' libtool=no @AMDEPBACKSLASH@
1671 1.1.1.3 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1672 1.1.1.3 christos @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tcp_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tcp_test-netmgr_common.o `test -f 'netmgr_common.c' || echo '$(srcdir)/'`netmgr_common.c
1673 1.1.1.3 christos
1674 1.1.1.3 christos tcp_test-netmgr_common.obj: netmgr_common.c
1675 1.1.1.3 christos @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tcp_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tcp_test-netmgr_common.obj -MD -MP -MF $(DEPDIR)/tcp_test-netmgr_common.Tpo -c -o tcp_test-netmgr_common.obj `if test -f 'netmgr_common.c'; then $(CYGPATH_W) 'netmgr_common.c'; else $(CYGPATH_W) '$(srcdir)/netmgr_common.c'; fi`
1676 1.1.1.3 christos @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tcp_test-netmgr_common.Tpo $(DEPDIR)/tcp_test-netmgr_common.Po
1677 1.1.1.3 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='netmgr_common.c' object='tcp_test-netmgr_common.obj' libtool=no @AMDEPBACKSLASH@
1678 1.1.1.3 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1679 1.1.1.3 christos @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tcp_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tcp_test-netmgr_common.obj `if test -f 'netmgr_common.c'; then $(CYGPATH_W) 'netmgr_common.c'; else $(CYGPATH_W) '$(srcdir)/netmgr_common.c'; fi`
1680 1.1.1.3 christos
1681 1.1.1.3 christos tcp_test-stream_shutdown.o: stream_shutdown.c
1682 1.1.1.3 christos @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tcp_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tcp_test-stream_shutdown.o -MD -MP -MF $(DEPDIR)/tcp_test-stream_shutdown.Tpo -c -o tcp_test-stream_shutdown.o `test -f 'stream_shutdown.c' || echo '$(srcdir)/'`stream_shutdown.c
1683 1.1.1.3 christos @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tcp_test-stream_shutdown.Tpo $(DEPDIR)/tcp_test-stream_shutdown.Po
1684 1.1.1.3 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stream_shutdown.c' object='tcp_test-stream_shutdown.o' libtool=no @AMDEPBACKSLASH@
1685 1.1.1.3 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1686 1.1.1.3 christos @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tcp_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tcp_test-stream_shutdown.o `test -f 'stream_shutdown.c' || echo '$(srcdir)/'`stream_shutdown.c
1687 1.1.1.3 christos
1688 1.1.1.3 christos tcp_test-stream_shutdown.obj: stream_shutdown.c
1689 1.1.1.3 christos @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tcp_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tcp_test-stream_shutdown.obj -MD -MP -MF $(DEPDIR)/tcp_test-stream_shutdown.Tpo -c -o tcp_test-stream_shutdown.obj `if test -f 'stream_shutdown.c'; then $(CYGPATH_W) 'stream_shutdown.c'; else $(CYGPATH_W) '$(srcdir)/stream_shutdown.c'; fi`
1690 1.1.1.3 christos @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tcp_test-stream_shutdown.Tpo $(DEPDIR)/tcp_test-stream_shutdown.Po
1691 1.1.1.3 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stream_shutdown.c' object='tcp_test-stream_shutdown.obj' libtool=no @AMDEPBACKSLASH@
1692 1.1.1.3 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1693 1.1.1.3 christos @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tcp_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tcp_test-stream_shutdown.obj `if test -f 'stream_shutdown.c'; then $(CYGPATH_W) 'stream_shutdown.c'; else $(CYGPATH_W) '$(srcdir)/stream_shutdown.c'; fi`
1694 1.1.1.3 christos
1695 1.1.1.3 christos tcpdns_test-tcpdns_test.o: tcpdns_test.c
1696 1.1.1.3 christos @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tcpdns_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tcpdns_test-tcpdns_test.o -MD -MP -MF $(DEPDIR)/tcpdns_test-tcpdns_test.Tpo -c -o tcpdns_test-tcpdns_test.o `test -f 'tcpdns_test.c' || echo '$(srcdir)/'`tcpdns_test.c
1697 1.1.1.3 christos @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tcpdns_test-tcpdns_test.Tpo $(DEPDIR)/tcpdns_test-tcpdns_test.Po
1698 1.1.1.3 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='tcpdns_test.c' object='tcpdns_test-tcpdns_test.o' libtool=no @AMDEPBACKSLASH@
1699 1.1.1.3 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1700 1.1.1.3 christos @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tcpdns_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tcpdns_test-tcpdns_test.o `test -f 'tcpdns_test.c' || echo '$(srcdir)/'`tcpdns_test.c
1701 1.1.1.3 christos
1702 1.1.1.3 christos tcpdns_test-tcpdns_test.obj: tcpdns_test.c
1703 1.1.1.3 christos @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tcpdns_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tcpdns_test-tcpdns_test.obj -MD -MP -MF $(DEPDIR)/tcpdns_test-tcpdns_test.Tpo -c -o tcpdns_test-tcpdns_test.obj `if test -f 'tcpdns_test.c'; then $(CYGPATH_W) 'tcpdns_test.c'; else $(CYGPATH_W) '$(srcdir)/tcpdns_test.c'; fi`
1704 1.1.1.3 christos @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tcpdns_test-tcpdns_test.Tpo $(DEPDIR)/tcpdns_test-tcpdns_test.Po
1705 1.1.1.3 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='tcpdns_test.c' object='tcpdns_test-tcpdns_test.obj' libtool=no @AMDEPBACKSLASH@
1706 1.1.1.3 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1707 1.1.1.3 christos @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tcpdns_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tcpdns_test-tcpdns_test.obj `if test -f 'tcpdns_test.c'; then $(CYGPATH_W) 'tcpdns_test.c'; else $(CYGPATH_W) '$(srcdir)/tcpdns_test.c'; fi`
1708 1.1.1.3 christos
1709 1.1.1.3 christos tcpdns_test-netmgr_common.o: netmgr_common.c
1710 1.1.1.3 christos @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tcpdns_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tcpdns_test-netmgr_common.o -MD -MP -MF $(DEPDIR)/tcpdns_test-netmgr_common.Tpo -c -o tcpdns_test-netmgr_common.o `test -f 'netmgr_common.c' || echo '$(srcdir)/'`netmgr_common.c
1711 1.1.1.3 christos @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tcpdns_test-netmgr_common.Tpo $(DEPDIR)/tcpdns_test-netmgr_common.Po
1712 1.1.1.3 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='netmgr_common.c' object='tcpdns_test-netmgr_common.o' libtool=no @AMDEPBACKSLASH@
1713 1.1.1.3 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1714 1.1.1.3 christos @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tcpdns_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tcpdns_test-netmgr_common.o `test -f 'netmgr_common.c' || echo '$(srcdir)/'`netmgr_common.c
1715 1.1.1.3 christos
1716 1.1.1.3 christos tcpdns_test-netmgr_common.obj: netmgr_common.c
1717 1.1.1.3 christos @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tcpdns_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tcpdns_test-netmgr_common.obj -MD -MP -MF $(DEPDIR)/tcpdns_test-netmgr_common.Tpo -c -o tcpdns_test-netmgr_common.obj `if test -f 'netmgr_common.c'; then $(CYGPATH_W) 'netmgr_common.c'; else $(CYGPATH_W) '$(srcdir)/netmgr_common.c'; fi`
1718 1.1.1.3 christos @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tcpdns_test-netmgr_common.Tpo $(DEPDIR)/tcpdns_test-netmgr_common.Po
1719 1.1.1.3 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='netmgr_common.c' object='tcpdns_test-netmgr_common.obj' libtool=no @AMDEPBACKSLASH@
1720 1.1.1.3 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1721 1.1.1.3 christos @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tcpdns_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tcpdns_test-netmgr_common.obj `if test -f 'netmgr_common.c'; then $(CYGPATH_W) 'netmgr_common.c'; else $(CYGPATH_W) '$(srcdir)/netmgr_common.c'; fi`
1722 1.1.1.3 christos
1723 1.1.1.3 christos tls_test-tls_test.o: tls_test.c
1724 1.1.1.3 christos @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tls_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tls_test-tls_test.o -MD -MP -MF $(DEPDIR)/tls_test-tls_test.Tpo -c -o tls_test-tls_test.o `test -f 'tls_test.c' || echo '$(srcdir)/'`tls_test.c
1725 1.1.1.3 christos @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tls_test-tls_test.Tpo $(DEPDIR)/tls_test-tls_test.Po
1726 1.1.1.3 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='tls_test.c' object='tls_test-tls_test.o' libtool=no @AMDEPBACKSLASH@
1727 1.1.1.3 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1728 1.1.1.3 christos @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tls_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tls_test-tls_test.o `test -f 'tls_test.c' || echo '$(srcdir)/'`tls_test.c
1729 1.1.1.3 christos
1730 1.1.1.3 christos tls_test-tls_test.obj: tls_test.c
1731 1.1.1.3 christos @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tls_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tls_test-tls_test.obj -MD -MP -MF $(DEPDIR)/tls_test-tls_test.Tpo -c -o tls_test-tls_test.obj `if test -f 'tls_test.c'; then $(CYGPATH_W) 'tls_test.c'; else $(CYGPATH_W) '$(srcdir)/tls_test.c'; fi`
1732 1.1.1.3 christos @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tls_test-tls_test.Tpo $(DEPDIR)/tls_test-tls_test.Po
1733 1.1.1.3 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='tls_test.c' object='tls_test-tls_test.obj' libtool=no @AMDEPBACKSLASH@
1734 1.1 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1735 1.1.1.3 christos @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tls_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tls_test-tls_test.obj `if test -f 'tls_test.c'; then $(CYGPATH_W) 'tls_test.c'; else $(CYGPATH_W) '$(srcdir)/tls_test.c'; fi`
1736 1.1 christos
1737 1.1.1.3 christos tls_test-netmgr_common.o: netmgr_common.c
1738 1.1.1.3 christos @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tls_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tls_test-netmgr_common.o -MD -MP -MF $(DEPDIR)/tls_test-netmgr_common.Tpo -c -o tls_test-netmgr_common.o `test -f 'netmgr_common.c' || echo '$(srcdir)/'`netmgr_common.c
1739 1.1.1.3 christos @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tls_test-netmgr_common.Tpo $(DEPDIR)/tls_test-netmgr_common.Po
1740 1.1.1.3 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='netmgr_common.c' object='tls_test-netmgr_common.o' libtool=no @AMDEPBACKSLASH@
1741 1.1 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1742 1.1.1.3 christos @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tls_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tls_test-netmgr_common.o `test -f 'netmgr_common.c' || echo '$(srcdir)/'`netmgr_common.c
1743 1.1 christos
1744 1.1.1.3 christos tls_test-netmgr_common.obj: netmgr_common.c
1745 1.1.1.3 christos @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tls_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tls_test-netmgr_common.obj -MD -MP -MF $(DEPDIR)/tls_test-netmgr_common.Tpo -c -o tls_test-netmgr_common.obj `if test -f 'netmgr_common.c'; then $(CYGPATH_W) 'netmgr_common.c'; else $(CYGPATH_W) '$(srcdir)/netmgr_common.c'; fi`
1746 1.1.1.3 christos @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tls_test-netmgr_common.Tpo $(DEPDIR)/tls_test-netmgr_common.Po
1747 1.1.1.3 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='netmgr_common.c' object='tls_test-netmgr_common.obj' libtool=no @AMDEPBACKSLASH@
1748 1.1 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1749 1.1.1.3 christos @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tls_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tls_test-netmgr_common.obj `if test -f 'netmgr_common.c'; then $(CYGPATH_W) 'netmgr_common.c'; else $(CYGPATH_W) '$(srcdir)/netmgr_common.c'; fi`
1750 1.1 christos
1751 1.1.1.3 christos tls_test-stream_shutdown.o: stream_shutdown.c
1752 1.1.1.3 christos @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tls_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tls_test-stream_shutdown.o -MD -MP -MF $(DEPDIR)/tls_test-stream_shutdown.Tpo -c -o tls_test-stream_shutdown.o `test -f 'stream_shutdown.c' || echo '$(srcdir)/'`stream_shutdown.c
1753 1.1.1.3 christos @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tls_test-stream_shutdown.Tpo $(DEPDIR)/tls_test-stream_shutdown.Po
1754 1.1.1.3 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stream_shutdown.c' object='tls_test-stream_shutdown.o' libtool=no @AMDEPBACKSLASH@
1755 1.1 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1756 1.1.1.3 christos @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tls_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tls_test-stream_shutdown.o `test -f 'stream_shutdown.c' || echo '$(srcdir)/'`stream_shutdown.c
1757 1.1.1.3 christos
1758 1.1.1.3 christos tls_test-stream_shutdown.obj: stream_shutdown.c
1759 1.1.1.3 christos @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tls_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tls_test-stream_shutdown.obj -MD -MP -MF $(DEPDIR)/tls_test-stream_shutdown.Tpo -c -o tls_test-stream_shutdown.obj `if test -f 'stream_shutdown.c'; then $(CYGPATH_W) 'stream_shutdown.c'; else $(CYGPATH_W) '$(srcdir)/stream_shutdown.c'; fi`
1760 1.1.1.3 christos @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tls_test-stream_shutdown.Tpo $(DEPDIR)/tls_test-stream_shutdown.Po
1761 1.1.1.3 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='stream_shutdown.c' object='tls_test-stream_shutdown.obj' libtool=no @AMDEPBACKSLASH@
1762 1.1.1.3 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1763 1.1.1.3 christos @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tls_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tls_test-stream_shutdown.obj `if test -f 'stream_shutdown.c'; then $(CYGPATH_W) 'stream_shutdown.c'; else $(CYGPATH_W) '$(srcdir)/stream_shutdown.c'; fi`
1764 1.1.1.3 christos
1765 1.1.1.3 christos tlsdns_test-tlsdns_test.o: tlsdns_test.c
1766 1.1.1.3 christos @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tlsdns_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tlsdns_test-tlsdns_test.o -MD -MP -MF $(DEPDIR)/tlsdns_test-tlsdns_test.Tpo -c -o tlsdns_test-tlsdns_test.o `test -f 'tlsdns_test.c' || echo '$(srcdir)/'`tlsdns_test.c
1767 1.1.1.3 christos @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tlsdns_test-tlsdns_test.Tpo $(DEPDIR)/tlsdns_test-tlsdns_test.Po
1768 1.1.1.3 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='tlsdns_test.c' object='tlsdns_test-tlsdns_test.o' libtool=no @AMDEPBACKSLASH@
1769 1.1.1.3 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1770 1.1.1.3 christos @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tlsdns_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tlsdns_test-tlsdns_test.o `test -f 'tlsdns_test.c' || echo '$(srcdir)/'`tlsdns_test.c
1771 1.1.1.3 christos
1772 1.1.1.3 christos tlsdns_test-tlsdns_test.obj: tlsdns_test.c
1773 1.1.1.3 christos @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tlsdns_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tlsdns_test-tlsdns_test.obj -MD -MP -MF $(DEPDIR)/tlsdns_test-tlsdns_test.Tpo -c -o tlsdns_test-tlsdns_test.obj `if test -f 'tlsdns_test.c'; then $(CYGPATH_W) 'tlsdns_test.c'; else $(CYGPATH_W) '$(srcdir)/tlsdns_test.c'; fi`
1774 1.1.1.3 christos @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tlsdns_test-tlsdns_test.Tpo $(DEPDIR)/tlsdns_test-tlsdns_test.Po
1775 1.1.1.3 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='tlsdns_test.c' object='tlsdns_test-tlsdns_test.obj' libtool=no @AMDEPBACKSLASH@
1776 1.1.1.3 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1777 1.1.1.3 christos @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tlsdns_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tlsdns_test-tlsdns_test.obj `if test -f 'tlsdns_test.c'; then $(CYGPATH_W) 'tlsdns_test.c'; else $(CYGPATH_W) '$(srcdir)/tlsdns_test.c'; fi`
1778 1.1.1.3 christos
1779 1.1.1.3 christos tlsdns_test-netmgr_common.o: netmgr_common.c
1780 1.1.1.3 christos @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tlsdns_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tlsdns_test-netmgr_common.o -MD -MP -MF $(DEPDIR)/tlsdns_test-netmgr_common.Tpo -c -o tlsdns_test-netmgr_common.o `test -f 'netmgr_common.c' || echo '$(srcdir)/'`netmgr_common.c
1781 1.1.1.3 christos @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tlsdns_test-netmgr_common.Tpo $(DEPDIR)/tlsdns_test-netmgr_common.Po
1782 1.1.1.3 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='netmgr_common.c' object='tlsdns_test-netmgr_common.o' libtool=no @AMDEPBACKSLASH@
1783 1.1.1.3 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1784 1.1.1.3 christos @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tlsdns_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tlsdns_test-netmgr_common.o `test -f 'netmgr_common.c' || echo '$(srcdir)/'`netmgr_common.c
1785 1.1.1.3 christos
1786 1.1.1.3 christos tlsdns_test-netmgr_common.obj: netmgr_common.c
1787 1.1.1.3 christos @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tlsdns_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tlsdns_test-netmgr_common.obj -MD -MP -MF $(DEPDIR)/tlsdns_test-netmgr_common.Tpo -c -o tlsdns_test-netmgr_common.obj `if test -f 'netmgr_common.c'; then $(CYGPATH_W) 'netmgr_common.c'; else $(CYGPATH_W) '$(srcdir)/netmgr_common.c'; fi`
1788 1.1.1.3 christos @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tlsdns_test-netmgr_common.Tpo $(DEPDIR)/tlsdns_test-netmgr_common.Po
1789 1.1.1.3 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='netmgr_common.c' object='tlsdns_test-netmgr_common.obj' libtool=no @AMDEPBACKSLASH@
1790 1.1.1.3 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1791 1.1.1.3 christos @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tlsdns_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tlsdns_test-netmgr_common.obj `if test -f 'netmgr_common.c'; then $(CYGPATH_W) 'netmgr_common.c'; else $(CYGPATH_W) '$(srcdir)/netmgr_common.c'; fi`
1792 1.1.1.3 christos
1793 1.1.1.3 christos udp_test-udp_test.o: udp_test.c
1794 1.1.1.3 christos @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(udp_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT udp_test-udp_test.o -MD -MP -MF $(DEPDIR)/udp_test-udp_test.Tpo -c -o udp_test-udp_test.o `test -f 'udp_test.c' || echo '$(srcdir)/'`udp_test.c
1795 1.1.1.3 christos @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/udp_test-udp_test.Tpo $(DEPDIR)/udp_test-udp_test.Po
1796 1.1.1.3 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='udp_test.c' object='udp_test-udp_test.o' libtool=no @AMDEPBACKSLASH@
1797 1.1.1.3 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1798 1.1.1.3 christos @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(udp_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o udp_test-udp_test.o `test -f 'udp_test.c' || echo '$(srcdir)/'`udp_test.c
1799 1.1.1.3 christos
1800 1.1.1.3 christos udp_test-udp_test.obj: udp_test.c
1801 1.1.1.3 christos @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(udp_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT udp_test-udp_test.obj -MD -MP -MF $(DEPDIR)/udp_test-udp_test.Tpo -c -o udp_test-udp_test.obj `if test -f 'udp_test.c'; then $(CYGPATH_W) 'udp_test.c'; else $(CYGPATH_W) '$(srcdir)/udp_test.c'; fi`
1802 1.1.1.3 christos @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/udp_test-udp_test.Tpo $(DEPDIR)/udp_test-udp_test.Po
1803 1.1.1.3 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='udp_test.c' object='udp_test-udp_test.obj' libtool=no @AMDEPBACKSLASH@
1804 1.1.1.3 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1805 1.1.1.3 christos @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(udp_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o udp_test-udp_test.obj `if test -f 'udp_test.c'; then $(CYGPATH_W) 'udp_test.c'; else $(CYGPATH_W) '$(srcdir)/udp_test.c'; fi`
1806 1.1.1.3 christos
1807 1.1.1.3 christos udp_test-netmgr_common.o: netmgr_common.c
1808 1.1.1.3 christos @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(udp_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT udp_test-netmgr_common.o -MD -MP -MF $(DEPDIR)/udp_test-netmgr_common.Tpo -c -o udp_test-netmgr_common.o `test -f 'netmgr_common.c' || echo '$(srcdir)/'`netmgr_common.c
1809 1.1.1.3 christos @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/udp_test-netmgr_common.Tpo $(DEPDIR)/udp_test-netmgr_common.Po
1810 1.1.1.3 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='netmgr_common.c' object='udp_test-netmgr_common.o' libtool=no @AMDEPBACKSLASH@
1811 1.1.1.3 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1812 1.1.1.3 christos @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(udp_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o udp_test-netmgr_common.o `test -f 'netmgr_common.c' || echo '$(srcdir)/'`netmgr_common.c
1813 1.1.1.3 christos
1814 1.1.1.3 christos udp_test-netmgr_common.obj: netmgr_common.c
1815 1.1.1.3 christos @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(udp_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT udp_test-netmgr_common.obj -MD -MP -MF $(DEPDIR)/udp_test-netmgr_common.Tpo -c -o udp_test-netmgr_common.obj `if test -f 'netmgr_common.c'; then $(CYGPATH_W) 'netmgr_common.c'; else $(CYGPATH_W) '$(srcdir)/netmgr_common.c'; fi`
1816 1.1.1.3 christos @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/udp_test-netmgr_common.Tpo $(DEPDIR)/udp_test-netmgr_common.Po
1817 1.1.1.3 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='netmgr_common.c' object='udp_test-netmgr_common.obj' libtool=no @AMDEPBACKSLASH@
1818 1.1.1.3 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1819 1.1.1.3 christos @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(udp_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o udp_test-netmgr_common.obj `if test -f 'netmgr_common.c'; then $(CYGPATH_W) 'netmgr_common.c'; else $(CYGPATH_W) '$(srcdir)/netmgr_common.c'; fi`
1820 1.1 christos
1821 1.1 christos mostlyclean-libtool:
1822 1.1 christos -rm -f *.lo
1823 1.1 christos
1824 1.1 christos clean-libtool:
1825 1.1 christos -rm -rf .libs _libs
1826 1.1 christos test-local:
1827 1.1 christos unit-local:
1828 1.1 christos doc-local:
1829 1.1 christos
1830 1.1 christos ID: $(am__tagged_files)
1831 1.1 christos $(am__define_uniq_tagged_files); mkid -fID $$unique
1832 1.1 christos tags: tags-am
1833 1.1 christos TAGS: tags
1834 1.1 christos
1835 1.1 christos tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1836 1.1 christos set x; \
1837 1.1 christos here=`pwd`; \
1838 1.1 christos $(am__define_uniq_tagged_files); \
1839 1.1 christos shift; \
1840 1.1 christos if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1841 1.1 christos test -n "$$unique" || unique=$$empty_fix; \
1842 1.1 christos if test $$# -gt 0; then \
1843 1.1 christos $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1844 1.1 christos "$$@" $$unique; \
1845 1.1 christos else \
1846 1.1 christos $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1847 1.1 christos $$unique; \
1848 1.1 christos fi; \
1849 1.1 christos fi
1850 1.1 christos ctags: ctags-am
1851 1.1 christos
1852 1.1 christos CTAGS: ctags
1853 1.1 christos ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1854 1.1 christos $(am__define_uniq_tagged_files); \
1855 1.1 christos test -z "$(CTAGS_ARGS)$$unique" \
1856 1.1 christos || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1857 1.1 christos $$unique
1858 1.1 christos
1859 1.1 christos GTAGS:
1860 1.1 christos here=`$(am__cd) $(top_builddir) && pwd` \
1861 1.1 christos && $(am__cd) $(top_srcdir) \
1862 1.1 christos && gtags -i $(GTAGS_ARGS) "$$here"
1863 1.1 christos cscopelist: cscopelist-am
1864 1.1 christos
1865 1.1 christos cscopelist-am: $(am__tagged_files)
1866 1.1 christos list='$(am__tagged_files)'; \
1867 1.1 christos case "$(srcdir)" in \
1868 1.1 christos [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
1869 1.1 christos *) sdir=$(subdir)/$(srcdir) ;; \
1870 1.1 christos esac; \
1871 1.1 christos for i in $$list; do \
1872 1.1 christos if test -f "$$i"; then \
1873 1.1 christos echo "$(subdir)/$$i"; \
1874 1.1 christos else \
1875 1.1 christos echo "$$sdir/$$i"; \
1876 1.1 christos fi; \
1877 1.1 christos done >> $(top_builddir)/cscope.files
1878 1.1 christos
1879 1.1 christos distclean-tags:
1880 1.1 christos -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1881 1.1 christos
1882 1.1 christos # Recover from deleted '.trs' file; this should ensure that
1883 1.1 christos # "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create
1884 1.1 christos # both 'foo.log' and 'foo.trs'. Break the recipe in two subshells
1885 1.1 christos # to avoid problems with "make -n".
1886 1.1 christos .log.trs:
1887 1.1 christos rm -f $< $@
1888 1.1 christos $(MAKE) $(AM_MAKEFLAGS) $<
1889 1.1 christos
1890 1.1 christos # Leading 'am--fnord' is there to ensure the list of targets does not
1891 1.1 christos # expand to empty, as could happen e.g. with make check TESTS=''.
1892 1.1 christos am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck)
1893 1.1 christos am--force-recheck:
1894 1.1 christos @:
1895 1.1 christos
1896 1.1 christos $(TEST_SUITE_LOG): $(TEST_LOGS)
1897 1.1 christos @$(am__set_TESTS_bases); \
1898 1.1 christos am__f_ok () { test -f "$$1" && test -r "$$1"; }; \
1899 1.1 christos redo_bases=`for i in $$bases; do \
1900 1.1 christos am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \
1901 1.1 christos done`; \
1902 1.1 christos if test -n "$$redo_bases"; then \
1903 1.1 christos redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
1904 1.1 christos redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
1905 1.1 christos if $(am__make_dryrun); then :; else \
1906 1.1 christos rm -f $$redo_logs && rm -f $$redo_results || exit 1; \
1907 1.1 christos fi; \
1908 1.1 christos fi; \
1909 1.1 christos if test -n "$$am__remaking_logs"; then \
1910 1.1 christos echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \
1911 1.1 christos "recursion detected" >&2; \
1912 1.1 christos elif test -n "$$redo_logs"; then \
1913 1.1 christos am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \
1914 1.1 christos fi; \
1915 1.1 christos if $(am__make_dryrun); then :; else \
1916 1.1 christos st=0; \
1917 1.1 christos errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \
1918 1.1 christos for i in $$redo_bases; do \
1919 1.1 christos test -f $$i.trs && test -r $$i.trs \
1920 1.1 christos || { echo "$$errmsg $$i.trs" >&2; st=1; }; \
1921 1.1 christos test -f $$i.log && test -r $$i.log \
1922 1.1 christos || { echo "$$errmsg $$i.log" >&2; st=1; }; \
1923 1.1 christos done; \
1924 1.1 christos test $$st -eq 0 || exit 1; \
1925 1.1 christos fi
1926 1.1 christos @$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \
1927 1.1 christos ws='[ ]'; \
1928 1.1 christos results=`for b in $$bases; do echo $$b.trs; done`; \
1929 1.1 christos test -n "$$results" || results=/dev/null; \
1930 1.1 christos all=` grep "^$$ws*:test-result:" $$results | wc -l`; \
1931 1.1 christos pass=` grep "^$$ws*:test-result:$$ws*PASS" $$results | wc -l`; \
1932 1.1 christos fail=` grep "^$$ws*:test-result:$$ws*FAIL" $$results | wc -l`; \
1933 1.1 christos skip=` grep "^$$ws*:test-result:$$ws*SKIP" $$results | wc -l`; \
1934 1.1 christos xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
1935 1.1 christos xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
1936 1.1 christos error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
1937 1.1 christos if test `expr $$fail + $$xpass + $$error` -eq 0; then \
1938 1.1 christos success=true; \
1939 1.1 christos else \
1940 1.1 christos success=false; \
1941 1.1 christos fi; \
1942 1.1 christos br='==================='; br=$$br$$br$$br$$br; \
1943 1.1 christos result_count () \
1944 1.1 christos { \
1945 1.1 christos if test x"$$1" = x"--maybe-color"; then \
1946 1.1 christos maybe_colorize=yes; \
1947 1.1 christos elif test x"$$1" = x"--no-color"; then \
1948 1.1 christos maybe_colorize=no; \
1949 1.1 christos else \
1950 1.1 christos echo "$@: invalid 'result_count' usage" >&2; exit 4; \
1951 1.1 christos fi; \
1952 1.1 christos shift; \
1953 1.1 christos desc=$$1 count=$$2; \
1954 1.1 christos if test $$maybe_colorize = yes && test $$count -gt 0; then \
1955 1.1 christos color_start=$$3 color_end=$$std; \
1956 1.1 christos else \
1957 1.1 christos color_start= color_end=; \
1958 1.1 christos fi; \
1959 1.1 christos echo "$${color_start}# $$desc $$count$${color_end}"; \
1960 1.1 christos }; \
1961 1.1 christos create_testsuite_report () \
1962 1.1 christos { \
1963 1.1 christos result_count $$1 "TOTAL:" $$all "$$brg"; \
1964 1.1 christos result_count $$1 "PASS: " $$pass "$$grn"; \
1965 1.1 christos result_count $$1 "SKIP: " $$skip "$$blu"; \
1966 1.1 christos result_count $$1 "XFAIL:" $$xfail "$$lgn"; \
1967 1.1 christos result_count $$1 "FAIL: " $$fail "$$red"; \
1968 1.1 christos result_count $$1 "XPASS:" $$xpass "$$red"; \
1969 1.1 christos result_count $$1 "ERROR:" $$error "$$mgn"; \
1970 1.1 christos }; \
1971 1.1 christos { \
1972 1.1 christos echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" | \
1973 1.1 christos $(am__rst_title); \
1974 1.1 christos create_testsuite_report --no-color; \
1975 1.1 christos echo; \
1976 1.1 christos echo ".. contents:: :depth: 2"; \
1977 1.1 christos echo; \
1978 1.1 christos for b in $$bases; do echo $$b; done \
1979 1.1 christos | $(am__create_global_log); \
1980 1.1 christos } >$(TEST_SUITE_LOG).tmp || exit 1; \
1981 1.1 christos mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG); \
1982 1.1 christos if $$success; then \
1983 1.1 christos col="$$grn"; \
1984 1.1 christos else \
1985 1.1 christos col="$$red"; \
1986 1.1 christos test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG); \
1987 1.1 christos fi; \
1988 1.1 christos echo "$${col}$$br$${std}"; \
1989 1.1 christos echo "$${col}Testsuite summary"$(AM_TESTSUITE_SUMMARY_HEADER)"$${std}"; \
1990 1.1 christos echo "$${col}$$br$${std}"; \
1991 1.1 christos create_testsuite_report --maybe-color; \
1992 1.1 christos echo "$$col$$br$$std"; \
1993 1.1 christos if $$success; then :; else \
1994 1.1 christos echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}"; \
1995 1.1 christos if test -n "$(PACKAGE_BUGREPORT)"; then \
1996 1.1 christos echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \
1997 1.1 christos fi; \
1998 1.1 christos echo "$$col$$br$$std"; \
1999 1.1 christos fi; \
2000 1.1 christos $$success || exit 1
2001 1.1 christos
2002 1.1 christos check-TESTS: $(check_PROGRAMS)
2003 1.1 christos @list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list
2004 1.1 christos @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list
2005 1.1 christos @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
2006 1.1 christos @set +e; $(am__set_TESTS_bases); \
2007 1.1 christos log_list=`for i in $$bases; do echo $$i.log; done`; \
2008 1.1 christos trs_list=`for i in $$bases; do echo $$i.trs; done`; \
2009 1.1 christos log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
2010 1.1 christos $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
2011 1.1 christos exit $$?;
2012 1.1 christos recheck: all $(check_PROGRAMS)
2013 1.1 christos @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
2014 1.1 christos @set +e; $(am__set_TESTS_bases); \
2015 1.1 christos bases=`for i in $$bases; do echo $$i; done \
2016 1.1 christos | $(am__list_recheck_tests)` || exit 1; \
2017 1.1 christos log_list=`for i in $$bases; do echo $$i.log; done`; \
2018 1.1 christos log_list=`echo $$log_list`; \
2019 1.1 christos $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
2020 1.1 christos am__force_recheck=am--force-recheck \
2021 1.1 christos TEST_LOGS="$$log_list"; \
2022 1.1 christos exit $$?
2023 1.1.1.3 christos ascii_test.log: ascii_test$(EXEEXT)
2024 1.1.1.3 christos @p='ascii_test$(EXEEXT)'; \
2025 1.1.1.3 christos b='ascii_test'; \
2026 1.1.1.3 christos $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2027 1.1.1.3 christos --log-file $$b.log --trs-file $$b.trs \
2028 1.1.1.3 christos $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2029 1.1.1.3 christos "$$tst" $(AM_TESTS_FD_REDIRECT)
2030 1.1.1.3 christos async_test.log: async_test$(EXEEXT)
2031 1.1.1.3 christos @p='async_test$(EXEEXT)'; \
2032 1.1.1.3 christos b='async_test'; \
2033 1.1 christos $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2034 1.1 christos --log-file $$b.log --trs-file $$b.trs \
2035 1.1 christos $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2036 1.1 christos "$$tst" $(AM_TESTS_FD_REDIRECT)
2037 1.1 christos buffer_test.log: buffer_test$(EXEEXT)
2038 1.1 christos @p='buffer_test$(EXEEXT)'; \
2039 1.1 christos b='buffer_test'; \
2040 1.1 christos $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2041 1.1 christos --log-file $$b.log --trs-file $$b.trs \
2042 1.1 christos $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2043 1.1 christos "$$tst" $(AM_TESTS_FD_REDIRECT)
2044 1.1 christos counter_test.log: counter_test$(EXEEXT)
2045 1.1 christos @p='counter_test$(EXEEXT)'; \
2046 1.1 christos b='counter_test'; \
2047 1.1 christos $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2048 1.1 christos --log-file $$b.log --trs-file $$b.trs \
2049 1.1 christos $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2050 1.1 christos "$$tst" $(AM_TESTS_FD_REDIRECT)
2051 1.1 christos crc64_test.log: crc64_test$(EXEEXT)
2052 1.1 christos @p='crc64_test$(EXEEXT)'; \
2053 1.1 christos b='crc64_test'; \
2054 1.1 christos $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2055 1.1 christos --log-file $$b.log --trs-file $$b.trs \
2056 1.1 christos $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2057 1.1 christos "$$tst" $(AM_TESTS_FD_REDIRECT)
2058 1.1.1.3 christos dnsstream_utils_test.log: dnsstream_utils_test$(EXEEXT)
2059 1.1.1.3 christos @p='dnsstream_utils_test$(EXEEXT)'; \
2060 1.1.1.3 christos b='dnsstream_utils_test'; \
2061 1.1.1.3 christos $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2062 1.1.1.3 christos --log-file $$b.log --trs-file $$b.trs \
2063 1.1.1.3 christos $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2064 1.1.1.3 christos "$$tst" $(AM_TESTS_FD_REDIRECT)
2065 1.1 christos errno_test.log: errno_test$(EXEEXT)
2066 1.1 christos @p='errno_test$(EXEEXT)'; \
2067 1.1 christos b='errno_test'; \
2068 1.1 christos $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2069 1.1 christos --log-file $$b.log --trs-file $$b.trs \
2070 1.1 christos $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2071 1.1 christos "$$tst" $(AM_TESTS_FD_REDIRECT)
2072 1.1 christos file_test.log: file_test$(EXEEXT)
2073 1.1 christos @p='file_test$(EXEEXT)'; \
2074 1.1 christos b='file_test'; \
2075 1.1 christos $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2076 1.1 christos --log-file $$b.log --trs-file $$b.trs \
2077 1.1 christos $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2078 1.1 christos "$$tst" $(AM_TESTS_FD_REDIRECT)
2079 1.1 christos hash_test.log: hash_test$(EXEEXT)
2080 1.1 christos @p='hash_test$(EXEEXT)'; \
2081 1.1 christos b='hash_test'; \
2082 1.1 christos $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2083 1.1 christos --log-file $$b.log --trs-file $$b.trs \
2084 1.1 christos $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2085 1.1 christos "$$tst" $(AM_TESTS_FD_REDIRECT)
2086 1.1.1.3 christos hashmap_test.log: hashmap_test$(EXEEXT)
2087 1.1.1.3 christos @p='hashmap_test$(EXEEXT)'; \
2088 1.1.1.3 christos b='hashmap_test'; \
2089 1.1.1.3 christos $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2090 1.1.1.3 christos --log-file $$b.log --trs-file $$b.trs \
2091 1.1.1.3 christos $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2092 1.1.1.3 christos "$$tst" $(AM_TESTS_FD_REDIRECT)
2093 1.1 christos heap_test.log: heap_test$(EXEEXT)
2094 1.1 christos @p='heap_test$(EXEEXT)'; \
2095 1.1 christos b='heap_test'; \
2096 1.1 christos $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2097 1.1 christos --log-file $$b.log --trs-file $$b.trs \
2098 1.1 christos $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2099 1.1 christos "$$tst" $(AM_TESTS_FD_REDIRECT)
2100 1.1.1.3 christos histo_test.log: histo_test$(EXEEXT)
2101 1.1.1.3 christos @p='histo_test$(EXEEXT)'; \
2102 1.1.1.3 christos b='histo_test'; \
2103 1.1.1.3 christos $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2104 1.1.1.3 christos --log-file $$b.log --trs-file $$b.trs \
2105 1.1.1.3 christos $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2106 1.1.1.3 christos "$$tst" $(AM_TESTS_FD_REDIRECT)
2107 1.1 christos hmac_test.log: hmac_test$(EXEEXT)
2108 1.1 christos @p='hmac_test$(EXEEXT)'; \
2109 1.1 christos b='hmac_test'; \
2110 1.1 christos $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2111 1.1 christos --log-file $$b.log --trs-file $$b.trs \
2112 1.1 christos $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2113 1.1 christos "$$tst" $(AM_TESTS_FD_REDIRECT)
2114 1.1 christos ht_test.log: ht_test$(EXEEXT)
2115 1.1 christos @p='ht_test$(EXEEXT)'; \
2116 1.1 christos b='ht_test'; \
2117 1.1 christos $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2118 1.1 christos --log-file $$b.log --trs-file $$b.trs \
2119 1.1 christos $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2120 1.1 christos "$$tst" $(AM_TESTS_FD_REDIRECT)
2121 1.1.1.3 christos job_test.log: job_test$(EXEEXT)
2122 1.1.1.3 christos @p='job_test$(EXEEXT)'; \
2123 1.1.1.3 christos b='job_test'; \
2124 1.1.1.3 christos $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2125 1.1.1.3 christos --log-file $$b.log --trs-file $$b.trs \
2126 1.1.1.3 christos $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2127 1.1.1.3 christos "$$tst" $(AM_TESTS_FD_REDIRECT)
2128 1.1 christos lex_test.log: lex_test$(EXEEXT)
2129 1.1 christos @p='lex_test$(EXEEXT)'; \
2130 1.1 christos b='lex_test'; \
2131 1.1 christos $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2132 1.1 christos --log-file $$b.log --trs-file $$b.trs \
2133 1.1 christos $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2134 1.1 christos "$$tst" $(AM_TESTS_FD_REDIRECT)
2135 1.1.1.3 christos loop_test.log: loop_test$(EXEEXT)
2136 1.1.1.3 christos @p='loop_test$(EXEEXT)'; \
2137 1.1.1.3 christos b='loop_test'; \
2138 1.1.1.3 christos $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2139 1.1.1.3 christos --log-file $$b.log --trs-file $$b.trs \
2140 1.1.1.3 christos $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2141 1.1.1.3 christos "$$tst" $(AM_TESTS_FD_REDIRECT)
2142 1.1 christos md_test.log: md_test$(EXEEXT)
2143 1.1 christos @p='md_test$(EXEEXT)'; \
2144 1.1 christos b='md_test'; \
2145 1.1 christos $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2146 1.1 christos --log-file $$b.log --trs-file $$b.trs \
2147 1.1 christos $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2148 1.1 christos "$$tst" $(AM_TESTS_FD_REDIRECT)
2149 1.1 christos mem_test.log: mem_test$(EXEEXT)
2150 1.1 christos @p='mem_test$(EXEEXT)'; \
2151 1.1 christos b='mem_test'; \
2152 1.1 christos $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2153 1.1 christos --log-file $$b.log --trs-file $$b.trs \
2154 1.1 christos $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2155 1.1 christos "$$tst" $(AM_TESTS_FD_REDIRECT)
2156 1.1.1.3 christos mutex_test.log: mutex_test$(EXEEXT)
2157 1.1.1.3 christos @p='mutex_test$(EXEEXT)'; \
2158 1.1.1.3 christos b='mutex_test'; \
2159 1.1 christos $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2160 1.1 christos --log-file $$b.log --trs-file $$b.trs \
2161 1.1 christos $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2162 1.1 christos "$$tst" $(AM_TESTS_FD_REDIRECT)
2163 1.1.1.3 christos netaddr_test.log: netaddr_test$(EXEEXT)
2164 1.1.1.3 christos @p='netaddr_test$(EXEEXT)'; \
2165 1.1.1.3 christos b='netaddr_test'; \
2166 1.1 christos $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2167 1.1 christos --log-file $$b.log --trs-file $$b.trs \
2168 1.1 christos $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2169 1.1 christos "$$tst" $(AM_TESTS_FD_REDIRECT)
2170 1.1 christos parse_test.log: parse_test$(EXEEXT)
2171 1.1 christos @p='parse_test$(EXEEXT)'; \
2172 1.1 christos b='parse_test'; \
2173 1.1 christos $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2174 1.1 christos --log-file $$b.log --trs-file $$b.trs \
2175 1.1 christos $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2176 1.1 christos "$$tst" $(AM_TESTS_FD_REDIRECT)
2177 1.1.1.3 christos proxyheader_test.log: proxyheader_test$(EXEEXT)
2178 1.1.1.3 christos @p='proxyheader_test$(EXEEXT)'; \
2179 1.1.1.3 christos b='proxyheader_test'; \
2180 1.1.1.3 christos $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2181 1.1.1.3 christos --log-file $$b.log --trs-file $$b.trs \
2182 1.1.1.3 christos $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2183 1.1.1.3 christos "$$tst" $(AM_TESTS_FD_REDIRECT)
2184 1.1.1.3 christos proxystream_test.log: proxystream_test$(EXEEXT)
2185 1.1.1.3 christos @p='proxystream_test$(EXEEXT)'; \
2186 1.1.1.3 christos b='proxystream_test'; \
2187 1.1.1.3 christos $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2188 1.1.1.3 christos --log-file $$b.log --trs-file $$b.trs \
2189 1.1.1.3 christos $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2190 1.1.1.3 christos "$$tst" $(AM_TESTS_FD_REDIRECT)
2191 1.1.1.3 christos proxyudp_test.log: proxyudp_test$(EXEEXT)
2192 1.1.1.3 christos @p='proxyudp_test$(EXEEXT)'; \
2193 1.1.1.3 christos b='proxyudp_test'; \
2194 1.1 christos $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2195 1.1 christos --log-file $$b.log --trs-file $$b.trs \
2196 1.1 christos $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2197 1.1 christos "$$tst" $(AM_TESTS_FD_REDIRECT)
2198 1.1 christos quota_test.log: quota_test$(EXEEXT)
2199 1.1 christos @p='quota_test$(EXEEXT)'; \
2200 1.1 christos b='quota_test'; \
2201 1.1 christos $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2202 1.1 christos --log-file $$b.log --trs-file $$b.trs \
2203 1.1 christos $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2204 1.1 christos "$$tst" $(AM_TESTS_FD_REDIRECT)
2205 1.1 christos radix_test.log: radix_test$(EXEEXT)
2206 1.1 christos @p='radix_test$(EXEEXT)'; \
2207 1.1 christos b='radix_test'; \
2208 1.1 christos $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2209 1.1 christos --log-file $$b.log --trs-file $$b.trs \
2210 1.1 christos $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2211 1.1 christos "$$tst" $(AM_TESTS_FD_REDIRECT)
2212 1.1 christos random_test.log: random_test$(EXEEXT)
2213 1.1 christos @p='random_test$(EXEEXT)'; \
2214 1.1 christos b='random_test'; \
2215 1.1 christos $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2216 1.1 christos --log-file $$b.log --trs-file $$b.trs \
2217 1.1 christos $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2218 1.1 christos "$$tst" $(AM_TESTS_FD_REDIRECT)
2219 1.1.1.3 christos ratelimiter_test.log: ratelimiter_test$(EXEEXT)
2220 1.1.1.3 christos @p='ratelimiter_test$(EXEEXT)'; \
2221 1.1.1.3 christos b='ratelimiter_test'; \
2222 1.1.1.3 christos $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2223 1.1.1.3 christos --log-file $$b.log --trs-file $$b.trs \
2224 1.1.1.3 christos $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2225 1.1.1.3 christos "$$tst" $(AM_TESTS_FD_REDIRECT)
2226 1.1 christos regex_test.log: regex_test$(EXEEXT)
2227 1.1 christos @p='regex_test$(EXEEXT)'; \
2228 1.1 christos b='regex_test'; \
2229 1.1 christos $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2230 1.1 christos --log-file $$b.log --trs-file $$b.trs \
2231 1.1 christos $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2232 1.1 christos "$$tst" $(AM_TESTS_FD_REDIRECT)
2233 1.1 christos result_test.log: result_test$(EXEEXT)
2234 1.1 christos @p='result_test$(EXEEXT)'; \
2235 1.1 christos b='result_test'; \
2236 1.1 christos $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2237 1.1 christos --log-file $$b.log --trs-file $$b.trs \
2238 1.1 christos $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2239 1.1 christos "$$tst" $(AM_TESTS_FD_REDIRECT)
2240 1.1.1.3 christos rwlock_test.log: rwlock_test$(EXEEXT)
2241 1.1.1.3 christos @p='rwlock_test$(EXEEXT)'; \
2242 1.1.1.3 christos b='rwlock_test'; \
2243 1.1.1.3 christos $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2244 1.1.1.3 christos --log-file $$b.log --trs-file $$b.trs \
2245 1.1.1.3 christos $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2246 1.1.1.3 christos "$$tst" $(AM_TESTS_FD_REDIRECT)
2247 1.1 christos safe_test.log: safe_test$(EXEEXT)
2248 1.1 christos @p='safe_test$(EXEEXT)'; \
2249 1.1 christos b='safe_test'; \
2250 1.1 christos $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2251 1.1 christos --log-file $$b.log --trs-file $$b.trs \
2252 1.1 christos $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2253 1.1 christos "$$tst" $(AM_TESTS_FD_REDIRECT)
2254 1.1 christos siphash_test.log: siphash_test$(EXEEXT)
2255 1.1 christos @p='siphash_test$(EXEEXT)'; \
2256 1.1 christos b='siphash_test'; \
2257 1.1 christos $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2258 1.1 christos --log-file $$b.log --trs-file $$b.trs \
2259 1.1 christos $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2260 1.1 christos "$$tst" $(AM_TESTS_FD_REDIRECT)
2261 1.1 christos sockaddr_test.log: sockaddr_test$(EXEEXT)
2262 1.1 christos @p='sockaddr_test$(EXEEXT)'; \
2263 1.1 christos b='sockaddr_test'; \
2264 1.1 christos $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2265 1.1 christos --log-file $$b.log --trs-file $$b.trs \
2266 1.1 christos $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2267 1.1 christos "$$tst" $(AM_TESTS_FD_REDIRECT)
2268 1.1.1.3 christos spinlock_test.log: spinlock_test$(EXEEXT)
2269 1.1.1.3 christos @p='spinlock_test$(EXEEXT)'; \
2270 1.1.1.3 christos b='spinlock_test'; \
2271 1.1.1.3 christos $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2272 1.1.1.3 christos --log-file $$b.log --trs-file $$b.trs \
2273 1.1.1.3 christos $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2274 1.1.1.3 christos "$$tst" $(AM_TESTS_FD_REDIRECT)
2275 1.1 christos stats_test.log: stats_test$(EXEEXT)
2276 1.1 christos @p='stats_test$(EXEEXT)'; \
2277 1.1 christos b='stats_test'; \
2278 1.1 christos $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2279 1.1 christos --log-file $$b.log --trs-file $$b.trs \
2280 1.1 christos $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2281 1.1 christos "$$tst" $(AM_TESTS_FD_REDIRECT)
2282 1.1 christos symtab_test.log: symtab_test$(EXEEXT)
2283 1.1 christos @p='symtab_test$(EXEEXT)'; \
2284 1.1 christos b='symtab_test'; \
2285 1.1 christos $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2286 1.1 christos --log-file $$b.log --trs-file $$b.trs \
2287 1.1 christos $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2288 1.1 christos "$$tst" $(AM_TESTS_FD_REDIRECT)
2289 1.1.1.3 christos tcp_test.log: tcp_test$(EXEEXT)
2290 1.1.1.3 christos @p='tcp_test$(EXEEXT)'; \
2291 1.1.1.3 christos b='tcp_test'; \
2292 1.1 christos $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2293 1.1 christos --log-file $$b.log --trs-file $$b.trs \
2294 1.1 christos $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2295 1.1 christos "$$tst" $(AM_TESTS_FD_REDIRECT)
2296 1.1.1.3 christos tcpdns_test.log: tcpdns_test$(EXEEXT)
2297 1.1.1.3 christos @p='tcpdns_test$(EXEEXT)'; \
2298 1.1.1.3 christos b='tcpdns_test'; \
2299 1.1 christos $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2300 1.1 christos --log-file $$b.log --trs-file $$b.trs \
2301 1.1 christos $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2302 1.1 christos "$$tst" $(AM_TESTS_FD_REDIRECT)
2303 1.1 christos time_test.log: time_test$(EXEEXT)
2304 1.1 christos @p='time_test$(EXEEXT)'; \
2305 1.1 christos b='time_test'; \
2306 1.1 christos $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2307 1.1 christos --log-file $$b.log --trs-file $$b.trs \
2308 1.1 christos $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2309 1.1 christos "$$tst" $(AM_TESTS_FD_REDIRECT)
2310 1.1 christos timer_test.log: timer_test$(EXEEXT)
2311 1.1 christos @p='timer_test$(EXEEXT)'; \
2312 1.1 christos b='timer_test'; \
2313 1.1 christos $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2314 1.1 christos --log-file $$b.log --trs-file $$b.trs \
2315 1.1 christos $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2316 1.1 christos "$$tst" $(AM_TESTS_FD_REDIRECT)
2317 1.1.1.3 christos tls_test.log: tls_test$(EXEEXT)
2318 1.1.1.3 christos @p='tls_test$(EXEEXT)'; \
2319 1.1.1.3 christos b='tls_test'; \
2320 1.1.1.3 christos $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2321 1.1.1.3 christos --log-file $$b.log --trs-file $$b.trs \
2322 1.1.1.3 christos $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2323 1.1.1.3 christos "$$tst" $(AM_TESTS_FD_REDIRECT)
2324 1.1.1.3 christos tlsdns_test.log: tlsdns_test$(EXEEXT)
2325 1.1.1.3 christos @p='tlsdns_test$(EXEEXT)'; \
2326 1.1.1.3 christos b='tlsdns_test'; \
2327 1.1.1.3 christos $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2328 1.1.1.3 christos --log-file $$b.log --trs-file $$b.trs \
2329 1.1.1.3 christos $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2330 1.1.1.3 christos "$$tst" $(AM_TESTS_FD_REDIRECT)
2331 1.1.1.3 christos udp_test.log: udp_test$(EXEEXT)
2332 1.1.1.3 christos @p='udp_test$(EXEEXT)'; \
2333 1.1.1.3 christos b='udp_test'; \
2334 1.1.1.3 christos $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2335 1.1.1.3 christos --log-file $$b.log --trs-file $$b.trs \
2336 1.1.1.3 christos $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2337 1.1.1.3 christos "$$tst" $(AM_TESTS_FD_REDIRECT)
2338 1.1.1.3 christos work_test.log: work_test$(EXEEXT)
2339 1.1.1.3 christos @p='work_test$(EXEEXT)'; \
2340 1.1.1.3 christos b='work_test'; \
2341 1.1.1.3 christos $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2342 1.1.1.3 christos --log-file $$b.log --trs-file $$b.trs \
2343 1.1.1.3 christos $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2344 1.1.1.3 christos "$$tst" $(AM_TESTS_FD_REDIRECT)
2345 1.1 christos doh_test.log: doh_test$(EXEEXT)
2346 1.1 christos @p='doh_test$(EXEEXT)'; \
2347 1.1 christos b='doh_test'; \
2348 1.1 christos $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2349 1.1 christos --log-file $$b.log --trs-file $$b.trs \
2350 1.1 christos $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2351 1.1 christos "$$tst" $(AM_TESTS_FD_REDIRECT)
2352 1.1 christos .test.log:
2353 1.1 christos @p='$<'; \
2354 1.1 christos $(am__set_b); \
2355 1.1 christos $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
2356 1.1 christos --log-file $$b.log --trs-file $$b.trs \
2357 1.1 christos $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
2358 1.1 christos "$$tst" $(AM_TESTS_FD_REDIRECT)
2359 1.1 christos @am__EXEEXT_TRUE@.test$(EXEEXT).log:
2360 1.1 christos @am__EXEEXT_TRUE@ @p='$<'; \
2361 1.1 christos @am__EXEEXT_TRUE@ $(am__set_b); \
2362 1.1 christos @am__EXEEXT_TRUE@ $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
2363 1.1 christos @am__EXEEXT_TRUE@ --log-file $$b.log --trs-file $$b.trs \
2364 1.1 christos @am__EXEEXT_TRUE@ $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
2365 1.1 christos @am__EXEEXT_TRUE@ "$$tst" $(AM_TESTS_FD_REDIRECT)
2366 1.1 christos distdir: $(BUILT_SOURCES)
2367 1.1 christos $(MAKE) $(AM_MAKEFLAGS) distdir-am
2368 1.1 christos
2369 1.1 christos distdir-am: $(DISTFILES)
2370 1.1 christos @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
2371 1.1 christos topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
2372 1.1 christos list='$(DISTFILES)'; \
2373 1.1 christos dist_files=`for file in $$list; do echo $$file; done | \
2374 1.1 christos sed -e "s|^$$srcdirstrip/||;t" \
2375 1.1 christos -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
2376 1.1 christos case $$dist_files in \
2377 1.1 christos */*) $(MKDIR_P) `echo "$$dist_files" | \
2378 1.1 christos sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
2379 1.1 christos sort -u` ;; \
2380 1.1 christos esac; \
2381 1.1 christos for file in $$dist_files; do \
2382 1.1 christos if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
2383 1.1 christos if test -d $$d/$$file; then \
2384 1.1 christos dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
2385 1.1 christos if test -d "$(distdir)/$$file"; then \
2386 1.1 christos find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
2387 1.1 christos fi; \
2388 1.1 christos if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
2389 1.1 christos cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
2390 1.1 christos find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
2391 1.1 christos fi; \
2392 1.1 christos cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
2393 1.1 christos else \
2394 1.1 christos test -f "$(distdir)/$$file" \
2395 1.1 christos || cp -p $$d/$$file "$(distdir)/$$file" \
2396 1.1 christos || exit 1; \
2397 1.1 christos fi; \
2398 1.1 christos done
2399 1.1 christos check-am: all-am
2400 1.1 christos $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
2401 1.1 christos $(MAKE) $(AM_MAKEFLAGS) check-TESTS
2402 1.1.1.3 christos check: $(BUILT_SOURCES)
2403 1.1.1.3 christos $(MAKE) $(AM_MAKEFLAGS) check-am
2404 1.1 christos all-am: Makefile
2405 1.1 christos installdirs:
2406 1.1.1.3 christos install: $(BUILT_SOURCES)
2407 1.1.1.3 christos $(MAKE) $(AM_MAKEFLAGS) install-am
2408 1.1.1.3 christos install-exec: $(BUILT_SOURCES)
2409 1.1.1.3 christos $(MAKE) $(AM_MAKEFLAGS) install-exec-am
2410 1.1 christos install-data: install-data-am
2411 1.1 christos uninstall: uninstall-am
2412 1.1 christos
2413 1.1 christos install-am: all-am
2414 1.1 christos @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
2415 1.1 christos
2416 1.1 christos installcheck: installcheck-am
2417 1.1 christos install-strip:
2418 1.1 christos if test -z '$(STRIP)'; then \
2419 1.1 christos $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
2420 1.1 christos install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
2421 1.1 christos install; \
2422 1.1 christos else \
2423 1.1 christos $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
2424 1.1 christos install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
2425 1.1 christos "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
2426 1.1 christos fi
2427 1.1 christos mostlyclean-generic:
2428 1.1 christos -test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS)
2429 1.1 christos -test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs)
2430 1.1 christos -test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
2431 1.1 christos
2432 1.1 christos clean-generic:
2433 1.1.1.3 christos -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
2434 1.1 christos
2435 1.1 christos distclean-generic:
2436 1.1 christos -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
2437 1.1 christos -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
2438 1.1 christos
2439 1.1 christos maintainer-clean-generic:
2440 1.1 christos @echo "This command is intended for maintainers to use"
2441 1.1 christos @echo "it deletes files that may require special tools to rebuild."
2442 1.1.1.3 christos -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
2443 1.1 christos clean: clean-am
2444 1.1 christos
2445 1.1 christos clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
2446 1.1 christos mostlyclean-am
2447 1.1 christos
2448 1.1 christos distclean: distclean-am
2449 1.1.1.3 christos -rm -f ./$(DEPDIR)/ascii_test.Po
2450 1.1.1.3 christos -rm -f ./$(DEPDIR)/async_test.Po
2451 1.1 christos -rm -f ./$(DEPDIR)/buffer_test.Po
2452 1.1 christos -rm -f ./$(DEPDIR)/counter_test.Po
2453 1.1 christos -rm -f ./$(DEPDIR)/crc64_test.Po
2454 1.1.1.3 christos -rm -f ./$(DEPDIR)/dnsstream_utils_test-dnsstream_utils_test.Po
2455 1.1 christos -rm -f ./$(DEPDIR)/doh_test-doh_test.Po
2456 1.1 christos -rm -f ./$(DEPDIR)/errno_test.Po
2457 1.1 christos -rm -f ./$(DEPDIR)/file_test.Po
2458 1.1 christos -rm -f ./$(DEPDIR)/hash_test.Po
2459 1.1.1.3 christos -rm -f ./$(DEPDIR)/hashmap_test.Po
2460 1.1 christos -rm -f ./$(DEPDIR)/heap_test.Po
2461 1.1.1.3 christos -rm -f ./$(DEPDIR)/histo_test.Po
2462 1.1 christos -rm -f ./$(DEPDIR)/hmac_test-hmac_test.Po
2463 1.1 christos -rm -f ./$(DEPDIR)/ht_test.Po
2464 1.1.1.3 christos -rm -f ./$(DEPDIR)/job_test.Po
2465 1.1 christos -rm -f ./$(DEPDIR)/lex_test.Po
2466 1.1.1.3 christos -rm -f ./$(DEPDIR)/loop_test.Po
2467 1.1 christos -rm -f ./$(DEPDIR)/md_test-md_test.Po
2468 1.1 christos -rm -f ./$(DEPDIR)/mem_test.Po
2469 1.1.1.3 christos -rm -f ./$(DEPDIR)/mutex_test.Po
2470 1.1 christos -rm -f ./$(DEPDIR)/netaddr_test.Po
2471 1.1 christos -rm -f ./$(DEPDIR)/parse_test.Po
2472 1.1.1.3 christos -rm -f ./$(DEPDIR)/proxyheader_test-proxyheader_test.Po
2473 1.1.1.3 christos -rm -f ./$(DEPDIR)/proxystream_test-netmgr_common.Po
2474 1.1.1.3 christos -rm -f ./$(DEPDIR)/proxystream_test-proxystream_test.Po
2475 1.1.1.3 christos -rm -f ./$(DEPDIR)/proxystream_test-stream_shutdown.Po
2476 1.1.1.3 christos -rm -f ./$(DEPDIR)/proxyudp_test-netmgr_common.Po
2477 1.1.1.3 christos -rm -f ./$(DEPDIR)/proxyudp_test-proxyudp_test.Po
2478 1.1 christos -rm -f ./$(DEPDIR)/quota_test.Po
2479 1.1 christos -rm -f ./$(DEPDIR)/radix_test.Po
2480 1.1 christos -rm -f ./$(DEPDIR)/random_test.Po
2481 1.1.1.3 christos -rm -f ./$(DEPDIR)/ratelimiter_test.Po
2482 1.1 christos -rm -f ./$(DEPDIR)/regex_test.Po
2483 1.1 christos -rm -f ./$(DEPDIR)/result_test.Po
2484 1.1.1.3 christos -rm -f ./$(DEPDIR)/rwlock_test.Po
2485 1.1 christos -rm -f ./$(DEPDIR)/safe_test.Po
2486 1.1 christos -rm -f ./$(DEPDIR)/siphash_test.Po
2487 1.1 christos -rm -f ./$(DEPDIR)/sockaddr_test.Po
2488 1.1.1.3 christos -rm -f ./$(DEPDIR)/spinlock_test.Po
2489 1.1 christos -rm -f ./$(DEPDIR)/stats_test.Po
2490 1.1 christos -rm -f ./$(DEPDIR)/symtab_test.Po
2491 1.1.1.3 christos -rm -f ./$(DEPDIR)/tcp_test-netmgr_common.Po
2492 1.1.1.3 christos -rm -f ./$(DEPDIR)/tcp_test-stream_shutdown.Po
2493 1.1.1.3 christos -rm -f ./$(DEPDIR)/tcp_test-tcp_test.Po
2494 1.1.1.3 christos -rm -f ./$(DEPDIR)/tcpdns_test-netmgr_common.Po
2495 1.1.1.3 christos -rm -f ./$(DEPDIR)/tcpdns_test-tcpdns_test.Po
2496 1.1 christos -rm -f ./$(DEPDIR)/time_test.Po
2497 1.1 christos -rm -f ./$(DEPDIR)/timer_test.Po
2498 1.1.1.3 christos -rm -f ./$(DEPDIR)/tls_test-netmgr_common.Po
2499 1.1.1.3 christos -rm -f ./$(DEPDIR)/tls_test-stream_shutdown.Po
2500 1.1.1.3 christos -rm -f ./$(DEPDIR)/tls_test-tls_test.Po
2501 1.1.1.3 christos -rm -f ./$(DEPDIR)/tlsdns_test-netmgr_common.Po
2502 1.1.1.3 christos -rm -f ./$(DEPDIR)/tlsdns_test-tlsdns_test.Po
2503 1.1.1.3 christos -rm -f ./$(DEPDIR)/udp_test-netmgr_common.Po
2504 1.1.1.3 christos -rm -f ./$(DEPDIR)/udp_test-udp_test.Po
2505 1.1.1.3 christos -rm -f ./$(DEPDIR)/work_test.Po
2506 1.1 christos -rm -f Makefile
2507 1.1 christos distclean-am: clean-am distclean-compile distclean-generic \
2508 1.1 christos distclean-tags
2509 1.1 christos
2510 1.1 christos doc: doc-am
2511 1.1 christos
2512 1.1 christos doc-am: doc-local
2513 1.1 christos
2514 1.1 christos dvi: dvi-am
2515 1.1 christos
2516 1.1 christos dvi-am:
2517 1.1 christos
2518 1.1 christos html: html-am
2519 1.1 christos
2520 1.1 christos html-am:
2521 1.1 christos
2522 1.1 christos info: info-am
2523 1.1 christos
2524 1.1 christos info-am:
2525 1.1 christos
2526 1.1 christos install-data-am:
2527 1.1 christos
2528 1.1 christos install-dvi: install-dvi-am
2529 1.1 christos
2530 1.1 christos install-dvi-am:
2531 1.1 christos
2532 1.1 christos install-exec-am:
2533 1.1 christos
2534 1.1 christos install-html: install-html-am
2535 1.1 christos
2536 1.1 christos install-html-am:
2537 1.1 christos
2538 1.1 christos install-info: install-info-am
2539 1.1 christos
2540 1.1 christos install-info-am:
2541 1.1 christos
2542 1.1 christos install-man:
2543 1.1 christos
2544 1.1 christos install-pdf: install-pdf-am
2545 1.1 christos
2546 1.1 christos install-pdf-am:
2547 1.1 christos
2548 1.1 christos install-ps: install-ps-am
2549 1.1 christos
2550 1.1 christos install-ps-am:
2551 1.1 christos
2552 1.1 christos installcheck-am:
2553 1.1 christos
2554 1.1 christos maintainer-clean: maintainer-clean-am
2555 1.1.1.3 christos -rm -f ./$(DEPDIR)/ascii_test.Po
2556 1.1.1.3 christos -rm -f ./$(DEPDIR)/async_test.Po
2557 1.1 christos -rm -f ./$(DEPDIR)/buffer_test.Po
2558 1.1 christos -rm -f ./$(DEPDIR)/counter_test.Po
2559 1.1 christos -rm -f ./$(DEPDIR)/crc64_test.Po
2560 1.1.1.3 christos -rm -f ./$(DEPDIR)/dnsstream_utils_test-dnsstream_utils_test.Po
2561 1.1 christos -rm -f ./$(DEPDIR)/doh_test-doh_test.Po
2562 1.1 christos -rm -f ./$(DEPDIR)/errno_test.Po
2563 1.1 christos -rm -f ./$(DEPDIR)/file_test.Po
2564 1.1 christos -rm -f ./$(DEPDIR)/hash_test.Po
2565 1.1.1.3 christos -rm -f ./$(DEPDIR)/hashmap_test.Po
2566 1.1 christos -rm -f ./$(DEPDIR)/heap_test.Po
2567 1.1.1.3 christos -rm -f ./$(DEPDIR)/histo_test.Po
2568 1.1 christos -rm -f ./$(DEPDIR)/hmac_test-hmac_test.Po
2569 1.1 christos -rm -f ./$(DEPDIR)/ht_test.Po
2570 1.1.1.3 christos -rm -f ./$(DEPDIR)/job_test.Po
2571 1.1 christos -rm -f ./$(DEPDIR)/lex_test.Po
2572 1.1.1.3 christos -rm -f ./$(DEPDIR)/loop_test.Po
2573 1.1 christos -rm -f ./$(DEPDIR)/md_test-md_test.Po
2574 1.1 christos -rm -f ./$(DEPDIR)/mem_test.Po
2575 1.1.1.3 christos -rm -f ./$(DEPDIR)/mutex_test.Po
2576 1.1 christos -rm -f ./$(DEPDIR)/netaddr_test.Po
2577 1.1 christos -rm -f ./$(DEPDIR)/parse_test.Po
2578 1.1.1.3 christos -rm -f ./$(DEPDIR)/proxyheader_test-proxyheader_test.Po
2579 1.1.1.3 christos -rm -f ./$(DEPDIR)/proxystream_test-netmgr_common.Po
2580 1.1.1.3 christos -rm -f ./$(DEPDIR)/proxystream_test-proxystream_test.Po
2581 1.1.1.3 christos -rm -f ./$(DEPDIR)/proxystream_test-stream_shutdown.Po
2582 1.1.1.3 christos -rm -f ./$(DEPDIR)/proxyudp_test-netmgr_common.Po
2583 1.1.1.3 christos -rm -f ./$(DEPDIR)/proxyudp_test-proxyudp_test.Po
2584 1.1 christos -rm -f ./$(DEPDIR)/quota_test.Po
2585 1.1 christos -rm -f ./$(DEPDIR)/radix_test.Po
2586 1.1 christos -rm -f ./$(DEPDIR)/random_test.Po
2587 1.1.1.3 christos -rm -f ./$(DEPDIR)/ratelimiter_test.Po
2588 1.1 christos -rm -f ./$(DEPDIR)/regex_test.Po
2589 1.1 christos -rm -f ./$(DEPDIR)/result_test.Po
2590 1.1.1.3 christos -rm -f ./$(DEPDIR)/rwlock_test.Po
2591 1.1 christos -rm -f ./$(DEPDIR)/safe_test.Po
2592 1.1 christos -rm -f ./$(DEPDIR)/siphash_test.Po
2593 1.1 christos -rm -f ./$(DEPDIR)/sockaddr_test.Po
2594 1.1.1.3 christos -rm -f ./$(DEPDIR)/spinlock_test.Po
2595 1.1 christos -rm -f ./$(DEPDIR)/stats_test.Po
2596 1.1 christos -rm -f ./$(DEPDIR)/symtab_test.Po
2597 1.1.1.3 christos -rm -f ./$(DEPDIR)/tcp_test-netmgr_common.Po
2598 1.1.1.3 christos -rm -f ./$(DEPDIR)/tcp_test-stream_shutdown.Po
2599 1.1.1.3 christos -rm -f ./$(DEPDIR)/tcp_test-tcp_test.Po
2600 1.1.1.3 christos -rm -f ./$(DEPDIR)/tcpdns_test-netmgr_common.Po
2601 1.1.1.3 christos -rm -f ./$(DEPDIR)/tcpdns_test-tcpdns_test.Po
2602 1.1 christos -rm -f ./$(DEPDIR)/time_test.Po
2603 1.1 christos -rm -f ./$(DEPDIR)/timer_test.Po
2604 1.1.1.3 christos -rm -f ./$(DEPDIR)/tls_test-netmgr_common.Po
2605 1.1.1.3 christos -rm -f ./$(DEPDIR)/tls_test-stream_shutdown.Po
2606 1.1.1.3 christos -rm -f ./$(DEPDIR)/tls_test-tls_test.Po
2607 1.1.1.3 christos -rm -f ./$(DEPDIR)/tlsdns_test-netmgr_common.Po
2608 1.1.1.3 christos -rm -f ./$(DEPDIR)/tlsdns_test-tlsdns_test.Po
2609 1.1.1.3 christos -rm -f ./$(DEPDIR)/udp_test-netmgr_common.Po
2610 1.1.1.3 christos -rm -f ./$(DEPDIR)/udp_test-udp_test.Po
2611 1.1.1.3 christos -rm -f ./$(DEPDIR)/work_test.Po
2612 1.1 christos -rm -f Makefile
2613 1.1 christos maintainer-clean-am: distclean-am maintainer-clean-generic
2614 1.1 christos
2615 1.1 christos mostlyclean: mostlyclean-am
2616 1.1 christos
2617 1.1 christos mostlyclean-am: mostlyclean-compile mostlyclean-generic \
2618 1.1 christos mostlyclean-libtool
2619 1.1 christos
2620 1.1 christos pdf: pdf-am
2621 1.1 christos
2622 1.1 christos pdf-am:
2623 1.1 christos
2624 1.1 christos ps: ps-am
2625 1.1 christos
2626 1.1 christos ps-am:
2627 1.1 christos
2628 1.1 christos test: test-am
2629 1.1 christos
2630 1.1 christos test-am: test-local
2631 1.1 christos
2632 1.1 christos uninstall-am:
2633 1.1 christos
2634 1.1 christos unit: unit-am
2635 1.1 christos
2636 1.1 christos unit-am: unit-local
2637 1.1 christos
2638 1.1.1.3 christos .MAKE: all check check-am install install-am install-exec \
2639 1.1.1.3 christos install-strip
2640 1.1 christos
2641 1.1 christos .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-TESTS \
2642 1.1 christos check-am clean clean-checkPROGRAMS clean-generic clean-libtool \
2643 1.1 christos cscopelist-am ctags ctags-am distclean distclean-compile \
2644 1.1 christos distclean-generic distclean-libtool distclean-tags distdir \
2645 1.1 christos doc-am doc-local dvi dvi-am html html-am info info-am install \
2646 1.1 christos install-am install-data install-data-am install-dvi \
2647 1.1 christos install-dvi-am install-exec install-exec-am install-html \
2648 1.1 christos install-html-am install-info install-info-am install-man \
2649 1.1 christos install-pdf install-pdf-am install-ps install-ps-am \
2650 1.1 christos install-strip installcheck installcheck-am installdirs \
2651 1.1 christos maintainer-clean maintainer-clean-generic mostlyclean \
2652 1.1 christos mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
2653 1.1 christos pdf pdf-am ps ps-am recheck tags tags-am test-am test-local \
2654 1.1 christos uninstall uninstall-am unit-am unit-local
2655 1.1 christos
2656 1.1 christos .PRECIOUS: Makefile
2657 1.1 christos
2658 1.1 christos
2659 1.1 christos unit-local: check
2660 1.1 christos
2661 1.1 christos # Tell versions [3.59,3.63) of GNU make to not export all variables.
2662 1.1 christos # Otherwise a system limit (for SysV at least) may be exceeded.
2663 1.1 christos .NOEXPORT:
2664