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