]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - contrib/ntp/sntp/libevent/Makefile.in
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / contrib / ntp / sntp / libevent / Makefile.in
1 # Makefile.in generated by automake 1.15 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
5
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
14
15 @SET_MAKE@
16
17 # Makefile.am for libevent
18 # Copyright 2000-2007 Niels Provos
19 # Copyright 2007-2012 Niels Provos and Nick Mathewson
20 #
21 # See LICENSE for copying information.
22
23 # include/Makefile.am for libevent
24 # Copyright 2000-2007 Niels Provos
25 # Copyright 2007-2012 Niels Provos and Nick Mathewson
26 #
27 # See LICENSE for copying information.
28
29 # sample/include.am for libevent
30 # Copyright 2000-2007 Niels Provos
31 # Copyright 2007-2012 Niels Provos and Nick Mathewson
32 #
33 # See LICENSE for copying information.
34
35 # test/Makefile.am for libevent
36 # Copyright 2000-2007 Niels Provos
37 # Copyright 2007-2012 Niels Provos and Nick Mathewson
38 #
39 # See LICENSE for copying information.
40
41
42
43
44
45 VPATH = @srcdir@
46 am__is_gnu_make = { \
47   if test -z '$(MAKELEVEL)'; then \
48     false; \
49   elif test -n '$(MAKE_HOST)'; then \
50     true; \
51   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
52     true; \
53   else \
54     false; \
55   fi; \
56 }
57 am__make_running_with_option = \
58   case $${target_option-} in \
59       ?) ;; \
60       *) echo "am__make_running_with_option: internal error: invalid" \
61               "target option '$${target_option-}' specified" >&2; \
62          exit 1;; \
63   esac; \
64   has_opt=no; \
65   sane_makeflags=$$MAKEFLAGS; \
66   if $(am__is_gnu_make); then \
67     sane_makeflags=$$MFLAGS; \
68   else \
69     case $$MAKEFLAGS in \
70       *\\[\ \   ]*) \
71         bs=\\; \
72         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
73           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
74     esac; \
75   fi; \
76   skip_next=no; \
77   strip_trailopt () \
78   { \
79     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
80   }; \
81   for flg in $$sane_makeflags; do \
82     test $$skip_next = yes && { skip_next=no; continue; }; \
83     case $$flg in \
84       *=*|--*) continue;; \
85         -*I) strip_trailopt 'I'; skip_next=yes;; \
86       -*I?*) strip_trailopt 'I';; \
87         -*O) strip_trailopt 'O'; skip_next=yes;; \
88       -*O?*) strip_trailopt 'O';; \
89         -*l) strip_trailopt 'l'; skip_next=yes;; \
90       -*l?*) strip_trailopt 'l';; \
91       -[dEDm]) skip_next=yes;; \
92       -[JT]) skip_next=yes;; \
93     esac; \
94     case $$flg in \
95       *$$target_option*) has_opt=yes; break;; \
96     esac; \
97   done; \
98   test $$has_opt = yes
99 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
100 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
101 pkgdatadir = $(datadir)/@PACKAGE@
102 pkgincludedir = $(includedir)/@PACKAGE@
103 pkglibdir = $(libdir)/@PACKAGE@
104 pkglibexecdir = $(libexecdir)/@PACKAGE@
105 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
106 install_sh_DATA = $(install_sh) -c -m 644
107 install_sh_PROGRAM = $(install_sh) -c
108 install_sh_SCRIPT = $(install_sh) -c
109 INSTALL_HEADER = $(INSTALL_DATA)
110 transform = $(program_transform_name)
111 NORMAL_INSTALL = :
112 PRE_INSTALL = :
113 POST_INSTALL = :
114 NORMAL_UNINSTALL = :
115 PRE_UNINSTALL = :
116 POST_UNINSTALL = :
117 build_triplet = @build@
118 host_triplet = @host@
119 @PTHREADS_TRUE@am__append_1 = libevent_pthreads.la
120 @PTHREADS_TRUE@am__append_2 = libevent_pthreads.pc
121 @OPENSSL_TRUE@am__append_3 = libevent_openssl.la
122 @OPENSSL_TRUE@am__append_4 = libevent_openssl.pc
123 noinst_PROGRAMS = $(am__EXEEXT_4) $(am__EXEEXT_6)
124 EXTRA_PROGRAMS = $(am__EXEEXT_1)
125 @INSTALL_LIBEVENT_FALSE@am__append_5 = $(EVENT2_EXPORT)
126 @OPENSSL_TRUE@am__append_6 = sample/le-proxy sample/https-client
127 @OPENSSL_TRUE@am__append_7 = \
128 @OPENSSL_TRUE@  sample/hostcheck.h \
129 @OPENSSL_TRUE@  sample/openssl_hostname_validation.h
130
131 @BUILD_SAMPLES_TRUE@am__append_8 = $(SAMPLES)
132 @BUILD_REGRESS_TRUE@am__append_9 = $(TESTPROGRAMS)
133 @BUILD_REGRESS_TRUE@am__append_10 = test/regress
134 @BUILD_REGRESS_TRUE@am__append_11 = test/regress.gen.c test/regress.gen.h
135 @PTHREADS_TRUE@am__append_12 = libevent_pthreads.la
136 @BUILD_WIN32_TRUE@am__append_13 = test/regress_iocp.c
137 @OPENSSL_TRUE@am__append_14 = test/regress_ssl.c
138 @OPENSSL_TRUE@am__append_15 = $(OPENSSL_INCS)
139 @OPENSSL_TRUE@am__append_16 = libevent_openssl.la $(OPENSSL_LIBS) ${OPENSSL_LIBADD}
140 @STRLCPY_IMPL_TRUE@am__append_17 = strlcpy.c
141 @SELECT_BACKEND_TRUE@am__append_18 = select.c
142 @POLL_BACKEND_TRUE@am__append_19 = poll.c
143 @DEVPOLL_BACKEND_TRUE@am__append_20 = devpoll.c
144 @KQUEUE_BACKEND_TRUE@am__append_21 = kqueue.c
145 @EPOLL_BACKEND_TRUE@am__append_22 = epoll.c
146 @EVPORT_BACKEND_TRUE@am__append_23 = evport.c
147 @SIGNAL_SUPPORT_TRUE@am__append_24 = signal.c
148 @INSTALL_LIBEVENT_FALSE@am__append_25 = $(EVENT1_HDRS)
149 subdir = .
150 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
151 am__aclocal_m4_deps = $(top_srcdir)/m4/ac_backport_259_ssizet.m4 \
152         $(top_srcdir)/m4/acx_pthread.m4 \
153         $(top_srcdir)/m4/libevent_openssl.m4 \
154         $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
155         $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
156         $(top_srcdir)/m4/lt~obsolete.m4 \
157         $(top_srcdir)/m4/ntp_pkg_config.m4 $(top_srcdir)/configure.ac
158 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
159         $(ACLOCAL_M4)
160 DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
161         $(am__configure_deps) $(am__dist_bin_SCRIPTS_DIST) \
162         $(am__include_HEADERS_DIST) $(am__include_event2_HEADERS_DIST) \
163         $(am__noinst_HEADERS_DIST) $(am__DIST_COMMON)
164 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
165  configure.lineno config.status.lineno
166 mkinstalldirs = $(install_sh) -d
167 CONFIG_HEADER = config.h evconfig-private.h
168 CONFIG_CLEAN_FILES = libevent.pc libevent_openssl.pc \
169         libevent_pthreads.pc
170 CONFIG_CLEAN_VPATH_FILES =
171 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
172 am__vpath_adj = case $$p in \
173     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
174     *) f=$$p;; \
175   esac;
176 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
177 am__install_max = 40
178 am__nobase_strip_setup = \
179   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
180 am__nobase_strip = \
181   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
182 am__nobase_list = $(am__nobase_strip_setup); \
183   for p in $$list; do echo "$$p $$p"; done | \
184   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
185   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
186     if (++n[$$2] == $(am__install_max)) \
187       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
188     END { for (dir in files) print dir, files[dir] }'
189 am__base_list = \
190   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
191   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
192 am__uninstall_files_from_dir = { \
193   test -z "$$files" \
194     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
195     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
196          $(am__cd) "$$dir" && rm -f $$files; }; \
197   }
198 am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" \
199         "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(includedir)" \
200         "$(DESTDIR)$(include_event2dir)" \
201         "$(DESTDIR)$(include_event2dir)"
202 LTLIBRARIES = $(lib_LTLIBRARIES) $(noinst_LTLIBRARIES)
203 am__DEPENDENCIES_1 =
204 libevent_la_DEPENDENCIES = @LTLIBOBJS@ $(am__DEPENDENCIES_1)
205 am__libevent_la_SOURCES_DIST = buffer.c bufferevent.c \
206         bufferevent_filter.c bufferevent_pair.c bufferevent_ratelim.c \
207         bufferevent_sock.c event.c evmap.c evthread.c evutil.c \
208         evutil_rand.c evutil_time.c listener.c log.c strlcpy.c \
209         select.c poll.c devpoll.c kqueue.c epoll.c evport.c signal.c \
210         win32select.c evthread_win32.c buffer_iocp.c event_iocp.c \
211         bufferevent_async.c evdns.c event_tagging.c evrpc.c http.c
212 @STRLCPY_IMPL_TRUE@am__objects_1 = strlcpy.lo
213 @SELECT_BACKEND_TRUE@am__objects_2 = select.lo
214 @POLL_BACKEND_TRUE@am__objects_3 = poll.lo
215 @DEVPOLL_BACKEND_TRUE@am__objects_4 = devpoll.lo
216 @KQUEUE_BACKEND_TRUE@am__objects_5 = kqueue.lo
217 @EPOLL_BACKEND_TRUE@am__objects_6 = epoll.lo
218 @EVPORT_BACKEND_TRUE@am__objects_7 = evport.lo
219 @SIGNAL_SUPPORT_TRUE@am__objects_8 = signal.lo
220 @BUILD_WIN32_FALSE@am__objects_9 = $(am__objects_1) $(am__objects_2) \
221 @BUILD_WIN32_FALSE@     $(am__objects_3) $(am__objects_4) \
222 @BUILD_WIN32_FALSE@     $(am__objects_5) $(am__objects_6) \
223 @BUILD_WIN32_FALSE@     $(am__objects_7) $(am__objects_8)
224 @BUILD_WIN32_TRUE@am__objects_9 = win32select.lo evthread_win32.lo \
225 @BUILD_WIN32_TRUE@      buffer_iocp.lo event_iocp.lo \
226 @BUILD_WIN32_TRUE@      bufferevent_async.lo $(am__objects_1) \
227 @BUILD_WIN32_TRUE@      $(am__objects_2) $(am__objects_3) \
228 @BUILD_WIN32_TRUE@      $(am__objects_4) $(am__objects_5) \
229 @BUILD_WIN32_TRUE@      $(am__objects_6) $(am__objects_7) \
230 @BUILD_WIN32_TRUE@      $(am__objects_8)
231 am__objects_10 = buffer.lo bufferevent.lo bufferevent_filter.lo \
232         bufferevent_pair.lo bufferevent_ratelim.lo bufferevent_sock.lo \
233         event.lo evmap.lo evthread.lo evutil.lo evutil_rand.lo \
234         evutil_time.lo listener.lo log.lo $(am__objects_9)
235 am__objects_11 = evdns.lo event_tagging.lo evrpc.lo http.lo
236 am_libevent_la_OBJECTS = $(am__objects_10) $(am__objects_11)
237 libevent_la_OBJECTS = $(am_libevent_la_OBJECTS)
238 AM_V_lt = $(am__v_lt_@AM_V@)
239 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
240 am__v_lt_0 = --silent
241 am__v_lt_1 = 
242 libevent_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
243         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
244         $(libevent_la_LDFLAGS) $(LDFLAGS) -o $@
245 @INSTALL_LIBEVENT_FALSE@am_libevent_la_rpath =
246 @INSTALL_LIBEVENT_TRUE@am_libevent_la_rpath = -rpath $(libdir)
247 libevent_core_la_DEPENDENCIES = @LTLIBOBJS@ $(am__DEPENDENCIES_1)
248 am__libevent_core_la_SOURCES_DIST = buffer.c bufferevent.c \
249         bufferevent_filter.c bufferevent_pair.c bufferevent_ratelim.c \
250         bufferevent_sock.c event.c evmap.c evthread.c evutil.c \
251         evutil_rand.c evutil_time.c listener.c log.c strlcpy.c \
252         select.c poll.c devpoll.c kqueue.c epoll.c evport.c signal.c \
253         win32select.c evthread_win32.c buffer_iocp.c event_iocp.c \
254         bufferevent_async.c
255 am_libevent_core_la_OBJECTS = $(am__objects_10)
256 libevent_core_la_OBJECTS = $(am_libevent_core_la_OBJECTS)
257 libevent_core_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
258         $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
259         $(AM_CFLAGS) $(CFLAGS) $(libevent_core_la_LDFLAGS) $(LDFLAGS) \
260         -o $@
261 @INSTALL_LIBEVENT_FALSE@am_libevent_core_la_rpath =
262 @INSTALL_LIBEVENT_TRUE@am_libevent_core_la_rpath = -rpath $(libdir)
263 @BUILD_WITH_NO_UNDEFINED_TRUE@am__DEPENDENCIES_2 = libevent_core.la
264 libevent_extra_la_DEPENDENCIES = $(am__DEPENDENCIES_2) \
265         $(am__DEPENDENCIES_1)
266 am_libevent_extra_la_OBJECTS = $(am__objects_11)
267 libevent_extra_la_OBJECTS = $(am_libevent_extra_la_OBJECTS)
268 libevent_extra_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
269         $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
270         $(AM_CFLAGS) $(CFLAGS) $(libevent_extra_la_LDFLAGS) $(LDFLAGS) \
271         -o $@
272 @INSTALL_LIBEVENT_FALSE@am_libevent_extra_la_rpath =
273 @INSTALL_LIBEVENT_TRUE@am_libevent_extra_la_rpath = -rpath $(libdir)
274 @OPENSSL_TRUE@libevent_openssl_la_DEPENDENCIES =  \
275 @OPENSSL_TRUE@  $(am__DEPENDENCIES_2) $(am__DEPENDENCIES_1)
276 am__libevent_openssl_la_SOURCES_DIST = bufferevent_openssl.c
277 @OPENSSL_TRUE@am_libevent_openssl_la_OBJECTS =  \
278 @OPENSSL_TRUE@  libevent_openssl_la-bufferevent_openssl.lo
279 libevent_openssl_la_OBJECTS = $(am_libevent_openssl_la_OBJECTS)
280 libevent_openssl_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
281         $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
282         $(AM_CFLAGS) $(CFLAGS) $(libevent_openssl_la_LDFLAGS) \
283         $(LDFLAGS) -o $@
284 @INSTALL_LIBEVENT_FALSE@@OPENSSL_TRUE@am_libevent_openssl_la_rpath =
285 @INSTALL_LIBEVENT_TRUE@@OPENSSL_TRUE@am_libevent_openssl_la_rpath =  \
286 @INSTALL_LIBEVENT_TRUE@@OPENSSL_TRUE@   -rpath $(libdir)
287 @PTHREADS_TRUE@libevent_pthreads_la_DEPENDENCIES =  \
288 @PTHREADS_TRUE@ $(am__DEPENDENCIES_2)
289 am__libevent_pthreads_la_SOURCES_DIST = evthread_pthread.c
290 @PTHREADS_TRUE@am_libevent_pthreads_la_OBJECTS = evthread_pthread.lo
291 libevent_pthreads_la_OBJECTS = $(am_libevent_pthreads_la_OBJECTS)
292 libevent_pthreads_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
293         $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
294         $(AM_CFLAGS) $(CFLAGS) $(libevent_pthreads_la_LDFLAGS) \
295         $(LDFLAGS) -o $@
296 @INSTALL_LIBEVENT_FALSE@@PTHREADS_TRUE@am_libevent_pthreads_la_rpath =
297 @INSTALL_LIBEVENT_TRUE@@PTHREADS_TRUE@am_libevent_pthreads_la_rpath =  \
298 @INSTALL_LIBEVENT_TRUE@@PTHREADS_TRUE@  -rpath $(libdir)
299 @BUILD_REGRESS_TRUE@am__EXEEXT_1 = test/regress$(EXEEXT)
300 @OPENSSL_TRUE@am__EXEEXT_2 = sample/le-proxy$(EXEEXT) \
301 @OPENSSL_TRUE@  sample/https-client$(EXEEXT)
302 am__EXEEXT_3 = sample/dns-example$(EXEEXT) \
303         sample/event-read-fifo$(EXEEXT) sample/hello-world$(EXEEXT) \
304         sample/http-server$(EXEEXT) sample/signal-test$(EXEEXT) \
305         sample/time-test$(EXEEXT) $(am__EXEEXT_2)
306 @BUILD_SAMPLES_TRUE@am__EXEEXT_4 = $(am__EXEEXT_3)
307 am__EXEEXT_5 = test/bench$(EXEEXT) test/bench_cascade$(EXEEXT) \
308         test/bench_http$(EXEEXT) test/bench_httpclient$(EXEEXT) \
309         test/test-changelist$(EXEEXT) test/test-dumpevents$(EXEEXT) \
310         test/test-eof$(EXEEXT) test/test-closed$(EXEEXT) \
311         test/test-fdleak$(EXEEXT) test/test-init$(EXEEXT) \
312         test/test-ratelim$(EXEEXT) test/test-time$(EXEEXT) \
313         test/test-weof$(EXEEXT) test/regress$(EXEEXT)
314 @BUILD_REGRESS_TRUE@am__EXEEXT_6 = $(am__EXEEXT_5)
315 PROGRAMS = $(noinst_PROGRAMS)
316 am__dirstamp = $(am__leading_dot)dirstamp
317 am_sample_dns_example_OBJECTS = sample/dns-example.$(OBJEXT)
318 sample_dns_example_OBJECTS = $(am_sample_dns_example_OBJECTS)
319 sample_dns_example_DEPENDENCIES = $(am__DEPENDENCIES_1) libevent.la
320 am_sample_event_read_fifo_OBJECTS = sample/event-read-fifo.$(OBJEXT)
321 sample_event_read_fifo_OBJECTS = $(am_sample_event_read_fifo_OBJECTS)
322 sample_event_read_fifo_DEPENDENCIES = $(am__DEPENDENCIES_1) \
323         libevent.la
324 am_sample_hello_world_OBJECTS = sample/hello-world.$(OBJEXT)
325 sample_hello_world_OBJECTS = $(am_sample_hello_world_OBJECTS)
326 sample_hello_world_DEPENDENCIES = $(am__DEPENDENCIES_1) libevent.la
327 am_sample_http_server_OBJECTS = sample/http-server.$(OBJEXT)
328 sample_http_server_OBJECTS = $(am_sample_http_server_OBJECTS)
329 sample_http_server_DEPENDENCIES = $(am__DEPENDENCIES_1) libevent.la
330 am__sample_https_client_SOURCES_DIST = sample/https-client.c \
331         sample/hostcheck.c sample/openssl_hostname_validation.c
332 @OPENSSL_TRUE@am_sample_https_client_OBJECTS =  \
333 @OPENSSL_TRUE@  sample/https-client.$(OBJEXT) \
334 @OPENSSL_TRUE@  sample/hostcheck.$(OBJEXT) \
335 @OPENSSL_TRUE@  sample/openssl_hostname_validation.$(OBJEXT)
336 sample_https_client_OBJECTS = $(am_sample_https_client_OBJECTS)
337 @OPENSSL_TRUE@sample_https_client_DEPENDENCIES = libevent.la \
338 @OPENSSL_TRUE@  libevent_openssl.la $(am__DEPENDENCIES_1) \
339 @OPENSSL_TRUE@  $(am__DEPENDENCIES_1)
340 am__sample_le_proxy_SOURCES_DIST = sample/le-proxy.c
341 @OPENSSL_TRUE@am_sample_le_proxy_OBJECTS = sample/le-proxy.$(OBJEXT)
342 sample_le_proxy_OBJECTS = $(am_sample_le_proxy_OBJECTS)
343 @OPENSSL_TRUE@sample_le_proxy_DEPENDENCIES = libevent.la \
344 @OPENSSL_TRUE@  libevent_openssl.la $(am__DEPENDENCIES_1) \
345 @OPENSSL_TRUE@  $(am__DEPENDENCIES_1)
346 am_sample_signal_test_OBJECTS = sample/signal-test.$(OBJEXT)
347 sample_signal_test_OBJECTS = $(am_sample_signal_test_OBJECTS)
348 sample_signal_test_DEPENDENCIES = $(am__DEPENDENCIES_1) libevent.la
349 am_sample_time_test_OBJECTS = sample/time-test.$(OBJEXT)
350 sample_time_test_OBJECTS = $(am_sample_time_test_OBJECTS)
351 sample_time_test_DEPENDENCIES = $(am__DEPENDENCIES_1) libevent.la
352 am_test_bench_OBJECTS = test/bench.$(OBJEXT)
353 test_bench_OBJECTS = $(am_test_bench_OBJECTS)
354 test_bench_DEPENDENCIES = $(am__DEPENDENCIES_1) libevent.la
355 am_test_bench_cascade_OBJECTS = test/bench_cascade.$(OBJEXT)
356 test_bench_cascade_OBJECTS = $(am_test_bench_cascade_OBJECTS)
357 test_bench_cascade_DEPENDENCIES = $(am__DEPENDENCIES_1) libevent.la
358 am_test_bench_http_OBJECTS = test/bench_http.$(OBJEXT)
359 test_bench_http_OBJECTS = $(am_test_bench_http_OBJECTS)
360 test_bench_http_DEPENDENCIES = $(am__DEPENDENCIES_1) libevent.la
361 am_test_bench_httpclient_OBJECTS = test/bench_httpclient.$(OBJEXT)
362 test_bench_httpclient_OBJECTS = $(am_test_bench_httpclient_OBJECTS)
363 test_bench_httpclient_DEPENDENCIES = $(am__DEPENDENCIES_1) \
364         libevent_core.la
365 am__test_regress_SOURCES_DIST = test/regress.c test/regress.gen.c \
366         test/regress.gen.h test/regress_buffer.c \
367         test/regress_bufferevent.c test/regress_dns.c \
368         test/regress_et.c test/regress_finalize.c test/regress_http.c \
369         test/regress_listener.c test/regress_main.c \
370         test/regress_minheap.c test/regress_rpc.c \
371         test/regress_testutils.c test/regress_testutils.h \
372         test/regress_util.c test/tinytest.c test/regress_thread.c \
373         test/regress_zlib.c test/regress_iocp.c test/regress_ssl.c
374 @BUILD_WIN32_FALSE@@PTHREADS_TRUE@am__objects_12 = test/test_regress-regress_thread.$(OBJEXT)
375 @BUILD_WIN32_TRUE@am__objects_12 =  \
376 @BUILD_WIN32_TRUE@      test/test_regress-regress_thread.$(OBJEXT)
377 @ZLIB_REGRESS_TRUE@am__objects_13 =  \
378 @ZLIB_REGRESS_TRUE@     test/test_regress-regress_zlib.$(OBJEXT)
379 @BUILD_WIN32_TRUE@am__objects_14 =  \
380 @BUILD_WIN32_TRUE@      test/test_regress-regress_iocp.$(OBJEXT)
381 @OPENSSL_TRUE@am__objects_15 =  \
382 @OPENSSL_TRUE@  test/test_regress-regress_ssl.$(OBJEXT)
383 am_test_regress_OBJECTS = test/test_regress-regress.$(OBJEXT) \
384         test/test_regress-regress.gen.$(OBJEXT) \
385         test/test_regress-regress_buffer.$(OBJEXT) \
386         test/test_regress-regress_bufferevent.$(OBJEXT) \
387         test/test_regress-regress_dns.$(OBJEXT) \
388         test/test_regress-regress_et.$(OBJEXT) \
389         test/test_regress-regress_finalize.$(OBJEXT) \
390         test/test_regress-regress_http.$(OBJEXT) \
391         test/test_regress-regress_listener.$(OBJEXT) \
392         test/test_regress-regress_main.$(OBJEXT) \
393         test/test_regress-regress_minheap.$(OBJEXT) \
394         test/test_regress-regress_rpc.$(OBJEXT) \
395         test/test_regress-regress_testutils.$(OBJEXT) \
396         test/test_regress-regress_util.$(OBJEXT) \
397         test/test_regress-tinytest.$(OBJEXT) $(am__objects_12) \
398         $(am__objects_13) $(am__objects_14) $(am__objects_15)
399 test_regress_OBJECTS = $(am_test_regress_OBJECTS)
400 am__DEPENDENCIES_3 = $(am__append_12)
401 @OPENSSL_TRUE@am__DEPENDENCIES_4 = libevent_openssl.la \
402 @OPENSSL_TRUE@  $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
403 test_regress_DEPENDENCIES = $(am__DEPENDENCIES_1) libevent.la \
404         $(am__DEPENDENCIES_3) $(am__DEPENDENCIES_1) \
405         $(am__DEPENDENCIES_4)
406 test_regress_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
407         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
408         $(test_regress_LDFLAGS) $(LDFLAGS) -o $@
409 am_test_test_changelist_OBJECTS = test/test-changelist.$(OBJEXT)
410 test_test_changelist_OBJECTS = $(am_test_test_changelist_OBJECTS)
411 test_test_changelist_DEPENDENCIES = libevent_core.la
412 am_test_test_closed_OBJECTS = test/test-closed.$(OBJEXT)
413 test_test_closed_OBJECTS = $(am_test_test_closed_OBJECTS)
414 test_test_closed_DEPENDENCIES = libevent_core.la
415 am_test_test_dumpevents_OBJECTS = test/test-dumpevents.$(OBJEXT)
416 test_test_dumpevents_OBJECTS = $(am_test_test_dumpevents_OBJECTS)
417 test_test_dumpevents_DEPENDENCIES = libevent_core.la
418 am_test_test_eof_OBJECTS = test/test-eof.$(OBJEXT)
419 test_test_eof_OBJECTS = $(am_test_test_eof_OBJECTS)
420 test_test_eof_DEPENDENCIES = libevent_core.la
421 am_test_test_fdleak_OBJECTS = test/test-fdleak.$(OBJEXT)
422 test_test_fdleak_OBJECTS = $(am_test_test_fdleak_OBJECTS)
423 test_test_fdleak_DEPENDENCIES = libevent_core.la
424 am_test_test_init_OBJECTS = test/test-init.$(OBJEXT)
425 test_test_init_OBJECTS = $(am_test_test_init_OBJECTS)
426 test_test_init_DEPENDENCIES = libevent_core.la
427 am_test_test_ratelim_OBJECTS = test/test-ratelim.$(OBJEXT)
428 test_test_ratelim_OBJECTS = $(am_test_test_ratelim_OBJECTS)
429 test_test_ratelim_DEPENDENCIES = libevent_core.la
430 am_test_test_time_OBJECTS = test/test-time.$(OBJEXT)
431 test_test_time_OBJECTS = $(am_test_test_time_OBJECTS)
432 test_test_time_DEPENDENCIES = libevent_core.la
433 am_test_test_weof_OBJECTS = test/test-weof.$(OBJEXT)
434 test_test_weof_OBJECTS = $(am_test_test_weof_OBJECTS)
435 test_test_weof_DEPENDENCIES = libevent_core.la
436 am__dist_bin_SCRIPTS_DIST = event_rpcgen.py
437 SCRIPTS = $(dist_bin_SCRIPTS)
438 AM_V_P = $(am__v_P_@AM_V@)
439 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
440 am__v_P_0 = false
441 am__v_P_1 = :
442 AM_V_GEN = $(am__v_GEN_@AM_V@)
443 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
444 am__v_GEN_0 = @echo "  GEN     " $@;
445 am__v_GEN_1 = 
446 AM_V_at = $(am__v_at_@AM_V@)
447 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
448 am__v_at_0 = @
449 am__v_at_1 = 
450 DEFAULT_INCLUDES = -I.@am__isrc@
451 depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
452 am__depfiles_maybe = depfiles
453 am__mv = mv -f
454 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
455         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
456 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
457         $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
458         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
459         $(AM_CFLAGS) $(CFLAGS)
460 AM_V_CC = $(am__v_CC_@AM_V@)
461 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
462 am__v_CC_0 = @echo "  CC      " $@;
463 am__v_CC_1 = 
464 CCLD = $(CC)
465 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
466         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
467         $(AM_LDFLAGS) $(LDFLAGS) -o $@
468 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
469 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
470 am__v_CCLD_0 = @echo "  CCLD    " $@;
471 am__v_CCLD_1 = 
472 SOURCES = $(libevent_la_SOURCES) $(libevent_core_la_SOURCES) \
473         $(libevent_extra_la_SOURCES) $(libevent_openssl_la_SOURCES) \
474         $(libevent_pthreads_la_SOURCES) $(sample_dns_example_SOURCES) \
475         $(sample_event_read_fifo_SOURCES) \
476         $(sample_hello_world_SOURCES) $(sample_http_server_SOURCES) \
477         $(sample_https_client_SOURCES) $(sample_le_proxy_SOURCES) \
478         $(sample_signal_test_SOURCES) $(sample_time_test_SOURCES) \
479         $(test_bench_SOURCES) $(test_bench_cascade_SOURCES) \
480         $(test_bench_http_SOURCES) $(test_bench_httpclient_SOURCES) \
481         $(test_regress_SOURCES) $(test_test_changelist_SOURCES) \
482         $(test_test_closed_SOURCES) $(test_test_dumpevents_SOURCES) \
483         $(test_test_eof_SOURCES) $(test_test_fdleak_SOURCES) \
484         $(test_test_init_SOURCES) $(test_test_ratelim_SOURCES) \
485         $(test_test_time_SOURCES) $(test_test_weof_SOURCES)
486 DIST_SOURCES = $(am__libevent_la_SOURCES_DIST) \
487         $(am__libevent_core_la_SOURCES_DIST) \
488         $(libevent_extra_la_SOURCES) \
489         $(am__libevent_openssl_la_SOURCES_DIST) \
490         $(am__libevent_pthreads_la_SOURCES_DIST) \
491         $(sample_dns_example_SOURCES) \
492         $(sample_event_read_fifo_SOURCES) \
493         $(sample_hello_world_SOURCES) $(sample_http_server_SOURCES) \
494         $(am__sample_https_client_SOURCES_DIST) \
495         $(am__sample_le_proxy_SOURCES_DIST) \
496         $(sample_signal_test_SOURCES) $(sample_time_test_SOURCES) \
497         $(test_bench_SOURCES) $(test_bench_cascade_SOURCES) \
498         $(test_bench_http_SOURCES) $(test_bench_httpclient_SOURCES) \
499         $(am__test_regress_SOURCES_DIST) \
500         $(test_test_changelist_SOURCES) $(test_test_closed_SOURCES) \
501         $(test_test_dumpevents_SOURCES) $(test_test_eof_SOURCES) \
502         $(test_test_fdleak_SOURCES) $(test_test_init_SOURCES) \
503         $(test_test_ratelim_SOURCES) $(test_test_time_SOURCES) \
504         $(test_test_weof_SOURCES)
505 am__can_run_installinfo = \
506   case $$AM_UPDATE_INFO_DIR in \
507     n|no|NO) false;; \
508     *) (install-info --version) >/dev/null 2>&1;; \
509   esac
510 DATA = $(pkgconfig_DATA)
511 am__include_HEADERS_DIST = include/evdns.h include/event.h \
512         include/evhttp.h include/evrpc.h include/evutil.h
513 am__include_event2_HEADERS_DIST = include/event2/buffer.h \
514         include/event2/buffer_compat.h include/event2/bufferevent.h \
515         include/event2/bufferevent_compat.h \
516         include/event2/bufferevent_ssl.h \
517         include/event2/bufferevent_struct.h include/event2/dns.h \
518         include/event2/dns_compat.h include/event2/dns_struct.h \
519         include/event2/event.h include/event2/event_compat.h \
520         include/event2/event_struct.h include/event2/http.h \
521         include/event2/http_compat.h include/event2/http_struct.h \
522         include/event2/keyvalq_struct.h include/event2/listener.h \
523         include/event2/rpc.h include/event2/rpc_compat.h \
524         include/event2/rpc_struct.h include/event2/tag.h \
525         include/event2/tag_compat.h include/event2/thread.h \
526         include/event2/util.h include/event2/visibility.h
527 am__noinst_HEADERS_DIST = include/event2/buffer.h \
528         include/event2/buffer_compat.h include/event2/bufferevent.h \
529         include/event2/bufferevent_compat.h \
530         include/event2/bufferevent_ssl.h \
531         include/event2/bufferevent_struct.h include/event2/dns.h \
532         include/event2/dns_compat.h include/event2/dns_struct.h \
533         include/event2/event.h include/event2/event_compat.h \
534         include/event2/event_struct.h include/event2/http.h \
535         include/event2/http_compat.h include/event2/http_struct.h \
536         include/event2/keyvalq_struct.h include/event2/listener.h \
537         include/event2/rpc.h include/event2/rpc_compat.h \
538         include/event2/rpc_struct.h include/event2/tag.h \
539         include/event2/tag_compat.h include/event2/thread.h \
540         include/event2/util.h include/event2/visibility.h \
541         sample/hostcheck.h sample/openssl_hostname_validation.h \
542         test/regress.h test/regress_thread.h test/tinytest.h \
543         test/tinytest_local.h test/tinytest_macros.h \
544         WIN32-Code/nmake/evconfig-private.h \
545         WIN32-Code/nmake/event2/event-config.h WIN32-Code/tree.h \
546         bufferevent-internal.h changelist-internal.h \
547         compat/sys/queue.h defer-internal.h epolltable-internal.h \
548         evbuffer-internal.h evconfig-private.h event-internal.h \
549         evmap-internal.h evrpc-internal.h evsignal-internal.h \
550         evthread-internal.h ht-internal.h http-internal.h \
551         iocp-internal.h ipv6-internal.h kqueue-internal.h \
552         log-internal.h minheap-internal.h mm-internal.h \
553         ratelim-internal.h strlcpy-internal.h time-internal.h \
554         util-internal.h include/evdns.h include/event.h \
555         include/evhttp.h include/evrpc.h include/evutil.h
556 HEADERS = $(include_HEADERS) $(include_event2_HEADERS) \
557         $(nodist_include_event2_HEADERS) $(nodist_noinst_HEADERS) \
558         $(noinst_HEADERS)
559 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
560         $(LISP)config.h.in evconfig-private.h.in
561 # Read a list of newline-separated strings from the standard input,
562 # and print each of them once, without duplicates.  Input order is
563 # *not* preserved.
564 am__uniquify_input = $(AWK) '\
565   BEGIN { nonempty = 0; } \
566   { items[$$0] = 1; nonempty = 1; } \
567   END { if (nonempty) { for (i in items) print i; }; } \
568 '
569 # Make sure the list of sources is unique.  This is necessary because,
570 # e.g., the same source file might be shared among _SOURCES variables
571 # for different programs/libraries.
572 am__define_uniq_tagged_files = \
573   list='$(am__tagged_files)'; \
574   unique=`for i in $$list; do \
575     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
576   done | $(am__uniquify_input)`
577 ETAGS = etags
578 CTAGS = ctags
579 CSCOPE = cscope
580 AM_RECURSIVE_TARGETS = cscope check recheck
581 am__tty_colors_dummy = \
582   mgn= red= grn= lgn= blu= brg= std=; \
583   am__color_tests=no
584 am__tty_colors = { \
585   $(am__tty_colors_dummy); \
586   if test "X$(AM_COLOR_TESTS)" = Xno; then \
587     am__color_tests=no; \
588   elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
589     am__color_tests=yes; \
590   elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
591     am__color_tests=yes; \
592   fi; \
593   if test $$am__color_tests = yes; then \
594     red='\e[0;31m'; \
595     grn='\e[0;32m'; \
596     lgn='\e[1;32m'; \
597     blu='\e[1;34m'; \
598     mgn='\e[0;35m'; \
599     brg='\e[1m'; \
600     std='\e[m'; \
601   fi; \
602 }
603 am__recheck_rx = ^[     ]*:recheck:[    ]*
604 am__global_test_result_rx = ^[  ]*:global-test-result:[         ]*
605 am__copy_in_global_log_rx = ^[  ]*:copy-in-global-log:[         ]*
606 # A command that, given a newline-separated list of test names on the
607 # standard input, print the name of the tests that are to be re-run
608 # upon "make recheck".
609 am__list_recheck_tests = $(AWK) '{ \
610   recheck = 1; \
611   while ((rc = (getline line < ($$0 ".trs"))) != 0) \
612     { \
613       if (rc < 0) \
614         { \
615           if ((getline line2 < ($$0 ".log")) < 0) \
616             recheck = 0; \
617           break; \
618         } \
619       else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \
620         { \
621           recheck = 0; \
622           break; \
623         } \
624       else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \
625         { \
626           break; \
627         } \
628     }; \
629   if (recheck) \
630     print $$0; \
631   close ($$0 ".trs"); \
632   close ($$0 ".log"); \
633 }'
634 # A command that, given a newline-separated list of test names on the
635 # standard input, create the global log from their .trs and .log files.
636 am__create_global_log = $(AWK) ' \
637 function fatal(msg) \
638 { \
639   print "fatal: making $@: " msg | "cat >&2"; \
640   exit 1; \
641 } \
642 function rst_section(header) \
643 { \
644   print header; \
645   len = length(header); \
646   for (i = 1; i <= len; i = i + 1) \
647     printf "="; \
648   printf "\n\n"; \
649 } \
650 { \
651   copy_in_global_log = 1; \
652   global_test_result = "RUN"; \
653   while ((rc = (getline line < ($$0 ".trs"))) != 0) \
654     { \
655       if (rc < 0) \
656          fatal("failed to read from " $$0 ".trs"); \
657       if (line ~ /$(am__global_test_result_rx)/) \
658         { \
659           sub("$(am__global_test_result_rx)", "", line); \
660           sub("[        ]*$$", "", line); \
661           global_test_result = line; \
662         } \
663       else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \
664         copy_in_global_log = 0; \
665     }; \
666   if (copy_in_global_log) \
667     { \
668       rst_section(global_test_result ": " $$0); \
669       while ((rc = (getline line < ($$0 ".log"))) != 0) \
670       { \
671         if (rc < 0) \
672           fatal("failed to read from " $$0 ".log"); \
673         print line; \
674       }; \
675       printf "\n"; \
676     }; \
677   close ($$0 ".trs"); \
678   close ($$0 ".log"); \
679 }'
680 # Restructured Text title.
681 am__rst_title = { sed 's/.*/   &   /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; }
682 # Solaris 10 'make', and several other traditional 'make' implementations,
683 # pass "-e" to $(SHELL), and POSIX 2008 even requires this.  Work around it
684 # by disabling -e (using the XSI extension "set +e") if it's set.
685 am__sh_e_setup = case $$- in *e*) set +e;; esac
686 # Default flags passed to test drivers.
687 am__common_driver_flags = \
688   --color-tests "$$am__color_tests" \
689   --enable-hard-errors "$$am__enable_hard_errors" \
690   --expect-failure "$$am__expect_failure"
691 # To be inserted before the command running the test.  Creates the
692 # directory for the log if needed.  Stores in $dir the directory
693 # containing $f, in $tst the test, in $log the log.  Executes the
694 # developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and
695 # passes TESTS_ENVIRONMENT.  Set up options for the wrapper that
696 # will run the test scripts (or their associated LOG_COMPILER, if
697 # thy have one).
698 am__check_pre = \
699 $(am__sh_e_setup);                                      \
700 $(am__vpath_adj_setup) $(am__vpath_adj)                 \
701 $(am__tty_colors);                                      \
702 srcdir=$(srcdir); export srcdir;                        \
703 case "$@" in                                            \
704   */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;    \
705     *) am__odir=.;;                                     \
706 esac;                                                   \
707 test "x$$am__odir" = x"." || test -d "$$am__odir"       \
708   || $(MKDIR_P) "$$am__odir" || exit $$?;               \
709 if test -f "./$$f"; then dir=./;                        \
710 elif test -f "$$f"; then dir=;                          \
711 else dir="$(srcdir)/"; fi;                              \
712 tst=$$dir$$f; log='$@';                                 \
713 if test -n '$(DISABLE_HARD_ERRORS)'; then               \
714   am__enable_hard_errors=no;                            \
715 else                                                    \
716   am__enable_hard_errors=yes;                           \
717 fi;                                                     \
718 case " $(XFAIL_TESTS) " in                              \
719   *[\ \ ]$$f[\ \        ]* | *[\ \      ]$$dir$$f[\ \   ]*) \
720     am__expect_failure=yes;;                            \
721   *)                                                    \
722     am__expect_failure=no;;                             \
723 esac;                                                   \
724 $(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT)
725 # A shell command to get the names of the tests scripts with any registered
726 # extension removed (i.e., equivalently, the names of the test logs, with
727 # the '.log' extension removed).  The result is saved in the shell variable
728 # '$bases'.  This honors runtime overriding of TESTS and TEST_LOGS.  Sadly,
729 # we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)",
730 # since that might cause problem with VPATH rewrites for suffix-less tests.
731 # See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'.
732 am__set_TESTS_bases = \
733   bases='$(TEST_LOGS)'; \
734   bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
735   bases=`echo $$bases`
736 RECHECK_LOGS = $(TEST_LOGS)
737 TEST_SUITE_LOG = test-suite.log
738 TEST_EXTENSIONS = @EXEEXT@ .test
739 LOG_DRIVER = $(SHELL) $(top_srcdir)/build-aux/test-driver
740 LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS)
741 am__set_b = \
742   case '$@' in \
743     */*) \
744       case '$*' in \
745         */*) b='$*';; \
746           *) b=`echo '$@' | sed 's/\.log$$//'`; \
747        esac;; \
748     *) \
749       b='$*';; \
750   esac
751 am__test_logs1 = $(TESTS:=.log)
752 am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log)
753 TEST_LOGS = $(am__test_logs2:.test.log=.log)
754 TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/build-aux/test-driver
755 TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \
756         $(TEST_LOG_FLAGS)
757 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \
758         $(srcdir)/evconfig-private.h.in $(srcdir)/include/include.am \
759         $(srcdir)/libevent.pc.in $(srcdir)/libevent_openssl.pc.in \
760         $(srcdir)/libevent_pthreads.pc.in $(srcdir)/sample/include.am \
761         $(srcdir)/test/include.am $(top_srcdir)/build-aux/compile \
762         $(top_srcdir)/build-aux/config.guess \
763         $(top_srcdir)/build-aux/config.sub \
764         $(top_srcdir)/build-aux/depcomp \
765         $(top_srcdir)/build-aux/install-sh \
766         $(top_srcdir)/build-aux/ltmain.sh \
767         $(top_srcdir)/build-aux/missing \
768         $(top_srcdir)/build-aux/test-driver ChangeLog build-aux/ar-lib \
769         build-aux/compile build-aux/config.guess build-aux/config.sub \
770         build-aux/depcomp build-aux/install-sh build-aux/ltmain.sh \
771         build-aux/missing build-aux/ylwrap epoll_sub.c
772 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
773 distdir = $(PACKAGE)-$(VERSION)
774 top_distdir = $(distdir)
775 am__remove_distdir = \
776   if test -d "$(distdir)"; then \
777     find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
778       && rm -rf "$(distdir)" \
779       || { sleep 5 && rm -rf "$(distdir)"; }; \
780   else :; fi
781 am__post_remove_distdir = $(am__remove_distdir)
782 DIST_ARCHIVES = $(distdir).tar.gz
783 GZIP_ENV = --best
784 DIST_TARGETS = dist-gzip
785 distuninstallcheck_listfiles = find . -type f -print
786 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
787   | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
788 distcleancheck_listfiles = find . -type f -print
789 ACLOCAL = @ACLOCAL@
790 AMTAR = @AMTAR@
791 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
792 AR = @AR@
793 AUTOCONF = @AUTOCONF@
794 AUTOHEADER = @AUTOHEADER@
795 AUTOMAKE = @AUTOMAKE@
796 AWK = @AWK@
797 CC = @CC@
798 CCDEPMODE = @CCDEPMODE@
799 CFLAGS = @CFLAGS@
800 CPP = @CPP@
801 CPPFLAGS = @CPPFLAGS@
802 CYGPATH_W = @CYGPATH_W@
803 DEFS = @DEFS@
804 DEPDIR = @DEPDIR@
805 DLLTOOL = @DLLTOOL@
806 DSYMUTIL = @DSYMUTIL@
807 DUMPBIN = @DUMPBIN@
808 ECHO_C = @ECHO_C@
809 ECHO_N = @ECHO_N@
810 ECHO_T = @ECHO_T@
811 EGREP = @EGREP@
812 EV_LIB_GDI = @EV_LIB_GDI@
813 EV_LIB_WS32 = @EV_LIB_WS32@
814 EXEEXT = @EXEEXT@
815 FGREP = @FGREP@
816 GREP = @GREP@
817 INSTALL = @INSTALL@
818 INSTALL_DATA = @INSTALL_DATA@
819 INSTALL_PROGRAM = @INSTALL_PROGRAM@
820 INSTALL_SCRIPT = @INSTALL_SCRIPT@
821 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
822 LD = @LD@
823 LDFLAGS = @LDFLAGS@
824 LIBEVENT_GC_SECTIONS = @LIBEVENT_GC_SECTIONS@
825 LIBOBJS = @LIBOBJS@
826 LIBS = @LIBS@
827 LIBTOOL = @LIBTOOL@
828 LIBTOOL_DEPS = @LIBTOOL_DEPS@
829 LIPO = @LIPO@
830 LN_S = @LN_S@
831 LTLIBOBJS = @LTLIBOBJS@
832 MAKEINFO = @MAKEINFO@
833 MANIFEST_TOOL = @MANIFEST_TOOL@
834 MKDIR_P = @MKDIR_P@
835 NM = @NM@
836 NMEDIT = @NMEDIT@
837 OBJDUMP = @OBJDUMP@
838 OBJEXT = @OBJEXT@
839 OPENSSL_INCS = @OPENSSL_INCS@
840 OPENSSL_LIBADD = @OPENSSL_LIBADD@
841 OPENSSL_LIBS = @OPENSSL_LIBS@
842 OTOOL = @OTOOL@
843 OTOOL64 = @OTOOL64@
844 PACKAGE = @PACKAGE@
845 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
846 PACKAGE_NAME = @PACKAGE_NAME@
847 PACKAGE_STRING = @PACKAGE_STRING@
848 PACKAGE_TARNAME = @PACKAGE_TARNAME@
849 PACKAGE_URL = @PACKAGE_URL@
850 PACKAGE_VERSION = @PACKAGE_VERSION@
851 PATH_SEPARATOR = @PATH_SEPARATOR@
852 PKG_CONFIG = @PKG_CONFIG@
853 PTHREAD_CC = @PTHREAD_CC@
854 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
855 PTHREAD_LIBS = @PTHREAD_LIBS@ $(am__append_12)
856 RANLIB = @RANLIB@
857 SED = @SED@
858 SET_MAKE = @SET_MAKE@
859 SHELL = @SHELL@
860 STRIP = @STRIP@
861 VERSION = @VERSION@
862 ZLIB_LIBS = @ZLIB_LIBS@
863 abs_builddir = @abs_builddir@
864 abs_srcdir = @abs_srcdir@
865 abs_top_builddir = @abs_top_builddir@
866 abs_top_srcdir = @abs_top_srcdir@
867 ac_ct_AR = @ac_ct_AR@
868 ac_ct_CC = @ac_ct_CC@
869 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
870 acx_pthread_config = @acx_pthread_config@
871 am__include = @am__include@
872 am__leading_dot = @am__leading_dot@
873 am__quote = @am__quote@
874 am__tar = @am__tar@
875 am__untar = @am__untar@
876 bindir = @bindir@
877 build = @build@
878 build_alias = @build_alias@
879 build_cpu = @build_cpu@
880 build_os = @build_os@
881 build_vendor = @build_vendor@
882 builddir = @builddir@
883 datadir = @datadir@
884 datarootdir = @datarootdir@
885 docdir = @docdir@
886 dvidir = @dvidir@
887 exec_prefix = @exec_prefix@
888 host = @host@
889 host_alias = @host_alias@
890 host_cpu = @host_cpu@
891 host_os = @host_os@
892 host_vendor = @host_vendor@
893 htmldir = @htmldir@
894 includedir = @includedir@
895 infodir = @infodir@
896 install_sh = @install_sh@
897 libdir = @libdir@
898 libexecdir = @libexecdir@
899 localedir = @localedir@
900 localstatedir = @localstatedir@
901 mandir = @mandir@
902 mkdir_p = @mkdir_p@
903 oldincludedir = @oldincludedir@
904 pdfdir = @pdfdir@
905 prefix = @prefix@
906 program_transform_name = @program_transform_name@
907 psdir = @psdir@
908 sbindir = @sbindir@
909 sharedstatedir = @sharedstatedir@
910 srcdir = @srcdir@
911 sysconfdir = @sysconfdir@
912 target_alias = @target_alias@
913 top_build_prefix = @top_build_prefix@
914 top_builddir = @top_builddir@
915 top_srcdir = @top_srcdir@
916
917 # 'foreign' means that we're not enforcing GNU package rules strictly.
918 # '1.9' means that we need automake 1.9 or later (and we do).
919 AUTOMAKE_OPTIONS = foreign 1.9 subdir-objects
920 ACLOCAL_AMFLAGS = -I m4
921
922 # This is the "Release" of the Libevent ABI.  It takes precedence over
923 # the VERSION_INFO, so that two versions of Libevent with the same
924 # "Release" are never binary-compatible.
925 #
926 # This number incremented once for the 2.0 release candidate, and
927 # will increment for each series until we revise our interfaces enough
928 # that we can seriously expect ABI compatibility between series.
929 #
930 RELEASE = -release 2.1
931
932 # This is the version info for the libevent binary API.  It has three
933 # numbers:
934 #   Current  -- the number of the binary API that we're implementing
935 #   Revision -- which iteration of the implementation of the binary
936 #               API are we supplying?
937 #   Age      -- How many previous binary API versions do we also
938 #               support?
939 #
940 # To increment a VERSION_INFO (current:revision:age):
941 #    If the ABI didn't change:
942 #        Return (current:revision+1:age)
943 #    If the ABI changed, but it's backward-compatible:
944 #        Return (current+1:0:age+1)
945 #    If the ABI changed and it isn't backward-compatible:
946 #        Return (current+1:0:0)
947 #
948 # Once an RC is out, DO NOT MAKE ANY ABI-BREAKING CHANGES IN THAT SERIES
949 # UNLESS YOU REALLY REALLY HAVE TO.
950 VERSION_INFO = 5:0:0
951
952 # History:          RELEASE    VERSION_INFO
953 #  2.0.1-alpha --     2.0        1:0:0
954 #  2.0.2-alpha --                2:0:0
955 #  2.0.3-alpha --                2:0:0  (should have incremented; didn't.)
956 #  2.0.4-alpha --                3:0:0
957 #  2.0.5-beta  --                4:0:0
958 #  2.0.6-rc    --     2.0        2:0:0
959 #  2.0.7-rc    --     2.0        3:0:1
960 #  2.0.8-rc    --     2.0        4:0:2
961 #  2.0.9-rc    --     2.0        5:0:0 (ABI changed slightly)
962 #  2.0.10-stable--    2.0        5:1:0 (No ABI change)
963 #  2.0.11-stable--    2.0        6:0:1 (ABI changed, backward-compatible)
964 #  2.0.12-stable--    2.0        6:1:1 (No ABI change)
965 #  2.0.13-stable--    2.0        6:2:1 (No ABI change)
966 #  2.0.14-stable--    2.0        6:3:1 (No ABI change)
967 #  2.0.15-stable--    2.0        6:3:1 (Forgot to update :( )
968 #  2.0.16-stable--    2.0        6:4:1 (No ABI change)
969 #  2.0.17-stable--    2.0        6:5:1 (No ABI change)
970 #  2.0.18-stable--    2.0        6:6:1 (No ABI change)
971 #  2.0.19-stable--    2.0        6:7:1 (No ABI change)
972 #  2.0.20-stable--    2.0        6:8:1 (No ABI change)
973 #  2.0.21-stable--    2.0        6:9:1 (No ABI change)
974 #
975 # For Libevent 2.1:
976 #  2.1.1-alpha --     2.1        1:0:0
977 #  2.1.2-alpha --     2.1        1:0:0 (should have been 2:0:1)
978 #  2.1.3-alpha --     2.1        3:0:0 (ABI changed slightly)
979 #  2.1.4-alpha --     2.1        4:0:0 (ABI changed slightly)
980 #  2.1.5-beta  --     2.1        5:0:0 (ABI changed slightly)
981
982 # ABI version history for this package effectively restarts every time
983 # we change RELEASE.  Version 1.4.x had RELEASE of 1.4.
984 #
985 # Ideally, we would not be using RELEASE at all; instead we could just
986 # use the VERSION_INFO field to label our backward-incompatible ABI
987 # changes, and those would be few and far between.  Unfortunately,
988 # Libevent still exposes far too many volatile structures in its
989 # headers, so we pretty much have to assume that most development
990 # series will break ABI compatibility.  For now, it's simplest just to
991 # keep incrementing the RELEASE between series and resetting VERSION_INFO.
992 #
993 # Eventually, when we get to the point where the structures in the
994 # headers are all non-changing (or not there at all!), we can shift to
995 # a more normal worldview where backward-incompatible ABI changes are
996 # nice and rare.  For the next couple of years, though, 'struct event'
997 # is user-visible, and so we can pretty much guarantee that release
998 # series won't be binary-compatible.
999 @INSTALL_LIBEVENT_TRUE@dist_bin_SCRIPTS = event_rpcgen.py
1000 pkgconfigdir = $(libdir)/pkgconfig
1001 LIBEVENT_PKGCONFIG = libevent.pc $(am__append_2) $(am__append_4)
1002
1003 # These sources are conditionally added by configure.ac or conditionally
1004 # included from other files.
1005 PLATFORM_DEPENDENT_SRC = \
1006         arc4random.c \
1007         epoll_sub.c
1008
1009 EXTRA_DIST = ChangeLog-1.4 ChangeLog-2.0 Doxyfile LICENSE \
1010         Makefile.nmake test/Makefile.nmake autogen.sh event_rpcgen.py \
1011         libevent.pc.in make-event-config.sed whatsnew-2.0.txt \
1012         whatsnew-2.1.txt $(PLATFORM_DEPENDENT_SRC) \
1013         test/check-dumpevents.py test/regress.gen.c test/regress.gen.h \
1014         test/regress.rpc test/rpcgen_wrapper.sh test/test.sh
1015 LIBEVENT_LIBS_LA = libevent.la libevent_core.la libevent_extra.la \
1016         $(am__append_1) $(am__append_3)
1017 @INSTALL_LIBEVENT_TRUE@lib_LTLIBRARIES = $(LIBEVENT_LIBS_LA)
1018 @INSTALL_LIBEVENT_TRUE@pkgconfig_DATA = $(LIBEVENT_PKGCONFIG)
1019 @INSTALL_LIBEVENT_FALSE@noinst_LTLIBRARIES = $(LIBEVENT_LIBS_LA)
1020 EXTRA_SOURCE = 
1021 noinst_HEADERS = $(am__append_5) $(am__append_7) test/regress.h \
1022         test/regress_thread.h test/tinytest.h test/tinytest_local.h \
1023         test/tinytest_macros.h WIN32-Code/nmake/evconfig-private.h \
1024         WIN32-Code/nmake/event2/event-config.h WIN32-Code/tree.h \
1025         bufferevent-internal.h changelist-internal.h \
1026         compat/sys/queue.h defer-internal.h epolltable-internal.h \
1027         evbuffer-internal.h evconfig-private.h event-internal.h \
1028         evmap-internal.h evrpc-internal.h evsignal-internal.h \
1029         evthread-internal.h ht-internal.h http-internal.h \
1030         iocp-internal.h ipv6-internal.h kqueue-internal.h \
1031         log-internal.h minheap-internal.h mm-internal.h \
1032         ratelim-internal.h ratelim-internal.h strlcpy-internal.h \
1033         time-internal.h util-internal.h $(am__append_25)
1034 CLEANFILES = test/rpcgen-attempted
1035 DISTCLEANFILES = test/test-script.sh test/regress.gen.c \
1036         test/regress.gen.h *~ libevent.pc \
1037         ./include/event2/event-config.h
1038 BUILT_SOURCES = $(am__append_11) include/event2/event-config.h
1039 include_event2dir = $(includedir)/event2
1040 EVENT2_EXPORT = \
1041         include/event2/buffer.h \
1042         include/event2/buffer_compat.h \
1043         include/event2/bufferevent.h \
1044         include/event2/bufferevent_compat.h \
1045         include/event2/bufferevent_ssl.h \
1046         include/event2/bufferevent_struct.h \
1047         include/event2/dns.h \
1048         include/event2/dns_compat.h \
1049         include/event2/dns_struct.h \
1050         include/event2/event.h \
1051         include/event2/event_compat.h \
1052         include/event2/event_struct.h \
1053         include/event2/http.h \
1054         include/event2/http_compat.h \
1055         include/event2/http_struct.h \
1056         include/event2/keyvalq_struct.h \
1057         include/event2/listener.h \
1058         include/event2/rpc.h \
1059         include/event2/rpc_compat.h \
1060         include/event2/rpc_struct.h \
1061         include/event2/tag.h \
1062         include/event2/tag_compat.h \
1063         include/event2/thread.h \
1064         include/event2/util.h \
1065         include/event2/visibility.h
1066
1067 @INSTALL_LIBEVENT_TRUE@include_event2_HEADERS = $(EVENT2_EXPORT)
1068 @INSTALL_LIBEVENT_TRUE@nodist_include_event2_HEADERS = include/event2/event-config.h
1069 @INSTALL_LIBEVENT_FALSE@nodist_noinst_HEADERS = include/event2/event-config.h
1070 SAMPLES = sample/dns-example sample/event-read-fifo sample/hello-world \
1071         sample/http-server sample/signal-test sample/time-test \
1072         $(am__append_6)
1073 @OPENSSL_TRUE@sample_le_proxy_SOURCES = sample/le-proxy.c
1074 @OPENSSL_TRUE@sample_le_proxy_LDADD = libevent.la libevent_openssl.la ${OPENSSL_LIBS} ${OPENSSL_LIBADD}
1075 @OPENSSL_TRUE@sample_le_proxy_INCLUDES = $(OPENSSL_INCS)
1076 @OPENSSL_TRUE@sample_https_client_SOURCES = \
1077 @OPENSSL_TRUE@  sample/https-client.c \
1078 @OPENSSL_TRUE@  sample/hostcheck.c \
1079 @OPENSSL_TRUE@  sample/openssl_hostname_validation.c
1080
1081 @OPENSSL_TRUE@sample_https_client_LDADD = libevent.la libevent_openssl.la ${OPENSSL_LIBS} ${OPENSSL_LIBADD}
1082 @OPENSSL_TRUE@sample_https_client_INCLUDES = $(OPENSSL_INCS)
1083 sample_event_read_fifo_SOURCES = sample/event-read-fifo.c
1084 sample_event_read_fifo_LDADD = $(LIBEVENT_GC_SECTIONS) libevent.la
1085 sample_time_test_SOURCES = sample/time-test.c
1086 sample_time_test_LDADD = $(LIBEVENT_GC_SECTIONS) libevent.la
1087 sample_signal_test_SOURCES = sample/signal-test.c
1088 sample_signal_test_LDADD = $(LIBEVENT_GC_SECTIONS) libevent.la
1089 sample_dns_example_SOURCES = sample/dns-example.c
1090 sample_dns_example_LDADD = $(LIBEVENT_GC_SECTIONS) libevent.la
1091 sample_hello_world_SOURCES = sample/hello-world.c
1092 sample_hello_world_LDADD = $(LIBEVENT_GC_SECTIONS) libevent.la
1093 sample_http_server_SOURCES = sample/http-server.c
1094 sample_http_server_LDADD = $(LIBEVENT_GC_SECTIONS) libevent.la
1095 regress_CPPFLAGS = -DTINYTEST_LOCAL
1096 TESTPROGRAMS = \
1097         test/bench                                      \
1098         test/bench_cascade                              \
1099         test/bench_http                         \
1100         test/bench_httpclient                   \
1101         test/test-changelist                            \
1102         test/test-dumpevents                            \
1103         test/test-eof                           \
1104         test/test-closed                                \
1105         test/test-fdleak                                \
1106         test/test-init                          \
1107         test/test-ratelim                               \
1108         test/test-time                          \
1109         test/test-weof \
1110         test/regress
1111
1112
1113 # We need to copy this file, since automake doesn't want us to use top_srcdir
1114 # in TESTS.
1115 TESTS = test/test-script.sh
1116 test_test_init_SOURCES = test/test-init.c
1117 test_test_init_LDADD = libevent_core.la
1118 test_test_dumpevents_SOURCES = test/test-dumpevents.c
1119 test_test_dumpevents_LDADD = libevent_core.la
1120 test_test_eof_SOURCES = test/test-eof.c
1121 test_test_eof_LDADD = libevent_core.la
1122 test_test_closed_SOURCES = test/test-closed.c
1123 test_test_closed_LDADD = libevent_core.la
1124 test_test_changelist_SOURCES = test/test-changelist.c
1125 test_test_changelist_LDADD = libevent_core.la
1126 test_test_weof_SOURCES = test/test-weof.c
1127 test_test_weof_LDADD = libevent_core.la
1128 test_test_time_SOURCES = test/test-time.c
1129 test_test_time_LDADD = libevent_core.la
1130 test_test_ratelim_SOURCES = test/test-ratelim.c
1131 test_test_ratelim_LDADD = libevent_core.la -lm
1132 test_test_fdleak_SOURCES = test/test-fdleak.c
1133 test_test_fdleak_LDADD = libevent_core.la
1134 test_regress_SOURCES = test/regress.c test/regress.gen.c \
1135         test/regress.gen.h test/regress_buffer.c \
1136         test/regress_bufferevent.c test/regress_dns.c \
1137         test/regress_et.c test/regress_finalize.c test/regress_http.c \
1138         test/regress_listener.c test/regress_main.c \
1139         test/regress_minheap.c test/regress_rpc.c \
1140         test/regress_testutils.c test/regress_testutils.h \
1141         test/regress_util.c test/tinytest.c $(regress_thread_SOURCES) \
1142         $(regress_zlib_SOURCES) $(am__append_13) $(am__append_14)
1143 @BUILD_WIN32_TRUE@regress_thread_SOURCES = test/regress_thread.c
1144 @PTHREADS_TRUE@regress_thread_SOURCES = test/regress_thread.c
1145 @ZLIB_REGRESS_TRUE@regress_zlib_SOURCES = test/regress_zlib.c
1146 test_regress_LDADD = $(LIBEVENT_GC_SECTIONS) libevent.la \
1147         $(PTHREAD_LIBS) $(ZLIB_LIBS) $(am__append_16)
1148 test_regress_CPPFLAGS = $(AM_CPPFLAGS) $(PTHREAD_CFLAGS) \
1149         $(ZLIB_CFLAGS) -Itest $(am__append_15)
1150 test_regress_LDFLAGS = $(PTHREAD_CFLAGS)
1151 test_bench_SOURCES = test/bench.c
1152 test_bench_LDADD = $(LIBEVENT_GC_SECTIONS) libevent.la
1153 test_bench_cascade_SOURCES = test/bench_cascade.c
1154 test_bench_cascade_LDADD = $(LIBEVENT_GC_SECTIONS) libevent.la
1155 test_bench_http_SOURCES = test/bench_http.c
1156 test_bench_http_LDADD = $(LIBEVENT_GC_SECTIONS) libevent.la
1157 test_bench_httpclient_SOURCES = test/bench_httpclient.c
1158 test_bench_httpclient_LDADD = $(LIBEVENT_GC_SECTIONS) libevent_core.la
1159 @BUILD_WIN32_FALSE@SYS_LIBS = 
1160 @BUILD_WIN32_TRUE@SYS_LIBS = -lws2_32 -lshell32 -ladvapi32
1161 @BUILD_WIN32_FALSE@SYS_SRC = $(am__append_17) $(am__append_18) \
1162 @BUILD_WIN32_FALSE@     $(am__append_19) $(am__append_20) \
1163 @BUILD_WIN32_FALSE@     $(am__append_21) $(am__append_22) \
1164 @BUILD_WIN32_FALSE@     $(am__append_23) $(am__append_24)
1165 @BUILD_WIN32_TRUE@SYS_SRC = win32select.c evthread_win32.c \
1166 @BUILD_WIN32_TRUE@      buffer_iocp.c event_iocp.c \
1167 @BUILD_WIN32_TRUE@      bufferevent_async.c $(am__append_17) \
1168 @BUILD_WIN32_TRUE@      $(am__append_18) $(am__append_19) \
1169 @BUILD_WIN32_TRUE@      $(am__append_20) $(am__append_21) \
1170 @BUILD_WIN32_TRUE@      $(am__append_22) $(am__append_23) \
1171 @BUILD_WIN32_TRUE@      $(am__append_24)
1172 @BUILD_WIN32_FALSE@SYS_INCLUDES = 
1173 @BUILD_WIN32_TRUE@SYS_INCLUDES = -IWIN32-Code -IWIN32-Code/nmake
1174 CORE_SRC = \
1175         buffer.c                                \
1176         bufferevent.c                           \
1177         bufferevent_filter.c                    \
1178         bufferevent_pair.c                      \
1179         bufferevent_ratelim.c                   \
1180         bufferevent_sock.c                      \
1181         event.c                                 \
1182         evmap.c                                 \
1183         evthread.c                              \
1184         evutil.c                                \
1185         evutil_rand.c                           \
1186         evutil_time.c                           \
1187         listener.c                              \
1188         log.c                                   \
1189         $(SYS_SRC)
1190
1191 EXTRAS_SRC = \
1192         evdns.c                                 \
1193         event_tagging.c                         \
1194         evrpc.c                                 \
1195         http.c
1196
1197 @BUILD_WITH_NO_UNDEFINED_FALSE@NO_UNDEFINED = 
1198 @BUILD_WITH_NO_UNDEFINED_TRUE@NO_UNDEFINED = -no-undefined
1199 @BUILD_WITH_NO_UNDEFINED_FALSE@MAYBE_CORE = 
1200 @BUILD_WITH_NO_UNDEFINED_TRUE@MAYBE_CORE = libevent_core.la
1201 GENERIC_LDFLAGS = -version-info $(VERSION_INFO) $(RELEASE) $(NO_UNDEFINED)
1202 libevent_la_SOURCES = $(CORE_SRC) $(EXTRAS_SRC)
1203 libevent_la_LIBADD = @LTLIBOBJS@ $(SYS_LIBS)
1204 libevent_la_LDFLAGS = $(GENERIC_LDFLAGS)
1205 libevent_core_la_SOURCES = $(CORE_SRC)
1206 libevent_core_la_LIBADD = @LTLIBOBJS@ $(SYS_LIBS)
1207 libevent_core_la_LDFLAGS = $(GENERIC_LDFLAGS)
1208 @PTHREADS_TRUE@libevent_pthreads_la_SOURCES = evthread_pthread.c
1209 @PTHREADS_TRUE@libevent_pthreads_la_LIBADD = $(MAYBE_CORE)
1210 @PTHREADS_TRUE@libevent_pthreads_la_LDFLAGS = $(GENERIC_LDFLAGS)
1211 libevent_extra_la_SOURCES = $(EXTRAS_SRC)
1212 libevent_extra_la_LIBADD = $(MAYBE_CORE) $(SYS_LIBS)
1213 libevent_extra_la_LDFLAGS = $(GENERIC_LDFLAGS)
1214 @OPENSSL_TRUE@libevent_openssl_la_SOURCES = bufferevent_openssl.c
1215 @OPENSSL_TRUE@libevent_openssl_la_LIBADD = $(MAYBE_CORE) $(OPENSSL_LIBS)
1216 @OPENSSL_TRUE@libevent_openssl_la_LDFLAGS = $(GENERIC_LDFLAGS)
1217 @OPENSSL_TRUE@libevent_openssl_la_CPPFLAGS = $(AM_CPPFLAGS) $(OPENSSL_INCS)
1218 EVENT1_HDRS = \
1219         include/evdns.h \
1220         include/event.h \
1221         include/evhttp.h \
1222         include/evrpc.h \
1223         include/evutil.h
1224
1225 @INSTALL_LIBEVENT_TRUE@include_HEADERS = $(EVENT1_HDRS)
1226 AM_CPPFLAGS = -I$(srcdir)/compat -I$(srcdir)/include -I./include $(SYS_INCLUDES)
1227 all: $(BUILT_SOURCES) config.h evconfig-private.h
1228         $(MAKE) $(AM_MAKEFLAGS) all-am
1229
1230 .SUFFIXES:
1231 .SUFFIXES: .c .lo .log .o .obj .test .test$(EXEEXT) .trs
1232 am--refresh: Makefile
1233         @:
1234 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(srcdir)/include/include.am $(srcdir)/sample/include.am $(srcdir)/test/include.am $(am__configure_deps)
1235         @for dep in $?; do \
1236           case '$(am__configure_deps)' in \
1237             *$$dep*) \
1238               echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
1239               $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
1240                 && exit 0; \
1241               exit 1;; \
1242           esac; \
1243         done; \
1244         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
1245         $(am__cd) $(top_srcdir) && \
1246           $(AUTOMAKE) --foreign Makefile
1247 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
1248         @case '$?' in \
1249           *config.status*) \
1250             echo ' $(SHELL) ./config.status'; \
1251             $(SHELL) ./config.status;; \
1252           *) \
1253             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
1254             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
1255         esac;
1256 $(srcdir)/include/include.am $(srcdir)/sample/include.am $(srcdir)/test/include.am $(am__empty):
1257
1258 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
1259         $(SHELL) ./config.status --recheck
1260
1261 $(top_srcdir)/configure:  $(am__configure_deps)
1262         $(am__cd) $(srcdir) && $(AUTOCONF)
1263 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
1264         $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
1265 $(am__aclocal_m4_deps):
1266
1267 config.h: stamp-h1
1268         @test -f $@ || rm -f stamp-h1
1269         @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
1270
1271 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
1272         @rm -f stamp-h1
1273         cd $(top_builddir) && $(SHELL) ./config.status config.h
1274 $(srcdir)/config.h.in:  $(am__configure_deps) 
1275         ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
1276         rm -f stamp-h1
1277         touch $@
1278
1279 evconfig-private.h: stamp-h2
1280         @test -f $@ || rm -f stamp-h2
1281         @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h2
1282
1283 stamp-h2: $(srcdir)/evconfig-private.h.in $(top_builddir)/config.status
1284         @rm -f stamp-h2
1285         cd $(top_builddir) && $(SHELL) ./config.status evconfig-private.h
1286
1287 distclean-hdr:
1288         -rm -f config.h stamp-h1 evconfig-private.h stamp-h2
1289 libevent.pc: $(top_builddir)/config.status $(srcdir)/libevent.pc.in
1290         cd $(top_builddir) && $(SHELL) ./config.status $@
1291 libevent_openssl.pc: $(top_builddir)/config.status $(srcdir)/libevent_openssl.pc.in
1292         cd $(top_builddir) && $(SHELL) ./config.status $@
1293 libevent_pthreads.pc: $(top_builddir)/config.status $(srcdir)/libevent_pthreads.pc.in
1294         cd $(top_builddir) && $(SHELL) ./config.status $@
1295
1296 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
1297         @$(NORMAL_INSTALL)
1298         @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
1299         list2=; for p in $$list; do \
1300           if test -f $$p; then \
1301             list2="$$list2 $$p"; \
1302           else :; fi; \
1303         done; \
1304         test -z "$$list2" || { \
1305           echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
1306           $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
1307           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
1308           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
1309         }
1310
1311 uninstall-libLTLIBRARIES:
1312         @$(NORMAL_UNINSTALL)
1313         @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
1314         for p in $$list; do \
1315           $(am__strip_dir) \
1316           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
1317           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
1318         done
1319
1320 clean-libLTLIBRARIES:
1321         -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
1322         @list='$(lib_LTLIBRARIES)'; \
1323         locs=`for p in $$list; do echo $$p; done | \
1324               sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
1325               sort -u`; \
1326         test -z "$$locs" || { \
1327           echo rm -f $${locs}; \
1328           rm -f $${locs}; \
1329         }
1330
1331 clean-noinstLTLIBRARIES:
1332         -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
1333         @list='$(noinst_LTLIBRARIES)'; \
1334         locs=`for p in $$list; do echo $$p; done | \
1335               sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
1336               sort -u`; \
1337         test -z "$$locs" || { \
1338           echo rm -f $${locs}; \
1339           rm -f $${locs}; \
1340         }
1341
1342 libevent.la: $(libevent_la_OBJECTS) $(libevent_la_DEPENDENCIES) $(EXTRA_libevent_la_DEPENDENCIES) 
1343         $(AM_V_CCLD)$(libevent_la_LINK) $(am_libevent_la_rpath) $(libevent_la_OBJECTS) $(libevent_la_LIBADD) $(LIBS)
1344
1345 libevent_core.la: $(libevent_core_la_OBJECTS) $(libevent_core_la_DEPENDENCIES) $(EXTRA_libevent_core_la_DEPENDENCIES) 
1346         $(AM_V_CCLD)$(libevent_core_la_LINK) $(am_libevent_core_la_rpath) $(libevent_core_la_OBJECTS) $(libevent_core_la_LIBADD) $(LIBS)
1347
1348 libevent_extra.la: $(libevent_extra_la_OBJECTS) $(libevent_extra_la_DEPENDENCIES) $(EXTRA_libevent_extra_la_DEPENDENCIES) 
1349         $(AM_V_CCLD)$(libevent_extra_la_LINK) $(am_libevent_extra_la_rpath) $(libevent_extra_la_OBJECTS) $(libevent_extra_la_LIBADD) $(LIBS)
1350
1351 libevent_openssl.la: $(libevent_openssl_la_OBJECTS) $(libevent_openssl_la_DEPENDENCIES) $(EXTRA_libevent_openssl_la_DEPENDENCIES) 
1352         $(AM_V_CCLD)$(libevent_openssl_la_LINK) $(am_libevent_openssl_la_rpath) $(libevent_openssl_la_OBJECTS) $(libevent_openssl_la_LIBADD) $(LIBS)
1353
1354 libevent_pthreads.la: $(libevent_pthreads_la_OBJECTS) $(libevent_pthreads_la_DEPENDENCIES) $(EXTRA_libevent_pthreads_la_DEPENDENCIES) 
1355         $(AM_V_CCLD)$(libevent_pthreads_la_LINK) $(am_libevent_pthreads_la_rpath) $(libevent_pthreads_la_OBJECTS) $(libevent_pthreads_la_LIBADD) $(LIBS)
1356
1357 clean-noinstPROGRAMS:
1358         @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
1359         echo " rm -f" $$list; \
1360         rm -f $$list || exit $$?; \
1361         test -n "$(EXEEXT)" || exit 0; \
1362         list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
1363         echo " rm -f" $$list; \
1364         rm -f $$list
1365 sample/$(am__dirstamp):
1366         @$(MKDIR_P) sample
1367         @: > sample/$(am__dirstamp)
1368 sample/$(DEPDIR)/$(am__dirstamp):
1369         @$(MKDIR_P) sample/$(DEPDIR)
1370         @: > sample/$(DEPDIR)/$(am__dirstamp)
1371 sample/dns-example.$(OBJEXT): sample/$(am__dirstamp) \
1372         sample/$(DEPDIR)/$(am__dirstamp)
1373
1374 sample/dns-example$(EXEEXT): $(sample_dns_example_OBJECTS) $(sample_dns_example_DEPENDENCIES) $(EXTRA_sample_dns_example_DEPENDENCIES) sample/$(am__dirstamp)
1375         @rm -f sample/dns-example$(EXEEXT)
1376         $(AM_V_CCLD)$(LINK) $(sample_dns_example_OBJECTS) $(sample_dns_example_LDADD) $(LIBS)
1377 sample/event-read-fifo.$(OBJEXT): sample/$(am__dirstamp) \
1378         sample/$(DEPDIR)/$(am__dirstamp)
1379
1380 sample/event-read-fifo$(EXEEXT): $(sample_event_read_fifo_OBJECTS) $(sample_event_read_fifo_DEPENDENCIES) $(EXTRA_sample_event_read_fifo_DEPENDENCIES) sample/$(am__dirstamp)
1381         @rm -f sample/event-read-fifo$(EXEEXT)
1382         $(AM_V_CCLD)$(LINK) $(sample_event_read_fifo_OBJECTS) $(sample_event_read_fifo_LDADD) $(LIBS)
1383 sample/hello-world.$(OBJEXT): sample/$(am__dirstamp) \
1384         sample/$(DEPDIR)/$(am__dirstamp)
1385
1386 sample/hello-world$(EXEEXT): $(sample_hello_world_OBJECTS) $(sample_hello_world_DEPENDENCIES) $(EXTRA_sample_hello_world_DEPENDENCIES) sample/$(am__dirstamp)
1387         @rm -f sample/hello-world$(EXEEXT)
1388         $(AM_V_CCLD)$(LINK) $(sample_hello_world_OBJECTS) $(sample_hello_world_LDADD) $(LIBS)
1389 sample/http-server.$(OBJEXT): sample/$(am__dirstamp) \
1390         sample/$(DEPDIR)/$(am__dirstamp)
1391
1392 sample/http-server$(EXEEXT): $(sample_http_server_OBJECTS) $(sample_http_server_DEPENDENCIES) $(EXTRA_sample_http_server_DEPENDENCIES) sample/$(am__dirstamp)
1393         @rm -f sample/http-server$(EXEEXT)
1394         $(AM_V_CCLD)$(LINK) $(sample_http_server_OBJECTS) $(sample_http_server_LDADD) $(LIBS)
1395 sample/https-client.$(OBJEXT): sample/$(am__dirstamp) \
1396         sample/$(DEPDIR)/$(am__dirstamp)
1397 sample/hostcheck.$(OBJEXT): sample/$(am__dirstamp) \
1398         sample/$(DEPDIR)/$(am__dirstamp)
1399 sample/openssl_hostname_validation.$(OBJEXT): sample/$(am__dirstamp) \
1400         sample/$(DEPDIR)/$(am__dirstamp)
1401
1402 sample/https-client$(EXEEXT): $(sample_https_client_OBJECTS) $(sample_https_client_DEPENDENCIES) $(EXTRA_sample_https_client_DEPENDENCIES) sample/$(am__dirstamp)
1403         @rm -f sample/https-client$(EXEEXT)
1404         $(AM_V_CCLD)$(LINK) $(sample_https_client_OBJECTS) $(sample_https_client_LDADD) $(LIBS)
1405 sample/le-proxy.$(OBJEXT): sample/$(am__dirstamp) \
1406         sample/$(DEPDIR)/$(am__dirstamp)
1407
1408 sample/le-proxy$(EXEEXT): $(sample_le_proxy_OBJECTS) $(sample_le_proxy_DEPENDENCIES) $(EXTRA_sample_le_proxy_DEPENDENCIES) sample/$(am__dirstamp)
1409         @rm -f sample/le-proxy$(EXEEXT)
1410         $(AM_V_CCLD)$(LINK) $(sample_le_proxy_OBJECTS) $(sample_le_proxy_LDADD) $(LIBS)
1411 sample/signal-test.$(OBJEXT): sample/$(am__dirstamp) \
1412         sample/$(DEPDIR)/$(am__dirstamp)
1413
1414 sample/signal-test$(EXEEXT): $(sample_signal_test_OBJECTS) $(sample_signal_test_DEPENDENCIES) $(EXTRA_sample_signal_test_DEPENDENCIES) sample/$(am__dirstamp)
1415         @rm -f sample/signal-test$(EXEEXT)
1416         $(AM_V_CCLD)$(LINK) $(sample_signal_test_OBJECTS) $(sample_signal_test_LDADD) $(LIBS)
1417 sample/time-test.$(OBJEXT): sample/$(am__dirstamp) \
1418         sample/$(DEPDIR)/$(am__dirstamp)
1419
1420 sample/time-test$(EXEEXT): $(sample_time_test_OBJECTS) $(sample_time_test_DEPENDENCIES) $(EXTRA_sample_time_test_DEPENDENCIES) sample/$(am__dirstamp)
1421         @rm -f sample/time-test$(EXEEXT)
1422         $(AM_V_CCLD)$(LINK) $(sample_time_test_OBJECTS) $(sample_time_test_LDADD) $(LIBS)
1423 test/$(am__dirstamp):
1424         @$(MKDIR_P) test
1425         @: > test/$(am__dirstamp)
1426 test/$(DEPDIR)/$(am__dirstamp):
1427         @$(MKDIR_P) test/$(DEPDIR)
1428         @: > test/$(DEPDIR)/$(am__dirstamp)
1429 test/bench.$(OBJEXT): test/$(am__dirstamp) \
1430         test/$(DEPDIR)/$(am__dirstamp)
1431
1432 test/bench$(EXEEXT): $(test_bench_OBJECTS) $(test_bench_DEPENDENCIES) $(EXTRA_test_bench_DEPENDENCIES) test/$(am__dirstamp)
1433         @rm -f test/bench$(EXEEXT)
1434         $(AM_V_CCLD)$(LINK) $(test_bench_OBJECTS) $(test_bench_LDADD) $(LIBS)
1435 test/bench_cascade.$(OBJEXT): test/$(am__dirstamp) \
1436         test/$(DEPDIR)/$(am__dirstamp)
1437
1438 test/bench_cascade$(EXEEXT): $(test_bench_cascade_OBJECTS) $(test_bench_cascade_DEPENDENCIES) $(EXTRA_test_bench_cascade_DEPENDENCIES) test/$(am__dirstamp)
1439         @rm -f test/bench_cascade$(EXEEXT)
1440         $(AM_V_CCLD)$(LINK) $(test_bench_cascade_OBJECTS) $(test_bench_cascade_LDADD) $(LIBS)
1441 test/bench_http.$(OBJEXT): test/$(am__dirstamp) \
1442         test/$(DEPDIR)/$(am__dirstamp)
1443
1444 test/bench_http$(EXEEXT): $(test_bench_http_OBJECTS) $(test_bench_http_DEPENDENCIES) $(EXTRA_test_bench_http_DEPENDENCIES) test/$(am__dirstamp)
1445         @rm -f test/bench_http$(EXEEXT)
1446         $(AM_V_CCLD)$(LINK) $(test_bench_http_OBJECTS) $(test_bench_http_LDADD) $(LIBS)
1447 test/bench_httpclient.$(OBJEXT): test/$(am__dirstamp) \
1448         test/$(DEPDIR)/$(am__dirstamp)
1449
1450 test/bench_httpclient$(EXEEXT): $(test_bench_httpclient_OBJECTS) $(test_bench_httpclient_DEPENDENCIES) $(EXTRA_test_bench_httpclient_DEPENDENCIES) test/$(am__dirstamp)
1451         @rm -f test/bench_httpclient$(EXEEXT)
1452         $(AM_V_CCLD)$(LINK) $(test_bench_httpclient_OBJECTS) $(test_bench_httpclient_LDADD) $(LIBS)
1453 test/test_regress-regress.$(OBJEXT): test/$(am__dirstamp) \
1454         test/$(DEPDIR)/$(am__dirstamp)
1455 test/test_regress-regress.gen.$(OBJEXT): test/$(am__dirstamp) \
1456         test/$(DEPDIR)/$(am__dirstamp)
1457 test/test_regress-regress_buffer.$(OBJEXT): test/$(am__dirstamp) \
1458         test/$(DEPDIR)/$(am__dirstamp)
1459 test/test_regress-regress_bufferevent.$(OBJEXT): test/$(am__dirstamp) \
1460         test/$(DEPDIR)/$(am__dirstamp)
1461 test/test_regress-regress_dns.$(OBJEXT): test/$(am__dirstamp) \
1462         test/$(DEPDIR)/$(am__dirstamp)
1463 test/test_regress-regress_et.$(OBJEXT): test/$(am__dirstamp) \
1464         test/$(DEPDIR)/$(am__dirstamp)
1465 test/test_regress-regress_finalize.$(OBJEXT): test/$(am__dirstamp) \
1466         test/$(DEPDIR)/$(am__dirstamp)
1467 test/test_regress-regress_http.$(OBJEXT): test/$(am__dirstamp) \
1468         test/$(DEPDIR)/$(am__dirstamp)
1469 test/test_regress-regress_listener.$(OBJEXT): test/$(am__dirstamp) \
1470         test/$(DEPDIR)/$(am__dirstamp)
1471 test/test_regress-regress_main.$(OBJEXT): test/$(am__dirstamp) \
1472         test/$(DEPDIR)/$(am__dirstamp)
1473 test/test_regress-regress_minheap.$(OBJEXT): test/$(am__dirstamp) \
1474         test/$(DEPDIR)/$(am__dirstamp)
1475 test/test_regress-regress_rpc.$(OBJEXT): test/$(am__dirstamp) \
1476         test/$(DEPDIR)/$(am__dirstamp)
1477 test/test_regress-regress_testutils.$(OBJEXT): test/$(am__dirstamp) \
1478         test/$(DEPDIR)/$(am__dirstamp)
1479 test/test_regress-regress_util.$(OBJEXT): test/$(am__dirstamp) \
1480         test/$(DEPDIR)/$(am__dirstamp)
1481 test/test_regress-tinytest.$(OBJEXT): test/$(am__dirstamp) \
1482         test/$(DEPDIR)/$(am__dirstamp)
1483 test/test_regress-regress_thread.$(OBJEXT): test/$(am__dirstamp) \
1484         test/$(DEPDIR)/$(am__dirstamp)
1485 test/test_regress-regress_zlib.$(OBJEXT): test/$(am__dirstamp) \
1486         test/$(DEPDIR)/$(am__dirstamp)
1487 test/test_regress-regress_iocp.$(OBJEXT): test/$(am__dirstamp) \
1488         test/$(DEPDIR)/$(am__dirstamp)
1489 test/test_regress-regress_ssl.$(OBJEXT): test/$(am__dirstamp) \
1490         test/$(DEPDIR)/$(am__dirstamp)
1491
1492 test/regress$(EXEEXT): $(test_regress_OBJECTS) $(test_regress_DEPENDENCIES) $(EXTRA_test_regress_DEPENDENCIES) test/$(am__dirstamp)
1493         @rm -f test/regress$(EXEEXT)
1494         $(AM_V_CCLD)$(test_regress_LINK) $(test_regress_OBJECTS) $(test_regress_LDADD) $(LIBS)
1495 test/test-changelist.$(OBJEXT): test/$(am__dirstamp) \
1496         test/$(DEPDIR)/$(am__dirstamp)
1497
1498 test/test-changelist$(EXEEXT): $(test_test_changelist_OBJECTS) $(test_test_changelist_DEPENDENCIES) $(EXTRA_test_test_changelist_DEPENDENCIES) test/$(am__dirstamp)
1499         @rm -f test/test-changelist$(EXEEXT)
1500         $(AM_V_CCLD)$(LINK) $(test_test_changelist_OBJECTS) $(test_test_changelist_LDADD) $(LIBS)
1501 test/test-closed.$(OBJEXT): test/$(am__dirstamp) \
1502         test/$(DEPDIR)/$(am__dirstamp)
1503
1504 test/test-closed$(EXEEXT): $(test_test_closed_OBJECTS) $(test_test_closed_DEPENDENCIES) $(EXTRA_test_test_closed_DEPENDENCIES) test/$(am__dirstamp)
1505         @rm -f test/test-closed$(EXEEXT)
1506         $(AM_V_CCLD)$(LINK) $(test_test_closed_OBJECTS) $(test_test_closed_LDADD) $(LIBS)
1507 test/test-dumpevents.$(OBJEXT): test/$(am__dirstamp) \
1508         test/$(DEPDIR)/$(am__dirstamp)
1509
1510 test/test-dumpevents$(EXEEXT): $(test_test_dumpevents_OBJECTS) $(test_test_dumpevents_DEPENDENCIES) $(EXTRA_test_test_dumpevents_DEPENDENCIES) test/$(am__dirstamp)
1511         @rm -f test/test-dumpevents$(EXEEXT)
1512         $(AM_V_CCLD)$(LINK) $(test_test_dumpevents_OBJECTS) $(test_test_dumpevents_LDADD) $(LIBS)
1513 test/test-eof.$(OBJEXT): test/$(am__dirstamp) \
1514         test/$(DEPDIR)/$(am__dirstamp)
1515
1516 test/test-eof$(EXEEXT): $(test_test_eof_OBJECTS) $(test_test_eof_DEPENDENCIES) $(EXTRA_test_test_eof_DEPENDENCIES) test/$(am__dirstamp)
1517         @rm -f test/test-eof$(EXEEXT)
1518         $(AM_V_CCLD)$(LINK) $(test_test_eof_OBJECTS) $(test_test_eof_LDADD) $(LIBS)
1519 test/test-fdleak.$(OBJEXT): test/$(am__dirstamp) \
1520         test/$(DEPDIR)/$(am__dirstamp)
1521
1522 test/test-fdleak$(EXEEXT): $(test_test_fdleak_OBJECTS) $(test_test_fdleak_DEPENDENCIES) $(EXTRA_test_test_fdleak_DEPENDENCIES) test/$(am__dirstamp)
1523         @rm -f test/test-fdleak$(EXEEXT)
1524         $(AM_V_CCLD)$(LINK) $(test_test_fdleak_OBJECTS) $(test_test_fdleak_LDADD) $(LIBS)
1525 test/test-init.$(OBJEXT): test/$(am__dirstamp) \
1526         test/$(DEPDIR)/$(am__dirstamp)
1527
1528 test/test-init$(EXEEXT): $(test_test_init_OBJECTS) $(test_test_init_DEPENDENCIES) $(EXTRA_test_test_init_DEPENDENCIES) test/$(am__dirstamp)
1529         @rm -f test/test-init$(EXEEXT)
1530         $(AM_V_CCLD)$(LINK) $(test_test_init_OBJECTS) $(test_test_init_LDADD) $(LIBS)
1531 test/test-ratelim.$(OBJEXT): test/$(am__dirstamp) \
1532         test/$(DEPDIR)/$(am__dirstamp)
1533
1534 test/test-ratelim$(EXEEXT): $(test_test_ratelim_OBJECTS) $(test_test_ratelim_DEPENDENCIES) $(EXTRA_test_test_ratelim_DEPENDENCIES) test/$(am__dirstamp)
1535         @rm -f test/test-ratelim$(EXEEXT)
1536         $(AM_V_CCLD)$(LINK) $(test_test_ratelim_OBJECTS) $(test_test_ratelim_LDADD) $(LIBS)
1537 test/test-time.$(OBJEXT): test/$(am__dirstamp) \
1538         test/$(DEPDIR)/$(am__dirstamp)
1539
1540 test/test-time$(EXEEXT): $(test_test_time_OBJECTS) $(test_test_time_DEPENDENCIES) $(EXTRA_test_test_time_DEPENDENCIES) test/$(am__dirstamp)
1541         @rm -f test/test-time$(EXEEXT)
1542         $(AM_V_CCLD)$(LINK) $(test_test_time_OBJECTS) $(test_test_time_LDADD) $(LIBS)
1543 test/test-weof.$(OBJEXT): test/$(am__dirstamp) \
1544         test/$(DEPDIR)/$(am__dirstamp)
1545
1546 test/test-weof$(EXEEXT): $(test_test_weof_OBJECTS) $(test_test_weof_DEPENDENCIES) $(EXTRA_test_test_weof_DEPENDENCIES) test/$(am__dirstamp)
1547         @rm -f test/test-weof$(EXEEXT)
1548         $(AM_V_CCLD)$(LINK) $(test_test_weof_OBJECTS) $(test_test_weof_LDADD) $(LIBS)
1549 install-dist_binSCRIPTS: $(dist_bin_SCRIPTS)
1550         @$(NORMAL_INSTALL)
1551         @list='$(dist_bin_SCRIPTS)'; test -n "$(bindir)" || list=; \
1552         if test -n "$$list"; then \
1553           echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
1554           $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
1555         fi; \
1556         for p in $$list; do \
1557           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1558           if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
1559         done | \
1560         sed -e 'p;s,.*/,,;n' \
1561             -e 'h;s|.*|.|' \
1562             -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
1563         $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
1564           { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
1565             if ($$2 == $$4) { files[d] = files[d] " " $$1; \
1566               if (++n[d] == $(am__install_max)) { \
1567                 print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
1568             else { print "f", d "/" $$4, $$1 } } \
1569           END { for (d in files) print "f", d, files[d] }' | \
1570         while read type dir files; do \
1571              if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
1572              test -z "$$files" || { \
1573                echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(bindir)$$dir'"; \
1574                $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
1575              } \
1576         ; done
1577
1578 uninstall-dist_binSCRIPTS:
1579         @$(NORMAL_UNINSTALL)
1580         @list='$(dist_bin_SCRIPTS)'; test -n "$(bindir)" || exit 0; \
1581         files=`for p in $$list; do echo "$$p"; done | \
1582                sed -e 's,.*/,,;$(transform)'`; \
1583         dir='$(DESTDIR)$(bindir)'; $(am__uninstall_files_from_dir)
1584
1585 mostlyclean-compile:
1586         -rm -f *.$(OBJEXT)
1587         -rm -f sample/*.$(OBJEXT)
1588         -rm -f test/*.$(OBJEXT)
1589
1590 distclean-compile:
1591         -rm -f *.tab.c
1592
1593 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/epoll_sub.Plo@am__quote@
1594 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/buffer.Plo@am__quote@
1595 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/buffer_iocp.Plo@am__quote@
1596 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bufferevent.Plo@am__quote@
1597 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bufferevent_async.Plo@am__quote@
1598 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bufferevent_filter.Plo@am__quote@
1599 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bufferevent_pair.Plo@am__quote@
1600 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bufferevent_ratelim.Plo@am__quote@
1601 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bufferevent_sock.Plo@am__quote@
1602 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/devpoll.Plo@am__quote@
1603 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/epoll.Plo@am__quote@
1604 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/evdns.Plo@am__quote@
1605 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/event.Plo@am__quote@
1606 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/event_iocp.Plo@am__quote@
1607 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/event_tagging.Plo@am__quote@
1608 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/evmap.Plo@am__quote@
1609 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/evport.Plo@am__quote@
1610 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/evrpc.Plo@am__quote@
1611 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/evthread.Plo@am__quote@
1612 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/evthread_pthread.Plo@am__quote@
1613 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/evthread_win32.Plo@am__quote@
1614 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/evutil.Plo@am__quote@
1615 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/evutil_rand.Plo@am__quote@
1616 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/evutil_time.Plo@am__quote@
1617 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/http.Plo@am__quote@
1618 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/kqueue.Plo@am__quote@
1619 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libevent_openssl_la-bufferevent_openssl.Plo@am__quote@
1620 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/listener.Plo@am__quote@
1621 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/log.Plo@am__quote@
1622 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/poll.Plo@am__quote@
1623 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/select.Plo@am__quote@
1624 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/signal.Plo@am__quote@
1625 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strlcpy.Plo@am__quote@
1626 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/win32select.Plo@am__quote@
1627 @AMDEP_TRUE@@am__include@ @am__quote@sample/$(DEPDIR)/dns-example.Po@am__quote@
1628 @AMDEP_TRUE@@am__include@ @am__quote@sample/$(DEPDIR)/event-read-fifo.Po@am__quote@
1629 @AMDEP_TRUE@@am__include@ @am__quote@sample/$(DEPDIR)/hello-world.Po@am__quote@
1630 @AMDEP_TRUE@@am__include@ @am__quote@sample/$(DEPDIR)/hostcheck.Po@am__quote@
1631 @AMDEP_TRUE@@am__include@ @am__quote@sample/$(DEPDIR)/http-server.Po@am__quote@
1632 @AMDEP_TRUE@@am__include@ @am__quote@sample/$(DEPDIR)/https-client.Po@am__quote@
1633 @AMDEP_TRUE@@am__include@ @am__quote@sample/$(DEPDIR)/le-proxy.Po@am__quote@
1634 @AMDEP_TRUE@@am__include@ @am__quote@sample/$(DEPDIR)/openssl_hostname_validation.Po@am__quote@
1635 @AMDEP_TRUE@@am__include@ @am__quote@sample/$(DEPDIR)/signal-test.Po@am__quote@
1636 @AMDEP_TRUE@@am__include@ @am__quote@sample/$(DEPDIR)/time-test.Po@am__quote@
1637 @AMDEP_TRUE@@am__include@ @am__quote@test/$(DEPDIR)/bench.Po@am__quote@
1638 @AMDEP_TRUE@@am__include@ @am__quote@test/$(DEPDIR)/bench_cascade.Po@am__quote@
1639 @AMDEP_TRUE@@am__include@ @am__quote@test/$(DEPDIR)/bench_http.Po@am__quote@
1640 @AMDEP_TRUE@@am__include@ @am__quote@test/$(DEPDIR)/bench_httpclient.Po@am__quote@
1641 @AMDEP_TRUE@@am__include@ @am__quote@test/$(DEPDIR)/test-changelist.Po@am__quote@
1642 @AMDEP_TRUE@@am__include@ @am__quote@test/$(DEPDIR)/test-closed.Po@am__quote@
1643 @AMDEP_TRUE@@am__include@ @am__quote@test/$(DEPDIR)/test-dumpevents.Po@am__quote@
1644 @AMDEP_TRUE@@am__include@ @am__quote@test/$(DEPDIR)/test-eof.Po@am__quote@
1645 @AMDEP_TRUE@@am__include@ @am__quote@test/$(DEPDIR)/test-fdleak.Po@am__quote@
1646 @AMDEP_TRUE@@am__include@ @am__quote@test/$(DEPDIR)/test-init.Po@am__quote@
1647 @AMDEP_TRUE@@am__include@ @am__quote@test/$(DEPDIR)/test-ratelim.Po@am__quote@
1648 @AMDEP_TRUE@@am__include@ @am__quote@test/$(DEPDIR)/test-time.Po@am__quote@
1649 @AMDEP_TRUE@@am__include@ @am__quote@test/$(DEPDIR)/test-weof.Po@am__quote@
1650 @AMDEP_TRUE@@am__include@ @am__quote@test/$(DEPDIR)/test_regress-regress.Po@am__quote@
1651 @AMDEP_TRUE@@am__include@ @am__quote@test/$(DEPDIR)/test_regress-regress.gen.Po@am__quote@
1652 @AMDEP_TRUE@@am__include@ @am__quote@test/$(DEPDIR)/test_regress-regress_buffer.Po@am__quote@
1653 @AMDEP_TRUE@@am__include@ @am__quote@test/$(DEPDIR)/test_regress-regress_bufferevent.Po@am__quote@
1654 @AMDEP_TRUE@@am__include@ @am__quote@test/$(DEPDIR)/test_regress-regress_dns.Po@am__quote@
1655 @AMDEP_TRUE@@am__include@ @am__quote@test/$(DEPDIR)/test_regress-regress_et.Po@am__quote@
1656 @AMDEP_TRUE@@am__include@ @am__quote@test/$(DEPDIR)/test_regress-regress_finalize.Po@am__quote@
1657 @AMDEP_TRUE@@am__include@ @am__quote@test/$(DEPDIR)/test_regress-regress_http.Po@am__quote@
1658 @AMDEP_TRUE@@am__include@ @am__quote@test/$(DEPDIR)/test_regress-regress_iocp.Po@am__quote@
1659 @AMDEP_TRUE@@am__include@ @am__quote@test/$(DEPDIR)/test_regress-regress_listener.Po@am__quote@
1660 @AMDEP_TRUE@@am__include@ @am__quote@test/$(DEPDIR)/test_regress-regress_main.Po@am__quote@
1661 @AMDEP_TRUE@@am__include@ @am__quote@test/$(DEPDIR)/test_regress-regress_minheap.Po@am__quote@
1662 @AMDEP_TRUE@@am__include@ @am__quote@test/$(DEPDIR)/test_regress-regress_rpc.Po@am__quote@
1663 @AMDEP_TRUE@@am__include@ @am__quote@test/$(DEPDIR)/test_regress-regress_ssl.Po@am__quote@
1664 @AMDEP_TRUE@@am__include@ @am__quote@test/$(DEPDIR)/test_regress-regress_testutils.Po@am__quote@
1665 @AMDEP_TRUE@@am__include@ @am__quote@test/$(DEPDIR)/test_regress-regress_thread.Po@am__quote@
1666 @AMDEP_TRUE@@am__include@ @am__quote@test/$(DEPDIR)/test_regress-regress_util.Po@am__quote@
1667 @AMDEP_TRUE@@am__include@ @am__quote@test/$(DEPDIR)/test_regress-regress_zlib.Po@am__quote@
1668 @AMDEP_TRUE@@am__include@ @am__quote@test/$(DEPDIR)/test_regress-tinytest.Po@am__quote@
1669
1670 .c.o:
1671 @am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
1672 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
1673 @am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Po
1674 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1675 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1676 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
1677
1678 .c.obj:
1679 @am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
1680 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
1681 @am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Po
1682 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1683 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1684 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
1685
1686 .c.lo:
1687 @am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
1688 @am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
1689 @am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Plo
1690 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
1691 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1692 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
1693
1694 libevent_openssl_la-bufferevent_openssl.lo: bufferevent_openssl.c
1695 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libevent_openssl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libevent_openssl_la-bufferevent_openssl.lo -MD -MP -MF $(DEPDIR)/libevent_openssl_la-bufferevent_openssl.Tpo -c -o libevent_openssl_la-bufferevent_openssl.lo `test -f 'bufferevent_openssl.c' || echo '$(srcdir)/'`bufferevent_openssl.c
1696 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libevent_openssl_la-bufferevent_openssl.Tpo $(DEPDIR)/libevent_openssl_la-bufferevent_openssl.Plo
1697 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='bufferevent_openssl.c' object='libevent_openssl_la-bufferevent_openssl.lo' libtool=yes @AMDEPBACKSLASH@
1698 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1699 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libevent_openssl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libevent_openssl_la-bufferevent_openssl.lo `test -f 'bufferevent_openssl.c' || echo '$(srcdir)/'`bufferevent_openssl.c
1700
1701 test/test_regress-regress.o: test/regress.c
1702 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test/test_regress-regress.o -MD -MP -MF test/$(DEPDIR)/test_regress-regress.Tpo -c -o test/test_regress-regress.o `test -f 'test/regress.c' || echo '$(srcdir)/'`test/regress.c
1703 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) test/$(DEPDIR)/test_regress-regress.Tpo test/$(DEPDIR)/test_regress-regress.Po
1704 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='test/regress.c' object='test/test_regress-regress.o' libtool=no @AMDEPBACKSLASH@
1705 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1706 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test/test_regress-regress.o `test -f 'test/regress.c' || echo '$(srcdir)/'`test/regress.c
1707
1708 test/test_regress-regress.obj: test/regress.c
1709 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test/test_regress-regress.obj -MD -MP -MF test/$(DEPDIR)/test_regress-regress.Tpo -c -o test/test_regress-regress.obj `if test -f 'test/regress.c'; then $(CYGPATH_W) 'test/regress.c'; else $(CYGPATH_W) '$(srcdir)/test/regress.c'; fi`
1710 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) test/$(DEPDIR)/test_regress-regress.Tpo test/$(DEPDIR)/test_regress-regress.Po
1711 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='test/regress.c' object='test/test_regress-regress.obj' libtool=no @AMDEPBACKSLASH@
1712 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1713 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test/test_regress-regress.obj `if test -f 'test/regress.c'; then $(CYGPATH_W) 'test/regress.c'; else $(CYGPATH_W) '$(srcdir)/test/regress.c'; fi`
1714
1715 test/test_regress-regress.gen.o: test/regress.gen.c
1716 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test/test_regress-regress.gen.o -MD -MP -MF test/$(DEPDIR)/test_regress-regress.gen.Tpo -c -o test/test_regress-regress.gen.o `test -f 'test/regress.gen.c' || echo '$(srcdir)/'`test/regress.gen.c
1717 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) test/$(DEPDIR)/test_regress-regress.gen.Tpo test/$(DEPDIR)/test_regress-regress.gen.Po
1718 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='test/regress.gen.c' object='test/test_regress-regress.gen.o' libtool=no @AMDEPBACKSLASH@
1719 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1720 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test/test_regress-regress.gen.o `test -f 'test/regress.gen.c' || echo '$(srcdir)/'`test/regress.gen.c
1721
1722 test/test_regress-regress.gen.obj: test/regress.gen.c
1723 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test/test_regress-regress.gen.obj -MD -MP -MF test/$(DEPDIR)/test_regress-regress.gen.Tpo -c -o test/test_regress-regress.gen.obj `if test -f 'test/regress.gen.c'; then $(CYGPATH_W) 'test/regress.gen.c'; else $(CYGPATH_W) '$(srcdir)/test/regress.gen.c'; fi`
1724 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) test/$(DEPDIR)/test_regress-regress.gen.Tpo test/$(DEPDIR)/test_regress-regress.gen.Po
1725 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='test/regress.gen.c' object='test/test_regress-regress.gen.obj' libtool=no @AMDEPBACKSLASH@
1726 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1727 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test/test_regress-regress.gen.obj `if test -f 'test/regress.gen.c'; then $(CYGPATH_W) 'test/regress.gen.c'; else $(CYGPATH_W) '$(srcdir)/test/regress.gen.c'; fi`
1728
1729 test/test_regress-regress_buffer.o: test/regress_buffer.c
1730 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test/test_regress-regress_buffer.o -MD -MP -MF test/$(DEPDIR)/test_regress-regress_buffer.Tpo -c -o test/test_regress-regress_buffer.o `test -f 'test/regress_buffer.c' || echo '$(srcdir)/'`test/regress_buffer.c
1731 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) test/$(DEPDIR)/test_regress-regress_buffer.Tpo test/$(DEPDIR)/test_regress-regress_buffer.Po
1732 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='test/regress_buffer.c' object='test/test_regress-regress_buffer.o' libtool=no @AMDEPBACKSLASH@
1733 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1734 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test/test_regress-regress_buffer.o `test -f 'test/regress_buffer.c' || echo '$(srcdir)/'`test/regress_buffer.c
1735
1736 test/test_regress-regress_buffer.obj: test/regress_buffer.c
1737 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test/test_regress-regress_buffer.obj -MD -MP -MF test/$(DEPDIR)/test_regress-regress_buffer.Tpo -c -o test/test_regress-regress_buffer.obj `if test -f 'test/regress_buffer.c'; then $(CYGPATH_W) 'test/regress_buffer.c'; else $(CYGPATH_W) '$(srcdir)/test/regress_buffer.c'; fi`
1738 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) test/$(DEPDIR)/test_regress-regress_buffer.Tpo test/$(DEPDIR)/test_regress-regress_buffer.Po
1739 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='test/regress_buffer.c' object='test/test_regress-regress_buffer.obj' libtool=no @AMDEPBACKSLASH@
1740 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1741 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test/test_regress-regress_buffer.obj `if test -f 'test/regress_buffer.c'; then $(CYGPATH_W) 'test/regress_buffer.c'; else $(CYGPATH_W) '$(srcdir)/test/regress_buffer.c'; fi`
1742
1743 test/test_regress-regress_bufferevent.o: test/regress_bufferevent.c
1744 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test/test_regress-regress_bufferevent.o -MD -MP -MF test/$(DEPDIR)/test_regress-regress_bufferevent.Tpo -c -o test/test_regress-regress_bufferevent.o `test -f 'test/regress_bufferevent.c' || echo '$(srcdir)/'`test/regress_bufferevent.c
1745 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) test/$(DEPDIR)/test_regress-regress_bufferevent.Tpo test/$(DEPDIR)/test_regress-regress_bufferevent.Po
1746 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='test/regress_bufferevent.c' object='test/test_regress-regress_bufferevent.o' libtool=no @AMDEPBACKSLASH@
1747 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1748 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test/test_regress-regress_bufferevent.o `test -f 'test/regress_bufferevent.c' || echo '$(srcdir)/'`test/regress_bufferevent.c
1749
1750 test/test_regress-regress_bufferevent.obj: test/regress_bufferevent.c
1751 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test/test_regress-regress_bufferevent.obj -MD -MP -MF test/$(DEPDIR)/test_regress-regress_bufferevent.Tpo -c -o test/test_regress-regress_bufferevent.obj `if test -f 'test/regress_bufferevent.c'; then $(CYGPATH_W) 'test/regress_bufferevent.c'; else $(CYGPATH_W) '$(srcdir)/test/regress_bufferevent.c'; fi`
1752 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) test/$(DEPDIR)/test_regress-regress_bufferevent.Tpo test/$(DEPDIR)/test_regress-regress_bufferevent.Po
1753 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='test/regress_bufferevent.c' object='test/test_regress-regress_bufferevent.obj' libtool=no @AMDEPBACKSLASH@
1754 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1755 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test/test_regress-regress_bufferevent.obj `if test -f 'test/regress_bufferevent.c'; then $(CYGPATH_W) 'test/regress_bufferevent.c'; else $(CYGPATH_W) '$(srcdir)/test/regress_bufferevent.c'; fi`
1756
1757 test/test_regress-regress_dns.o: test/regress_dns.c
1758 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test/test_regress-regress_dns.o -MD -MP -MF test/$(DEPDIR)/test_regress-regress_dns.Tpo -c -o test/test_regress-regress_dns.o `test -f 'test/regress_dns.c' || echo '$(srcdir)/'`test/regress_dns.c
1759 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) test/$(DEPDIR)/test_regress-regress_dns.Tpo test/$(DEPDIR)/test_regress-regress_dns.Po
1760 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='test/regress_dns.c' object='test/test_regress-regress_dns.o' libtool=no @AMDEPBACKSLASH@
1761 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1762 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test/test_regress-regress_dns.o `test -f 'test/regress_dns.c' || echo '$(srcdir)/'`test/regress_dns.c
1763
1764 test/test_regress-regress_dns.obj: test/regress_dns.c
1765 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test/test_regress-regress_dns.obj -MD -MP -MF test/$(DEPDIR)/test_regress-regress_dns.Tpo -c -o test/test_regress-regress_dns.obj `if test -f 'test/regress_dns.c'; then $(CYGPATH_W) 'test/regress_dns.c'; else $(CYGPATH_W) '$(srcdir)/test/regress_dns.c'; fi`
1766 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) test/$(DEPDIR)/test_regress-regress_dns.Tpo test/$(DEPDIR)/test_regress-regress_dns.Po
1767 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='test/regress_dns.c' object='test/test_regress-regress_dns.obj' libtool=no @AMDEPBACKSLASH@
1768 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1769 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test/test_regress-regress_dns.obj `if test -f 'test/regress_dns.c'; then $(CYGPATH_W) 'test/regress_dns.c'; else $(CYGPATH_W) '$(srcdir)/test/regress_dns.c'; fi`
1770
1771 test/test_regress-regress_et.o: test/regress_et.c
1772 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test/test_regress-regress_et.o -MD -MP -MF test/$(DEPDIR)/test_regress-regress_et.Tpo -c -o test/test_regress-regress_et.o `test -f 'test/regress_et.c' || echo '$(srcdir)/'`test/regress_et.c
1773 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) test/$(DEPDIR)/test_regress-regress_et.Tpo test/$(DEPDIR)/test_regress-regress_et.Po
1774 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='test/regress_et.c' object='test/test_regress-regress_et.o' libtool=no @AMDEPBACKSLASH@
1775 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1776 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test/test_regress-regress_et.o `test -f 'test/regress_et.c' || echo '$(srcdir)/'`test/regress_et.c
1777
1778 test/test_regress-regress_et.obj: test/regress_et.c
1779 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test/test_regress-regress_et.obj -MD -MP -MF test/$(DEPDIR)/test_regress-regress_et.Tpo -c -o test/test_regress-regress_et.obj `if test -f 'test/regress_et.c'; then $(CYGPATH_W) 'test/regress_et.c'; else $(CYGPATH_W) '$(srcdir)/test/regress_et.c'; fi`
1780 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) test/$(DEPDIR)/test_regress-regress_et.Tpo test/$(DEPDIR)/test_regress-regress_et.Po
1781 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='test/regress_et.c' object='test/test_regress-regress_et.obj' libtool=no @AMDEPBACKSLASH@
1782 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1783 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test/test_regress-regress_et.obj `if test -f 'test/regress_et.c'; then $(CYGPATH_W) 'test/regress_et.c'; else $(CYGPATH_W) '$(srcdir)/test/regress_et.c'; fi`
1784
1785 test/test_regress-regress_finalize.o: test/regress_finalize.c
1786 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test/test_regress-regress_finalize.o -MD -MP -MF test/$(DEPDIR)/test_regress-regress_finalize.Tpo -c -o test/test_regress-regress_finalize.o `test -f 'test/regress_finalize.c' || echo '$(srcdir)/'`test/regress_finalize.c
1787 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) test/$(DEPDIR)/test_regress-regress_finalize.Tpo test/$(DEPDIR)/test_regress-regress_finalize.Po
1788 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='test/regress_finalize.c' object='test/test_regress-regress_finalize.o' libtool=no @AMDEPBACKSLASH@
1789 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1790 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test/test_regress-regress_finalize.o `test -f 'test/regress_finalize.c' || echo '$(srcdir)/'`test/regress_finalize.c
1791
1792 test/test_regress-regress_finalize.obj: test/regress_finalize.c
1793 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test/test_regress-regress_finalize.obj -MD -MP -MF test/$(DEPDIR)/test_regress-regress_finalize.Tpo -c -o test/test_regress-regress_finalize.obj `if test -f 'test/regress_finalize.c'; then $(CYGPATH_W) 'test/regress_finalize.c'; else $(CYGPATH_W) '$(srcdir)/test/regress_finalize.c'; fi`
1794 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) test/$(DEPDIR)/test_regress-regress_finalize.Tpo test/$(DEPDIR)/test_regress-regress_finalize.Po
1795 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='test/regress_finalize.c' object='test/test_regress-regress_finalize.obj' libtool=no @AMDEPBACKSLASH@
1796 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1797 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test/test_regress-regress_finalize.obj `if test -f 'test/regress_finalize.c'; then $(CYGPATH_W) 'test/regress_finalize.c'; else $(CYGPATH_W) '$(srcdir)/test/regress_finalize.c'; fi`
1798
1799 test/test_regress-regress_http.o: test/regress_http.c
1800 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test/test_regress-regress_http.o -MD -MP -MF test/$(DEPDIR)/test_regress-regress_http.Tpo -c -o test/test_regress-regress_http.o `test -f 'test/regress_http.c' || echo '$(srcdir)/'`test/regress_http.c
1801 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) test/$(DEPDIR)/test_regress-regress_http.Tpo test/$(DEPDIR)/test_regress-regress_http.Po
1802 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='test/regress_http.c' object='test/test_regress-regress_http.o' libtool=no @AMDEPBACKSLASH@
1803 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1804 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test/test_regress-regress_http.o `test -f 'test/regress_http.c' || echo '$(srcdir)/'`test/regress_http.c
1805
1806 test/test_regress-regress_http.obj: test/regress_http.c
1807 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test/test_regress-regress_http.obj -MD -MP -MF test/$(DEPDIR)/test_regress-regress_http.Tpo -c -o test/test_regress-regress_http.obj `if test -f 'test/regress_http.c'; then $(CYGPATH_W) 'test/regress_http.c'; else $(CYGPATH_W) '$(srcdir)/test/regress_http.c'; fi`
1808 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) test/$(DEPDIR)/test_regress-regress_http.Tpo test/$(DEPDIR)/test_regress-regress_http.Po
1809 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='test/regress_http.c' object='test/test_regress-regress_http.obj' libtool=no @AMDEPBACKSLASH@
1810 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1811 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test/test_regress-regress_http.obj `if test -f 'test/regress_http.c'; then $(CYGPATH_W) 'test/regress_http.c'; else $(CYGPATH_W) '$(srcdir)/test/regress_http.c'; fi`
1812
1813 test/test_regress-regress_listener.o: test/regress_listener.c
1814 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test/test_regress-regress_listener.o -MD -MP -MF test/$(DEPDIR)/test_regress-regress_listener.Tpo -c -o test/test_regress-regress_listener.o `test -f 'test/regress_listener.c' || echo '$(srcdir)/'`test/regress_listener.c
1815 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) test/$(DEPDIR)/test_regress-regress_listener.Tpo test/$(DEPDIR)/test_regress-regress_listener.Po
1816 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='test/regress_listener.c' object='test/test_regress-regress_listener.o' libtool=no @AMDEPBACKSLASH@
1817 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1818 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test/test_regress-regress_listener.o `test -f 'test/regress_listener.c' || echo '$(srcdir)/'`test/regress_listener.c
1819
1820 test/test_regress-regress_listener.obj: test/regress_listener.c
1821 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test/test_regress-regress_listener.obj -MD -MP -MF test/$(DEPDIR)/test_regress-regress_listener.Tpo -c -o test/test_regress-regress_listener.obj `if test -f 'test/regress_listener.c'; then $(CYGPATH_W) 'test/regress_listener.c'; else $(CYGPATH_W) '$(srcdir)/test/regress_listener.c'; fi`
1822 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) test/$(DEPDIR)/test_regress-regress_listener.Tpo test/$(DEPDIR)/test_regress-regress_listener.Po
1823 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='test/regress_listener.c' object='test/test_regress-regress_listener.obj' libtool=no @AMDEPBACKSLASH@
1824 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1825 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test/test_regress-regress_listener.obj `if test -f 'test/regress_listener.c'; then $(CYGPATH_W) 'test/regress_listener.c'; else $(CYGPATH_W) '$(srcdir)/test/regress_listener.c'; fi`
1826
1827 test/test_regress-regress_main.o: test/regress_main.c
1828 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test/test_regress-regress_main.o -MD -MP -MF test/$(DEPDIR)/test_regress-regress_main.Tpo -c -o test/test_regress-regress_main.o `test -f 'test/regress_main.c' || echo '$(srcdir)/'`test/regress_main.c
1829 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) test/$(DEPDIR)/test_regress-regress_main.Tpo test/$(DEPDIR)/test_regress-regress_main.Po
1830 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='test/regress_main.c' object='test/test_regress-regress_main.o' libtool=no @AMDEPBACKSLASH@
1831 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1832 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test/test_regress-regress_main.o `test -f 'test/regress_main.c' || echo '$(srcdir)/'`test/regress_main.c
1833
1834 test/test_regress-regress_main.obj: test/regress_main.c
1835 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test/test_regress-regress_main.obj -MD -MP -MF test/$(DEPDIR)/test_regress-regress_main.Tpo -c -o test/test_regress-regress_main.obj `if test -f 'test/regress_main.c'; then $(CYGPATH_W) 'test/regress_main.c'; else $(CYGPATH_W) '$(srcdir)/test/regress_main.c'; fi`
1836 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) test/$(DEPDIR)/test_regress-regress_main.Tpo test/$(DEPDIR)/test_regress-regress_main.Po
1837 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='test/regress_main.c' object='test/test_regress-regress_main.obj' libtool=no @AMDEPBACKSLASH@
1838 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1839 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test/test_regress-regress_main.obj `if test -f 'test/regress_main.c'; then $(CYGPATH_W) 'test/regress_main.c'; else $(CYGPATH_W) '$(srcdir)/test/regress_main.c'; fi`
1840
1841 test/test_regress-regress_minheap.o: test/regress_minheap.c
1842 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test/test_regress-regress_minheap.o -MD -MP -MF test/$(DEPDIR)/test_regress-regress_minheap.Tpo -c -o test/test_regress-regress_minheap.o `test -f 'test/regress_minheap.c' || echo '$(srcdir)/'`test/regress_minheap.c
1843 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) test/$(DEPDIR)/test_regress-regress_minheap.Tpo test/$(DEPDIR)/test_regress-regress_minheap.Po
1844 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='test/regress_minheap.c' object='test/test_regress-regress_minheap.o' libtool=no @AMDEPBACKSLASH@
1845 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1846 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test/test_regress-regress_minheap.o `test -f 'test/regress_minheap.c' || echo '$(srcdir)/'`test/regress_minheap.c
1847
1848 test/test_regress-regress_minheap.obj: test/regress_minheap.c
1849 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test/test_regress-regress_minheap.obj -MD -MP -MF test/$(DEPDIR)/test_regress-regress_minheap.Tpo -c -o test/test_regress-regress_minheap.obj `if test -f 'test/regress_minheap.c'; then $(CYGPATH_W) 'test/regress_minheap.c'; else $(CYGPATH_W) '$(srcdir)/test/regress_minheap.c'; fi`
1850 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) test/$(DEPDIR)/test_regress-regress_minheap.Tpo test/$(DEPDIR)/test_regress-regress_minheap.Po
1851 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='test/regress_minheap.c' object='test/test_regress-regress_minheap.obj' libtool=no @AMDEPBACKSLASH@
1852 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1853 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test/test_regress-regress_minheap.obj `if test -f 'test/regress_minheap.c'; then $(CYGPATH_W) 'test/regress_minheap.c'; else $(CYGPATH_W) '$(srcdir)/test/regress_minheap.c'; fi`
1854
1855 test/test_regress-regress_rpc.o: test/regress_rpc.c
1856 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test/test_regress-regress_rpc.o -MD -MP -MF test/$(DEPDIR)/test_regress-regress_rpc.Tpo -c -o test/test_regress-regress_rpc.o `test -f 'test/regress_rpc.c' || echo '$(srcdir)/'`test/regress_rpc.c
1857 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) test/$(DEPDIR)/test_regress-regress_rpc.Tpo test/$(DEPDIR)/test_regress-regress_rpc.Po
1858 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='test/regress_rpc.c' object='test/test_regress-regress_rpc.o' libtool=no @AMDEPBACKSLASH@
1859 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1860 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test/test_regress-regress_rpc.o `test -f 'test/regress_rpc.c' || echo '$(srcdir)/'`test/regress_rpc.c
1861
1862 test/test_regress-regress_rpc.obj: test/regress_rpc.c
1863 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test/test_regress-regress_rpc.obj -MD -MP -MF test/$(DEPDIR)/test_regress-regress_rpc.Tpo -c -o test/test_regress-regress_rpc.obj `if test -f 'test/regress_rpc.c'; then $(CYGPATH_W) 'test/regress_rpc.c'; else $(CYGPATH_W) '$(srcdir)/test/regress_rpc.c'; fi`
1864 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) test/$(DEPDIR)/test_regress-regress_rpc.Tpo test/$(DEPDIR)/test_regress-regress_rpc.Po
1865 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='test/regress_rpc.c' object='test/test_regress-regress_rpc.obj' libtool=no @AMDEPBACKSLASH@
1866 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1867 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test/test_regress-regress_rpc.obj `if test -f 'test/regress_rpc.c'; then $(CYGPATH_W) 'test/regress_rpc.c'; else $(CYGPATH_W) '$(srcdir)/test/regress_rpc.c'; fi`
1868
1869 test/test_regress-regress_testutils.o: test/regress_testutils.c
1870 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test/test_regress-regress_testutils.o -MD -MP -MF test/$(DEPDIR)/test_regress-regress_testutils.Tpo -c -o test/test_regress-regress_testutils.o `test -f 'test/regress_testutils.c' || echo '$(srcdir)/'`test/regress_testutils.c
1871 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) test/$(DEPDIR)/test_regress-regress_testutils.Tpo test/$(DEPDIR)/test_regress-regress_testutils.Po
1872 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='test/regress_testutils.c' object='test/test_regress-regress_testutils.o' libtool=no @AMDEPBACKSLASH@
1873 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1874 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test/test_regress-regress_testutils.o `test -f 'test/regress_testutils.c' || echo '$(srcdir)/'`test/regress_testutils.c
1875
1876 test/test_regress-regress_testutils.obj: test/regress_testutils.c
1877 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test/test_regress-regress_testutils.obj -MD -MP -MF test/$(DEPDIR)/test_regress-regress_testutils.Tpo -c -o test/test_regress-regress_testutils.obj `if test -f 'test/regress_testutils.c'; then $(CYGPATH_W) 'test/regress_testutils.c'; else $(CYGPATH_W) '$(srcdir)/test/regress_testutils.c'; fi`
1878 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) test/$(DEPDIR)/test_regress-regress_testutils.Tpo test/$(DEPDIR)/test_regress-regress_testutils.Po
1879 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='test/regress_testutils.c' object='test/test_regress-regress_testutils.obj' libtool=no @AMDEPBACKSLASH@
1880 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1881 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test/test_regress-regress_testutils.obj `if test -f 'test/regress_testutils.c'; then $(CYGPATH_W) 'test/regress_testutils.c'; else $(CYGPATH_W) '$(srcdir)/test/regress_testutils.c'; fi`
1882
1883 test/test_regress-regress_util.o: test/regress_util.c
1884 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test/test_regress-regress_util.o -MD -MP -MF test/$(DEPDIR)/test_regress-regress_util.Tpo -c -o test/test_regress-regress_util.o `test -f 'test/regress_util.c' || echo '$(srcdir)/'`test/regress_util.c
1885 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) test/$(DEPDIR)/test_regress-regress_util.Tpo test/$(DEPDIR)/test_regress-regress_util.Po
1886 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='test/regress_util.c' object='test/test_regress-regress_util.o' libtool=no @AMDEPBACKSLASH@
1887 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1888 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test/test_regress-regress_util.o `test -f 'test/regress_util.c' || echo '$(srcdir)/'`test/regress_util.c
1889
1890 test/test_regress-regress_util.obj: test/regress_util.c
1891 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test/test_regress-regress_util.obj -MD -MP -MF test/$(DEPDIR)/test_regress-regress_util.Tpo -c -o test/test_regress-regress_util.obj `if test -f 'test/regress_util.c'; then $(CYGPATH_W) 'test/regress_util.c'; else $(CYGPATH_W) '$(srcdir)/test/regress_util.c'; fi`
1892 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) test/$(DEPDIR)/test_regress-regress_util.Tpo test/$(DEPDIR)/test_regress-regress_util.Po
1893 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='test/regress_util.c' object='test/test_regress-regress_util.obj' libtool=no @AMDEPBACKSLASH@
1894 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1895 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test/test_regress-regress_util.obj `if test -f 'test/regress_util.c'; then $(CYGPATH_W) 'test/regress_util.c'; else $(CYGPATH_W) '$(srcdir)/test/regress_util.c'; fi`
1896
1897 test/test_regress-tinytest.o: test/tinytest.c
1898 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test/test_regress-tinytest.o -MD -MP -MF test/$(DEPDIR)/test_regress-tinytest.Tpo -c -o test/test_regress-tinytest.o `test -f 'test/tinytest.c' || echo '$(srcdir)/'`test/tinytest.c
1899 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) test/$(DEPDIR)/test_regress-tinytest.Tpo test/$(DEPDIR)/test_regress-tinytest.Po
1900 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='test/tinytest.c' object='test/test_regress-tinytest.o' libtool=no @AMDEPBACKSLASH@
1901 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1902 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test/test_regress-tinytest.o `test -f 'test/tinytest.c' || echo '$(srcdir)/'`test/tinytest.c
1903
1904 test/test_regress-tinytest.obj: test/tinytest.c
1905 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test/test_regress-tinytest.obj -MD -MP -MF test/$(DEPDIR)/test_regress-tinytest.Tpo -c -o test/test_regress-tinytest.obj `if test -f 'test/tinytest.c'; then $(CYGPATH_W) 'test/tinytest.c'; else $(CYGPATH_W) '$(srcdir)/test/tinytest.c'; fi`
1906 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) test/$(DEPDIR)/test_regress-tinytest.Tpo test/$(DEPDIR)/test_regress-tinytest.Po
1907 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='test/tinytest.c' object='test/test_regress-tinytest.obj' libtool=no @AMDEPBACKSLASH@
1908 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1909 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test/test_regress-tinytest.obj `if test -f 'test/tinytest.c'; then $(CYGPATH_W) 'test/tinytest.c'; else $(CYGPATH_W) '$(srcdir)/test/tinytest.c'; fi`
1910
1911 test/test_regress-regress_thread.o: test/regress_thread.c
1912 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test/test_regress-regress_thread.o -MD -MP -MF test/$(DEPDIR)/test_regress-regress_thread.Tpo -c -o test/test_regress-regress_thread.o `test -f 'test/regress_thread.c' || echo '$(srcdir)/'`test/regress_thread.c
1913 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) test/$(DEPDIR)/test_regress-regress_thread.Tpo test/$(DEPDIR)/test_regress-regress_thread.Po
1914 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='test/regress_thread.c' object='test/test_regress-regress_thread.o' libtool=no @AMDEPBACKSLASH@
1915 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1916 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test/test_regress-regress_thread.o `test -f 'test/regress_thread.c' || echo '$(srcdir)/'`test/regress_thread.c
1917
1918 test/test_regress-regress_thread.obj: test/regress_thread.c
1919 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test/test_regress-regress_thread.obj -MD -MP -MF test/$(DEPDIR)/test_regress-regress_thread.Tpo -c -o test/test_regress-regress_thread.obj `if test -f 'test/regress_thread.c'; then $(CYGPATH_W) 'test/regress_thread.c'; else $(CYGPATH_W) '$(srcdir)/test/regress_thread.c'; fi`
1920 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) test/$(DEPDIR)/test_regress-regress_thread.Tpo test/$(DEPDIR)/test_regress-regress_thread.Po
1921 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='test/regress_thread.c' object='test/test_regress-regress_thread.obj' libtool=no @AMDEPBACKSLASH@
1922 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1923 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test/test_regress-regress_thread.obj `if test -f 'test/regress_thread.c'; then $(CYGPATH_W) 'test/regress_thread.c'; else $(CYGPATH_W) '$(srcdir)/test/regress_thread.c'; fi`
1924
1925 test/test_regress-regress_zlib.o: test/regress_zlib.c
1926 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test/test_regress-regress_zlib.o -MD -MP -MF test/$(DEPDIR)/test_regress-regress_zlib.Tpo -c -o test/test_regress-regress_zlib.o `test -f 'test/regress_zlib.c' || echo '$(srcdir)/'`test/regress_zlib.c
1927 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) test/$(DEPDIR)/test_regress-regress_zlib.Tpo test/$(DEPDIR)/test_regress-regress_zlib.Po
1928 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='test/regress_zlib.c' object='test/test_regress-regress_zlib.o' libtool=no @AMDEPBACKSLASH@
1929 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1930 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test/test_regress-regress_zlib.o `test -f 'test/regress_zlib.c' || echo '$(srcdir)/'`test/regress_zlib.c
1931
1932 test/test_regress-regress_zlib.obj: test/regress_zlib.c
1933 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test/test_regress-regress_zlib.obj -MD -MP -MF test/$(DEPDIR)/test_regress-regress_zlib.Tpo -c -o test/test_regress-regress_zlib.obj `if test -f 'test/regress_zlib.c'; then $(CYGPATH_W) 'test/regress_zlib.c'; else $(CYGPATH_W) '$(srcdir)/test/regress_zlib.c'; fi`
1934 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) test/$(DEPDIR)/test_regress-regress_zlib.Tpo test/$(DEPDIR)/test_regress-regress_zlib.Po
1935 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='test/regress_zlib.c' object='test/test_regress-regress_zlib.obj' libtool=no @AMDEPBACKSLASH@
1936 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1937 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test/test_regress-regress_zlib.obj `if test -f 'test/regress_zlib.c'; then $(CYGPATH_W) 'test/regress_zlib.c'; else $(CYGPATH_W) '$(srcdir)/test/regress_zlib.c'; fi`
1938
1939 test/test_regress-regress_iocp.o: test/regress_iocp.c
1940 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test/test_regress-regress_iocp.o -MD -MP -MF test/$(DEPDIR)/test_regress-regress_iocp.Tpo -c -o test/test_regress-regress_iocp.o `test -f 'test/regress_iocp.c' || echo '$(srcdir)/'`test/regress_iocp.c
1941 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) test/$(DEPDIR)/test_regress-regress_iocp.Tpo test/$(DEPDIR)/test_regress-regress_iocp.Po
1942 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='test/regress_iocp.c' object='test/test_regress-regress_iocp.o' libtool=no @AMDEPBACKSLASH@
1943 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1944 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test/test_regress-regress_iocp.o `test -f 'test/regress_iocp.c' || echo '$(srcdir)/'`test/regress_iocp.c
1945
1946 test/test_regress-regress_iocp.obj: test/regress_iocp.c
1947 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test/test_regress-regress_iocp.obj -MD -MP -MF test/$(DEPDIR)/test_regress-regress_iocp.Tpo -c -o test/test_regress-regress_iocp.obj `if test -f 'test/regress_iocp.c'; then $(CYGPATH_W) 'test/regress_iocp.c'; else $(CYGPATH_W) '$(srcdir)/test/regress_iocp.c'; fi`
1948 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) test/$(DEPDIR)/test_regress-regress_iocp.Tpo test/$(DEPDIR)/test_regress-regress_iocp.Po
1949 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='test/regress_iocp.c' object='test/test_regress-regress_iocp.obj' libtool=no @AMDEPBACKSLASH@
1950 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1951 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test/test_regress-regress_iocp.obj `if test -f 'test/regress_iocp.c'; then $(CYGPATH_W) 'test/regress_iocp.c'; else $(CYGPATH_W) '$(srcdir)/test/regress_iocp.c'; fi`
1952
1953 test/test_regress-regress_ssl.o: test/regress_ssl.c
1954 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test/test_regress-regress_ssl.o -MD -MP -MF test/$(DEPDIR)/test_regress-regress_ssl.Tpo -c -o test/test_regress-regress_ssl.o `test -f 'test/regress_ssl.c' || echo '$(srcdir)/'`test/regress_ssl.c
1955 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) test/$(DEPDIR)/test_regress-regress_ssl.Tpo test/$(DEPDIR)/test_regress-regress_ssl.Po
1956 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='test/regress_ssl.c' object='test/test_regress-regress_ssl.o' libtool=no @AMDEPBACKSLASH@
1957 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1958 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test/test_regress-regress_ssl.o `test -f 'test/regress_ssl.c' || echo '$(srcdir)/'`test/regress_ssl.c
1959
1960 test/test_regress-regress_ssl.obj: test/regress_ssl.c
1961 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test/test_regress-regress_ssl.obj -MD -MP -MF test/$(DEPDIR)/test_regress-regress_ssl.Tpo -c -o test/test_regress-regress_ssl.obj `if test -f 'test/regress_ssl.c'; then $(CYGPATH_W) 'test/regress_ssl.c'; else $(CYGPATH_W) '$(srcdir)/test/regress_ssl.c'; fi`
1962 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) test/$(DEPDIR)/test_regress-regress_ssl.Tpo test/$(DEPDIR)/test_regress-regress_ssl.Po
1963 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='test/regress_ssl.c' object='test/test_regress-regress_ssl.obj' libtool=no @AMDEPBACKSLASH@
1964 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1965 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_regress_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test/test_regress-regress_ssl.obj `if test -f 'test/regress_ssl.c'; then $(CYGPATH_W) 'test/regress_ssl.c'; else $(CYGPATH_W) '$(srcdir)/test/regress_ssl.c'; fi`
1966
1967 mostlyclean-libtool:
1968         -rm -f *.lo
1969
1970 clean-libtool:
1971         -rm -rf .libs _libs
1972         -rm -rf sample/.libs sample/_libs
1973         -rm -rf test/.libs test/_libs
1974
1975 distclean-libtool:
1976         -rm -f libtool config.lt
1977 install-pkgconfigDATA: $(pkgconfig_DATA)
1978         @$(NORMAL_INSTALL)
1979         @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
1980         if test -n "$$list"; then \
1981           echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \
1982           $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \
1983         fi; \
1984         for p in $$list; do \
1985           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1986           echo "$$d$$p"; \
1987         done | $(am__base_list) | \
1988         while read files; do \
1989           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
1990           $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
1991         done
1992
1993 uninstall-pkgconfigDATA:
1994         @$(NORMAL_UNINSTALL)
1995         @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
1996         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1997         dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
1998 install-includeHEADERS: $(include_HEADERS)
1999         @$(NORMAL_INSTALL)
2000         @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
2001         if test -n "$$list"; then \
2002           echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \
2003           $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \
2004         fi; \
2005         for p in $$list; do \
2006           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2007           echo "$$d$$p"; \
2008         done | $(am__base_list) | \
2009         while read files; do \
2010           echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \
2011           $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \
2012         done
2013
2014 uninstall-includeHEADERS:
2015         @$(NORMAL_UNINSTALL)
2016         @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
2017         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2018         dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
2019 install-include_event2HEADERS: $(include_event2_HEADERS)
2020         @$(NORMAL_INSTALL)
2021         @list='$(include_event2_HEADERS)'; test -n "$(include_event2dir)" || list=; \
2022         if test -n "$$list"; then \
2023           echo " $(MKDIR_P) '$(DESTDIR)$(include_event2dir)'"; \
2024           $(MKDIR_P) "$(DESTDIR)$(include_event2dir)" || exit 1; \
2025         fi; \
2026         for p in $$list; do \
2027           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2028           echo "$$d$$p"; \
2029         done | $(am__base_list) | \
2030         while read files; do \
2031           echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(include_event2dir)'"; \
2032           $(INSTALL_HEADER) $$files "$(DESTDIR)$(include_event2dir)" || exit $$?; \
2033         done
2034
2035 uninstall-include_event2HEADERS:
2036         @$(NORMAL_UNINSTALL)
2037         @list='$(include_event2_HEADERS)'; test -n "$(include_event2dir)" || list=; \
2038         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2039         dir='$(DESTDIR)$(include_event2dir)'; $(am__uninstall_files_from_dir)
2040 install-nodist_include_event2HEADERS: $(nodist_include_event2_HEADERS)
2041         @$(NORMAL_INSTALL)
2042         @list='$(nodist_include_event2_HEADERS)'; test -n "$(include_event2dir)" || list=; \
2043         if test -n "$$list"; then \
2044           echo " $(MKDIR_P) '$(DESTDIR)$(include_event2dir)'"; \
2045           $(MKDIR_P) "$(DESTDIR)$(include_event2dir)" || exit 1; \
2046         fi; \
2047         for p in $$list; do \
2048           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2049           echo "$$d$$p"; \
2050         done | $(am__base_list) | \
2051         while read files; do \
2052           echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(include_event2dir)'"; \
2053           $(INSTALL_HEADER) $$files "$(DESTDIR)$(include_event2dir)" || exit $$?; \
2054         done
2055
2056 uninstall-nodist_include_event2HEADERS:
2057         @$(NORMAL_UNINSTALL)
2058         @list='$(nodist_include_event2_HEADERS)'; test -n "$(include_event2dir)" || list=; \
2059         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2060         dir='$(DESTDIR)$(include_event2dir)'; $(am__uninstall_files_from_dir)
2061
2062 ID: $(am__tagged_files)
2063         $(am__define_uniq_tagged_files); mkid -fID $$unique
2064 tags: tags-am
2065 TAGS: tags
2066
2067 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
2068         set x; \
2069         here=`pwd`; \
2070         $(am__define_uniq_tagged_files); \
2071         shift; \
2072         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
2073           test -n "$$unique" || unique=$$empty_fix; \
2074           if test $$# -gt 0; then \
2075             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
2076               "$$@" $$unique; \
2077           else \
2078             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
2079               $$unique; \
2080           fi; \
2081         fi
2082 ctags: ctags-am
2083
2084 CTAGS: ctags
2085 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
2086         $(am__define_uniq_tagged_files); \
2087         test -z "$(CTAGS_ARGS)$$unique" \
2088           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
2089              $$unique
2090
2091 GTAGS:
2092         here=`$(am__cd) $(top_builddir) && pwd` \
2093           && $(am__cd) $(top_srcdir) \
2094           && gtags -i $(GTAGS_ARGS) "$$here"
2095 cscope: cscope.files
2096         test ! -s cscope.files \
2097           || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
2098 clean-cscope:
2099         -rm -f cscope.files
2100 cscope.files: clean-cscope cscopelist
2101 cscopelist: cscopelist-am
2102
2103 cscopelist-am: $(am__tagged_files)
2104         list='$(am__tagged_files)'; \
2105         case "$(srcdir)" in \
2106           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
2107           *) sdir=$(subdir)/$(srcdir) ;; \
2108         esac; \
2109         for i in $$list; do \
2110           if test -f "$$i"; then \
2111             echo "$(subdir)/$$i"; \
2112           else \
2113             echo "$$sdir/$$i"; \
2114           fi; \
2115         done >> $(top_builddir)/cscope.files
2116
2117 distclean-tags:
2118         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
2119         -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
2120
2121 # Recover from deleted '.trs' file; this should ensure that
2122 # "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create
2123 # both 'foo.log' and 'foo.trs'.  Break the recipe in two subshells
2124 # to avoid problems with "make -n".
2125 .log.trs:
2126         rm -f $< $@
2127         $(MAKE) $(AM_MAKEFLAGS) $<
2128
2129 # Leading 'am--fnord' is there to ensure the list of targets does not
2130 # expand to empty, as could happen e.g. with make check TESTS=''.
2131 am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck)
2132 am--force-recheck:
2133         @:
2134
2135 $(TEST_SUITE_LOG): $(TEST_LOGS)
2136         @$(am__set_TESTS_bases); \
2137         am__f_ok () { test -f "$$1" && test -r "$$1"; }; \
2138         redo_bases=`for i in $$bases; do \
2139                       am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \
2140                     done`; \
2141         if test -n "$$redo_bases"; then \
2142           redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
2143           redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
2144           if $(am__make_dryrun); then :; else \
2145             rm -f $$redo_logs && rm -f $$redo_results || exit 1; \
2146           fi; \
2147         fi; \
2148         if test -n "$$am__remaking_logs"; then \
2149           echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \
2150                "recursion detected" >&2; \
2151         elif test -n "$$redo_logs"; then \
2152           am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \
2153         fi; \
2154         if $(am__make_dryrun); then :; else \
2155           st=0;  \
2156           errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \
2157           for i in $$redo_bases; do \
2158             test -f $$i.trs && test -r $$i.trs \
2159               || { echo "$$errmsg $$i.trs" >&2; st=1; }; \
2160             test -f $$i.log && test -r $$i.log \
2161               || { echo "$$errmsg $$i.log" >&2; st=1; }; \
2162           done; \
2163           test $$st -eq 0 || exit 1; \
2164         fi
2165         @$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \
2166         ws='[   ]'; \
2167         results=`for b in $$bases; do echo $$b.trs; done`; \
2168         test -n "$$results" || results=/dev/null; \
2169         all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
2170         pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
2171         fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
2172         skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
2173         xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
2174         xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
2175         error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
2176         if test `expr $$fail + $$xpass + $$error` -eq 0; then \
2177           success=true; \
2178         else \
2179           success=false; \
2180         fi; \
2181         br='==================='; br=$$br$$br$$br$$br; \
2182         result_count () \
2183         { \
2184             if test x"$$1" = x"--maybe-color"; then \
2185               maybe_colorize=yes; \
2186             elif test x"$$1" = x"--no-color"; then \
2187               maybe_colorize=no; \
2188             else \
2189               echo "$@: invalid 'result_count' usage" >&2; exit 4; \
2190             fi; \
2191             shift; \
2192             desc=$$1 count=$$2; \
2193             if test $$maybe_colorize = yes && test $$count -gt 0; then \
2194               color_start=$$3 color_end=$$std; \
2195             else \
2196               color_start= color_end=; \
2197             fi; \
2198             echo "$${color_start}# $$desc $$count$${color_end}"; \
2199         }; \
2200         create_testsuite_report () \
2201         { \
2202           result_count $$1 "TOTAL:" $$all   "$$brg"; \
2203           result_count $$1 "PASS: " $$pass  "$$grn"; \
2204           result_count $$1 "SKIP: " $$skip  "$$blu"; \
2205           result_count $$1 "XFAIL:" $$xfail "$$lgn"; \
2206           result_count $$1 "FAIL: " $$fail  "$$red"; \
2207           result_count $$1 "XPASS:" $$xpass "$$red"; \
2208           result_count $$1 "ERROR:" $$error "$$mgn"; \
2209         }; \
2210         {                                                               \
2211           echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" |       \
2212             $(am__rst_title);                                           \
2213           create_testsuite_report --no-color;                           \
2214           echo;                                                         \
2215           echo ".. contents:: :depth: 2";                               \
2216           echo;                                                         \
2217           for b in $$bases; do echo $$b; done                           \
2218             | $(am__create_global_log);                                 \
2219         } >$(TEST_SUITE_LOG).tmp || exit 1;                             \
2220         mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG);                     \
2221         if $$success; then                                              \
2222           col="$$grn";                                                  \
2223          else                                                           \
2224           col="$$red";                                                  \
2225           test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG);               \
2226         fi;                                                             \
2227         echo "$${col}$$br$${std}";                                      \
2228         echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}";   \
2229         echo "$${col}$$br$${std}";                                      \
2230         create_testsuite_report --maybe-color;                          \
2231         echo "$$col$$br$$std";                                          \
2232         if $$success; then :; else                                      \
2233           echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}";         \
2234           if test -n "$(PACKAGE_BUGREPORT)"; then                       \
2235             echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \
2236           fi;                                                           \
2237           echo "$$col$$br$$std";                                        \
2238         fi;                                                             \
2239         $$success || exit 1
2240
2241 check-TESTS:
2242         @list='$(RECHECK_LOGS)';           test -z "$$list" || rm -f $$list
2243         @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list
2244         @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
2245         @set +e; $(am__set_TESTS_bases); \
2246         log_list=`for i in $$bases; do echo $$i.log; done`; \
2247         trs_list=`for i in $$bases; do echo $$i.trs; done`; \
2248         log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
2249         $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
2250         exit $$?;
2251 recheck: all 
2252         @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
2253         @set +e; $(am__set_TESTS_bases); \
2254         bases=`for i in $$bases; do echo $$i; done \
2255                  | $(am__list_recheck_tests)` || exit 1; \
2256         log_list=`for i in $$bases; do echo $$i.log; done`; \
2257         log_list=`echo $$log_list`; \
2258         $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
2259                 am__force_recheck=am--force-recheck \
2260                 TEST_LOGS="$$log_list"; \
2261         exit $$?
2262 test/test-script.sh.log: test/test-script.sh
2263         @p='test/test-script.sh'; \
2264         b='test/test-script.sh'; \
2265         $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2266         --log-file $$b.log --trs-file $$b.trs \
2267         $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2268         "$$tst" $(AM_TESTS_FD_REDIRECT)
2269 .test.log:
2270         @p='$<'; \
2271         $(am__set_b); \
2272         $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
2273         --log-file $$b.log --trs-file $$b.trs \
2274         $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
2275         "$$tst" $(AM_TESTS_FD_REDIRECT)
2276 @am__EXEEXT_TRUE@.test$(EXEEXT).log:
2277 @am__EXEEXT_TRUE@       @p='$<'; \
2278 @am__EXEEXT_TRUE@       $(am__set_b); \
2279 @am__EXEEXT_TRUE@       $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
2280 @am__EXEEXT_TRUE@       --log-file $$b.log --trs-file $$b.trs \
2281 @am__EXEEXT_TRUE@       $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
2282 @am__EXEEXT_TRUE@       "$$tst" $(AM_TESTS_FD_REDIRECT)
2283
2284 distdir: $(DISTFILES)
2285         $(am__remove_distdir)
2286         test -d "$(distdir)" || mkdir "$(distdir)"
2287         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
2288         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
2289         list='$(DISTFILES)'; \
2290           dist_files=`for file in $$list; do echo $$file; done | \
2291           sed -e "s|^$$srcdirstrip/||;t" \
2292               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
2293         case $$dist_files in \
2294           */*) $(MKDIR_P) `echo "$$dist_files" | \
2295                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
2296                            sort -u` ;; \
2297         esac; \
2298         for file in $$dist_files; do \
2299           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
2300           if test -d $$d/$$file; then \
2301             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
2302             if test -d "$(distdir)/$$file"; then \
2303               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
2304             fi; \
2305             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
2306               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
2307               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
2308             fi; \
2309             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
2310           else \
2311             test -f "$(distdir)/$$file" \
2312             || cp -p $$d/$$file "$(distdir)/$$file" \
2313             || exit 1; \
2314           fi; \
2315         done
2316         -test -n "$(am__skip_mode_fix)" \
2317         || find "$(distdir)" -type d ! -perm -755 \
2318                 -exec chmod u+rwx,go+rx {} \; -o \
2319           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
2320           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
2321           ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
2322         || chmod -R a+r "$(distdir)"
2323 dist-gzip: distdir
2324         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
2325         $(am__post_remove_distdir)
2326
2327 dist-bzip2: distdir
2328         tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
2329         $(am__post_remove_distdir)
2330
2331 dist-lzip: distdir
2332         tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
2333         $(am__post_remove_distdir)
2334
2335 dist-xz: distdir
2336         tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
2337         $(am__post_remove_distdir)
2338
2339 dist-tarZ: distdir
2340         @echo WARNING: "Support for distribution archives compressed with" \
2341                        "legacy program 'compress' is deprecated." >&2
2342         @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
2343         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
2344         $(am__post_remove_distdir)
2345
2346 dist-shar: distdir
2347         @echo WARNING: "Support for shar distribution archives is" \
2348                        "deprecated." >&2
2349         @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
2350         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
2351         $(am__post_remove_distdir)
2352
2353 dist-zip: distdir
2354         -rm -f $(distdir).zip
2355         zip -rq $(distdir).zip $(distdir)
2356         $(am__post_remove_distdir)
2357
2358 dist dist-all:
2359         $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
2360         $(am__post_remove_distdir)
2361
2362 # This target untars the dist file and tries a VPATH configuration.  Then
2363 # it guarantees that the distribution is self-contained by making another
2364 # tarfile.
2365 distcheck: dist
2366         case '$(DIST_ARCHIVES)' in \
2367         *.tar.gz*) \
2368           GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
2369         *.tar.bz2*) \
2370           bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
2371         *.tar.lz*) \
2372           lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
2373         *.tar.xz*) \
2374           xz -dc $(distdir).tar.xz | $(am__untar) ;;\
2375         *.tar.Z*) \
2376           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
2377         *.shar.gz*) \
2378           GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
2379         *.zip*) \
2380           unzip $(distdir).zip ;;\
2381         esac
2382         chmod -R a-w $(distdir)
2383         chmod u+w $(distdir)
2384         mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
2385         chmod a-w $(distdir)
2386         test -d $(distdir)/_build || exit 0; \
2387         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
2388           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
2389           && am__cwd=`pwd` \
2390           && $(am__cd) $(distdir)/_build/sub \
2391           && ../../configure \
2392             $(AM_DISTCHECK_CONFIGURE_FLAGS) \
2393             $(DISTCHECK_CONFIGURE_FLAGS) \
2394             --srcdir=../.. --prefix="$$dc_install_base" \
2395           && $(MAKE) $(AM_MAKEFLAGS) \
2396           && $(MAKE) $(AM_MAKEFLAGS) dvi \
2397           && $(MAKE) $(AM_MAKEFLAGS) check \
2398           && $(MAKE) $(AM_MAKEFLAGS) install \
2399           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
2400           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
2401           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
2402                 distuninstallcheck \
2403           && chmod -R a-w "$$dc_install_base" \
2404           && ({ \
2405                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
2406                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
2407                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
2408                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
2409                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
2410               } || { rm -rf "$$dc_destdir"; exit 1; }) \
2411           && rm -rf "$$dc_destdir" \
2412           && $(MAKE) $(AM_MAKEFLAGS) dist \
2413           && rm -rf $(DIST_ARCHIVES) \
2414           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
2415           && cd "$$am__cwd" \
2416           || exit 1
2417         $(am__post_remove_distdir)
2418         @(echo "$(distdir) archives ready for distribution: "; \
2419           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
2420           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
2421 distuninstallcheck:
2422         @test -n '$(distuninstallcheck_dir)' || { \
2423           echo 'ERROR: trying to run $@ with an empty' \
2424                '$$(distuninstallcheck_dir)' >&2; \
2425           exit 1; \
2426         }; \
2427         $(am__cd) '$(distuninstallcheck_dir)' || { \
2428           echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
2429           exit 1; \
2430         }; \
2431         test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
2432            || { echo "ERROR: files left after uninstall:" ; \
2433                 if test -n "$(DESTDIR)"; then \
2434                   echo "  (check DESTDIR support)"; \
2435                 fi ; \
2436                 $(distuninstallcheck_listfiles) ; \
2437                 exit 1; } >&2
2438 distcleancheck: distclean
2439         @if test '$(srcdir)' = . ; then \
2440           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
2441           exit 1 ; \
2442         fi
2443         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
2444           || { echo "ERROR: files left in build directory after distclean:" ; \
2445                $(distcleancheck_listfiles) ; \
2446                exit 1; } >&2
2447 check-am: all-am
2448         $(MAKE) $(AM_MAKEFLAGS) check-TESTS
2449 check: $(BUILT_SOURCES)
2450         $(MAKE) $(AM_MAKEFLAGS) check-am
2451 all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(SCRIPTS) $(DATA) \
2452                 $(HEADERS) config.h evconfig-private.h
2453 installdirs:
2454         for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(includedir)" "$(DESTDIR)$(include_event2dir)" "$(DESTDIR)$(include_event2dir)"; do \
2455           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
2456         done
2457 install: $(BUILT_SOURCES)
2458         $(MAKE) $(AM_MAKEFLAGS) install-am
2459 install-exec: install-exec-am
2460 install-data: install-data-am
2461 uninstall: uninstall-am
2462
2463 install-am: all-am
2464         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
2465
2466 installcheck: installcheck-am
2467 install-strip:
2468         if test -z '$(STRIP)'; then \
2469           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
2470             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
2471               install; \
2472         else \
2473           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
2474             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
2475             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
2476         fi
2477 mostlyclean-generic:
2478         -test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS)
2479         -test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs)
2480         -test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
2481
2482 clean-generic:
2483         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
2484
2485 distclean-generic:
2486         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
2487         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
2488         -rm -f sample/$(DEPDIR)/$(am__dirstamp)
2489         -rm -f sample/$(am__dirstamp)
2490         -rm -f test/$(DEPDIR)/$(am__dirstamp)
2491         -rm -f test/$(am__dirstamp)
2492         -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
2493
2494 maintainer-clean-generic:
2495         @echo "This command is intended for maintainers to use"
2496         @echo "it deletes files that may require special tools to rebuild."
2497         -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
2498 clean: clean-am
2499
2500 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
2501         clean-noinstLTLIBRARIES clean-noinstPROGRAMS mostlyclean-am
2502
2503 distclean: distclean-am
2504         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
2505         -rm -rf $(DEPDIR) ./$(DEPDIR) sample/$(DEPDIR) test/$(DEPDIR)
2506         -rm -f Makefile
2507 distclean-am: clean-am distclean-compile distclean-generic \
2508         distclean-hdr distclean-libtool distclean-tags
2509
2510 dvi: dvi-am
2511
2512 dvi-am:
2513
2514 html: html-am
2515
2516 html-am:
2517
2518 info: info-am
2519
2520 info-am:
2521
2522 install-data-am: install-includeHEADERS install-include_event2HEADERS \
2523         install-nodist_include_event2HEADERS install-pkgconfigDATA
2524
2525 install-dvi: install-dvi-am
2526
2527 install-dvi-am:
2528
2529 install-exec-am: install-dist_binSCRIPTS install-libLTLIBRARIES
2530
2531 install-html: install-html-am
2532
2533 install-html-am:
2534
2535 install-info: install-info-am
2536
2537 install-info-am:
2538
2539 install-man:
2540
2541 install-pdf: install-pdf-am
2542
2543 install-pdf-am:
2544
2545 install-ps: install-ps-am
2546
2547 install-ps-am:
2548
2549 installcheck-am:
2550
2551 maintainer-clean: maintainer-clean-am
2552         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
2553         -rm -rf $(top_srcdir)/autom4te.cache
2554         -rm -rf $(DEPDIR) ./$(DEPDIR) sample/$(DEPDIR) test/$(DEPDIR)
2555         -rm -f Makefile
2556 maintainer-clean-am: distclean-am maintainer-clean-generic
2557
2558 mostlyclean: mostlyclean-am
2559
2560 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
2561         mostlyclean-libtool
2562
2563 pdf: pdf-am
2564
2565 pdf-am:
2566
2567 ps: ps-am
2568
2569 ps-am:
2570
2571 uninstall-am: uninstall-dist_binSCRIPTS uninstall-includeHEADERS \
2572         uninstall-include_event2HEADERS uninstall-libLTLIBRARIES \
2573         uninstall-nodist_include_event2HEADERS uninstall-pkgconfigDATA
2574
2575 .MAKE: all check check-am install install-am install-strip
2576
2577 .PHONY: CTAGS GTAGS TAGS all all-am am--refresh check check-TESTS \
2578         check-am clean clean-cscope clean-generic clean-libLTLIBRARIES \
2579         clean-libtool clean-noinstLTLIBRARIES clean-noinstPROGRAMS \
2580         cscope cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \
2581         dist-gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip \
2582         distcheck distclean distclean-compile distclean-generic \
2583         distclean-hdr distclean-libtool distclean-tags distcleancheck \
2584         distdir distuninstallcheck dvi dvi-am html html-am info \
2585         info-am install install-am install-data install-data-am \
2586         install-dist_binSCRIPTS install-dvi install-dvi-am \
2587         install-exec install-exec-am install-html install-html-am \
2588         install-includeHEADERS install-include_event2HEADERS \
2589         install-info install-info-am install-libLTLIBRARIES \
2590         install-man install-nodist_include_event2HEADERS install-pdf \
2591         install-pdf-am install-pkgconfigDATA install-ps install-ps-am \
2592         install-strip installcheck installcheck-am installdirs \
2593         maintainer-clean maintainer-clean-generic mostlyclean \
2594         mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
2595         pdf pdf-am ps ps-am recheck tags tags-am uninstall \
2596         uninstall-am uninstall-dist_binSCRIPTS \
2597         uninstall-includeHEADERS uninstall-include_event2HEADERS \
2598         uninstall-libLTLIBRARIES \
2599         uninstall-nodist_include_event2HEADERS uninstall-pkgconfigDATA
2600
2601 .PRECIOUS: Makefile
2602
2603
2604 $(SAMPLES) : libevent.la
2605
2606 test/test-script.sh: test/test.sh
2607         cp $(top_srcdir)/test/test.sh $@
2608
2609 test/regress.gen.c test/regress.gen.h: test/rpcgen-attempted
2610
2611 test/rpcgen-attempted: test/regress.rpc event_rpcgen.py test/rpcgen_wrapper.sh
2612         $(AM_V_GEN)date -u > $@
2613         $(AM_V_at)if $(srcdir)/test/rpcgen_wrapper.sh $(srcdir)/test; then \
2614            true; \
2615         else \
2616            echo "No Python installed; stubbing out RPC test." >&2; \
2617            echo " "> test/regress.gen.c; \
2618            echo "#define NO_PYTHON_EXISTS" > test/regress.gen.h; \
2619         fi
2620
2621 $(TESTPROGRAMS) : libevent.la
2622
2623 include/event2/event-config.h: config.h make-event-config.sed
2624         $(AM_V_GEN)test -d include/event2 || $(MKDIR_P) include/event2
2625         $(AM_V_at)$(SED) -f $(srcdir)/make-event-config.sed < config.h > $@T
2626         $(AM_V_at)mv -f $@T $@
2627
2628 verify: check
2629
2630 doxygen: FORCE
2631         doxygen $(srcdir)/Doxyfile
2632 FORCE:
2633
2634 # Tell versions [3.59,3.63) of GNU make to not export all variables.
2635 # Otherwise a system limit (for SysV at least) may be exceeded.
2636 .NOEXPORT: