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