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