1290001Sglebius# Makefile.in generated by automake 1.15 from Makefile.am.
2290001Sglebius# @configure_input@
3290001Sglebius
4290001Sglebius# Copyright (C) 1994-2014 Free Software Foundation, Inc.
5290001Sglebius
6290001Sglebius# This Makefile.in is free software; the Free Software Foundation
7290001Sglebius# gives unlimited permission to copy and/or distribute it,
8290001Sglebius# with or without modifications, as long as this notice is preserved.
9290001Sglebius
10290001Sglebius# This program is distributed in the hope that it will be useful,
11290001Sglebius# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12290001Sglebius# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13290001Sglebius# PARTICULAR PURPOSE.
14290001Sglebius
15290001Sglebius@SET_MAKE@
16290001Sglebius
17290001Sglebius# Makefile.am for libevent
18290001Sglebius# Copyright 2000-2007 Niels Provos
19290001Sglebius# Copyright 2007-2012 Niels Provos and Nick Mathewson
20290001Sglebius#
21290001Sglebius# See LICENSE for copying information.
22290001Sglebius
23290001Sglebius# include/Makefile.am for libevent
24290001Sglebius# Copyright 2000-2007 Niels Provos
25290001Sglebius# Copyright 2007-2012 Niels Provos and Nick Mathewson
26290001Sglebius#
27290001Sglebius# See LICENSE for copying information.
28290001Sglebius
29290001Sglebius# test/Makefile.am for libevent
30290001Sglebius# Copyright 2000-2007 Niels Provos
31290001Sglebius# Copyright 2007-2012 Niels Provos and Nick Mathewson
32290001Sglebius#
33290001Sglebius# See LICENSE for copying information.
34290001Sglebius
35290001Sglebius
36290001Sglebius
37290001Sglebius
38290001Sglebius
39290001SglebiusVPATH = @srcdir@
40290001Sglebiusam__is_gnu_make = { \
41290001Sglebius  if test -z '$(MAKELEVEL)'; then \
42290001Sglebius    false; \
43290001Sglebius  elif test -n '$(MAKE_HOST)'; then \
44290001Sglebius    true; \
45290001Sglebius  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
46290001Sglebius    true; \
47290001Sglebius  else \
48290001Sglebius    false; \
49290001Sglebius  fi; \
50290001Sglebius}
51290001Sglebiusam__make_running_with_option = \
52290001Sglebius  case $${target_option-} in \
53290001Sglebius      ?) ;; \
54290001Sglebius      *) echo "am__make_running_with_option: internal error: invalid" \
55290001Sglebius              "target option '$${target_option-}' specified" >&2; \
56290001Sglebius         exit 1;; \
57290001Sglebius  esac; \
58290001Sglebius  has_opt=no; \
59290001Sglebius  sane_makeflags=$$MAKEFLAGS; \
60290001Sglebius  if $(am__is_gnu_make); then \
61290001Sglebius    sane_makeflags=$$MFLAGS; \
62290001Sglebius  else \
63290001Sglebius    case $$MAKEFLAGS in \
64290001Sglebius      *\\[\ \	]*) \
65290001Sglebius        bs=\\; \
66290001Sglebius        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
67290001Sglebius          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
68290001Sglebius    esac; \
69290001Sglebius  fi; \
70290001Sglebius  skip_next=no; \
71290001Sglebius  strip_trailopt () \
72290001Sglebius  { \
73290001Sglebius    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
74290001Sglebius  }; \
75290001Sglebius  for flg in $$sane_makeflags; do \
76290001Sglebius    test $$skip_next = yes && { skip_next=no; continue; }; \
77290001Sglebius    case $$flg in \
78290001Sglebius      *=*|--*) continue;; \
79290001Sglebius        -*I) strip_trailopt 'I'; skip_next=yes;; \
80290001Sglebius      -*I?*) strip_trailopt 'I';; \
81290001Sglebius        -*O) strip_trailopt 'O'; skip_next=yes;; \
82290001Sglebius      -*O?*) strip_trailopt 'O';; \
83290001Sglebius        -*l) strip_trailopt 'l'; skip_next=yes;; \
84290001Sglebius      -*l?*) strip_trailopt 'l';; \
85290001Sglebius      -[dEDm]) skip_next=yes;; \
86290001Sglebius      -[JT]) skip_next=yes;; \
87290001Sglebius    esac; \
88290001Sglebius    case $$flg in \
89290001Sglebius      *$$target_option*) has_opt=yes; break;; \
90290001Sglebius    esac; \
91290001Sglebius  done; \
92290001Sglebius  test $$has_opt = yes
93290001Sglebiusam__make_dryrun = (target_option=n; $(am__make_running_with_option))
94290001Sglebiusam__make_keepgoing = (target_option=k; $(am__make_running_with_option))
95290001Sglebiuspkgdatadir = $(datadir)/@PACKAGE@
96290001Sglebiuspkgincludedir = $(includedir)/@PACKAGE@
97290001Sglebiuspkglibdir = $(libdir)/@PACKAGE@
98290001Sglebiuspkglibexecdir = $(libexecdir)/@PACKAGE@
99290001Sglebiusam__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
100290001Sglebiusinstall_sh_DATA = $(install_sh) -c -m 644
101290001Sglebiusinstall_sh_PROGRAM = $(install_sh) -c
102290001Sglebiusinstall_sh_SCRIPT = $(install_sh) -c
103290001SglebiusINSTALL_HEADER = $(INSTALL_DATA)
104290001Sglebiustransform = $(program_transform_name)
105290001SglebiusNORMAL_INSTALL = :
106290001SglebiusPRE_INSTALL = :
107290001SglebiusPOST_INSTALL = :
108290001SglebiusNORMAL_UNINSTALL = :
109290001SglebiusPRE_UNINSTALL = :
110290001SglebiusPOST_UNINSTALL = :
111290001Sglebiusbuild_triplet = @build@
112290001Sglebiushost_triplet = @host@
113290001Sglebius@PTHREADS_TRUE@am__append_1 = libevent_pthreads.la
114290001Sglebius@PTHREADS_TRUE@am__append_2 = libevent_pthreads.pc
115290001Sglebius@OPENSSL_TRUE@am__append_3 = libevent_openssl.la
116290001Sglebius@OPENSSL_TRUE@am__append_4 = libevent_openssl.pc
117290001Sglebiusnoinst_PROGRAMS = $(am__EXEEXT_3)
118290001SglebiusEXTRA_PROGRAMS = $(am__EXEEXT_1)
119290001Sglebius@INSTALL_LIBEVENT_FALSE@am__append_5 = $(EVENT2_EXPORT)
120290001Sglebius@BUILD_REGRESS_TRUE@am__append_6 = $(TESTPROGRAMS)
121290001Sglebius@BUILD_REGRESS_TRUE@am__append_7 = test/regress
122290001Sglebius@BUILD_REGRESS_TRUE@am__append_8 = test/regress.gen.c test/regress.gen.h
123290001Sglebius@PTHREADS_TRUE@am__append_9 = libevent_pthreads.la
124290001Sglebius@BUILD_WIN32_TRUE@am__append_10 = test/regress_iocp.c
125290001Sglebius@OPENSSL_TRUE@am__append_11 = test/regress_ssl.c
126290001Sglebius@OPENSSL_TRUE@am__append_12 = $(OPENSSL_INCS)
127290001Sglebius@OPENSSL_TRUE@am__append_13 = libevent_openssl.la $(OPENSSL_LIBS) ${OPENSSL_LIBADD}
128290001Sglebius@STRLCPY_IMPL_TRUE@am__append_14 = strlcpy.c
129290001Sglebius@SELECT_BACKEND_TRUE@am__append_15 = select.c
130290001Sglebius@POLL_BACKEND_TRUE@am__append_16 = poll.c
131290001Sglebius@DEVPOLL_BACKEND_TRUE@am__append_17 = devpoll.c
132290001Sglebius@KQUEUE_BACKEND_TRUE@am__append_18 = kqueue.c
133290001Sglebius@EPOLL_BACKEND_TRUE@am__append_19 = epoll.c
134290001Sglebius@EVPORT_BACKEND_TRUE@am__append_20 = evport.c
135290001Sglebius@SIGNAL_SUPPORT_TRUE@am__append_21 = signal.c
136290001Sglebius@INSTALL_LIBEVENT_FALSE@am__append_22 = $(EVENT1_HDRS)
137290001Sglebiussubdir = .
138290001SglebiusACLOCAL_M4 = $(top_srcdir)/aclocal.m4
139290001Sglebiusam__aclocal_m4_deps = $(top_srcdir)/m4/ac_backport_259_ssizet.m4 \
140290001Sglebius	$(top_srcdir)/m4/acx_pthread.m4 \
141290001Sglebius	$(top_srcdir)/m4/libevent_openssl.m4 \
142290001Sglebius	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
143290001Sglebius	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
144290001Sglebius	$(top_srcdir)/m4/lt~obsolete.m4 \
145290001Sglebius	$(top_srcdir)/m4/ntp_pkg_config.m4 $(top_srcdir)/configure.ac
146290001Sglebiusam__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
147290001Sglebius	$(ACLOCAL_M4)
148290001SglebiusDIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
149290001Sglebius	$(am__configure_deps) $(am__dist_bin_SCRIPTS_DIST) \
150290001Sglebius	$(am__include_HEADERS_DIST) $(am__include_event2_HEADERS_DIST) \
151290001Sglebius	$(am__noinst_HEADERS_DIST) $(am__DIST_COMMON)
152290001Sglebiusam__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
153290001Sglebius configure.lineno config.status.lineno
154290001Sglebiusmkinstalldirs = $(install_sh) -d
155290001SglebiusCONFIG_HEADER = config.h evconfig-private.h
156290001SglebiusCONFIG_CLEAN_FILES = libevent.pc libevent_openssl.pc \
157290001Sglebius	libevent_pthreads.pc
158290001SglebiusCONFIG_CLEAN_VPATH_FILES =
159290001Sglebiusam__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
160290001Sglebiusam__vpath_adj = case $$p in \
161290001Sglebius    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
162290001Sglebius    *) f=$$p;; \
163290001Sglebius  esac;
164290001Sglebiusam__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
165290001Sglebiusam__install_max = 40
166290001Sglebiusam__nobase_strip_setup = \
167290001Sglebius  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
168290001Sglebiusam__nobase_strip = \
169290001Sglebius  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
170290001Sglebiusam__nobase_list = $(am__nobase_strip_setup); \
171290001Sglebius  for p in $$list; do echo "$$p $$p"; done | \
172290001Sglebius  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
173290001Sglebius  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
174290001Sglebius    if (++n[$$2] == $(am__install_max)) \
175290001Sglebius      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
176290001Sglebius    END { for (dir in files) print dir, files[dir] }'
177290001Sglebiusam__base_list = \
178290001Sglebius  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
179290001Sglebius  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
180290001Sglebiusam__uninstall_files_from_dir = { \
181290001Sglebius  test -z "$$files" \
182290001Sglebius    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
183290001Sglebius    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
184290001Sglebius         $(am__cd) "$$dir" && rm -f $$files; }; \
185290001Sglebius  }
186290001Sglebiusam__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" \
187290001Sglebius	"$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(includedir)" \
188290001Sglebius	"$(DESTDIR)$(include_event2dir)" \
189290001Sglebius	"$(DESTDIR)$(include_event2dir)"
190290001SglebiusLTLIBRARIES = $(lib_LTLIBRARIES) $(noinst_LTLIBRARIES)
191290001Sglebiusam__DEPENDENCIES_1 =
192290001Sglebiuslibevent_la_DEPENDENCIES = @LTLIBOBJS@ $(am__DEPENDENCIES_1)
193290001Sglebiusam__libevent_la_SOURCES_DIST = buffer.c bufferevent.c \
194290001Sglebius	bufferevent_filter.c bufferevent_pair.c bufferevent_ratelim.c \
195290001Sglebius	bufferevent_sock.c event.c evmap.c evthread.c evutil.c \
196290001Sglebius	evutil_rand.c evutil_time.c listener.c log.c strlcpy.c \
197290001Sglebius	select.c poll.c devpoll.c kqueue.c epoll.c evport.c signal.c \
198290001Sglebius	win32select.c evthread_win32.c buffer_iocp.c event_iocp.c \
199290001Sglebius	bufferevent_async.c evdns.c event_tagging.c evrpc.c http.c
200290001Sglebius@STRLCPY_IMPL_TRUE@am__objects_1 = strlcpy.lo
201290001Sglebius@SELECT_BACKEND_TRUE@am__objects_2 = select.lo
202290001Sglebius@POLL_BACKEND_TRUE@am__objects_3 = poll.lo
203290001Sglebius@DEVPOLL_BACKEND_TRUE@am__objects_4 = devpoll.lo
204290001Sglebius@KQUEUE_BACKEND_TRUE@am__objects_5 = kqueue.lo
205290001Sglebius@EPOLL_BACKEND_TRUE@am__objects_6 = epoll.lo
206290001Sglebius@EVPORT_BACKEND_TRUE@am__objects_7 = evport.lo
207290001Sglebius@SIGNAL_SUPPORT_TRUE@am__objects_8 = signal.lo
208290001Sglebius@BUILD_WIN32_FALSE@am__objects_9 = $(am__objects_1) $(am__objects_2) \
209290001Sglebius@BUILD_WIN32_FALSE@	$(am__objects_3) $(am__objects_4) \
210290001Sglebius@BUILD_WIN32_FALSE@	$(am__objects_5) $(am__objects_6) \
211290001Sglebius@BUILD_WIN32_FALSE@	$(am__objects_7) $(am__objects_8)
212290001Sglebius@BUILD_WIN32_TRUE@am__objects_9 = win32select.lo evthread_win32.lo \
213290001Sglebius@BUILD_WIN32_TRUE@	buffer_iocp.lo event_iocp.lo \
214290001Sglebius@BUILD_WIN32_TRUE@	bufferevent_async.lo $(am__objects_1) \
215290001Sglebius@BUILD_WIN32_TRUE@	$(am__objects_2) $(am__objects_3) \
216290001Sglebius@BUILD_WIN32_TRUE@	$(am__objects_4) $(am__objects_5) \
217290001Sglebius@BUILD_WIN32_TRUE@	$(am__objects_6) $(am__objects_7) \
218290001Sglebius@BUILD_WIN32_TRUE@	$(am__objects_8)
219290001Sglebiusam__objects_10 = buffer.lo bufferevent.lo bufferevent_filter.lo \
220290001Sglebius	bufferevent_pair.lo bufferevent_ratelim.lo bufferevent_sock.lo \
221290001Sglebius	event.lo evmap.lo evthread.lo evutil.lo evutil_rand.lo \
222290001Sglebius	evutil_time.lo listener.lo log.lo $(am__objects_9)
223290001Sglebiusam__objects_11 = evdns.lo event_tagging.lo evrpc.lo http.lo
224290001Sglebiusam_libevent_la_OBJECTS = $(am__objects_10) $(am__objects_11)
225290001Sglebiuslibevent_la_OBJECTS = $(am_libevent_la_OBJECTS)
226290001SglebiusAM_V_lt = $(am__v_lt_@AM_V@)
227290001Sglebiusam__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
228290001Sglebiusam__v_lt_0 = --silent
229290001Sglebiusam__v_lt_1 = 
230290001Sglebiuslibevent_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
231290001Sglebius	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
232290001Sglebius	$(libevent_la_LDFLAGS) $(LDFLAGS) -o $@
233290001Sglebius@INSTALL_LIBEVENT_FALSE@am_libevent_la_rpath =
234290001Sglebius@INSTALL_LIBEVENT_TRUE@am_libevent_la_rpath = -rpath $(libdir)
235290001Sglebiuslibevent_core_la_DEPENDENCIES = @LTLIBOBJS@ $(am__DEPENDENCIES_1)
236290001Sglebiusam__libevent_core_la_SOURCES_DIST = buffer.c bufferevent.c \
237290001Sglebius	bufferevent_filter.c bufferevent_pair.c bufferevent_ratelim.c \
238290001Sglebius	bufferevent_sock.c event.c evmap.c evthread.c evutil.c \
239290001Sglebius	evutil_rand.c evutil_time.c listener.c log.c strlcpy.c \
240290001Sglebius	select.c poll.c devpoll.c kqueue.c epoll.c evport.c signal.c \
241290001Sglebius	win32select.c evthread_win32.c buffer_iocp.c event_iocp.c \
242290001Sglebius	bufferevent_async.c
243290001Sglebiusam_libevent_core_la_OBJECTS = $(am__objects_10)
244290001Sglebiuslibevent_core_la_OBJECTS = $(am_libevent_core_la_OBJECTS)
245290001Sglebiuslibevent_core_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
246290001Sglebius	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
247290001Sglebius	$(AM_CFLAGS) $(CFLAGS) $(libevent_core_la_LDFLAGS) $(LDFLAGS) \
248290001Sglebius	-o $@
249290001Sglebius@INSTALL_LIBEVENT_FALSE@am_libevent_core_la_rpath =
250290001Sglebius@INSTALL_LIBEVENT_TRUE@am_libevent_core_la_rpath = -rpath $(libdir)
251290001Sglebius@BUILD_WITH_NO_UNDEFINED_TRUE@am__DEPENDENCIES_2 = libevent_core.la
252290001Sglebiuslibevent_extra_la_DEPENDENCIES = $(am__DEPENDENCIES_2) \
253290001Sglebius	$(am__DEPENDENCIES_1)
254290001Sglebiusam_libevent_extra_la_OBJECTS = $(am__objects_11)
255290001Sglebiuslibevent_extra_la_OBJECTS = $(am_libevent_extra_la_OBJECTS)
256290001Sglebiuslibevent_extra_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
257290001Sglebius	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
258290001Sglebius	$(AM_CFLAGS) $(CFLAGS) $(libevent_extra_la_LDFLAGS) $(LDFLAGS) \
259290001Sglebius	-o $@
260290001Sglebius@INSTALL_LIBEVENT_FALSE@am_libevent_extra_la_rpath =
261290001Sglebius@INSTALL_LIBEVENT_TRUE@am_libevent_extra_la_rpath = -rpath $(libdir)
262290001Sglebius@OPENSSL_TRUE@libevent_openssl_la_DEPENDENCIES =  \
263290001Sglebius@OPENSSL_TRUE@	$(am__DEPENDENCIES_2) $(am__DEPENDENCIES_1)
264290001Sglebiusam__libevent_openssl_la_SOURCES_DIST = bufferevent_openssl.c
265290001Sglebius@OPENSSL_TRUE@am_libevent_openssl_la_OBJECTS =  \
266290001Sglebius@OPENSSL_TRUE@	libevent_openssl_la-bufferevent_openssl.lo
267290001Sglebiuslibevent_openssl_la_OBJECTS = $(am_libevent_openssl_la_OBJECTS)
268290001Sglebiuslibevent_openssl_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
269290001Sglebius	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
270290001Sglebius	$(AM_CFLAGS) $(CFLAGS) $(libevent_openssl_la_LDFLAGS) \
271290001Sglebius	$(LDFLAGS) -o $@
272290001Sglebius@INSTALL_LIBEVENT_FALSE@@OPENSSL_TRUE@am_libevent_openssl_la_rpath =
273290001Sglebius@INSTALL_LIBEVENT_TRUE@@OPENSSL_TRUE@am_libevent_openssl_la_rpath =  \
274290001Sglebius@INSTALL_LIBEVENT_TRUE@@OPENSSL_TRUE@	-rpath $(libdir)
275290001Sglebius@PTHREADS_TRUE@libevent_pthreads_la_DEPENDENCIES =  \
276290001Sglebius@PTHREADS_TRUE@	$(am__DEPENDENCIES_2)
277290001Sglebiusam__libevent_pthreads_la_SOURCES_DIST = evthread_pthread.c
278290001Sglebius@PTHREADS_TRUE@am_libevent_pthreads_la_OBJECTS = evthread_pthread.lo
279290001Sglebiuslibevent_pthreads_la_OBJECTS = $(am_libevent_pthreads_la_OBJECTS)
280290001Sglebiuslibevent_pthreads_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
281290001Sglebius	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
282290001Sglebius	$(AM_CFLAGS) $(CFLAGS) $(libevent_pthreads_la_LDFLAGS) \
283290001Sglebius	$(LDFLAGS) -o $@
284290001Sglebius@INSTALL_LIBEVENT_FALSE@@PTHREADS_TRUE@am_libevent_pthreads_la_rpath =
285290001Sglebius@INSTALL_LIBEVENT_TRUE@@PTHREADS_TRUE@am_libevent_pthreads_la_rpath =  \
286290001Sglebius@INSTALL_LIBEVENT_TRUE@@PTHREADS_TRUE@	-rpath $(libdir)
287290001Sglebius@BUILD_REGRESS_TRUE@am__EXEEXT_1 = test/regress$(EXEEXT)
288290001Sglebiusam__EXEEXT_2 = test/bench$(EXEEXT) test/bench_cascade$(EXEEXT) \
289290001Sglebius	test/bench_http$(EXEEXT) test/bench_httpclient$(EXEEXT) \
290290001Sglebius	test/test-changelist$(EXEEXT) test/test-dumpevents$(EXEEXT) \
291290001Sglebius	test/test-eof$(EXEEXT) test/test-closed$(EXEEXT) \
292290001Sglebius	test/test-fdleak$(EXEEXT) test/test-init$(EXEEXT) \
293290001Sglebius	test/test-ratelim$(EXEEXT) test/test-time$(EXEEXT) \
294290001Sglebius	test/test-weof$(EXEEXT) test/regress$(EXEEXT)
295290001Sglebius@BUILD_REGRESS_TRUE@am__EXEEXT_3 = $(am__EXEEXT_2)
296290001SglebiusPROGRAMS = $(noinst_PROGRAMS)
297290001Sglebiusam__dirstamp = $(am__leading_dot)dirstamp
298290001Sglebiusam_test_bench_OBJECTS = test/bench.$(OBJEXT)
299290001Sglebiustest_bench_OBJECTS = $(am_test_bench_OBJECTS)
300290001Sglebiustest_bench_DEPENDENCIES = $(am__DEPENDENCIES_1) libevent.la
301290001Sglebiusam_test_bench_cascade_OBJECTS = test/bench_cascade.$(OBJEXT)
302290001Sglebiustest_bench_cascade_OBJECTS = $(am_test_bench_cascade_OBJECTS)
303290001Sglebiustest_bench_cascade_DEPENDENCIES = $(am__DEPENDENCIES_1) libevent.la
304290001Sglebiusam_test_bench_http_OBJECTS = test/bench_http.$(OBJEXT)
305290001Sglebiustest_bench_http_OBJECTS = $(am_test_bench_http_OBJECTS)
306290001Sglebiustest_bench_http_DEPENDENCIES = $(am__DEPENDENCIES_1) libevent.la
307290001Sglebiusam_test_bench_httpclient_OBJECTS = test/bench_httpclient.$(OBJEXT)
308290001Sglebiustest_bench_httpclient_OBJECTS = $(am_test_bench_httpclient_OBJECTS)
309290001Sglebiustest_bench_httpclient_DEPENDENCIES = $(am__DEPENDENCIES_1) \
310290001Sglebius	libevent_core.la
311290001Sglebiusam__test_regress_SOURCES_DIST = test/regress.c test/regress.gen.c \
312290001Sglebius	test/regress.gen.h test/regress_buffer.c \
313290001Sglebius	test/regress_bufferevent.c test/regress_dns.c \
314290001Sglebius	test/regress_et.c test/regress_finalize.c test/regress_http.c \
315290001Sglebius	test/regress_listener.c test/regress_main.c \
316290001Sglebius	test/regress_minheap.c test/regress_rpc.c \
317290001Sglebius	test/regress_testutils.c test/regress_testutils.h \
318290001Sglebius	test/regress_util.c test/tinytest.c test/regress_thread.c \
319290001Sglebius	test/regress_zlib.c test/regress_iocp.c test/regress_ssl.c
320290001Sglebius@BUILD_WIN32_FALSE@@PTHREADS_TRUE@am__objects_12 = test/test_regress-regress_thread.$(OBJEXT)
321290001Sglebius@BUILD_WIN32_TRUE@am__objects_12 =  \
322290001Sglebius@BUILD_WIN32_TRUE@	test/test_regress-regress_thread.$(OBJEXT)
323290001Sglebius@ZLIB_REGRESS_TRUE@am__objects_13 =  \
324290001Sglebius@ZLIB_REGRESS_TRUE@	test/test_regress-regress_zlib.$(OBJEXT)
325290001Sglebius@BUILD_WIN32_TRUE@am__objects_14 =  \
326290001Sglebius@BUILD_WIN32_TRUE@	test/test_regress-regress_iocp.$(OBJEXT)
327290001Sglebius@OPENSSL_TRUE@am__objects_15 =  \
328290001Sglebius@OPENSSL_TRUE@	test/test_regress-regress_ssl.$(OBJEXT)
329290001Sglebiusam_test_regress_OBJECTS = test/test_regress-regress.$(OBJEXT) \
330290001Sglebius	test/test_regress-regress.gen.$(OBJEXT) \
331290001Sglebius	test/test_regress-regress_buffer.$(OBJEXT) \
332290001Sglebius	test/test_regress-regress_bufferevent.$(OBJEXT) \
333290001Sglebius	test/test_regress-regress_dns.$(OBJEXT) \
334290001Sglebius	test/test_regress-regress_et.$(OBJEXT) \
335290001Sglebius	test/test_regress-regress_finalize.$(OBJEXT) \
336290001Sglebius	test/test_regress-regress_http.$(OBJEXT) \
337290001Sglebius	test/test_regress-regress_listener.$(OBJEXT) \
338290001Sglebius	test/test_regress-regress_main.$(OBJEXT) \
339290001Sglebius	test/test_regress-regress_minheap.$(OBJEXT) \
340290001Sglebius	test/test_regress-regress_rpc.$(OBJEXT) \
341290001Sglebius	test/test_regress-regress_testutils.$(OBJEXT) \
342290001Sglebius	test/test_regress-regress_util.$(OBJEXT) \
343290001Sglebius	test/test_regress-tinytest.$(OBJEXT) $(am__objects_12) \
344290001Sglebius	$(am__objects_13) $(am__objects_14) $(am__objects_15)
345290001Sglebiustest_regress_OBJECTS = $(am_test_regress_OBJECTS)
346290001Sglebiusam__DEPENDENCIES_3 = $(am__append_9)
347290001Sglebius@OPENSSL_TRUE@am__DEPENDENCIES_4 = libevent_openssl.la \
348290001Sglebius@OPENSSL_TRUE@	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
349290001Sglebiustest_regress_DEPENDENCIES = $(am__DEPENDENCIES_1) libevent.la \
350290001Sglebius	$(am__DEPENDENCIES_3) $(am__DEPENDENCIES_1) \
351290001Sglebius	$(am__DEPENDENCIES_4)
352290001Sglebiustest_regress_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
353290001Sglebius	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
354290001Sglebius	$(test_regress_LDFLAGS) $(LDFLAGS) -o $@
355290001Sglebiusam_test_test_changelist_OBJECTS = test/test-changelist.$(OBJEXT)
356290001Sglebiustest_test_changelist_OBJECTS = $(am_test_test_changelist_OBJECTS)
357290001Sglebiustest_test_changelist_DEPENDENCIES = libevent_core.la
358290001Sglebiusam_test_test_closed_OBJECTS = test/test-closed.$(OBJEXT)
359290001Sglebiustest_test_closed_OBJECTS = $(am_test_test_closed_OBJECTS)
360290001Sglebiustest_test_closed_DEPENDENCIES = libevent_core.la
361290001Sglebiusam_test_test_dumpevents_OBJECTS = test/test-dumpevents.$(OBJEXT)
362290001Sglebiustest_test_dumpevents_OBJECTS = $(am_test_test_dumpevents_OBJECTS)
363290001Sglebiustest_test_dumpevents_DEPENDENCIES = libevent_core.la
364290001Sglebiusam_test_test_eof_OBJECTS = test/test-eof.$(OBJEXT)
365290001Sglebiustest_test_eof_OBJECTS = $(am_test_test_eof_OBJECTS)
366290001Sglebiustest_test_eof_DEPENDENCIES = libevent_core.la
367290001Sglebiusam_test_test_fdleak_OBJECTS = test/test-fdleak.$(OBJEXT)
368290001Sglebiustest_test_fdleak_OBJECTS = $(am_test_test_fdleak_OBJECTS)
369290001Sglebiustest_test_fdleak_DEPENDENCIES = libevent_core.la
370290001Sglebiusam_test_test_init_OBJECTS = test/test-init.$(OBJEXT)
371290001Sglebiustest_test_init_OBJECTS = $(am_test_test_init_OBJECTS)
372290001Sglebiustest_test_init_DEPENDENCIES = libevent_core.la
373290001Sglebiusam_test_test_ratelim_OBJECTS = test/test-ratelim.$(OBJEXT)
374290001Sglebiustest_test_ratelim_OBJECTS = $(am_test_test_ratelim_OBJECTS)
375290001Sglebiustest_test_ratelim_DEPENDENCIES = libevent_core.la
376290001Sglebiusam_test_test_time_OBJECTS = test/test-time.$(OBJEXT)
377290001Sglebiustest_test_time_OBJECTS = $(am_test_test_time_OBJECTS)
378290001Sglebiustest_test_time_DEPENDENCIES = libevent_core.la
379290001Sglebiusam_test_test_weof_OBJECTS = test/test-weof.$(OBJEXT)
380290001Sglebiustest_test_weof_OBJECTS = $(am_test_test_weof_OBJECTS)
381290001Sglebiustest_test_weof_DEPENDENCIES = libevent_core.la
382290001Sglebiusam__dist_bin_SCRIPTS_DIST = event_rpcgen.py
383290001SglebiusSCRIPTS = $(dist_bin_SCRIPTS)
384290001SglebiusAM_V_P = $(am__v_P_@AM_V@)
385290001Sglebiusam__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
386290001Sglebiusam__v_P_0 = false
387290001Sglebiusam__v_P_1 = :
388290001SglebiusAM_V_GEN = $(am__v_GEN_@AM_V@)
389290001Sglebiusam__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
390290001Sglebiusam__v_GEN_0 = @echo "  GEN     " $@;
391290001Sglebiusam__v_GEN_1 = 
392290001SglebiusAM_V_at = $(am__v_at_@AM_V@)
393290001Sglebiusam__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
394290001Sglebiusam__v_at_0 = @
395290001Sglebiusam__v_at_1 = 
396290001SglebiusDEFAULT_INCLUDES = -I.@am__isrc@
397290001Sglebiusdepcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
398290001Sglebiusam__depfiles_maybe = depfiles
399290001Sglebiusam__mv = mv -f
400290001SglebiusCOMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
401290001Sglebius	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
402290001SglebiusLTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
403290001Sglebius	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
404290001Sglebius	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
405290001Sglebius	$(AM_CFLAGS) $(CFLAGS)
406290001SglebiusAM_V_CC = $(am__v_CC_@AM_V@)
407290001Sglebiusam__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
408290001Sglebiusam__v_CC_0 = @echo "  CC      " $@;
409290001Sglebiusam__v_CC_1 = 
410290001SglebiusCCLD = $(CC)
411290001SglebiusLINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
412290001Sglebius	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
413290001Sglebius	$(AM_LDFLAGS) $(LDFLAGS) -o $@
414290001SglebiusAM_V_CCLD = $(am__v_CCLD_@AM_V@)
415290001Sglebiusam__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
416290001Sglebiusam__v_CCLD_0 = @echo "  CCLD    " $@;
417290001Sglebiusam__v_CCLD_1 = 
418290001SglebiusSOURCES = $(libevent_la_SOURCES) $(libevent_core_la_SOURCES) \
419290001Sglebius	$(libevent_extra_la_SOURCES) $(libevent_openssl_la_SOURCES) \
420290001Sglebius	$(libevent_pthreads_la_SOURCES) $(test_bench_SOURCES) \
421290001Sglebius	$(test_bench_cascade_SOURCES) $(test_bench_http_SOURCES) \
422290001Sglebius	$(test_bench_httpclient_SOURCES) $(test_regress_SOURCES) \
423290001Sglebius	$(test_test_changelist_SOURCES) $(test_test_closed_SOURCES) \
424290001Sglebius	$(test_test_dumpevents_SOURCES) $(test_test_eof_SOURCES) \
425290001Sglebius	$(test_test_fdleak_SOURCES) $(test_test_init_SOURCES) \
426290001Sglebius	$(test_test_ratelim_SOURCES) $(test_test_time_SOURCES) \
427290001Sglebius	$(test_test_weof_SOURCES)
428290001SglebiusDIST_SOURCES = $(am__libevent_la_SOURCES_DIST) \
429290001Sglebius	$(am__libevent_core_la_SOURCES_DIST) \
430290001Sglebius	$(libevent_extra_la_SOURCES) \
431290001Sglebius	$(am__libevent_openssl_la_SOURCES_DIST) \
432290001Sglebius	$(am__libevent_pthreads_la_SOURCES_DIST) $(test_bench_SOURCES) \
433290001Sglebius	$(test_bench_cascade_SOURCES) $(test_bench_http_SOURCES) \
434290001Sglebius	$(test_bench_httpclient_SOURCES) \
435290001Sglebius	$(am__test_regress_SOURCES_DIST) \
436290001Sglebius	$(test_test_changelist_SOURCES) $(test_test_closed_SOURCES) \
437290001Sglebius	$(test_test_dumpevents_SOURCES) $(test_test_eof_SOURCES) \
438290001Sglebius	$(test_test_fdleak_SOURCES) $(test_test_init_SOURCES) \
439290001Sglebius	$(test_test_ratelim_SOURCES) $(test_test_time_SOURCES) \
440290001Sglebius	$(test_test_weof_SOURCES)
441290001Sglebiusam__can_run_installinfo = \
442290001Sglebius  case $$AM_UPDATE_INFO_DIR in \
443290001Sglebius    n|no|NO) false;; \
444290001Sglebius    *) (install-info --version) >/dev/null 2>&1;; \
445290001Sglebius  esac
446290001SglebiusDATA = $(pkgconfig_DATA)
447290001Sglebiusam__include_HEADERS_DIST = include/evdns.h include/event.h \
448290001Sglebius	include/evhttp.h include/evrpc.h include/evutil.h
449290001Sglebiusam__include_event2_HEADERS_DIST = include/event2/buffer.h \
450290001Sglebius	include/event2/buffer_compat.h include/event2/bufferevent.h \
451290001Sglebius	include/event2/bufferevent_compat.h \
452290001Sglebius	include/event2/bufferevent_ssl.h \
453290001Sglebius	include/event2/bufferevent_struct.h include/event2/dns.h \
454290001Sglebius	include/event2/dns_compat.h include/event2/dns_struct.h \
455290001Sglebius	include/event2/event.h include/event2/event_compat.h \
456290001Sglebius	include/event2/event_struct.h include/event2/http.h \
457290001Sglebius	include/event2/http_compat.h include/event2/http_struct.h \
458290001Sglebius	include/event2/keyvalq_struct.h include/event2/listener.h \
459290001Sglebius	include/event2/rpc.h include/event2/rpc_compat.h \
460290001Sglebius	include/event2/rpc_struct.h include/event2/tag.h \
461290001Sglebius	include/event2/tag_compat.h include/event2/thread.h \
462290001Sglebius	include/event2/util.h include/event2/visibility.h
463290001Sglebiusam__noinst_HEADERS_DIST = include/event2/buffer.h \
464290001Sglebius	include/event2/buffer_compat.h include/event2/bufferevent.h \
465290001Sglebius	include/event2/bufferevent_compat.h \
466290001Sglebius	include/event2/bufferevent_ssl.h \
467290001Sglebius	include/event2/bufferevent_struct.h include/event2/dns.h \
468290001Sglebius	include/event2/dns_compat.h include/event2/dns_struct.h \
469290001Sglebius	include/event2/event.h include/event2/event_compat.h \
470290001Sglebius	include/event2/event_struct.h include/event2/http.h \
471290001Sglebius	include/event2/http_compat.h include/event2/http_struct.h \
472290001Sglebius	include/event2/keyvalq_struct.h include/event2/listener.h \
473290001Sglebius	include/event2/rpc.h include/event2/rpc_compat.h \
474290001Sglebius	include/event2/rpc_struct.h include/event2/tag.h \
475290001Sglebius	include/event2/tag_compat.h include/event2/thread.h \
476290001Sglebius	include/event2/util.h include/event2/visibility.h \
477290001Sglebius	test/regress.h test/regress_thread.h test/tinytest.h \
478290001Sglebius	test/tinytest_local.h test/tinytest_macros.h \
479290001Sglebius	WIN32-Code/nmake/evconfig-private.h \
480290001Sglebius	WIN32-Code/nmake/event2/event-config.h WIN32-Code/tree.h \
481290001Sglebius	bufferevent-internal.h changelist-internal.h \
482290001Sglebius	compat/sys/queue.h defer-internal.h epolltable-internal.h \
483290001Sglebius	evbuffer-internal.h evconfig-private.h event-internal.h \
484290001Sglebius	evmap-internal.h evrpc-internal.h evsignal-internal.h \
485290001Sglebius	evthread-internal.h ht-internal.h http-internal.h \
486290001Sglebius	iocp-internal.h ipv6-internal.h kqueue-internal.h \
487290001Sglebius	log-internal.h minheap-internal.h mm-internal.h \
488290001Sglebius	ratelim-internal.h strlcpy-internal.h time-internal.h \
489290001Sglebius	util-internal.h include/evdns.h include/event.h \
490290001Sglebius	include/evhttp.h include/evrpc.h include/evutil.h
491290001SglebiusHEADERS = $(include_HEADERS) $(include_event2_HEADERS) \
492290001Sglebius	$(nodist_include_event2_HEADERS) $(nodist_noinst_HEADERS) \
493290001Sglebius	$(noinst_HEADERS)
494290001Sglebiusam__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
495290001Sglebius	$(LISP)config.h.in evconfig-private.h.in
496290001Sglebius# Read a list of newline-separated strings from the standard input,
497290001Sglebius# and print each of them once, without duplicates.  Input order is
498290001Sglebius# *not* preserved.
499290001Sglebiusam__uniquify_input = $(AWK) '\
500290001Sglebius  BEGIN { nonempty = 0; } \
501290001Sglebius  { items[$$0] = 1; nonempty = 1; } \
502290001Sglebius  END { if (nonempty) { for (i in items) print i; }; } \
503290001Sglebius'
504290001Sglebius# Make sure the list of sources is unique.  This is necessary because,
505290001Sglebius# e.g., the same source file might be shared among _SOURCES variables
506290001Sglebius# for different programs/libraries.
507290001Sglebiusam__define_uniq_tagged_files = \
508290001Sglebius  list='$(am__tagged_files)'; \
509290001Sglebius  unique=`for i in $$list; do \
510290001Sglebius    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
511290001Sglebius  done | $(am__uniquify_input)`
512290001SglebiusETAGS = etags
513290001SglebiusCTAGS = ctags
514290001SglebiusCSCOPE = cscope
515290001SglebiusAM_RECURSIVE_TARGETS = cscope check recheck
516290001Sglebiusam__tty_colors_dummy = \
517290001Sglebius  mgn= red= grn= lgn= blu= brg= std=; \
518290001Sglebius  am__color_tests=no
519290001Sglebiusam__tty_colors = { \
520290001Sglebius  $(am__tty_colors_dummy); \
521290001Sglebius  if test "X$(AM_COLOR_TESTS)" = Xno; then \
522290001Sglebius    am__color_tests=no; \
523290001Sglebius  elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
524290001Sglebius    am__color_tests=yes; \
525290001Sglebius  elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
526290001Sglebius    am__color_tests=yes; \
527290001Sglebius  fi; \
528290001Sglebius  if test $$am__color_tests = yes; then \
529290001Sglebius    red='[0;31m'; \
530290001Sglebius    grn='[0;32m'; \
531290001Sglebius    lgn='[1;32m'; \
532290001Sglebius    blu='[1;34m'; \
533290001Sglebius    mgn='[0;35m'; \
534290001Sglebius    brg='[1m'; \
535290001Sglebius    std='[m'; \
536290001Sglebius  fi; \
537290001Sglebius}
538290001Sglebiusam__recheck_rx = ^[ 	]*:recheck:[ 	]*
539290001Sglebiusam__global_test_result_rx = ^[ 	]*:global-test-result:[ 	]*
540290001Sglebiusam__copy_in_global_log_rx = ^[ 	]*:copy-in-global-log:[ 	]*
541290001Sglebius# A command that, given a newline-separated list of test names on the
542290001Sglebius# standard input, print the name of the tests that are to be re-run
543290001Sglebius# upon "make recheck".
544290001Sglebiusam__list_recheck_tests = $(AWK) '{ \
545290001Sglebius  recheck = 1; \
546290001Sglebius  while ((rc = (getline line < ($$0 ".trs"))) != 0) \
547290001Sglebius    { \
548290001Sglebius      if (rc < 0) \
549290001Sglebius        { \
550290001Sglebius          if ((getline line2 < ($$0 ".log")) < 0) \
551290001Sglebius	    recheck = 0; \
552290001Sglebius          break; \
553290001Sglebius        } \
554290001Sglebius      else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \
555290001Sglebius        { \
556290001Sglebius          recheck = 0; \
557290001Sglebius          break; \
558290001Sglebius        } \
559290001Sglebius      else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \
560290001Sglebius        { \
561290001Sglebius          break; \
562290001Sglebius        } \
563290001Sglebius    }; \
564290001Sglebius  if (recheck) \
565290001Sglebius    print $$0; \
566290001Sglebius  close ($$0 ".trs"); \
567290001Sglebius  close ($$0 ".log"); \
568290001Sglebius}'
569290001Sglebius# A command that, given a newline-separated list of test names on the
570290001Sglebius# standard input, create the global log from their .trs and .log files.
571290001Sglebiusam__create_global_log = $(AWK) ' \
572290001Sglebiusfunction fatal(msg) \
573290001Sglebius{ \
574290001Sglebius  print "fatal: making $@: " msg | "cat >&2"; \
575290001Sglebius  exit 1; \
576290001Sglebius} \
577290001Sglebiusfunction rst_section(header) \
578290001Sglebius{ \
579290001Sglebius  print header; \
580290001Sglebius  len = length(header); \
581290001Sglebius  for (i = 1; i <= len; i = i + 1) \
582290001Sglebius    printf "="; \
583290001Sglebius  printf "\n\n"; \
584290001Sglebius} \
585290001Sglebius{ \
586290001Sglebius  copy_in_global_log = 1; \
587290001Sglebius  global_test_result = "RUN"; \
588290001Sglebius  while ((rc = (getline line < ($$0 ".trs"))) != 0) \
589290001Sglebius    { \
590290001Sglebius      if (rc < 0) \
591290001Sglebius         fatal("failed to read from " $$0 ".trs"); \
592290001Sglebius      if (line ~ /$(am__global_test_result_rx)/) \
593290001Sglebius        { \
594290001Sglebius          sub("$(am__global_test_result_rx)", "", line); \
595290001Sglebius          sub("[ 	]*$$", "", line); \
596290001Sglebius          global_test_result = line; \
597290001Sglebius        } \
598290001Sglebius      else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \
599290001Sglebius        copy_in_global_log = 0; \
600290001Sglebius    }; \
601290001Sglebius  if (copy_in_global_log) \
602290001Sglebius    { \
603290001Sglebius      rst_section(global_test_result ": " $$0); \
604290001Sglebius      while ((rc = (getline line < ($$0 ".log"))) != 0) \
605290001Sglebius      { \
606290001Sglebius        if (rc < 0) \
607290001Sglebius          fatal("failed to read from " $$0 ".log"); \
608290001Sglebius        print line; \
609290001Sglebius      }; \
610290001Sglebius      printf "\n"; \
611290001Sglebius    }; \
612290001Sglebius  close ($$0 ".trs"); \
613290001Sglebius  close ($$0 ".log"); \
614290001Sglebius}'
615290001Sglebius# Restructured Text title.
616290001Sglebiusam__rst_title = { sed 's/.*/   &   /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; }
617290001Sglebius# Solaris 10 'make', and several other traditional 'make' implementations,
618290001Sglebius# pass "-e" to $(SHELL), and POSIX 2008 even requires this.  Work around it
619290001Sglebius# by disabling -e (using the XSI extension "set +e") if it's set.
620290001Sglebiusam__sh_e_setup = case $$- in *e*) set +e;; esac
621290001Sglebius# Default flags passed to test drivers.
622290001Sglebiusam__common_driver_flags = \
623290001Sglebius  --color-tests "$$am__color_tests" \
624290001Sglebius  --enable-hard-errors "$$am__enable_hard_errors" \
625290001Sglebius  --expect-failure "$$am__expect_failure"
626290001Sglebius# To be inserted before the command running the test.  Creates the
627290001Sglebius# directory for the log if needed.  Stores in $dir the directory
628290001Sglebius# containing $f, in $tst the test, in $log the log.  Executes the
629290001Sglebius# developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and
630290001Sglebius# passes TESTS_ENVIRONMENT.  Set up options for the wrapper that
631290001Sglebius# will run the test scripts (or their associated LOG_COMPILER, if
632290001Sglebius# thy have one).
633290001Sglebiusam__check_pre = \
634290001Sglebius$(am__sh_e_setup);					\
635290001Sglebius$(am__vpath_adj_setup) $(am__vpath_adj)			\
636290001Sglebius$(am__tty_colors);					\
637290001Sglebiussrcdir=$(srcdir); export srcdir;			\
638290001Sglebiuscase "$@" in						\
639290001Sglebius  */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;	\
640290001Sglebius    *) am__odir=.;; 					\
641290001Sglebiusesac;							\
642290001Sglebiustest "x$$am__odir" = x"." || test -d "$$am__odir" 	\
643290001Sglebius  || $(MKDIR_P) "$$am__odir" || exit $$?;		\
644290001Sglebiusif test -f "./$$f"; then dir=./;			\
645290001Sglebiuselif test -f "$$f"; then dir=;				\
646290001Sglebiuselse dir="$(srcdir)/"; fi;				\
647290001Sglebiustst=$$dir$$f; log='$@'; 				\
648290001Sglebiusif test -n '$(DISABLE_HARD_ERRORS)'; then		\
649290001Sglebius  am__enable_hard_errors=no; 				\
650290001Sglebiuselse							\
651290001Sglebius  am__enable_hard_errors=yes; 				\
652290001Sglebiusfi; 							\
653290001Sglebiuscase " $(XFAIL_TESTS) " in				\
654290001Sglebius  *[\ \	]$$f[\ \	]* | *[\ \	]$$dir$$f[\ \	]*) \
655290001Sglebius    am__expect_failure=yes;;				\
656290001Sglebius  *)							\
657290001Sglebius    am__expect_failure=no;;				\
658290001Sglebiusesac; 							\
659290001Sglebius$(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT)
660290001Sglebius# A shell command to get the names of the tests scripts with any registered
661290001Sglebius# extension removed (i.e., equivalently, the names of the test logs, with
662290001Sglebius# the '.log' extension removed).  The result is saved in the shell variable
663290001Sglebius# '$bases'.  This honors runtime overriding of TESTS and TEST_LOGS.  Sadly,
664290001Sglebius# we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)",
665290001Sglebius# since that might cause problem with VPATH rewrites for suffix-less tests.
666290001Sglebius# See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'.
667290001Sglebiusam__set_TESTS_bases = \
668290001Sglebius  bases='$(TEST_LOGS)'; \
669290001Sglebius  bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
670290001Sglebius  bases=`echo $$bases`
671290001SglebiusRECHECK_LOGS = $(TEST_LOGS)
672290001SglebiusTEST_SUITE_LOG = test-suite.log
673290001SglebiusTEST_EXTENSIONS = @EXEEXT@ .test
674290001SglebiusLOG_DRIVER = $(SHELL) $(top_srcdir)/build-aux/test-driver
675290001SglebiusLOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS)
676290001Sglebiusam__set_b = \
677290001Sglebius  case '$@' in \
678290001Sglebius    */*) \
679290001Sglebius      case '$*' in \
680290001Sglebius        */*) b='$*';; \
681290001Sglebius          *) b=`echo '$@' | sed 's/\.log$$//'`; \
682290001Sglebius       esac;; \
683290001Sglebius    *) \
684290001Sglebius      b='$*';; \
685290001Sglebius  esac
686290001Sglebiusam__test_logs1 = $(TESTS:=.log)
687290001Sglebiusam__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log)
688290001SglebiusTEST_LOGS = $(am__test_logs2:.test.log=.log)
689290001SglebiusTEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/build-aux/test-driver
690290001SglebiusTEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \
691290001Sglebius	$(TEST_LOG_FLAGS)
692290001Sglebiusam__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \
693290001Sglebius	$(srcdir)/evconfig-private.h.in $(srcdir)/include/include.am \
694290001Sglebius	$(srcdir)/libevent.pc.in $(srcdir)/libevent_openssl.pc.in \
695290001Sglebius	$(srcdir)/libevent_pthreads.pc.in $(srcdir)/test/include.am \
696290001Sglebius	$(top_srcdir)/build-aux/compile \
697290001Sglebius	$(top_srcdir)/build-aux/config.guess \
698290001Sglebius	$(top_srcdir)/build-aux/config.sub \
699290001Sglebius	$(top_srcdir)/build-aux/depcomp \
700290001Sglebius	$(top_srcdir)/build-aux/install-sh \
701290001Sglebius	$(top_srcdir)/build-aux/ltmain.sh \
702290001Sglebius	$(top_srcdir)/build-aux/missing \
703290001Sglebius	$(top_srcdir)/build-aux/test-driver ChangeLog build-aux/ar-lib \
704290001Sglebius	build-aux/compile build-aux/config.guess build-aux/config.sub \
705290001Sglebius	build-aux/depcomp build-aux/install-sh build-aux/ltmain.sh \
706290001Sglebius	build-aux/missing build-aux/ylwrap epoll_sub.c
707290001SglebiusDISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
708290001Sglebiusdistdir = $(PACKAGE)-$(VERSION)
709290001Sglebiustop_distdir = $(distdir)
710290001Sglebiusam__remove_distdir = \
711290001Sglebius  if test -d "$(distdir)"; then \
712290001Sglebius    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
713290001Sglebius      && rm -rf "$(distdir)" \
714290001Sglebius      || { sleep 5 && rm -rf "$(distdir)"; }; \
715290001Sglebius  else :; fi
716290001Sglebiusam__post_remove_distdir = $(am__remove_distdir)
717290001SglebiusDIST_ARCHIVES = $(distdir).tar.gz
718290001SglebiusGZIP_ENV = --best
719290001SglebiusDIST_TARGETS = dist-gzip
720290001Sglebiusdistuninstallcheck_listfiles = find . -type f -print
721290001Sglebiusam__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
722290001Sglebius  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
723290001Sglebiusdistcleancheck_listfiles = find . -type f -print
724290001SglebiusACLOCAL = @ACLOCAL@
725290001SglebiusAMTAR = @AMTAR@
726290001SglebiusAM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
727290001SglebiusAR = @AR@
728290001SglebiusAUTOCONF = @AUTOCONF@
729290001SglebiusAUTOHEADER = @AUTOHEADER@
730290001SglebiusAUTOMAKE = @AUTOMAKE@
731290001SglebiusAWK = @AWK@
732290001SglebiusCC = @CC@
733290001SglebiusCCDEPMODE = @CCDEPMODE@
734290001SglebiusCFLAGS = @CFLAGS@
735290001SglebiusCPP = @CPP@
736290001SglebiusCPPFLAGS = @CPPFLAGS@
737290001SglebiusCYGPATH_W = @CYGPATH_W@
738290001SglebiusDEFS = @DEFS@
739290001SglebiusDEPDIR = @DEPDIR@
740290001SglebiusDLLTOOL = @DLLTOOL@
741290001SglebiusDSYMUTIL = @DSYMUTIL@
742290001SglebiusDUMPBIN = @DUMPBIN@
743290001SglebiusECHO_C = @ECHO_C@
744290001SglebiusECHO_N = @ECHO_N@
745290001SglebiusECHO_T = @ECHO_T@
746290001SglebiusEGREP = @EGREP@
747290001SglebiusEV_LIB_GDI = @EV_LIB_GDI@
748290001SglebiusEV_LIB_WS32 = @EV_LIB_WS32@
749290001SglebiusEXEEXT = @EXEEXT@
750290001SglebiusFGREP = @FGREP@
751290001SglebiusGREP = @GREP@
752290001SglebiusINSTALL = @INSTALL@
753290001SglebiusINSTALL_DATA = @INSTALL_DATA@
754290001SglebiusINSTALL_PROGRAM = @INSTALL_PROGRAM@
755290001SglebiusINSTALL_SCRIPT = @INSTALL_SCRIPT@
756290001SglebiusINSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
757290001SglebiusLD = @LD@
758290001SglebiusLDFLAGS = @LDFLAGS@
759290001SglebiusLIBEVENT_GC_SECTIONS = @LIBEVENT_GC_SECTIONS@
760290001SglebiusLIBOBJS = @LIBOBJS@
761290001SglebiusLIBS = @LIBS@
762290001SglebiusLIBTOOL = @LIBTOOL@
763290001SglebiusLIBTOOL_DEPS = @LIBTOOL_DEPS@
764290001SglebiusLIPO = @LIPO@
765290001SglebiusLN_S = @LN_S@
766290001SglebiusLTLIBOBJS = @LTLIBOBJS@
767290001SglebiusMAKEINFO = @MAKEINFO@
768290001SglebiusMANIFEST_TOOL = @MANIFEST_TOOL@
769290001SglebiusMKDIR_P = @MKDIR_P@
770290001SglebiusNM = @NM@
771290001SglebiusNMEDIT = @NMEDIT@
772290001SglebiusOBJDUMP = @OBJDUMP@
773290001SglebiusOBJEXT = @OBJEXT@
774290001SglebiusOPENSSL_INCS = @OPENSSL_INCS@
775290001SglebiusOPENSSL_LIBADD = @OPENSSL_LIBADD@
776290001SglebiusOPENSSL_LIBS = @OPENSSL_LIBS@
777290001SglebiusOTOOL = @OTOOL@
778290001SglebiusOTOOL64 = @OTOOL64@
779290001SglebiusPACKAGE = @PACKAGE@
780290001SglebiusPACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
781290001SglebiusPACKAGE_NAME = @PACKAGE_NAME@
782290001SglebiusPACKAGE_STRING = @PACKAGE_STRING@
783290001SglebiusPACKAGE_TARNAME = @PACKAGE_TARNAME@
784290001SglebiusPACKAGE_URL = @PACKAGE_URL@
785290001SglebiusPACKAGE_VERSION = @PACKAGE_VERSION@
786290001SglebiusPATH_SEPARATOR = @PATH_SEPARATOR@
787290001SglebiusPKG_CONFIG = @PKG_CONFIG@
788290001SglebiusPTHREAD_CC = @PTHREAD_CC@
789290001SglebiusPTHREAD_CFLAGS = @PTHREAD_CFLAGS@
790290001SglebiusPTHREAD_LIBS = @PTHREAD_LIBS@ $(am__append_9)
791290001SglebiusRANLIB = @RANLIB@
792290001SglebiusSED = @SED@
793290001SglebiusSET_MAKE = @SET_MAKE@
794290001SglebiusSHELL = @SHELL@
795290001SglebiusSTRIP = @STRIP@
796290001SglebiusVERSION = @VERSION@
797290001SglebiusZLIB_LIBS = @ZLIB_LIBS@
798290001Sglebiusabs_builddir = @abs_builddir@
799290001Sglebiusabs_srcdir = @abs_srcdir@
800290001Sglebiusabs_top_builddir = @abs_top_builddir@
801290001Sglebiusabs_top_srcdir = @abs_top_srcdir@
802290001Sglebiusac_ct_AR = @ac_ct_AR@
803290001Sglebiusac_ct_CC = @ac_ct_CC@
804290001Sglebiusac_ct_DUMPBIN = @ac_ct_DUMPBIN@
805290001Sglebiusacx_pthread_config = @acx_pthread_config@
806290001Sglebiusam__include = @am__include@
807290001Sglebiusam__leading_dot = @am__leading_dot@
808290001Sglebiusam__quote = @am__quote@
809290001Sglebiusam__tar = @am__tar@
810290001Sglebiusam__untar = @am__untar@
811290001Sglebiusbindir = @bindir@
812290001Sglebiusbuild = @build@
813290001Sglebiusbuild_alias = @build_alias@
814290001Sglebiusbuild_cpu = @build_cpu@
815290001Sglebiusbuild_os = @build_os@
816290001Sglebiusbuild_vendor = @build_vendor@
817290001Sglebiusbuilddir = @builddir@
818290001Sglebiusdatadir = @datadir@
819290001Sglebiusdatarootdir = @datarootdir@
820290001Sglebiusdocdir = @docdir@
821290001Sglebiusdvidir = @dvidir@
822290001Sglebiusexec_prefix = @exec_prefix@
823290001Sglebiushost = @host@
824290001Sglebiushost_alias = @host_alias@
825290001Sglebiushost_cpu = @host_cpu@
826290001Sglebiushost_os = @host_os@
827290001Sglebiushost_vendor = @host_vendor@
828290001Sglebiushtmldir = @htmldir@
829290001Sglebiusincludedir = @includedir@
830290001Sglebiusinfodir = @infodir@
831290001Sglebiusinstall_sh = @install_sh@
832290001Sglebiuslibdir = @libdir@
833290001Sglebiuslibexecdir = @libexecdir@
834290001Sglebiuslocaledir = @localedir@
835290001Sglebiuslocalstatedir = @localstatedir@
836290001Sglebiusmandir = @mandir@
837290001Sglebiusmkdir_p = @mkdir_p@
838290001Sglebiusoldincludedir = @oldincludedir@
839290001Sglebiuspdfdir = @pdfdir@
840290001Sglebiusprefix = @prefix@
841290001Sglebiusprogram_transform_name = @program_transform_name@
842290001Sglebiuspsdir = @psdir@
843290001Sglebiussbindir = @sbindir@
844290001Sglebiussharedstatedir = @sharedstatedir@
845290001Sglebiussrcdir = @srcdir@
846290001Sglebiussysconfdir = @sysconfdir@
847290001Sglebiustarget_alias = @target_alias@
848290001Sglebiustop_build_prefix = @top_build_prefix@
849290001Sglebiustop_builddir = @top_builddir@
850290001Sglebiustop_srcdir = @top_srcdir@
851290001Sglebius
852290001Sglebius# 'foreign' means that we're not enforcing GNU package rules strictly.
853290001Sglebius# '1.9' means that we need automake 1.9 or later (and we do).
854290001SglebiusAUTOMAKE_OPTIONS = foreign 1.9 subdir-objects
855290001SglebiusACLOCAL_AMFLAGS = -I m4
856290001Sglebius
857290001Sglebius# This is the "Release" of the Libevent ABI.  It takes precedence over
858290001Sglebius# the VERSION_INFO, so that two versions of Libevent with the same
859290001Sglebius# "Release" are never binary-compatible.
860290001Sglebius#
861290001Sglebius# This number incremented once for the 2.0 release candidate, and
862290001Sglebius# will increment for each series until we revise our interfaces enough
863290001Sglebius# that we can seriously expect ABI compatibility between series.
864290001Sglebius#
865290001SglebiusRELEASE = -release 2.1
866290001Sglebius
867290001Sglebius# This is the version info for the libevent binary API.  It has three
868290001Sglebius# numbers:
869290001Sglebius#   Current  -- the number of the binary API that we're implementing
870290001Sglebius#   Revision -- which iteration of the implementation of the binary
871290001Sglebius#               API are we supplying?
872290001Sglebius#   Age      -- How many previous binary API versions do we also
873290001Sglebius#               support?
874290001Sglebius#
875290001Sglebius# To increment a VERSION_INFO (current:revision:age):
876290001Sglebius#    If the ABI didn't change:
877290001Sglebius#        Return (current:revision+1:age)
878290001Sglebius#    If the ABI changed, but it's backward-compatible:
879290001Sglebius#        Return (current+1:0:age+1)
880290001Sglebius#    If the ABI changed and it isn't backward-compatible:
881290001Sglebius#        Return (current+1:0:0)
882290001Sglebius#
883290001Sglebius# Once an RC is out, DO NOT MAKE ANY ABI-BREAKING CHANGES IN THAT SERIES
884290001Sglebius# UNLESS YOU REALLY REALLY HAVE TO.
885290001SglebiusVERSION_INFO = 5:0:0
886290001Sglebius
887290001Sglebius# History:          RELEASE    VERSION_INFO
888290001Sglebius#  2.0.1-alpha --     2.0        1:0:0
889290001Sglebius#  2.0.2-alpha --                2:0:0
890290001Sglebius#  2.0.3-alpha --                2:0:0  (should have incremented; didn't.)
891290001Sglebius#  2.0.4-alpha --                3:0:0
892290001Sglebius#  2.0.5-beta  --                4:0:0
893290001Sglebius#  2.0.6-rc    --     2.0        2:0:0
894290001Sglebius#  2.0.7-rc    --     2.0        3:0:1
895290001Sglebius#  2.0.8-rc    --     2.0        4:0:2
896290001Sglebius#  2.0.9-rc    --     2.0        5:0:0 (ABI changed slightly)
897290001Sglebius#  2.0.10-stable--    2.0        5:1:0 (No ABI change)
898290001Sglebius#  2.0.11-stable--    2.0        6:0:1 (ABI changed, backward-compatible)
899290001Sglebius#  2.0.12-stable--    2.0        6:1:1 (No ABI change)
900290001Sglebius#  2.0.13-stable--    2.0        6:2:1 (No ABI change)
901290001Sglebius#  2.0.14-stable--    2.0        6:3:1 (No ABI change)
902290001Sglebius#  2.0.15-stable--    2.0        6:3:1 (Forgot to update :( )
903290001Sglebius#  2.0.16-stable--    2.0        6:4:1 (No ABI change)
904290001Sglebius#  2.0.17-stable--    2.0        6:5:1 (No ABI change)
905290001Sglebius#  2.0.18-stable--    2.0        6:6:1 (No ABI change)
906290001Sglebius#  2.0.19-stable--    2.0        6:7:1 (No ABI change)
907290001Sglebius#  2.0.20-stable--    2.0        6:8:1 (No ABI change)
908290001Sglebius#  2.0.21-stable--    2.0        6:9:1 (No ABI change)
909290001Sglebius#
910290001Sglebius# For Libevent 2.1:
911290001Sglebius#  2.1.1-alpha --     2.1        1:0:0
912290001Sglebius#  2.1.2-alpha --     2.1        1:0:0 (should have been 2:0:1)
913290001Sglebius#  2.1.3-alpha --     2.1        3:0:0 (ABI changed slightly)
914290001Sglebius#  2.1.4-alpha --     2.1        4:0:0 (ABI changed slightly)
915290001Sglebius#  2.1.5-beta  --     2.1        5:0:0 (ABI changed slightly)
916290001Sglebius
917290001Sglebius# ABI version history for this package effectively restarts every time
918290001Sglebius# we change RELEASE.  Version 1.4.x had RELEASE of 1.4.
919290001Sglebius#
920290001Sglebius# Ideally, we would not be using RELEASE at all; instead we could just
921290001Sglebius# use the VERSION_INFO field to label our backward-incompatible ABI
922290001Sglebius# changes, and those would be few and far between.  Unfortunately,
923290001Sglebius# Libevent still exposes far too many volatile structures in its
924290001Sglebius# headers, so we pretty much have to assume that most development
925290001Sglebius# series will break ABI compatibility.  For now, it's simplest just to
926290001Sglebius# keep incrementing the RELEASE between series and resetting VERSION_INFO.
927290001Sglebius#
928290001Sglebius# Eventually, when we get to the point where the structures in the
929290001Sglebius# headers are all non-changing (or not there at all!), we can shift to
930290001Sglebius# a more normal worldview where backward-incompatible ABI changes are
931290001Sglebius# nice and rare.  For the next couple of years, though, 'struct event'
932290001Sglebius# is user-visible, and so we can pretty much guarantee that release
933290001Sglebius# series won't be binary-compatible.
934290001Sglebius@INSTALL_LIBEVENT_TRUE@dist_bin_SCRIPTS = event_rpcgen.py
935290001Sglebiuspkgconfigdir = $(libdir)/pkgconfig
936290001SglebiusLIBEVENT_PKGCONFIG = libevent.pc $(am__append_2) $(am__append_4)
937290001Sglebius
938290001Sglebius# These sources are conditionally added by configure.ac or conditionally
939290001Sglebius# included from other files.
940290001SglebiusPLATFORM_DEPENDENT_SRC = \
941290001Sglebius	arc4random.c \
942290001Sglebius	epoll_sub.c
943290001Sglebius
944290001SglebiusEXTRA_DIST = ChangeLog-1.4 ChangeLog-2.0 Doxyfile LICENSE \
945290001Sglebius	Makefile.nmake test/Makefile.nmake autogen.sh event_rpcgen.py \
946290001Sglebius	libevent.pc.in make-event-config.sed whatsnew-2.0.txt \
947290001Sglebius	whatsnew-2.1.txt $(PLATFORM_DEPENDENT_SRC) \
948290001Sglebius	test/check-dumpevents.py test/regress.gen.c test/regress.gen.h \
949290001Sglebius	test/regress.rpc test/rpcgen_wrapper.sh test/test.sh
950290001SglebiusLIBEVENT_LIBS_LA = libevent.la libevent_core.la libevent_extra.la \
951290001Sglebius	$(am__append_1) $(am__append_3)
952290001Sglebius@INSTALL_LIBEVENT_TRUE@lib_LTLIBRARIES = $(LIBEVENT_LIBS_LA)
953290001Sglebius@INSTALL_LIBEVENT_TRUE@pkgconfig_DATA = $(LIBEVENT_PKGCONFIG)
954290001Sglebius@INSTALL_LIBEVENT_FALSE@noinst_LTLIBRARIES = $(LIBEVENT_LIBS_LA)
955290001SglebiusEXTRA_SOURCE = 
956290001Sglebiusnoinst_HEADERS = $(am__append_5) test/regress.h test/regress_thread.h \
957290001Sglebius	test/tinytest.h test/tinytest_local.h test/tinytest_macros.h \
958290001Sglebius	WIN32-Code/nmake/evconfig-private.h \
959290001Sglebius	WIN32-Code/nmake/event2/event-config.h WIN32-Code/tree.h \
960290001Sglebius	bufferevent-internal.h changelist-internal.h \
961290001Sglebius	compat/sys/queue.h defer-internal.h epolltable-internal.h \
962290001Sglebius	evbuffer-internal.h evconfig-private.h event-internal.h \
963290001Sglebius	evmap-internal.h evrpc-internal.h evsignal-internal.h \
964290001Sglebius	evthread-internal.h ht-internal.h http-internal.h \
965290001Sglebius	iocp-internal.h ipv6-internal.h kqueue-internal.h \
966290001Sglebius	log-internal.h minheap-internal.h mm-internal.h \
967290001Sglebius	ratelim-internal.h ratelim-internal.h strlcpy-internal.h \
968290001Sglebius	time-internal.h util-internal.h $(am__append_22)
969290001SglebiusCLEANFILES = test/rpcgen-attempted
970290001SglebiusDISTCLEANFILES = test/test-script.sh test/regress.gen.c \
971290001Sglebius	test/regress.gen.h *~ libevent.pc \
972290001Sglebius	./include/event2/event-config.h
973290001SglebiusBUILT_SOURCES = $(am__append_8) include/event2/event-config.h
974290001Sglebiusinclude_event2dir = $(includedir)/event2
975290001SglebiusEVENT2_EXPORT = \
976290001Sglebius	include/event2/buffer.h \
977290001Sglebius	include/event2/buffer_compat.h \
978290001Sglebius	include/event2/bufferevent.h \
979290001Sglebius	include/event2/bufferevent_compat.h \
980290001Sglebius	include/event2/bufferevent_ssl.h \
981290001Sglebius	include/event2/bufferevent_struct.h \
982290001Sglebius	include/event2/dns.h \
983290001Sglebius	include/event2/dns_compat.h \
984290001Sglebius	include/event2/dns_struct.h \
985290001Sglebius	include/event2/event.h \
986290001Sglebius	include/event2/event_compat.h \
987290001Sglebius	include/event2/event_struct.h \
988290001Sglebius	include/event2/http.h \
989290001Sglebius	include/event2/http_compat.h \
990290001Sglebius	include/event2/http_struct.h \
991290001Sglebius	include/event2/keyvalq_struct.h \
992290001Sglebius	include/event2/listener.h \
993290001Sglebius	include/event2/rpc.h \
994290001Sglebius	include/event2/rpc_compat.h \
995290001Sglebius	include/event2/rpc_struct.h \
996290001Sglebius	include/event2/tag.h \
997290001Sglebius	include/event2/tag_compat.h \
998290001Sglebius	include/event2/thread.h \
999290001Sglebius	include/event2/util.h \
1000290001Sglebius	include/event2/visibility.h
1001290001Sglebius
1002290001Sglebius@INSTALL_LIBEVENT_TRUE@include_event2_HEADERS = $(EVENT2_EXPORT)
1003290001Sglebius@INSTALL_LIBEVENT_TRUE@nodist_include_event2_HEADERS = include/event2/event-config.h
1004290001Sglebius@INSTALL_LIBEVENT_FALSE@nodist_noinst_HEADERS = include/event2/event-config.h
1005290001Sglebiusregress_CPPFLAGS = -DTINYTEST_LOCAL
1006290001SglebiusTESTPROGRAMS = \
1007290001Sglebius	test/bench					\
1008290001Sglebius	test/bench_cascade				\
1009290001Sglebius	test/bench_http				\
1010290001Sglebius	test/bench_httpclient			\
1011290001Sglebius	test/test-changelist				\
1012290001Sglebius	test/test-dumpevents				\
1013290001Sglebius	test/test-eof				\
1014290001Sglebius	test/test-closed				\
1015290001Sglebius	test/test-fdleak				\
1016290001Sglebius	test/test-init				\
1017290001Sglebius	test/test-ratelim				\
1018290001Sglebius	test/test-time				\
1019290001Sglebius	test/test-weof \
1020290001Sglebius	test/regress
1021290001Sglebius
1022290001Sglebius
1023290001Sglebius# We need to copy this file, since automake doesn't want us to use top_srcdir
1024290001Sglebius# in TESTS.
1025290001SglebiusTESTS = test/test-script.sh
1026290001Sglebiustest_test_init_SOURCES = test/test-init.c
1027290001Sglebiustest_test_init_LDADD = libevent_core.la
1028290001Sglebiustest_test_dumpevents_SOURCES = test/test-dumpevents.c
1029290001Sglebiustest_test_dumpevents_LDADD = libevent_core.la
1030290001Sglebiustest_test_eof_SOURCES = test/test-eof.c
1031290001Sglebiustest_test_eof_LDADD = libevent_core.la
1032290001Sglebiustest_test_closed_SOURCES = test/test-closed.c
1033290001Sglebiustest_test_closed_LDADD = libevent_core.la
1034290001Sglebiustest_test_changelist_SOURCES = test/test-changelist.c
1035290001Sglebiustest_test_changelist_LDADD = libevent_core.la
1036290001Sglebiustest_test_weof_SOURCES = test/test-weof.c
1037290001Sglebiustest_test_weof_LDADD = libevent_core.la
1038290001Sglebiustest_test_time_SOURCES = test/test-time.c
1039290001Sglebiustest_test_time_LDADD = libevent_core.la
1040290001Sglebiustest_test_ratelim_SOURCES = test/test-ratelim.c
1041290001Sglebiustest_test_ratelim_LDADD = libevent_core.la -lm
1042290001Sglebiustest_test_fdleak_SOURCES = test/test-fdleak.c
1043290001Sglebiustest_test_fdleak_LDADD = libevent_core.la
1044290001Sglebiustest_regress_SOURCES = test/regress.c test/regress.gen.c \
1045290001Sglebius	test/regress.gen.h test/regress_buffer.c \
1046290001Sglebius	test/regress_bufferevent.c test/regress_dns.c \
1047290001Sglebius	test/regress_et.c test/regress_finalize.c test/regress_http.c \
1048290001Sglebius	test/regress_listener.c test/regress_main.c \
1049290001Sglebius	test/regress_minheap.c test/regress_rpc.c \
1050290001Sglebius	test/regress_testutils.c test/regress_testutils.h \
1051290001Sglebius	test/regress_util.c test/tinytest.c $(regress_thread_SOURCES) \
1052290001Sglebius	$(regress_zlib_SOURCES) $(am__append_10) $(am__append_11)
1053290001Sglebius@BUILD_WIN32_TRUE@regress_thread_SOURCES = test/regress_thread.c
1054290001Sglebius@PTHREADS_TRUE@regress_thread_SOURCES = test/regress_thread.c
1055290001Sglebius@ZLIB_REGRESS_TRUE@regress_zlib_SOURCES = test/regress_zlib.c
1056290001Sglebiustest_regress_LDADD = $(LIBEVENT_GC_SECTIONS) libevent.la \
1057290001Sglebius	$(PTHREAD_LIBS) $(ZLIB_LIBS) $(am__append_13)
1058290001Sglebiustest_regress_CPPFLAGS = $(AM_CPPFLAGS) $(PTHREAD_CFLAGS) \
1059290001Sglebius	$(ZLIB_CFLAGS) -Itest $(am__append_12)
1060290001Sglebiustest_regress_LDFLAGS = $(PTHREAD_CFLAGS)
1061290001Sglebiustest_bench_SOURCES = test/bench.c
1062290001Sglebiustest_bench_LDADD = $(LIBEVENT_GC_SECTIONS) libevent.la
1063290001Sglebiustest_bench_cascade_SOURCES = test/bench_cascade.c
1064290001Sglebiustest_bench_cascade_LDADD = $(LIBEVENT_GC_SECTIONS) libevent.la
1065290001Sglebiustest_bench_http_SOURCES = test/bench_http.c
1066290001Sglebiustest_bench_http_LDADD = $(LIBEVENT_GC_SECTIONS) libevent.la
1067290001Sglebiustest_bench_httpclient_SOURCES = test/bench_httpclient.c
1068290001Sglebiustest_bench_httpclient_LDADD = $(LIBEVENT_GC_SECTIONS) libevent_core.la
1069290001Sglebius@BUILD_WIN32_FALSE@SYS_LIBS = 
1070290001Sglebius#include sample/include.am
1071290001Sglebius@BUILD_WIN32_TRUE@SYS_LIBS = -lws2_32 -lshell32 -ladvapi32
1072290001Sglebius@BUILD_WIN32_FALSE@SYS_SRC = $(am__append_14) $(am__append_15) \
1073290001Sglebius@BUILD_WIN32_FALSE@	$(am__append_16) $(am__append_17) \
1074290001Sglebius@BUILD_WIN32_FALSE@	$(am__append_18) $(am__append_19) \
1075290001Sglebius@BUILD_WIN32_FALSE@	$(am__append_20) $(am__append_21)
1076290001Sglebius@BUILD_WIN32_TRUE@SYS_SRC = win32select.c evthread_win32.c \
1077290001Sglebius@BUILD_WIN32_TRUE@	buffer_iocp.c event_iocp.c \
1078290001Sglebius@BUILD_WIN32_TRUE@	bufferevent_async.c $(am__append_14) \
1079290001Sglebius@BUILD_WIN32_TRUE@	$(am__append_15) $(am__append_16) \
1080290001Sglebius@BUILD_WIN32_TRUE@	$(am__append_17) $(am__append_18) \
1081290001Sglebius@BUILD_WIN32_TRUE@	$(am__append_19) $(am__append_20) \
1082290001Sglebius@BUILD_WIN32_TRUE@	$(am__append_21)
1083290001Sglebius@BUILD_WIN32_FALSE@SYS_INCLUDES = 
1084290001Sglebius@BUILD_WIN32_TRUE@SYS_INCLUDES = -IWIN32-Code -IWIN32-Code/nmake
1085290001SglebiusCORE_SRC = \
1086290001Sglebius	buffer.c				\
1087290001Sglebius	bufferevent.c				\
1088290001Sglebius	bufferevent_filter.c			\
1089290001Sglebius	bufferevent_pair.c			\
1090290001Sglebius	bufferevent_ratelim.c			\
1091290001Sglebius	bufferevent_sock.c			\
1092290001Sglebius	event.c					\
1093290001Sglebius	evmap.c					\
1094290001Sglebius	evthread.c				\
1095290001Sglebius	evutil.c				\
1096290001Sglebius	evutil_rand.c				\
1097290001Sglebius	evutil_time.c				\
1098290001Sglebius	listener.c				\
1099290001Sglebius	log.c					\
1100290001Sglebius	$(SYS_SRC)
1101290001Sglebius
1102290001SglebiusEXTRAS_SRC = \
1103290001Sglebius	evdns.c					\
1104290001Sglebius	event_tagging.c				\
1105290001Sglebius	evrpc.c					\
1106290001Sglebius	http.c
1107290001Sglebius
1108290001Sglebius@BUILD_WITH_NO_UNDEFINED_FALSE@NO_UNDEFINED = 
1109290001Sglebius@BUILD_WITH_NO_UNDEFINED_TRUE@NO_UNDEFINED = -no-undefined
1110290001Sglebius@BUILD_WITH_NO_UNDEFINED_FALSE@MAYBE_CORE = 
1111290001Sglebius@BUILD_WITH_NO_UNDEFINED_TRUE@MAYBE_CORE = libevent_core.la
1112290001SglebiusGENERIC_LDFLAGS = -version-info $(VERSION_INFO) $(RELEASE) $(NO_UNDEFINED)
1113290001Sglebiuslibevent_la_SOURCES = $(CORE_SRC) $(EXTRAS_SRC)
1114290001Sglebiuslibevent_la_LIBADD = @LTLIBOBJS@ $(SYS_LIBS)
1115290001Sglebiuslibevent_la_LDFLAGS = $(GENERIC_LDFLAGS)
1116290001Sglebiuslibevent_core_la_SOURCES = $(CORE_SRC)
1117290001Sglebiuslibevent_core_la_LIBADD = @LTLIBOBJS@ $(SYS_LIBS)
1118290001Sglebiuslibevent_core_la_LDFLAGS = $(GENERIC_LDFLAGS)
1119290001Sglebius@PTHREADS_TRUE@libevent_pthreads_la_SOURCES = evthread_pthread.c
1120290001Sglebius@PTHREADS_TRUE@libevent_pthreads_la_LIBADD = $(MAYBE_CORE)
1121290001Sglebius@PTHREADS_TRUE@libevent_pthreads_la_LDFLAGS = $(GENERIC_LDFLAGS)
1122290001Sglebiuslibevent_extra_la_SOURCES = $(EXTRAS_SRC)
1123290001Sglebiuslibevent_extra_la_LIBADD = $(MAYBE_CORE) $(SYS_LIBS)
1124290001Sglebiuslibevent_extra_la_LDFLAGS = $(GENERIC_LDFLAGS)
1125290001Sglebius@OPENSSL_TRUE@libevent_openssl_la_SOURCES = bufferevent_openssl.c
1126290001Sglebius@OPENSSL_TRUE@libevent_openssl_la_LIBADD = $(MAYBE_CORE) $(OPENSSL_LIBS)
1127290001Sglebius@OPENSSL_TRUE@libevent_openssl_la_LDFLAGS = $(GENERIC_LDFLAGS)
1128290001Sglebius@OPENSSL_TRUE@libevent_openssl_la_CPPFLAGS = $(AM_CPPFLAGS) $(OPENSSL_INCS)
1129290001SglebiusEVENT1_HDRS = \
1130290001Sglebius	include/evdns.h \
1131290001Sglebius	include/event.h \
1132290001Sglebius	include/evhttp.h \
1133290001Sglebius	include/evrpc.h \
1134290001Sglebius	include/evutil.h
1135290001Sglebius
1136290001Sglebius@INSTALL_LIBEVENT_TRUE@include_HEADERS = $(EVENT1_HDRS)
1137290001SglebiusAM_CPPFLAGS = -I$(srcdir)/compat -I$(srcdir)/include -I./include $(SYS_INCLUDES)
1138290001Sglebiusall: $(BUILT_SOURCES) config.h evconfig-private.h
1139290001Sglebius	$(MAKE) $(AM_MAKEFLAGS) all-am
1140290001Sglebius
1141290001Sglebius.SUFFIXES:
1142290001Sglebius.SUFFIXES: .c .lo .log .o .obj .test .test$(EXEEXT) .trs
1143290001Sglebiusam--refresh: Makefile
1144290001Sglebius	@:
1145290001Sglebius$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(srcdir)/include/include.am $(srcdir)/test/include.am $(am__configure_deps)
1146290001Sglebius	@for dep in $?; do \
1147290001Sglebius	  case '$(am__configure_deps)' in \
1148290001Sglebius	    *$$dep*) \
1149290001Sglebius	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
1150290001Sglebius	      $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
1151290001Sglebius		&& exit 0; \
1152290001Sglebius	      exit 1;; \
1153290001Sglebius	  esac; \
1154290001Sglebius	done; \
1155290001Sglebius	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
1156290001Sglebius	$(am__cd) $(top_srcdir) && \
1157290001Sglebius	  $(AUTOMAKE) --foreign Makefile
1158290001SglebiusMakefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
1159290001Sglebius	@case '$?' in \
1160290001Sglebius	  *config.status*) \
1161290001Sglebius	    echo ' $(SHELL) ./config.status'; \
1162290001Sglebius	    $(SHELL) ./config.status;; \
1163290001Sglebius	  *) \
1164290001Sglebius	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
1165290001Sglebius	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
1166290001Sglebius	esac;
1167290001Sglebius$(srcdir)/include/include.am $(srcdir)/test/include.am $(am__empty):
1168290001Sglebius
1169290001Sglebius$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
1170290001Sglebius	$(SHELL) ./config.status --recheck
1171290001Sglebius
1172290001Sglebius$(top_srcdir)/configure:  $(am__configure_deps)
1173290001Sglebius	$(am__cd) $(srcdir) && $(AUTOCONF)
1174290001Sglebius$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
1175290001Sglebius	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
1176290001Sglebius$(am__aclocal_m4_deps):
1177290001Sglebius
1178290001Sglebiusconfig.h: stamp-h1
1179290001Sglebius	@test -f $@ || rm -f stamp-h1
1180290001Sglebius	@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
1181290001Sglebius
1182290001Sglebiusstamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
1183290001Sglebius	@rm -f stamp-h1
1184290001Sglebius	cd $(top_builddir) && $(SHELL) ./config.status config.h
1185290001Sglebius$(srcdir)/config.h.in:  $(am__configure_deps) 
1186290001Sglebius	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
1187290001Sglebius	rm -f stamp-h1
1188290001Sglebius	touch $@
1189290001Sglebius
1190290001Sglebiusevconfig-private.h: stamp-h2
1191290001Sglebius	@test -f $@ || rm -f stamp-h2
1192290001Sglebius	@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h2
1193290001Sglebius
1194290001Sglebiusstamp-h2: $(srcdir)/evconfig-private.h.in $(top_builddir)/config.status
1195290001Sglebius	@rm -f stamp-h2
1196290001Sglebius	cd $(top_builddir) && $(SHELL) ./config.status evconfig-private.h
1197290001Sglebius
1198290001Sglebiusdistclean-hdr:
1199290001Sglebius	-rm -f config.h stamp-h1 evconfig-private.h stamp-h2
1200290001Sglebiuslibevent.pc: $(top_builddir)/config.status $(srcdir)/libevent.pc.in
1201290001Sglebius	cd $(top_builddir) && $(SHELL) ./config.status $@
1202290001Sglebiuslibevent_openssl.pc: $(top_builddir)/config.status $(srcdir)/libevent_openssl.pc.in
1203290001Sglebius	cd $(top_builddir) && $(SHELL) ./config.status $@
1204290001Sglebiuslibevent_pthreads.pc: $(top_builddir)/config.status $(srcdir)/libevent_pthreads.pc.in
1205290001Sglebius	cd $(top_builddir) && $(SHELL) ./config.status $@
1206290001Sglebius
1207290001Sglebiusinstall-libLTLIBRARIES: $(lib_LTLIBRARIES)
1208290001Sglebius	@$(NORMAL_INSTALL)
1209290001Sglebius	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
1210290001Sglebius	list2=; for p in $$list; do \
1211290001Sglebius	  if test -f $$p; then \
1212290001Sglebius	    list2="$$list2 $$p"; \
1213290001Sglebius	  else :; fi; \
1214290001Sglebius	done; \
1215290001Sglebius	test -z "$$list2" || { \
1216290001Sglebius	  echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
1217290001Sglebius	  $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
1218290001Sglebius	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
1219290001Sglebius	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
1220290001Sglebius	}
1221290001Sglebius
1222290001Sglebiusuninstall-libLTLIBRARIES:
1223290001Sglebius	@$(NORMAL_UNINSTALL)
1224290001Sglebius	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
1225290001Sglebius	for p in $$list; do \
1226290001Sglebius	  $(am__strip_dir) \
1227290001Sglebius	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
1228290001Sglebius	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
1229290001Sglebius	done
1230290001Sglebius
1231290001Sglebiusclean-libLTLIBRARIES:
1232290001Sglebius	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
1233290001Sglebius	@list='$(lib_LTLIBRARIES)'; \
1234290001Sglebius	locs=`for p in $$list; do echo $$p; done | \
1235290001Sglebius	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
1236290001Sglebius	      sort -u`; \
1237290001Sglebius	test -z "$$locs" || { \
1238290001Sglebius	  echo rm -f $${locs}; \
1239290001Sglebius	  rm -f $${locs}; \
1240290001Sglebius	}
1241290001Sglebius
1242290001Sglebiusclean-noinstLTLIBRARIES:
1243290001Sglebius	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
1244290001Sglebius	@list='$(noinst_LTLIBRARIES)'; \
1245290001Sglebius	locs=`for p in $$list; do echo $$p; done | \
1246290001Sglebius	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
1247290001Sglebius	      sort -u`; \
1248290001Sglebius	test -z "$$locs" || { \
1249290001Sglebius	  echo rm -f $${locs}; \
1250290001Sglebius	  rm -f $${locs}; \
1251290001Sglebius	}
1252290001Sglebius
1253290001Sglebiuslibevent.la: $(libevent_la_OBJECTS) $(libevent_la_DEPENDENCIES) $(EXTRA_libevent_la_DEPENDENCIES) 
1254290001Sglebius	$(AM_V_CCLD)$(libevent_la_LINK) $(am_libevent_la_rpath) $(libevent_la_OBJECTS) $(libevent_la_LIBADD) $(LIBS)
1255290001Sglebius
1256290001Sglebiuslibevent_core.la: $(libevent_core_la_OBJECTS) $(libevent_core_la_DEPENDENCIES) $(EXTRA_libevent_core_la_DEPENDENCIES) 
1257290001Sglebius	$(AM_V_CCLD)$(libevent_core_la_LINK) $(am_libevent_core_la_rpath) $(libevent_core_la_OBJECTS) $(libevent_core_la_LIBADD) $(LIBS)
1258290001Sglebius
1259290001Sglebiuslibevent_extra.la: $(libevent_extra_la_OBJECTS) $(libevent_extra_la_DEPENDENCIES) $(EXTRA_libevent_extra_la_DEPENDENCIES) 
1260290001Sglebius	$(AM_V_CCLD)$(libevent_extra_la_LINK) $(am_libevent_extra_la_rpath) $(libevent_extra_la_OBJECTS) $(libevent_extra_la_LIBADD) $(LIBS)
1261290001Sglebius
1262290001Sglebiuslibevent_openssl.la: $(libevent_openssl_la_OBJECTS) $(libevent_openssl_la_DEPENDENCIES) $(EXTRA_libevent_openssl_la_DEPENDENCIES) 
1263290001Sglebius	$(AM_V_CCLD)$(libevent_openssl_la_LINK) $(am_libevent_openssl_la_rpath) $(libevent_openssl_la_OBJECTS) $(libevent_openssl_la_LIBADD) $(LIBS)
1264290001Sglebius
1265290001Sglebiuslibevent_pthreads.la: $(libevent_pthreads_la_OBJECTS) $(libevent_pthreads_la_DEPENDENCIES) $(EXTRA_libevent_pthreads_la_DEPENDENCIES) 
1266290001Sglebius	$(AM_V_CCLD)$(libevent_pthreads_la_LINK) $(am_libevent_pthreads_la_rpath) $(libevent_pthreads_la_OBJECTS) $(libevent_pthreads_la_LIBADD) $(LIBS)
1267290001Sglebius
1268290001Sglebiusclean-noinstPROGRAMS:
1269290001Sglebius	@list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
1270290001Sglebius	echo " rm -f" $$list; \
1271290001Sglebius	rm -f $$list || exit $$?; \
1272290001Sglebius	test -n "$(EXEEXT)" || exit 0; \
1273290001Sglebius	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
1274290001Sglebius	echo " rm -f" $$list; \
1275290001Sglebius	rm -f $$list
1276290001Sglebiustest/$(am__dirstamp):
1277290001Sglebius	@$(MKDIR_P) test
1278290001Sglebius	@: > test/$(am__dirstamp)
1279290001Sglebiustest/$(DEPDIR)/$(am__dirstamp):
1280290001Sglebius	@$(MKDIR_P) test/$(DEPDIR)
1281290001Sglebius	@: > test/$(DEPDIR)/$(am__dirstamp)
1282290001Sglebiustest/bench.$(OBJEXT): test/$(am__dirstamp) \
1283290001Sglebius	test/$(DEPDIR)/$(am__dirstamp)
1284290001Sglebius
1285290001Sglebiustest/bench$(EXEEXT): $(test_bench_OBJECTS) $(test_bench_DEPENDENCIES) $(EXTRA_test_bench_DEPENDENCIES) test/$(am__dirstamp)
1286290001Sglebius	@rm -f test/bench$(EXEEXT)
1287290001Sglebius	$(AM_V_CCLD)$(LINK) $(test_bench_OBJECTS) $(test_bench_LDADD) $(LIBS)
1288290001Sglebiustest/bench_cascade.$(OBJEXT): test/$(am__dirstamp) \
1289290001Sglebius	test/$(DEPDIR)/$(am__dirstamp)
1290290001Sglebius
1291290001Sglebiustest/bench_cascade$(EXEEXT): $(test_bench_cascade_OBJECTS) $(test_bench_cascade_DEPENDENCIES) $(EXTRA_test_bench_cascade_DEPENDENCIES) test/$(am__dirstamp)
1292290001Sglebius	@rm -f test/bench_cascade$(EXEEXT)
1293290001Sglebius	$(AM_V_CCLD)$(LINK) $(test_bench_cascade_OBJECTS) $(test_bench_cascade_LDADD) $(LIBS)
1294290001Sglebiustest/bench_http.$(OBJEXT): test/$(am__dirstamp) \
1295290001Sglebius	test/$(DEPDIR)/$(am__dirstamp)
1296290001Sglebius
1297290001Sglebiustest/bench_http$(EXEEXT): $(test_bench_http_OBJECTS) $(test_bench_http_DEPENDENCIES) $(EXTRA_test_bench_http_DEPENDENCIES) test/$(am__dirstamp)
1298290001Sglebius	@rm -f test/bench_http$(EXEEXT)
1299290001Sglebius	$(AM_V_CCLD)$(LINK) $(test_bench_http_OBJECTS) $(test_bench_http_LDADD) $(LIBS)
1300290001Sglebiustest/bench_httpclient.$(OBJEXT): test/$(am__dirstamp) \
1301290001Sglebius	test/$(DEPDIR)/$(am__dirstamp)
1302290001Sglebius
1303290001Sglebiustest/bench_httpclient$(EXEEXT): $(test_bench_httpclient_OBJECTS) $(test_bench_httpclient_DEPENDENCIES) $(EXTRA_test_bench_httpclient_DEPENDENCIES) test/$(am__dirstamp)
1304290001Sglebius	@rm -f test/bench_httpclient$(EXEEXT)
1305290001Sglebius	$(AM_V_CCLD)$(LINK) $(test_bench_httpclient_OBJECTS) $(test_bench_httpclient_LDADD) $(LIBS)
1306290001Sglebiustest/test_regress-regress.$(OBJEXT): test/$(am__dirstamp) \
1307290001Sglebius	test/$(DEPDIR)/$(am__dirstamp)
1308290001Sglebiustest/test_regress-regress.gen.$(OBJEXT): test/$(am__dirstamp) \
1309290001Sglebius	test/$(DEPDIR)/$(am__dirstamp)
1310290001Sglebiustest/test_regress-regress_buffer.$(OBJEXT): test/$(am__dirstamp) \
1311290001Sglebius	test/$(DEPDIR)/$(am__dirstamp)
1312290001Sglebiustest/test_regress-regress_bufferevent.$(OBJEXT): test/$(am__dirstamp) \
1313290001Sglebius	test/$(DEPDIR)/$(am__dirstamp)
1314290001Sglebiustest/test_regress-regress_dns.$(OBJEXT): test/$(am__dirstamp) \
1315290001Sglebius	test/$(DEPDIR)/$(am__dirstamp)
1316290001Sglebiustest/test_regress-regress_et.$(OBJEXT): test/$(am__dirstamp) \
1317290001Sglebius	test/$(DEPDIR)/$(am__dirstamp)
1318290001Sglebiustest/test_regress-regress_finalize.$(OBJEXT): test/$(am__dirstamp) \
1319290001Sglebius	test/$(DEPDIR)/$(am__dirstamp)
1320290001Sglebiustest/test_regress-regress_http.$(OBJEXT): test/$(am__dirstamp) \
1321290001Sglebius	test/$(DEPDIR)/$(am__dirstamp)
1322290001Sglebiustest/test_regress-regress_listener.$(OBJEXT): test/$(am__dirstamp) \
1323290001Sglebius	test/$(DEPDIR)/$(am__dirstamp)
1324290001Sglebiustest/test_regress-regress_main.$(OBJEXT): test/$(am__dirstamp) \
1325290001Sglebius	test/$(DEPDIR)/$(am__dirstamp)
1326290001Sglebiustest/test_regress-regress_minheap.$(OBJEXT): test/$(am__dirstamp) \
1327290001Sglebius	test/$(DEPDIR)/$(am__dirstamp)
1328290001Sglebiustest/test_regress-regress_rpc.$(OBJEXT): test/$(am__dirstamp) \
1329290001Sglebius	test/$(DEPDIR)/$(am__dirstamp)
1330290001Sglebiustest/test_regress-regress_testutils.$(OBJEXT): test/$(am__dirstamp) \
1331290001Sglebius	test/$(DEPDIR)/$(am__dirstamp)
1332290001Sglebiustest/test_regress-regress_util.$(OBJEXT): test/$(am__dirstamp) \
1333290001Sglebius	test/$(DEPDIR)/$(am__dirstamp)
1334290001Sglebiustest/test_regress-tinytest.$(OBJEXT): test/$(am__dirstamp) \
1335290001Sglebius	test/$(DEPDIR)/$(am__dirstamp)
1336290001Sglebiustest/test_regress-regress_thread.$(OBJEXT): test/$(am__dirstamp) \
1337290001Sglebius	test/$(DEPDIR)/$(am__dirstamp)
1338290001Sglebiustest/test_regress-regress_zlib.$(OBJEXT): test/$(am__dirstamp) \
1339290001Sglebius	test/$(DEPDIR)/$(am__dirstamp)
1340290001Sglebiustest/test_regress-regress_iocp.$(OBJEXT): test/$(am__dirstamp) \
1341290001Sglebius	test/$(DEPDIR)/$(am__dirstamp)
1342290001Sglebiustest/test_regress-regress_ssl.$(OBJEXT): test/$(am__dirstamp) \
1343290001Sglebius	test/$(DEPDIR)/$(am__dirstamp)
1344290001Sglebius
1345290001Sglebiustest/regress$(EXEEXT): $(test_regress_OBJECTS) $(test_regress_DEPENDENCIES) $(EXTRA_test_regress_DEPENDENCIES) test/$(am__dirstamp)
1346290001Sglebius	@rm -f test/regress$(EXEEXT)
1347290001Sglebius	$(AM_V_CCLD)$(test_regress_LINK) $(test_regress_OBJECTS) $(test_regress_LDADD) $(LIBS)
1348290001Sglebiustest/test-changelist.$(OBJEXT): test/$(am__dirstamp) \
1349290001Sglebius	test/$(DEPDIR)/$(am__dirstamp)
1350290001Sglebius
1351290001Sglebiustest/test-changelist$(EXEEXT): $(test_test_changelist_OBJECTS) $(test_test_changelist_DEPENDENCIES) $(EXTRA_test_test_changelist_DEPENDENCIES) test/$(am__dirstamp)
1352290001Sglebius	@rm -f test/test-changelist$(EXEEXT)
1353290001Sglebius	$(AM_V_CCLD)$(LINK) $(test_test_changelist_OBJECTS) $(test_test_changelist_LDADD) $(LIBS)
1354290001Sglebiustest/test-closed.$(OBJEXT): test/$(am__dirstamp) \
1355290001Sglebius	test/$(DEPDIR)/$(am__dirstamp)
1356290001Sglebius
1357290001Sglebiustest/test-closed$(EXEEXT): $(test_test_closed_OBJECTS) $(test_test_closed_DEPENDENCIES) $(EXTRA_test_test_closed_DEPENDENCIES) test/$(am__dirstamp)
1358290001Sglebius	@rm -f test/test-closed$(EXEEXT)
1359290001Sglebius	$(AM_V_CCLD)$(LINK) $(test_test_closed_OBJECTS) $(test_test_closed_LDADD) $(LIBS)
1360290001Sglebiustest/test-dumpevents.$(OBJEXT): test/$(am__dirstamp) \
1361290001Sglebius	test/$(DEPDIR)/$(am__dirstamp)
1362290001Sglebius
1363290001Sglebiustest/test-dumpevents$(EXEEXT): $(test_test_dumpevents_OBJECTS) $(test_test_dumpevents_DEPENDENCIES) $(EXTRA_test_test_dumpevents_DEPENDENCIES) test/$(am__dirstamp)
1364290001Sglebius	@rm -f test/test-dumpevents$(EXEEXT)
1365290001Sglebius	$(AM_V_CCLD)$(LINK) $(test_test_dumpevents_OBJECTS) $(test_test_dumpevents_LDADD) $(LIBS)
1366290001Sglebiustest/test-eof.$(OBJEXT): test/$(am__dirstamp) \
1367290001Sglebius	test/$(DEPDIR)/$(am__dirstamp)
1368290001Sglebius
1369290001Sglebiustest/test-eof$(EXEEXT): $(test_test_eof_OBJECTS) $(test_test_eof_DEPENDENCIES) $(EXTRA_test_test_eof_DEPENDENCIES) test/$(am__dirstamp)
1370290001Sglebius	@rm -f test/test-eof$(EXEEXT)
1371290001Sglebius	$(AM_V_CCLD)$(LINK) $(test_test_eof_OBJECTS) $(test_test_eof_LDADD) $(LIBS)
1372290001Sglebiustest/test-fdleak.$(OBJEXT): test/$(am__dirstamp) \
1373290001Sglebius	test/$(DEPDIR)/$(am__dirstamp)
1374290001Sglebius
1375290001Sglebiustest/test-fdleak$(EXEEXT): $(test_test_fdleak_OBJECTS) $(test_test_fdleak_DEPENDENCIES) $(EXTRA_test_test_fdleak_DEPENDENCIES) test/$(am__dirstamp)
1376290001Sglebius	@rm -f test/test-fdleak$(EXEEXT)
1377290001Sglebius	$(AM_V_CCLD)$(LINK) $(test_test_fdleak_OBJECTS) $(test_test_fdleak_LDADD) $(LIBS)
1378290001Sglebiustest/test-init.$(OBJEXT): test/$(am__dirstamp) \
1379290001Sglebius	test/$(DEPDIR)/$(am__dirstamp)
1380290001Sglebius
1381290001Sglebiustest/test-init$(EXEEXT): $(test_test_init_OBJECTS) $(test_test_init_DEPENDENCIES) $(EXTRA_test_test_init_DEPENDENCIES) test/$(am__dirstamp)
1382290001Sglebius	@rm -f test/test-init$(EXEEXT)
1383290001Sglebius	$(AM_V_CCLD)$(LINK) $(test_test_init_OBJECTS) $(test_test_init_LDADD) $(LIBS)
1384290001Sglebiustest/test-ratelim.$(OBJEXT): test/$(am__dirstamp) \
1385290001Sglebius	test/$(DEPDIR)/$(am__dirstamp)
1386290001Sglebius
1387290001Sglebiustest/test-ratelim$(EXEEXT): $(test_test_ratelim_OBJECTS) $(test_test_ratelim_DEPENDENCIES) $(EXTRA_test_test_ratelim_DEPENDENCIES) test/$(am__dirstamp)
1388290001Sglebius	@rm -f test/test-ratelim$(EXEEXT)
1389290001Sglebius	$(AM_V_CCLD)$(LINK) $(test_test_ratelim_OBJECTS) $(test_test_ratelim_LDADD) $(LIBS)
1390290001Sglebiustest/test-time.$(OBJEXT): test/$(am__dirstamp) \
1391290001Sglebius	test/$(DEPDIR)/$(am__dirstamp)
1392290001Sglebius
1393290001Sglebiustest/test-time$(EXEEXT): $(test_test_time_OBJECTS) $(test_test_time_DEPENDENCIES) $(EXTRA_test_test_time_DEPENDENCIES) test/$(am__dirstamp)
1394290001Sglebius	@rm -f test/test-time$(EXEEXT)
1395290001Sglebius	$(AM_V_CCLD)$(LINK) $(test_test_time_OBJECTS) $(test_test_time_LDADD) $(LIBS)
1396290001Sglebiustest/test-weof.$(OBJEXT): test/$(am__dirstamp) \
1397290001Sglebius	test/$(DEPDIR)/$(am__dirstamp)
1398290001Sglebius
1399290001Sglebiustest/test-weof$(EXEEXT): $(test_test_weof_OBJECTS) $(test_test_weof_DEPENDENCIES) $(EXTRA_test_test_weof_DEPENDENCIES) test/$(am__dirstamp)
1400290001Sglebius	@rm -f test/test-weof$(EXEEXT)
1401290001Sglebius	$(AM_V_CCLD)$(LINK) $(test_test_weof_OBJECTS) $(test_test_weof_LDADD) $(LIBS)
1402290001Sglebiusinstall-dist_binSCRIPTS: $(dist_bin_SCRIPTS)
1403290001Sglebius	@$(NORMAL_INSTALL)
1404290001Sglebius	@list='$(dist_bin_SCRIPTS)'; test -n "$(bindir)" || list=; \
1405290001Sglebius	if test -n "$$list"; then \
1406290001Sglebius	  echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
1407290001Sglebius	  $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
1408290001Sglebius	fi; \
1409290001Sglebius	for p in $$list; do \
1410290001Sglebius	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1411290001Sglebius	  if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
1412290001Sglebius	done | \
1413290001Sglebius	sed -e 'p;s,.*/,,;n' \
1414290001Sglebius	    -e 'h;s|.*|.|' \
1415290001Sglebius	    -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
1416290001Sglebius	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
1417290001Sglebius	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
1418290001Sglebius	    if ($$2 == $$4) { files[d] = files[d] " " $$1; \
1419290001Sglebius	      if (++n[d] == $(am__install_max)) { \
1420290001Sglebius		print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
1421290001Sglebius	    else { print "f", d "/" $$4, $$1 } } \
1422290001Sglebius	  END { for (d in files) print "f", d, files[d] }' | \
1423290001Sglebius	while read type dir files; do \
1424290001Sglebius	     if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
1425290001Sglebius	     test -z "$$files" || { \
1426290001Sglebius	       echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(bindir)$$dir'"; \
1427290001Sglebius	       $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
1428290001Sglebius	     } \
1429290001Sglebius	; done
1430290001Sglebius
1431290001Sglebiusuninstall-dist_binSCRIPTS:
1432290001Sglebius	@$(NORMAL_UNINSTALL)
1433290001Sglebius	@list='$(dist_bin_SCRIPTS)'; test -n "$(bindir)" || exit 0; \
1434290001Sglebius	files=`for p in $$list; do echo "$$p"; done | \
1435290001Sglebius	       sed -e 's,.*/,,;$(transform)'`; \
1436290001Sglebius	dir='$(DESTDIR)$(bindir)'; $(am__uninstall_files_from_dir)
1437290001Sglebius
1438290001Sglebiusmostlyclean-compile:
1439290001Sglebius	-rm -f *.$(OBJEXT)
1440290001Sglebius	-rm -f test/*.$(OBJEXT)
1441290001Sglebius
1442290001Sglebiusdistclean-compile:
1443290001Sglebius	-rm -f *.tab.c
1444290001Sglebius
1445290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/epoll_sub.Plo@am__quote@
1446290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/buffer.Plo@am__quote@
1447290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/buffer_iocp.Plo@am__quote@
1448290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bufferevent.Plo@am__quote@
1449290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bufferevent_async.Plo@am__quote@
1450290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bufferevent_filter.Plo@am__quote@
1451290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bufferevent_pair.Plo@am__quote@
1452290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bufferevent_ratelim.Plo@am__quote@
1453290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bufferevent_sock.Plo@am__quote@
1454290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/devpoll.Plo@am__quote@
1455290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/epoll.Plo@am__quote@
1456290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/evdns.Plo@am__quote@
1457290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/event.Plo@am__quote@
1458290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/event_iocp.Plo@am__quote@
1459290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/event_tagging.Plo@am__quote@
1460290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/evmap.Plo@am__quote@
1461290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/evport.Plo@am__quote@
1462290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/evrpc.Plo@am__quote@
1463290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/evthread.Plo@am__quote@
1464290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/evthread_pthread.Plo@am__quote@
1465290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/evthread_win32.Plo@am__quote@
1466290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/evutil.Plo@am__quote@
1467290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/evutil_rand.Plo@am__quote@
1468290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/evutil_time.Plo@am__quote@
1469290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/http.Plo@am__quote@
1470290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/kqueue.Plo@am__quote@
1471290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libevent_openssl_la-bufferevent_openssl.Plo@am__quote@
1472290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/listener.Plo@am__quote@
1473290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/log.Plo@am__quote@
1474290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/poll.Plo@am__quote@
1475290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/select.Plo@am__quote@
1476290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/signal.Plo@am__quote@
1477290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strlcpy.Plo@am__quote@
1478290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/win32select.Plo@am__quote@
1479290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@test/$(DEPDIR)/bench.Po@am__quote@
1480290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@test/$(DEPDIR)/bench_cascade.Po@am__quote@
1481290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@test/$(DEPDIR)/bench_http.Po@am__quote@
1482290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@test/$(DEPDIR)/bench_httpclient.Po@am__quote@
1483290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@test/$(DEPDIR)/test-changelist.Po@am__quote@
1484290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@test/$(DEPDIR)/test-closed.Po@am__quote@
1485290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@test/$(DEPDIR)/test-dumpevents.Po@am__quote@
1486290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@test/$(DEPDIR)/test-eof.Po@am__quote@
1487290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@test/$(DEPDIR)/test-fdleak.Po@am__quote@
1488290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@test/$(DEPDIR)/test-init.Po@am__quote@
1489290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@test/$(DEPDIR)/test-ratelim.Po@am__quote@
1490290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@test/$(DEPDIR)/test-time.Po@am__quote@
1491290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@test/$(DEPDIR)/test-weof.Po@am__quote@
1492290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@test/$(DEPDIR)/test_regress-regress.Po@am__quote@
1493290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@test/$(DEPDIR)/test_regress-regress.gen.Po@am__quote@
1494290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@test/$(DEPDIR)/test_regress-regress_buffer.Po@am__quote@
1495290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@test/$(DEPDIR)/test_regress-regress_bufferevent.Po@am__quote@
1496290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@test/$(DEPDIR)/test_regress-regress_dns.Po@am__quote@
1497290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@test/$(DEPDIR)/test_regress-regress_et.Po@am__quote@
1498290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@test/$(DEPDIR)/test_regress-regress_finalize.Po@am__quote@
1499290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@test/$(DEPDIR)/test_regress-regress_http.Po@am__quote@
1500290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@test/$(DEPDIR)/test_regress-regress_iocp.Po@am__quote@
1501290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@test/$(DEPDIR)/test_regress-regress_listener.Po@am__quote@
1502290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@test/$(DEPDIR)/test_regress-regress_main.Po@am__quote@
1503290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@test/$(DEPDIR)/test_regress-regress_minheap.Po@am__quote@
1504290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@test/$(DEPDIR)/test_regress-regress_rpc.Po@am__quote@
1505290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@test/$(DEPDIR)/test_regress-regress_ssl.Po@am__quote@
1506290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@test/$(DEPDIR)/test_regress-regress_testutils.Po@am__quote@
1507290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@test/$(DEPDIR)/test_regress-regress_thread.Po@am__quote@
1508290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@test/$(DEPDIR)/test_regress-regress_util.Po@am__quote@
1509290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@test/$(DEPDIR)/test_regress-regress_zlib.Po@am__quote@
1510290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@test/$(DEPDIR)/test_regress-tinytest.Po@am__quote@
1511290001Sglebius
1512290001Sglebius.c.o:
1513290001Sglebius@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
1514290001Sglebius@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
1515290001Sglebius@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
1516290001Sglebius@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1517290001Sglebius@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1518290001Sglebius@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
1519290001Sglebius
1520290001Sglebius.c.obj:
1521290001Sglebius@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
1522290001Sglebius@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
1523290001Sglebius@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
1524290001Sglebius@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1525290001Sglebius@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1526290001Sglebius@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
1527290001Sglebius
1528290001Sglebius.c.lo:
1529290001Sglebius@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
1530290001Sglebius@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
1531290001Sglebius@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Plo
1532290001Sglebius@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
1533290001Sglebius@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1534290001Sglebius@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
1535290001Sglebius
1536290001Sglebiuslibevent_openssl_la-bufferevent_openssl.lo: bufferevent_openssl.c
1537290001Sglebius@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
1538290001Sglebius@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libevent_openssl_la-bufferevent_openssl.Tpo $(DEPDIR)/libevent_openssl_la-bufferevent_openssl.Plo
1539290001Sglebius@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='bufferevent_openssl.c' object='libevent_openssl_la-bufferevent_openssl.lo' libtool=yes @AMDEPBACKSLASH@
1540290001Sglebius@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1541290001Sglebius@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
1542290001Sglebius
1543290001Sglebiustest/test_regress-regress.o: test/regress.c
1544290001Sglebius@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
1545290001Sglebius@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) test/$(DEPDIR)/test_regress-regress.Tpo test/$(DEPDIR)/test_regress-regress.Po
1546290001Sglebius@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='test/regress.c' object='test/test_regress-regress.o' libtool=no @AMDEPBACKSLASH@
1547290001Sglebius@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1548290001Sglebius@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
1549290001Sglebius
1550290001Sglebiustest/test_regress-regress.obj: test/regress.c
1551290001Sglebius@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`
1552290001Sglebius@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) test/$(DEPDIR)/test_regress-regress.Tpo test/$(DEPDIR)/test_regress-regress.Po
1553290001Sglebius@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='test/regress.c' object='test/test_regress-regress.obj' libtool=no @AMDEPBACKSLASH@
1554290001Sglebius@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1555290001Sglebius@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`
1556290001Sglebius
1557290001Sglebiustest/test_regress-regress.gen.o: test/regress.gen.c
1558290001Sglebius@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
1559290001Sglebius@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) test/$(DEPDIR)/test_regress-regress.gen.Tpo test/$(DEPDIR)/test_regress-regress.gen.Po
1560290001Sglebius@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='test/regress.gen.c' object='test/test_regress-regress.gen.o' libtool=no @AMDEPBACKSLASH@
1561290001Sglebius@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1562290001Sglebius@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
1563290001Sglebius
1564290001Sglebiustest/test_regress-regress.gen.obj: test/regress.gen.c
1565290001Sglebius@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`
1566290001Sglebius@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) test/$(DEPDIR)/test_regress-regress.gen.Tpo test/$(DEPDIR)/test_regress-regress.gen.Po
1567290001Sglebius@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='test/regress.gen.c' object='test/test_regress-regress.gen.obj' libtool=no @AMDEPBACKSLASH@
1568290001Sglebius@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1569290001Sglebius@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`
1570290001Sglebius
1571290001Sglebiustest/test_regress-regress_buffer.o: test/regress_buffer.c
1572290001Sglebius@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
1573290001Sglebius@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) test/$(DEPDIR)/test_regress-regress_buffer.Tpo test/$(DEPDIR)/test_regress-regress_buffer.Po
1574290001Sglebius@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='test/regress_buffer.c' object='test/test_regress-regress_buffer.o' libtool=no @AMDEPBACKSLASH@
1575290001Sglebius@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1576290001Sglebius@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
1577290001Sglebius
1578290001Sglebiustest/test_regress-regress_buffer.obj: test/regress_buffer.c
1579290001Sglebius@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`
1580290001Sglebius@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) test/$(DEPDIR)/test_regress-regress_buffer.Tpo test/$(DEPDIR)/test_regress-regress_buffer.Po
1581290001Sglebius@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='test/regress_buffer.c' object='test/test_regress-regress_buffer.obj' libtool=no @AMDEPBACKSLASH@
1582290001Sglebius@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1583290001Sglebius@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`
1584290001Sglebius
1585290001Sglebiustest/test_regress-regress_bufferevent.o: test/regress_bufferevent.c
1586290001Sglebius@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
1587290001Sglebius@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) test/$(DEPDIR)/test_regress-regress_bufferevent.Tpo test/$(DEPDIR)/test_regress-regress_bufferevent.Po
1588290001Sglebius@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='test/regress_bufferevent.c' object='test/test_regress-regress_bufferevent.o' libtool=no @AMDEPBACKSLASH@
1589290001Sglebius@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1590290001Sglebius@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
1591290001Sglebius
1592290001Sglebiustest/test_regress-regress_bufferevent.obj: test/regress_bufferevent.c
1593290001Sglebius@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`
1594290001Sglebius@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) test/$(DEPDIR)/test_regress-regress_bufferevent.Tpo test/$(DEPDIR)/test_regress-regress_bufferevent.Po
1595290001Sglebius@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='test/regress_bufferevent.c' object='test/test_regress-regress_bufferevent.obj' libtool=no @AMDEPBACKSLASH@
1596290001Sglebius@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1597290001Sglebius@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`
1598290001Sglebius
1599290001Sglebiustest/test_regress-regress_dns.o: test/regress_dns.c
1600290001Sglebius@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
1601290001Sglebius@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) test/$(DEPDIR)/test_regress-regress_dns.Tpo test/$(DEPDIR)/test_regress-regress_dns.Po
1602290001Sglebius@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='test/regress_dns.c' object='test/test_regress-regress_dns.o' libtool=no @AMDEPBACKSLASH@
1603290001Sglebius@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1604290001Sglebius@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
1605290001Sglebius
1606290001Sglebiustest/test_regress-regress_dns.obj: test/regress_dns.c
1607290001Sglebius@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`
1608290001Sglebius@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) test/$(DEPDIR)/test_regress-regress_dns.Tpo test/$(DEPDIR)/test_regress-regress_dns.Po
1609290001Sglebius@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='test/regress_dns.c' object='test/test_regress-regress_dns.obj' libtool=no @AMDEPBACKSLASH@
1610290001Sglebius@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1611290001Sglebius@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`
1612290001Sglebius
1613290001Sglebiustest/test_regress-regress_et.o: test/regress_et.c
1614290001Sglebius@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
1615290001Sglebius@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) test/$(DEPDIR)/test_regress-regress_et.Tpo test/$(DEPDIR)/test_regress-regress_et.Po
1616290001Sglebius@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='test/regress_et.c' object='test/test_regress-regress_et.o' libtool=no @AMDEPBACKSLASH@
1617290001Sglebius@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1618290001Sglebius@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
1619290001Sglebius
1620290001Sglebiustest/test_regress-regress_et.obj: test/regress_et.c
1621290001Sglebius@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`
1622290001Sglebius@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) test/$(DEPDIR)/test_regress-regress_et.Tpo test/$(DEPDIR)/test_regress-regress_et.Po
1623290001Sglebius@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='test/regress_et.c' object='test/test_regress-regress_et.obj' libtool=no @AMDEPBACKSLASH@
1624290001Sglebius@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1625290001Sglebius@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`
1626290001Sglebius
1627290001Sglebiustest/test_regress-regress_finalize.o: test/regress_finalize.c
1628290001Sglebius@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
1629290001Sglebius@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) test/$(DEPDIR)/test_regress-regress_finalize.Tpo test/$(DEPDIR)/test_regress-regress_finalize.Po
1630290001Sglebius@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='test/regress_finalize.c' object='test/test_regress-regress_finalize.o' libtool=no @AMDEPBACKSLASH@
1631290001Sglebius@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1632290001Sglebius@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
1633290001Sglebius
1634290001Sglebiustest/test_regress-regress_finalize.obj: test/regress_finalize.c
1635290001Sglebius@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`
1636290001Sglebius@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) test/$(DEPDIR)/test_regress-regress_finalize.Tpo test/$(DEPDIR)/test_regress-regress_finalize.Po
1637290001Sglebius@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='test/regress_finalize.c' object='test/test_regress-regress_finalize.obj' libtool=no @AMDEPBACKSLASH@
1638290001Sglebius@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1639290001Sglebius@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`
1640290001Sglebius
1641290001Sglebiustest/test_regress-regress_http.o: test/regress_http.c
1642290001Sglebius@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
1643290001Sglebius@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) test/$(DEPDIR)/test_regress-regress_http.Tpo test/$(DEPDIR)/test_regress-regress_http.Po
1644290001Sglebius@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='test/regress_http.c' object='test/test_regress-regress_http.o' libtool=no @AMDEPBACKSLASH@
1645290001Sglebius@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1646290001Sglebius@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
1647290001Sglebius
1648290001Sglebiustest/test_regress-regress_http.obj: test/regress_http.c
1649290001Sglebius@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`
1650290001Sglebius@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) test/$(DEPDIR)/test_regress-regress_http.Tpo test/$(DEPDIR)/test_regress-regress_http.Po
1651290001Sglebius@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='test/regress_http.c' object='test/test_regress-regress_http.obj' libtool=no @AMDEPBACKSLASH@
1652290001Sglebius@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1653290001Sglebius@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`
1654290001Sglebius
1655290001Sglebiustest/test_regress-regress_listener.o: test/regress_listener.c
1656290001Sglebius@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
1657290001Sglebius@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) test/$(DEPDIR)/test_regress-regress_listener.Tpo test/$(DEPDIR)/test_regress-regress_listener.Po
1658290001Sglebius@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='test/regress_listener.c' object='test/test_regress-regress_listener.o' libtool=no @AMDEPBACKSLASH@
1659290001Sglebius@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1660290001Sglebius@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
1661290001Sglebius
1662290001Sglebiustest/test_regress-regress_listener.obj: test/regress_listener.c
1663290001Sglebius@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`
1664290001Sglebius@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) test/$(DEPDIR)/test_regress-regress_listener.Tpo test/$(DEPDIR)/test_regress-regress_listener.Po
1665290001Sglebius@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='test/regress_listener.c' object='test/test_regress-regress_listener.obj' libtool=no @AMDEPBACKSLASH@
1666290001Sglebius@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1667290001Sglebius@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`
1668290001Sglebius
1669290001Sglebiustest/test_regress-regress_main.o: test/regress_main.c
1670290001Sglebius@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
1671290001Sglebius@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) test/$(DEPDIR)/test_regress-regress_main.Tpo test/$(DEPDIR)/test_regress-regress_main.Po
1672290001Sglebius@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='test/regress_main.c' object='test/test_regress-regress_main.o' libtool=no @AMDEPBACKSLASH@
1673290001Sglebius@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1674290001Sglebius@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
1675290001Sglebius
1676290001Sglebiustest/test_regress-regress_main.obj: test/regress_main.c
1677290001Sglebius@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`
1678290001Sglebius@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) test/$(DEPDIR)/test_regress-regress_main.Tpo test/$(DEPDIR)/test_regress-regress_main.Po
1679290001Sglebius@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='test/regress_main.c' object='test/test_regress-regress_main.obj' libtool=no @AMDEPBACKSLASH@
1680290001Sglebius@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1681290001Sglebius@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`
1682290001Sglebius
1683290001Sglebiustest/test_regress-regress_minheap.o: test/regress_minheap.c
1684290001Sglebius@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
1685290001Sglebius@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) test/$(DEPDIR)/test_regress-regress_minheap.Tpo test/$(DEPDIR)/test_regress-regress_minheap.Po
1686290001Sglebius@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='test/regress_minheap.c' object='test/test_regress-regress_minheap.o' libtool=no @AMDEPBACKSLASH@
1687290001Sglebius@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1688290001Sglebius@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
1689290001Sglebius
1690290001Sglebiustest/test_regress-regress_minheap.obj: test/regress_minheap.c
1691290001Sglebius@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`
1692290001Sglebius@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) test/$(DEPDIR)/test_regress-regress_minheap.Tpo test/$(DEPDIR)/test_regress-regress_minheap.Po
1693290001Sglebius@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='test/regress_minheap.c' object='test/test_regress-regress_minheap.obj' libtool=no @AMDEPBACKSLASH@
1694290001Sglebius@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1695290001Sglebius@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`
1696290001Sglebius
1697290001Sglebiustest/test_regress-regress_rpc.o: test/regress_rpc.c
1698290001Sglebius@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
1699290001Sglebius@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) test/$(DEPDIR)/test_regress-regress_rpc.Tpo test/$(DEPDIR)/test_regress-regress_rpc.Po
1700290001Sglebius@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='test/regress_rpc.c' object='test/test_regress-regress_rpc.o' libtool=no @AMDEPBACKSLASH@
1701290001Sglebius@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1702290001Sglebius@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
1703290001Sglebius
1704290001Sglebiustest/test_regress-regress_rpc.obj: test/regress_rpc.c
1705290001Sglebius@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`
1706290001Sglebius@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) test/$(DEPDIR)/test_regress-regress_rpc.Tpo test/$(DEPDIR)/test_regress-regress_rpc.Po
1707290001Sglebius@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='test/regress_rpc.c' object='test/test_regress-regress_rpc.obj' libtool=no @AMDEPBACKSLASH@
1708290001Sglebius@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1709290001Sglebius@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`
1710290001Sglebius
1711290001Sglebiustest/test_regress-regress_testutils.o: test/regress_testutils.c
1712290001Sglebius@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
1713290001Sglebius@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) test/$(DEPDIR)/test_regress-regress_testutils.Tpo test/$(DEPDIR)/test_regress-regress_testutils.Po
1714290001Sglebius@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='test/regress_testutils.c' object='test/test_regress-regress_testutils.o' libtool=no @AMDEPBACKSLASH@
1715290001Sglebius@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1716290001Sglebius@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
1717290001Sglebius
1718290001Sglebiustest/test_regress-regress_testutils.obj: test/regress_testutils.c
1719290001Sglebius@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`
1720290001Sglebius@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) test/$(DEPDIR)/test_regress-regress_testutils.Tpo test/$(DEPDIR)/test_regress-regress_testutils.Po
1721290001Sglebius@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='test/regress_testutils.c' object='test/test_regress-regress_testutils.obj' libtool=no @AMDEPBACKSLASH@
1722290001Sglebius@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1723290001Sglebius@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`
1724290001Sglebius
1725290001Sglebiustest/test_regress-regress_util.o: test/regress_util.c
1726290001Sglebius@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
1727290001Sglebius@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) test/$(DEPDIR)/test_regress-regress_util.Tpo test/$(DEPDIR)/test_regress-regress_util.Po
1728290001Sglebius@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='test/regress_util.c' object='test/test_regress-regress_util.o' libtool=no @AMDEPBACKSLASH@
1729290001Sglebius@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1730290001Sglebius@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
1731290001Sglebius
1732290001Sglebiustest/test_regress-regress_util.obj: test/regress_util.c
1733290001Sglebius@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`
1734290001Sglebius@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) test/$(DEPDIR)/test_regress-regress_util.Tpo test/$(DEPDIR)/test_regress-regress_util.Po
1735290001Sglebius@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='test/regress_util.c' object='test/test_regress-regress_util.obj' libtool=no @AMDEPBACKSLASH@
1736290001Sglebius@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1737290001Sglebius@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`
1738290001Sglebius
1739290001Sglebiustest/test_regress-tinytest.o: test/tinytest.c
1740290001Sglebius@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
1741290001Sglebius@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) test/$(DEPDIR)/test_regress-tinytest.Tpo test/$(DEPDIR)/test_regress-tinytest.Po
1742290001Sglebius@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='test/tinytest.c' object='test/test_regress-tinytest.o' libtool=no @AMDEPBACKSLASH@
1743290001Sglebius@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1744290001Sglebius@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
1745290001Sglebius
1746290001Sglebiustest/test_regress-tinytest.obj: test/tinytest.c
1747290001Sglebius@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`
1748290001Sglebius@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) test/$(DEPDIR)/test_regress-tinytest.Tpo test/$(DEPDIR)/test_regress-tinytest.Po
1749290001Sglebius@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='test/tinytest.c' object='test/test_regress-tinytest.obj' libtool=no @AMDEPBACKSLASH@
1750290001Sglebius@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1751290001Sglebius@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`
1752290001Sglebius
1753290001Sglebiustest/test_regress-regress_thread.o: test/regress_thread.c
1754290001Sglebius@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
1755290001Sglebius@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) test/$(DEPDIR)/test_regress-regress_thread.Tpo test/$(DEPDIR)/test_regress-regress_thread.Po
1756290001Sglebius@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='test/regress_thread.c' object='test/test_regress-regress_thread.o' libtool=no @AMDEPBACKSLASH@
1757290001Sglebius@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1758290001Sglebius@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
1759290001Sglebius
1760290001Sglebiustest/test_regress-regress_thread.obj: test/regress_thread.c
1761290001Sglebius@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`
1762290001Sglebius@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) test/$(DEPDIR)/test_regress-regress_thread.Tpo test/$(DEPDIR)/test_regress-regress_thread.Po
1763290001Sglebius@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='test/regress_thread.c' object='test/test_regress-regress_thread.obj' libtool=no @AMDEPBACKSLASH@
1764290001Sglebius@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1765290001Sglebius@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`
1766290001Sglebius
1767290001Sglebiustest/test_regress-regress_zlib.o: test/regress_zlib.c
1768290001Sglebius@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
1769290001Sglebius@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) test/$(DEPDIR)/test_regress-regress_zlib.Tpo test/$(DEPDIR)/test_regress-regress_zlib.Po
1770290001Sglebius@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='test/regress_zlib.c' object='test/test_regress-regress_zlib.o' libtool=no @AMDEPBACKSLASH@
1771290001Sglebius@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1772290001Sglebius@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
1773290001Sglebius
1774290001Sglebiustest/test_regress-regress_zlib.obj: test/regress_zlib.c
1775290001Sglebius@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`
1776290001Sglebius@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) test/$(DEPDIR)/test_regress-regress_zlib.Tpo test/$(DEPDIR)/test_regress-regress_zlib.Po
1777290001Sglebius@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='test/regress_zlib.c' object='test/test_regress-regress_zlib.obj' libtool=no @AMDEPBACKSLASH@
1778290001Sglebius@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1779290001Sglebius@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`
1780290001Sglebius
1781290001Sglebiustest/test_regress-regress_iocp.o: test/regress_iocp.c
1782290001Sglebius@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
1783290001Sglebius@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) test/$(DEPDIR)/test_regress-regress_iocp.Tpo test/$(DEPDIR)/test_regress-regress_iocp.Po
1784290001Sglebius@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='test/regress_iocp.c' object='test/test_regress-regress_iocp.o' libtool=no @AMDEPBACKSLASH@
1785290001Sglebius@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1786290001Sglebius@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
1787290001Sglebius
1788290001Sglebiustest/test_regress-regress_iocp.obj: test/regress_iocp.c
1789290001Sglebius@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`
1790290001Sglebius@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) test/$(DEPDIR)/test_regress-regress_iocp.Tpo test/$(DEPDIR)/test_regress-regress_iocp.Po
1791290001Sglebius@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='test/regress_iocp.c' object='test/test_regress-regress_iocp.obj' libtool=no @AMDEPBACKSLASH@
1792290001Sglebius@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1793290001Sglebius@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`
1794290001Sglebius
1795290001Sglebiustest/test_regress-regress_ssl.o: test/regress_ssl.c
1796290001Sglebius@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
1797290001Sglebius@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) test/$(DEPDIR)/test_regress-regress_ssl.Tpo test/$(DEPDIR)/test_regress-regress_ssl.Po
1798290001Sglebius@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='test/regress_ssl.c' object='test/test_regress-regress_ssl.o' libtool=no @AMDEPBACKSLASH@
1799290001Sglebius@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1800290001Sglebius@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
1801290001Sglebius
1802290001Sglebiustest/test_regress-regress_ssl.obj: test/regress_ssl.c
1803290001Sglebius@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`
1804290001Sglebius@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) test/$(DEPDIR)/test_regress-regress_ssl.Tpo test/$(DEPDIR)/test_regress-regress_ssl.Po
1805290001Sglebius@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='test/regress_ssl.c' object='test/test_regress-regress_ssl.obj' libtool=no @AMDEPBACKSLASH@
1806290001Sglebius@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1807290001Sglebius@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`
1808290001Sglebius
1809290001Sglebiusmostlyclean-libtool:
1810290001Sglebius	-rm -f *.lo
1811290001Sglebius
1812290001Sglebiusclean-libtool:
1813290001Sglebius	-rm -rf .libs _libs
1814290001Sglebius	-rm -rf test/.libs test/_libs
1815290001Sglebius
1816290001Sglebiusdistclean-libtool:
1817290001Sglebius	-rm -f libtool config.lt
1818290001Sglebiusinstall-pkgconfigDATA: $(pkgconfig_DATA)
1819290001Sglebius	@$(NORMAL_INSTALL)
1820290001Sglebius	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
1821290001Sglebius	if test -n "$$list"; then \
1822290001Sglebius	  echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \
1823290001Sglebius	  $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \
1824290001Sglebius	fi; \
1825290001Sglebius	for p in $$list; do \
1826290001Sglebius	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1827290001Sglebius	  echo "$$d$$p"; \
1828290001Sglebius	done | $(am__base_list) | \
1829290001Sglebius	while read files; do \
1830290001Sglebius	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
1831290001Sglebius	  $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
1832290001Sglebius	done
1833290001Sglebius
1834290001Sglebiusuninstall-pkgconfigDATA:
1835290001Sglebius	@$(NORMAL_UNINSTALL)
1836290001Sglebius	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
1837290001Sglebius	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1838290001Sglebius	dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
1839290001Sglebiusinstall-includeHEADERS: $(include_HEADERS)
1840290001Sglebius	@$(NORMAL_INSTALL)
1841290001Sglebius	@list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
1842290001Sglebius	if test -n "$$list"; then \
1843290001Sglebius	  echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \
1844290001Sglebius	  $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \
1845290001Sglebius	fi; \
1846290001Sglebius	for p in $$list; do \
1847290001Sglebius	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1848290001Sglebius	  echo "$$d$$p"; \
1849290001Sglebius	done | $(am__base_list) | \
1850290001Sglebius	while read files; do \
1851290001Sglebius	  echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \
1852290001Sglebius	  $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \
1853290001Sglebius	done
1854290001Sglebius
1855290001Sglebiusuninstall-includeHEADERS:
1856290001Sglebius	@$(NORMAL_UNINSTALL)
1857290001Sglebius	@list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
1858290001Sglebius	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1859290001Sglebius	dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
1860290001Sglebiusinstall-include_event2HEADERS: $(include_event2_HEADERS)
1861290001Sglebius	@$(NORMAL_INSTALL)
1862290001Sglebius	@list='$(include_event2_HEADERS)'; test -n "$(include_event2dir)" || list=; \
1863290001Sglebius	if test -n "$$list"; then \
1864290001Sglebius	  echo " $(MKDIR_P) '$(DESTDIR)$(include_event2dir)'"; \
1865290001Sglebius	  $(MKDIR_P) "$(DESTDIR)$(include_event2dir)" || exit 1; \
1866290001Sglebius	fi; \
1867290001Sglebius	for p in $$list; do \
1868290001Sglebius	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1869290001Sglebius	  echo "$$d$$p"; \
1870290001Sglebius	done | $(am__base_list) | \
1871290001Sglebius	while read files; do \
1872290001Sglebius	  echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(include_event2dir)'"; \
1873290001Sglebius	  $(INSTALL_HEADER) $$files "$(DESTDIR)$(include_event2dir)" || exit $$?; \
1874290001Sglebius	done
1875290001Sglebius
1876290001Sglebiusuninstall-include_event2HEADERS:
1877290001Sglebius	@$(NORMAL_UNINSTALL)
1878290001Sglebius	@list='$(include_event2_HEADERS)'; test -n "$(include_event2dir)" || list=; \
1879290001Sglebius	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1880290001Sglebius	dir='$(DESTDIR)$(include_event2dir)'; $(am__uninstall_files_from_dir)
1881290001Sglebiusinstall-nodist_include_event2HEADERS: $(nodist_include_event2_HEADERS)
1882290001Sglebius	@$(NORMAL_INSTALL)
1883290001Sglebius	@list='$(nodist_include_event2_HEADERS)'; test -n "$(include_event2dir)" || list=; \
1884290001Sglebius	if test -n "$$list"; then \
1885290001Sglebius	  echo " $(MKDIR_P) '$(DESTDIR)$(include_event2dir)'"; \
1886290001Sglebius	  $(MKDIR_P) "$(DESTDIR)$(include_event2dir)" || exit 1; \
1887290001Sglebius	fi; \
1888290001Sglebius	for p in $$list; do \
1889290001Sglebius	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1890290001Sglebius	  echo "$$d$$p"; \
1891290001Sglebius	done | $(am__base_list) | \
1892290001Sglebius	while read files; do \
1893290001Sglebius	  echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(include_event2dir)'"; \
1894290001Sglebius	  $(INSTALL_HEADER) $$files "$(DESTDIR)$(include_event2dir)" || exit $$?; \
1895290001Sglebius	done
1896290001Sglebius
1897290001Sglebiusuninstall-nodist_include_event2HEADERS:
1898290001Sglebius	@$(NORMAL_UNINSTALL)
1899290001Sglebius	@list='$(nodist_include_event2_HEADERS)'; test -n "$(include_event2dir)" || list=; \
1900290001Sglebius	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1901290001Sglebius	dir='$(DESTDIR)$(include_event2dir)'; $(am__uninstall_files_from_dir)
1902290001Sglebius
1903290001SglebiusID: $(am__tagged_files)
1904290001Sglebius	$(am__define_uniq_tagged_files); mkid -fID $$unique
1905290001Sglebiustags: tags-am
1906290001SglebiusTAGS: tags
1907290001Sglebius
1908290001Sglebiustags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1909290001Sglebius	set x; \
1910290001Sglebius	here=`pwd`; \
1911290001Sglebius	$(am__define_uniq_tagged_files); \
1912290001Sglebius	shift; \
1913290001Sglebius	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1914290001Sglebius	  test -n "$$unique" || unique=$$empty_fix; \
1915290001Sglebius	  if test $$# -gt 0; then \
1916290001Sglebius	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1917290001Sglebius	      "$$@" $$unique; \
1918290001Sglebius	  else \
1919290001Sglebius	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1920290001Sglebius	      $$unique; \
1921290001Sglebius	  fi; \
1922290001Sglebius	fi
1923290001Sglebiusctags: ctags-am
1924290001Sglebius
1925290001SglebiusCTAGS: ctags
1926290001Sglebiusctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1927290001Sglebius	$(am__define_uniq_tagged_files); \
1928290001Sglebius	test -z "$(CTAGS_ARGS)$$unique" \
1929290001Sglebius	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1930290001Sglebius	     $$unique
1931290001Sglebius
1932290001SglebiusGTAGS:
1933290001Sglebius	here=`$(am__cd) $(top_builddir) && pwd` \
1934290001Sglebius	  && $(am__cd) $(top_srcdir) \
1935290001Sglebius	  && gtags -i $(GTAGS_ARGS) "$$here"
1936290001Sglebiuscscope: cscope.files
1937290001Sglebius	test ! -s cscope.files \
1938290001Sglebius	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
1939290001Sglebiusclean-cscope:
1940290001Sglebius	-rm -f cscope.files
1941290001Sglebiuscscope.files: clean-cscope cscopelist
1942290001Sglebiuscscopelist: cscopelist-am
1943290001Sglebius
1944290001Sglebiuscscopelist-am: $(am__tagged_files)
1945290001Sglebius	list='$(am__tagged_files)'; \
1946290001Sglebius	case "$(srcdir)" in \
1947290001Sglebius	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
1948290001Sglebius	  *) sdir=$(subdir)/$(srcdir) ;; \
1949290001Sglebius	esac; \
1950290001Sglebius	for i in $$list; do \
1951290001Sglebius	  if test -f "$$i"; then \
1952290001Sglebius	    echo "$(subdir)/$$i"; \
1953290001Sglebius	  else \
1954290001Sglebius	    echo "$$sdir/$$i"; \
1955290001Sglebius	  fi; \
1956290001Sglebius	done >> $(top_builddir)/cscope.files
1957290001Sglebius
1958290001Sglebiusdistclean-tags:
1959290001Sglebius	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1960290001Sglebius	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
1961290001Sglebius
1962290001Sglebius# Recover from deleted '.trs' file; this should ensure that
1963290001Sglebius# "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create
1964290001Sglebius# both 'foo.log' and 'foo.trs'.  Break the recipe in two subshells
1965290001Sglebius# to avoid problems with "make -n".
1966290001Sglebius.log.trs:
1967290001Sglebius	rm -f $< $@
1968290001Sglebius	$(MAKE) $(AM_MAKEFLAGS) $<
1969290001Sglebius
1970290001Sglebius# Leading 'am--fnord' is there to ensure the list of targets does not
1971290001Sglebius# expand to empty, as could happen e.g. with make check TESTS=''.
1972290001Sglebiusam--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck)
1973290001Sglebiusam--force-recheck:
1974290001Sglebius	@:
1975290001Sglebius
1976290001Sglebius$(TEST_SUITE_LOG): $(TEST_LOGS)
1977290001Sglebius	@$(am__set_TESTS_bases); \
1978290001Sglebius	am__f_ok () { test -f "$$1" && test -r "$$1"; }; \
1979290001Sglebius	redo_bases=`for i in $$bases; do \
1980290001Sglebius	              am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \
1981290001Sglebius	            done`; \
1982290001Sglebius	if test -n "$$redo_bases"; then \
1983290001Sglebius	  redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
1984290001Sglebius	  redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
1985290001Sglebius	  if $(am__make_dryrun); then :; else \
1986290001Sglebius	    rm -f $$redo_logs && rm -f $$redo_results || exit 1; \
1987290001Sglebius	  fi; \
1988290001Sglebius	fi; \
1989290001Sglebius	if test -n "$$am__remaking_logs"; then \
1990290001Sglebius	  echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \
1991290001Sglebius	       "recursion detected" >&2; \
1992290001Sglebius	elif test -n "$$redo_logs"; then \
1993290001Sglebius	  am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \
1994290001Sglebius	fi; \
1995290001Sglebius	if $(am__make_dryrun); then :; else \
1996290001Sglebius	  st=0;  \
1997290001Sglebius	  errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \
1998290001Sglebius	  for i in $$redo_bases; do \
1999290001Sglebius	    test -f $$i.trs && test -r $$i.trs \
2000290001Sglebius	      || { echo "$$errmsg $$i.trs" >&2; st=1; }; \
2001290001Sglebius	    test -f $$i.log && test -r $$i.log \
2002290001Sglebius	      || { echo "$$errmsg $$i.log" >&2; st=1; }; \
2003290001Sglebius	  done; \
2004290001Sglebius	  test $$st -eq 0 || exit 1; \
2005290001Sglebius	fi
2006290001Sglebius	@$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \
2007290001Sglebius	ws='[ 	]'; \
2008290001Sglebius	results=`for b in $$bases; do echo $$b.trs; done`; \
2009290001Sglebius	test -n "$$results" || results=/dev/null; \
2010290001Sglebius	all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
2011290001Sglebius	pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
2012290001Sglebius	fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
2013290001Sglebius	skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
2014290001Sglebius	xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
2015290001Sglebius	xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
2016290001Sglebius	error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
2017290001Sglebius	if test `expr $$fail + $$xpass + $$error` -eq 0; then \
2018290001Sglebius	  success=true; \
2019290001Sglebius	else \
2020290001Sglebius	  success=false; \
2021290001Sglebius	fi; \
2022290001Sglebius	br='==================='; br=$$br$$br$$br$$br; \
2023290001Sglebius	result_count () \
2024290001Sglebius	{ \
2025290001Sglebius	    if test x"$$1" = x"--maybe-color"; then \
2026290001Sglebius	      maybe_colorize=yes; \
2027290001Sglebius	    elif test x"$$1" = x"--no-color"; then \
2028290001Sglebius	      maybe_colorize=no; \
2029290001Sglebius	    else \
2030290001Sglebius	      echo "$@: invalid 'result_count' usage" >&2; exit 4; \
2031290001Sglebius	    fi; \
2032290001Sglebius	    shift; \
2033290001Sglebius	    desc=$$1 count=$$2; \
2034290001Sglebius	    if test $$maybe_colorize = yes && test $$count -gt 0; then \
2035290001Sglebius	      color_start=$$3 color_end=$$std; \
2036290001Sglebius	    else \
2037290001Sglebius	      color_start= color_end=; \
2038290001Sglebius	    fi; \
2039290001Sglebius	    echo "$${color_start}# $$desc $$count$${color_end}"; \
2040290001Sglebius	}; \
2041290001Sglebius	create_testsuite_report () \
2042290001Sglebius	{ \
2043290001Sglebius	  result_count $$1 "TOTAL:" $$all   "$$brg"; \
2044290001Sglebius	  result_count $$1 "PASS: " $$pass  "$$grn"; \
2045290001Sglebius	  result_count $$1 "SKIP: " $$skip  "$$blu"; \
2046290001Sglebius	  result_count $$1 "XFAIL:" $$xfail "$$lgn"; \
2047290001Sglebius	  result_count $$1 "FAIL: " $$fail  "$$red"; \
2048290001Sglebius	  result_count $$1 "XPASS:" $$xpass "$$red"; \
2049290001Sglebius	  result_count $$1 "ERROR:" $$error "$$mgn"; \
2050290001Sglebius	}; \
2051290001Sglebius	{								\
2052290001Sglebius	  echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" |	\
2053290001Sglebius	    $(am__rst_title);						\
2054290001Sglebius	  create_testsuite_report --no-color;				\
2055290001Sglebius	  echo;								\
2056290001Sglebius	  echo ".. contents:: :depth: 2";				\
2057290001Sglebius	  echo;								\
2058290001Sglebius	  for b in $$bases; do echo $$b; done				\
2059290001Sglebius	    | $(am__create_global_log);					\
2060290001Sglebius	} >$(TEST_SUITE_LOG).tmp || exit 1;				\
2061290001Sglebius	mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG);			\
2062290001Sglebius	if $$success; then						\
2063290001Sglebius	  col="$$grn";							\
2064290001Sglebius	 else								\
2065290001Sglebius	  col="$$red";							\
2066290001Sglebius	  test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG);		\
2067290001Sglebius	fi;								\
2068290001Sglebius	echo "$${col}$$br$${std}"; 					\
2069290001Sglebius	echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}";	\
2070290001Sglebius	echo "$${col}$$br$${std}"; 					\
2071290001Sglebius	create_testsuite_report --maybe-color;				\
2072290001Sglebius	echo "$$col$$br$$std";						\
2073290001Sglebius	if $$success; then :; else					\
2074290001Sglebius	  echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}";		\
2075290001Sglebius	  if test -n "$(PACKAGE_BUGREPORT)"; then			\
2076290001Sglebius	    echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}";	\
2077290001Sglebius	  fi;								\
2078290001Sglebius	  echo "$$col$$br$$std";					\
2079290001Sglebius	fi;								\
2080290001Sglebius	$$success || exit 1
2081290001Sglebius
2082290001Sglebiuscheck-TESTS:
2083290001Sglebius	@list='$(RECHECK_LOGS)';           test -z "$$list" || rm -f $$list
2084290001Sglebius	@list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list
2085290001Sglebius	@test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
2086290001Sglebius	@set +e; $(am__set_TESTS_bases); \
2087290001Sglebius	log_list=`for i in $$bases; do echo $$i.log; done`; \
2088290001Sglebius	trs_list=`for i in $$bases; do echo $$i.trs; done`; \
2089290001Sglebius	log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
2090290001Sglebius	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
2091290001Sglebius	exit $$?;
2092290001Sglebiusrecheck: all 
2093290001Sglebius	@test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
2094290001Sglebius	@set +e; $(am__set_TESTS_bases); \
2095290001Sglebius	bases=`for i in $$bases; do echo $$i; done \
2096290001Sglebius	         | $(am__list_recheck_tests)` || exit 1; \
2097290001Sglebius	log_list=`for i in $$bases; do echo $$i.log; done`; \
2098290001Sglebius	log_list=`echo $$log_list`; \
2099290001Sglebius	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
2100290001Sglebius	        am__force_recheck=am--force-recheck \
2101290001Sglebius	        TEST_LOGS="$$log_list"; \
2102290001Sglebius	exit $$?
2103290001Sglebiustest/test-script.sh.log: test/test-script.sh
2104290001Sglebius	@p='test/test-script.sh'; \
2105290001Sglebius	b='test/test-script.sh'; \
2106290001Sglebius	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2107290001Sglebius	--log-file $$b.log --trs-file $$b.trs \
2108290001Sglebius	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2109290001Sglebius	"$$tst" $(AM_TESTS_FD_REDIRECT)
2110290001Sglebius.test.log:
2111290001Sglebius	@p='$<'; \
2112290001Sglebius	$(am__set_b); \
2113290001Sglebius	$(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
2114290001Sglebius	--log-file $$b.log --trs-file $$b.trs \
2115290001Sglebius	$(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
2116290001Sglebius	"$$tst" $(AM_TESTS_FD_REDIRECT)
2117290001Sglebius@am__EXEEXT_TRUE@.test$(EXEEXT).log:
2118290001Sglebius@am__EXEEXT_TRUE@	@p='$<'; \
2119290001Sglebius@am__EXEEXT_TRUE@	$(am__set_b); \
2120290001Sglebius@am__EXEEXT_TRUE@	$(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
2121290001Sglebius@am__EXEEXT_TRUE@	--log-file $$b.log --trs-file $$b.trs \
2122290001Sglebius@am__EXEEXT_TRUE@	$(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
2123290001Sglebius@am__EXEEXT_TRUE@	"$$tst" $(AM_TESTS_FD_REDIRECT)
2124290001Sglebius
2125290001Sglebiusdistdir: $(DISTFILES)
2126290001Sglebius	$(am__remove_distdir)
2127290001Sglebius	test -d "$(distdir)" || mkdir "$(distdir)"
2128290001Sglebius	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
2129290001Sglebius	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
2130290001Sglebius	list='$(DISTFILES)'; \
2131290001Sglebius	  dist_files=`for file in $$list; do echo $$file; done | \
2132290001Sglebius	  sed -e "s|^$$srcdirstrip/||;t" \
2133290001Sglebius	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
2134290001Sglebius	case $$dist_files in \
2135290001Sglebius	  */*) $(MKDIR_P) `echo "$$dist_files" | \
2136290001Sglebius			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
2137290001Sglebius			   sort -u` ;; \
2138290001Sglebius	esac; \
2139290001Sglebius	for file in $$dist_files; do \
2140290001Sglebius	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
2141290001Sglebius	  if test -d $$d/$$file; then \
2142290001Sglebius	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
2143290001Sglebius	    if test -d "$(distdir)/$$file"; then \
2144290001Sglebius	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
2145290001Sglebius	    fi; \
2146290001Sglebius	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
2147290001Sglebius	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
2148290001Sglebius	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
2149290001Sglebius	    fi; \
2150290001Sglebius	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
2151290001Sglebius	  else \
2152290001Sglebius	    test -f "$(distdir)/$$file" \
2153290001Sglebius	    || cp -p $$d/$$file "$(distdir)/$$file" \
2154290001Sglebius	    || exit 1; \
2155290001Sglebius	  fi; \
2156290001Sglebius	done
2157290001Sglebius	-test -n "$(am__skip_mode_fix)" \
2158290001Sglebius	|| find "$(distdir)" -type d ! -perm -755 \
2159290001Sglebius		-exec chmod u+rwx,go+rx {} \; -o \
2160290001Sglebius	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
2161290001Sglebius	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
2162290001Sglebius	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
2163290001Sglebius	|| chmod -R a+r "$(distdir)"
2164290001Sglebiusdist-gzip: distdir
2165290001Sglebius	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
2166290001Sglebius	$(am__post_remove_distdir)
2167290001Sglebius
2168290001Sglebiusdist-bzip2: distdir
2169290001Sglebius	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
2170290001Sglebius	$(am__post_remove_distdir)
2171290001Sglebius
2172290001Sglebiusdist-lzip: distdir
2173290001Sglebius	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
2174290001Sglebius	$(am__post_remove_distdir)
2175290001Sglebius
2176290001Sglebiusdist-xz: distdir
2177290001Sglebius	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
2178290001Sglebius	$(am__post_remove_distdir)
2179290001Sglebius
2180290001Sglebiusdist-tarZ: distdir
2181290001Sglebius	@echo WARNING: "Support for distribution archives compressed with" \
2182290001Sglebius		       "legacy program 'compress' is deprecated." >&2
2183290001Sglebius	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
2184290001Sglebius	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
2185290001Sglebius	$(am__post_remove_distdir)
2186290001Sglebius
2187290001Sglebiusdist-shar: distdir
2188290001Sglebius	@echo WARNING: "Support for shar distribution archives is" \
2189290001Sglebius	               "deprecated." >&2
2190290001Sglebius	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
2191290001Sglebius	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
2192290001Sglebius	$(am__post_remove_distdir)
2193290001Sglebius
2194290001Sglebiusdist-zip: distdir
2195290001Sglebius	-rm -f $(distdir).zip
2196290001Sglebius	zip -rq $(distdir).zip $(distdir)
2197290001Sglebius	$(am__post_remove_distdir)
2198290001Sglebius
2199290001Sglebiusdist dist-all:
2200290001Sglebius	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
2201290001Sglebius	$(am__post_remove_distdir)
2202290001Sglebius
2203290001Sglebius# This target untars the dist file and tries a VPATH configuration.  Then
2204290001Sglebius# it guarantees that the distribution is self-contained by making another
2205290001Sglebius# tarfile.
2206290001Sglebiusdistcheck: dist
2207290001Sglebius	case '$(DIST_ARCHIVES)' in \
2208290001Sglebius	*.tar.gz*) \
2209290001Sglebius	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
2210290001Sglebius	*.tar.bz2*) \
2211290001Sglebius	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
2212290001Sglebius	*.tar.lz*) \
2213290001Sglebius	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
2214290001Sglebius	*.tar.xz*) \
2215290001Sglebius	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
2216290001Sglebius	*.tar.Z*) \
2217290001Sglebius	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
2218290001Sglebius	*.shar.gz*) \
2219290001Sglebius	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
2220290001Sglebius	*.zip*) \
2221290001Sglebius	  unzip $(distdir).zip ;;\
2222290001Sglebius	esac
2223290001Sglebius	chmod -R a-w $(distdir)
2224290001Sglebius	chmod u+w $(distdir)
2225290001Sglebius	mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
2226290001Sglebius	chmod a-w $(distdir)
2227290001Sglebius	test -d $(distdir)/_build || exit 0; \
2228290001Sglebius	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
2229290001Sglebius	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
2230290001Sglebius	  && am__cwd=`pwd` \
2231290001Sglebius	  && $(am__cd) $(distdir)/_build/sub \
2232290001Sglebius	  && ../../configure \
2233290001Sglebius	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
2234290001Sglebius	    $(DISTCHECK_CONFIGURE_FLAGS) \
2235290001Sglebius	    --srcdir=../.. --prefix="$$dc_install_base" \
2236290001Sglebius	  && $(MAKE) $(AM_MAKEFLAGS) \
2237290001Sglebius	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
2238290001Sglebius	  && $(MAKE) $(AM_MAKEFLAGS) check \
2239290001Sglebius	  && $(MAKE) $(AM_MAKEFLAGS) install \
2240290001Sglebius	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
2241290001Sglebius	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
2242290001Sglebius	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
2243290001Sglebius	        distuninstallcheck \
2244290001Sglebius	  && chmod -R a-w "$$dc_install_base" \
2245290001Sglebius	  && ({ \
2246290001Sglebius	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
2247290001Sglebius	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
2248290001Sglebius	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
2249290001Sglebius	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
2250290001Sglebius	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
2251290001Sglebius	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
2252290001Sglebius	  && rm -rf "$$dc_destdir" \
2253290001Sglebius	  && $(MAKE) $(AM_MAKEFLAGS) dist \
2254290001Sglebius	  && rm -rf $(DIST_ARCHIVES) \
2255290001Sglebius	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
2256290001Sglebius	  && cd "$$am__cwd" \
2257290001Sglebius	  || exit 1
2258290001Sglebius	$(am__post_remove_distdir)
2259290001Sglebius	@(echo "$(distdir) archives ready for distribution: "; \
2260290001Sglebius	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
2261290001Sglebius	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
2262290001Sglebiusdistuninstallcheck:
2263290001Sglebius	@test -n '$(distuninstallcheck_dir)' || { \
2264290001Sglebius	  echo 'ERROR: trying to run $@ with an empty' \
2265290001Sglebius	       '$$(distuninstallcheck_dir)' >&2; \
2266290001Sglebius	  exit 1; \
2267290001Sglebius	}; \
2268290001Sglebius	$(am__cd) '$(distuninstallcheck_dir)' || { \
2269290001Sglebius	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
2270290001Sglebius	  exit 1; \
2271290001Sglebius	}; \
2272290001Sglebius	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
2273290001Sglebius	   || { echo "ERROR: files left after uninstall:" ; \
2274290001Sglebius	        if test -n "$(DESTDIR)"; then \
2275290001Sglebius	          echo "  (check DESTDIR support)"; \
2276290001Sglebius	        fi ; \
2277290001Sglebius	        $(distuninstallcheck_listfiles) ; \
2278290001Sglebius	        exit 1; } >&2
2279290001Sglebiusdistcleancheck: distclean
2280290001Sglebius	@if test '$(srcdir)' = . ; then \
2281290001Sglebius	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
2282290001Sglebius	  exit 1 ; \
2283290001Sglebius	fi
2284290001Sglebius	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
2285290001Sglebius	  || { echo "ERROR: files left in build directory after distclean:" ; \
2286290001Sglebius	       $(distcleancheck_listfiles) ; \
2287290001Sglebius	       exit 1; } >&2
2288290001Sglebiuscheck-am: all-am
2289290001Sglebius	$(MAKE) $(AM_MAKEFLAGS) check-TESTS
2290290001Sglebiuscheck: $(BUILT_SOURCES)
2291290001Sglebius	$(MAKE) $(AM_MAKEFLAGS) check-am
2292290001Sglebiusall-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(SCRIPTS) $(DATA) \
2293290001Sglebius		$(HEADERS) config.h evconfig-private.h
2294290001Sglebiusinstalldirs:
2295290001Sglebius	for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(includedir)" "$(DESTDIR)$(include_event2dir)" "$(DESTDIR)$(include_event2dir)"; do \
2296290001Sglebius	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
2297290001Sglebius	done
2298290001Sglebiusinstall: $(BUILT_SOURCES)
2299290001Sglebius	$(MAKE) $(AM_MAKEFLAGS) install-am
2300290001Sglebiusinstall-exec: install-exec-am
2301290001Sglebiusinstall-data: install-data-am
2302290001Sglebiusuninstall: uninstall-am
2303290001Sglebius
2304290001Sglebiusinstall-am: all-am
2305290001Sglebius	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
2306290001Sglebius
2307290001Sglebiusinstallcheck: installcheck-am
2308290001Sglebiusinstall-strip:
2309290001Sglebius	if test -z '$(STRIP)'; then \
2310290001Sglebius	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
2311290001Sglebius	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
2312290001Sglebius	      install; \
2313290001Sglebius	else \
2314290001Sglebius	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
2315290001Sglebius	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
2316290001Sglebius	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
2317290001Sglebius	fi
2318290001Sglebiusmostlyclean-generic:
2319290001Sglebius	-test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS)
2320290001Sglebius	-test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs)
2321290001Sglebius	-test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
2322290001Sglebius
2323290001Sglebiusclean-generic:
2324290001Sglebius	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
2325290001Sglebius
2326290001Sglebiusdistclean-generic:
2327290001Sglebius	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
2328290001Sglebius	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
2329290001Sglebius	-rm -f test/$(DEPDIR)/$(am__dirstamp)
2330290001Sglebius	-rm -f test/$(am__dirstamp)
2331290001Sglebius	-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
2332290001Sglebius
2333290001Sglebiusmaintainer-clean-generic:
2334290001Sglebius	@echo "This command is intended for maintainers to use"
2335290001Sglebius	@echo "it deletes files that may require special tools to rebuild."
2336290001Sglebius	-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
2337290001Sglebiusclean: clean-am
2338290001Sglebius
2339290001Sglebiusclean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
2340290001Sglebius	clean-noinstLTLIBRARIES clean-noinstPROGRAMS mostlyclean-am
2341290001Sglebius
2342290001Sglebiusdistclean: distclean-am
2343290001Sglebius	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
2344290001Sglebius	-rm -rf $(DEPDIR) ./$(DEPDIR) test/$(DEPDIR)
2345290001Sglebius	-rm -f Makefile
2346290001Sglebiusdistclean-am: clean-am distclean-compile distclean-generic \
2347290001Sglebius	distclean-hdr distclean-libtool distclean-tags
2348290001Sglebius
2349290001Sglebiusdvi: dvi-am
2350290001Sglebius
2351290001Sglebiusdvi-am:
2352290001Sglebius
2353290001Sglebiushtml: html-am
2354290001Sglebius
2355290001Sglebiushtml-am:
2356290001Sglebius
2357290001Sglebiusinfo: info-am
2358290001Sglebius
2359290001Sglebiusinfo-am:
2360290001Sglebius
2361290001Sglebiusinstall-data-am: install-includeHEADERS install-include_event2HEADERS \
2362290001Sglebius	install-nodist_include_event2HEADERS install-pkgconfigDATA
2363290001Sglebius
2364290001Sglebiusinstall-dvi: install-dvi-am
2365290001Sglebius
2366290001Sglebiusinstall-dvi-am:
2367290001Sglebius
2368290001Sglebiusinstall-exec-am: install-dist_binSCRIPTS install-libLTLIBRARIES
2369290001Sglebius
2370290001Sglebiusinstall-html: install-html-am
2371290001Sglebius
2372290001Sglebiusinstall-html-am:
2373290001Sglebius
2374290001Sglebiusinstall-info: install-info-am
2375290001Sglebius
2376290001Sglebiusinstall-info-am:
2377290001Sglebius
2378290001Sglebiusinstall-man:
2379290001Sglebius
2380290001Sglebiusinstall-pdf: install-pdf-am
2381290001Sglebius
2382290001Sglebiusinstall-pdf-am:
2383290001Sglebius
2384290001Sglebiusinstall-ps: install-ps-am
2385290001Sglebius
2386290001Sglebiusinstall-ps-am:
2387290001Sglebius
2388290001Sglebiusinstallcheck-am:
2389290001Sglebius
2390290001Sglebiusmaintainer-clean: maintainer-clean-am
2391290001Sglebius	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
2392290001Sglebius	-rm -rf $(top_srcdir)/autom4te.cache
2393290001Sglebius	-rm -rf $(DEPDIR) ./$(DEPDIR) test/$(DEPDIR)
2394290001Sglebius	-rm -f Makefile
2395290001Sglebiusmaintainer-clean-am: distclean-am maintainer-clean-generic
2396290001Sglebius
2397290001Sglebiusmostlyclean: mostlyclean-am
2398290001Sglebius
2399290001Sglebiusmostlyclean-am: mostlyclean-compile mostlyclean-generic \
2400290001Sglebius	mostlyclean-libtool
2401290001Sglebius
2402290001Sglebiuspdf: pdf-am
2403290001Sglebius
2404290001Sglebiuspdf-am:
2405290001Sglebius
2406290001Sglebiusps: ps-am
2407290001Sglebius
2408290001Sglebiusps-am:
2409290001Sglebius
2410290001Sglebiusuninstall-am: uninstall-dist_binSCRIPTS uninstall-includeHEADERS \
2411290001Sglebius	uninstall-include_event2HEADERS uninstall-libLTLIBRARIES \
2412290001Sglebius	uninstall-nodist_include_event2HEADERS uninstall-pkgconfigDATA
2413290001Sglebius
2414290001Sglebius.MAKE: all check check-am install install-am install-strip
2415290001Sglebius
2416290001Sglebius.PHONY: CTAGS GTAGS TAGS all all-am am--refresh check check-TESTS \
2417290001Sglebius	check-am clean clean-cscope clean-generic clean-libLTLIBRARIES \
2418290001Sglebius	clean-libtool clean-noinstLTLIBRARIES clean-noinstPROGRAMS \
2419290001Sglebius	cscope cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \
2420290001Sglebius	dist-gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip \
2421290001Sglebius	distcheck distclean distclean-compile distclean-generic \
2422290001Sglebius	distclean-hdr distclean-libtool distclean-tags distcleancheck \
2423290001Sglebius	distdir distuninstallcheck dvi dvi-am html html-am info \
2424290001Sglebius	info-am install install-am install-data install-data-am \
2425290001Sglebius	install-dist_binSCRIPTS install-dvi install-dvi-am \
2426290001Sglebius	install-exec install-exec-am install-html install-html-am \
2427290001Sglebius	install-includeHEADERS install-include_event2HEADERS \
2428290001Sglebius	install-info install-info-am install-libLTLIBRARIES \
2429290001Sglebius	install-man install-nodist_include_event2HEADERS install-pdf \
2430290001Sglebius	install-pdf-am install-pkgconfigDATA install-ps install-ps-am \
2431290001Sglebius	install-strip installcheck installcheck-am installdirs \
2432290001Sglebius	maintainer-clean maintainer-clean-generic mostlyclean \
2433290001Sglebius	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
2434290001Sglebius	pdf pdf-am ps ps-am recheck tags tags-am uninstall \
2435290001Sglebius	uninstall-am uninstall-dist_binSCRIPTS \
2436290001Sglebius	uninstall-includeHEADERS uninstall-include_event2HEADERS \
2437290001Sglebius	uninstall-libLTLIBRARIES \
2438290001Sglebius	uninstall-nodist_include_event2HEADERS uninstall-pkgconfigDATA
2439290001Sglebius
2440290001Sglebius.PRECIOUS: Makefile
2441290001Sglebius
2442290001Sglebius
2443290001Sglebiustest/test-script.sh: test/test.sh
2444290001Sglebius	cp $(top_srcdir)/test/test.sh $@
2445290001Sglebius
2446290001Sglebiustest/regress.gen.c test/regress.gen.h: test/rpcgen-attempted
2447290001Sglebius
2448290001Sglebiustest/rpcgen-attempted: test/regress.rpc event_rpcgen.py test/rpcgen_wrapper.sh
2449290001Sglebius	$(AM_V_GEN)date -u > $@
2450290001Sglebius	$(AM_V_at)if $(srcdir)/test/rpcgen_wrapper.sh $(srcdir)/test; then \
2451290001Sglebius	   true; \
2452290001Sglebius	else \
2453290001Sglebius	   echo "No Python installed; stubbing out RPC test." >&2; \
2454290001Sglebius	   echo " "> test/regress.gen.c; \
2455290001Sglebius	   echo "#define NO_PYTHON_EXISTS" > test/regress.gen.h; \
2456290001Sglebius	fi
2457290001Sglebius
2458290001Sglebius$(TESTPROGRAMS) : libevent.la
2459290001Sglebius
2460290001Sglebiusinclude/event2/event-config.h: config.h make-event-config.sed
2461290001Sglebius	$(AM_V_GEN)test -d include/event2 || $(MKDIR_P) include/event2
2462290001Sglebius	$(AM_V_at)$(SED) -f $(srcdir)/make-event-config.sed < config.h > $@T
2463290001Sglebius	$(AM_V_at)mv -f $@T $@
2464290001Sglebius
2465290001Sglebiusverify: check
2466290001Sglebius
2467290001Sglebiusdoxygen: FORCE
2468290001Sglebius	doxygen $(srcdir)/Doxyfile
2469290001SglebiusFORCE:
2470290001Sglebius
2471290001Sglebius# Tell versions [3.59,3.63) of GNU make to not export all variables.
2472290001Sglebius# Otherwise a system limit (for SysV at least) may be exceeded.
2473290001Sglebius.NOEXPORT:
2474