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