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