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