1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/ipc/chromium/src/third_party/libevent/Makefile.in Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,1328 @@ 1.4 +# Makefile.in generated by automake 1.11.6 from Makefile.am. 1.5 +# @configure_input@ 1.6 + 1.7 +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 1.8 +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software 1.9 +# Foundation, Inc. 1.10 +# This Makefile.in is free software; the Free Software Foundation 1.11 +# gives unlimited permission to copy and/or distribute it, 1.12 +# with or without modifications, as long as this notice is preserved. 1.13 + 1.14 +# This program is distributed in the hope that it will be useful, 1.15 +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without 1.16 +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A 1.17 +# PARTICULAR PURPOSE. 1.18 + 1.19 +@SET_MAKE@ 1.20 + 1.21 +# Makefile.am for libevent 1.22 +# Copyright 2000-2007 Niels Provos 1.23 +# Copyright 2007-2012 Niels Provos and Nick Mathewson 1.24 +# 1.25 +# See LICENSE for copying information. 1.26 + 1.27 + 1.28 + 1.29 + 1.30 +VPATH = @srcdir@ 1.31 +am__make_dryrun = \ 1.32 + { \ 1.33 + am__dry=no; \ 1.34 + case $$MAKEFLAGS in \ 1.35 + *\\[\ \ ]*) \ 1.36 + echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ 1.37 + | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ 1.38 + *) \ 1.39 + for am__flg in $$MAKEFLAGS; do \ 1.40 + case $$am__flg in \ 1.41 + *=*|--*) ;; \ 1.42 + *n*) am__dry=yes; break;; \ 1.43 + esac; \ 1.44 + done;; \ 1.45 + esac; \ 1.46 + test $$am__dry = yes; \ 1.47 + } 1.48 +pkgdatadir = $(datadir)/@PACKAGE@ 1.49 +pkgincludedir = $(includedir)/@PACKAGE@ 1.50 +pkglibdir = $(libdir)/@PACKAGE@ 1.51 +pkglibexecdir = $(libexecdir)/@PACKAGE@ 1.52 +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 1.53 +install_sh_DATA = $(install_sh) -c -m 644 1.54 +install_sh_PROGRAM = $(install_sh) -c 1.55 +install_sh_SCRIPT = $(install_sh) -c 1.56 +INSTALL_HEADER = $(INSTALL_DATA) 1.57 +transform = $(program_transform_name) 1.58 +NORMAL_INSTALL = : 1.59 +PRE_INSTALL = : 1.60 +POST_INSTALL = : 1.61 +NORMAL_UNINSTALL = : 1.62 +PRE_UNINSTALL = : 1.63 +POST_UNINSTALL = : 1.64 +build_triplet = @build@ 1.65 +host_triplet = @host@ 1.66 +@PTHREADS_TRUE@am__append_1 = libevent_pthreads.la 1.67 +@PTHREADS_TRUE@am__append_2 = libevent_pthreads.pc 1.68 +@OPENSSL_TRUE@am__append_3 = libevent_openssl.la 1.69 +@OPENSSL_TRUE@am__append_4 = libevent_openssl.pc 1.70 +@SELECT_BACKEND_TRUE@am__append_5 = select.c 1.71 +@POLL_BACKEND_TRUE@am__append_6 = poll.c 1.72 +@DEVPOLL_BACKEND_TRUE@am__append_7 = devpoll.c 1.73 +@KQUEUE_BACKEND_TRUE@am__append_8 = kqueue.c 1.74 +@EPOLL_BACKEND_TRUE@am__append_9 = epoll.c 1.75 +@EVPORT_BACKEND_TRUE@am__append_10 = evport.c 1.76 +@SIGNAL_SUPPORT_TRUE@am__append_11 = signal.c 1.77 +@INSTALL_LIBEVENT_FALSE@am__append_12 = $(EVENT1_HDRS) 1.78 +subdir = . 1.79 +DIST_COMMON = README $(am__configure_deps) \ 1.80 + $(am__dist_bin_SCRIPTS_DIST) $(am__include_HEADERS_DIST) \ 1.81 + $(am__noinst_HEADERS_DIST) $(srcdir)/Makefile.am \ 1.82 + $(srcdir)/Makefile.in $(srcdir)/config.h.in \ 1.83 + $(srcdir)/libevent.pc.in $(srcdir)/libevent_openssl.pc.in \ 1.84 + $(srcdir)/libevent_pthreads.pc.in $(top_srcdir)/configure \ 1.85 + ChangeLog compile config.guess config.sub depcomp epoll_sub.c \ 1.86 + install-sh ltmain.sh missing 1.87 +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 1.88 +am__aclocal_m4_deps = $(top_srcdir)/m4/acx_pthread.m4 \ 1.89 + $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ 1.90 + $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ 1.91 + $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.in 1.92 +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 1.93 + $(ACLOCAL_M4) 1.94 +am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 1.95 + configure.lineno config.status.lineno 1.96 +mkinstalldirs = $(install_sh) -d 1.97 +CONFIG_HEADER = config.h 1.98 +CONFIG_CLEAN_FILES = libevent.pc libevent_openssl.pc \ 1.99 + libevent_pthreads.pc 1.100 +CONFIG_CLEAN_VPATH_FILES = 1.101 +am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 1.102 +am__vpath_adj = case $$p in \ 1.103 + $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 1.104 + *) f=$$p;; \ 1.105 + esac; 1.106 +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 1.107 +am__install_max = 40 1.108 +am__nobase_strip_setup = \ 1.109 + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 1.110 +am__nobase_strip = \ 1.111 + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 1.112 +am__nobase_list = $(am__nobase_strip_setup); \ 1.113 + for p in $$list; do echo "$$p $$p"; done | \ 1.114 + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 1.115 + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 1.116 + if (++n[$$2] == $(am__install_max)) \ 1.117 + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 1.118 + END { for (dir in files) print dir, files[dir] }' 1.119 +am__base_list = \ 1.120 + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 1.121 + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 1.122 +am__uninstall_files_from_dir = { \ 1.123 + test -z "$$files" \ 1.124 + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 1.125 + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 1.126 + $(am__cd) "$$dir" && rm -f $$files; }; \ 1.127 + } 1.128 +am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" \ 1.129 + "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(includedir)" 1.130 +LTLIBRARIES = $(lib_LTLIBRARIES) $(noinst_LTLIBRARIES) 1.131 +am__DEPENDENCIES_1 = 1.132 +libevent_la_DEPENDENCIES = @LTLIBOBJS@ $(am__DEPENDENCIES_1) 1.133 +am__libevent_la_SOURCES_DIST = event.c evthread.c buffer.c \ 1.134 + bufferevent.c bufferevent_sock.c bufferevent_filter.c \ 1.135 + bufferevent_pair.c listener.c bufferevent_ratelim.c evmap.c \ 1.136 + log.c evutil.c evutil_rand.c strlcpy.c select.c poll.c \ 1.137 + devpoll.c kqueue.c epoll.c evport.c signal.c win32select.c \ 1.138 + evthread_win32.c buffer_iocp.c event_iocp.c \ 1.139 + bufferevent_async.c event_tagging.c http.c evdns.c evrpc.c 1.140 +@SELECT_BACKEND_TRUE@am__objects_1 = select.lo 1.141 +@POLL_BACKEND_TRUE@am__objects_2 = poll.lo 1.142 +@DEVPOLL_BACKEND_TRUE@am__objects_3 = devpoll.lo 1.143 +@KQUEUE_BACKEND_TRUE@am__objects_4 = kqueue.lo 1.144 +@EPOLL_BACKEND_TRUE@am__objects_5 = epoll.lo 1.145 +@EVPORT_BACKEND_TRUE@am__objects_6 = evport.lo 1.146 +@SIGNAL_SUPPORT_TRUE@am__objects_7 = signal.lo 1.147 +@BUILD_WIN32_FALSE@am__objects_8 = $(am__objects_1) $(am__objects_2) \ 1.148 +@BUILD_WIN32_FALSE@ $(am__objects_3) $(am__objects_4) \ 1.149 +@BUILD_WIN32_FALSE@ $(am__objects_5) $(am__objects_6) \ 1.150 +@BUILD_WIN32_FALSE@ $(am__objects_7) 1.151 +@BUILD_WIN32_TRUE@am__objects_8 = win32select.lo evthread_win32.lo \ 1.152 +@BUILD_WIN32_TRUE@ buffer_iocp.lo event_iocp.lo \ 1.153 +@BUILD_WIN32_TRUE@ bufferevent_async.lo $(am__objects_1) \ 1.154 +@BUILD_WIN32_TRUE@ $(am__objects_2) $(am__objects_3) \ 1.155 +@BUILD_WIN32_TRUE@ $(am__objects_4) $(am__objects_5) \ 1.156 +@BUILD_WIN32_TRUE@ $(am__objects_6) $(am__objects_7) 1.157 +am__objects_9 = event.lo evthread.lo buffer.lo bufferevent.lo \ 1.158 + bufferevent_sock.lo bufferevent_filter.lo bufferevent_pair.lo \ 1.159 + listener.lo bufferevent_ratelim.lo evmap.lo log.lo evutil.lo \ 1.160 + evutil_rand.lo strlcpy.lo $(am__objects_8) 1.161 +am__objects_10 = event_tagging.lo http.lo evdns.lo evrpc.lo 1.162 +am_libevent_la_OBJECTS = $(am__objects_9) $(am__objects_10) 1.163 +libevent_la_OBJECTS = $(am_libevent_la_OBJECTS) 1.164 +libevent_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ 1.165 + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 1.166 + $(libevent_la_LDFLAGS) $(LDFLAGS) -o $@ 1.167 +@INSTALL_LIBEVENT_FALSE@am_libevent_la_rpath = 1.168 +@INSTALL_LIBEVENT_TRUE@am_libevent_la_rpath = -rpath $(libdir) 1.169 +libevent_core_la_DEPENDENCIES = @LTLIBOBJS@ $(am__DEPENDENCIES_1) 1.170 +am__libevent_core_la_SOURCES_DIST = event.c evthread.c buffer.c \ 1.171 + bufferevent.c bufferevent_sock.c bufferevent_filter.c \ 1.172 + bufferevent_pair.c listener.c bufferevent_ratelim.c evmap.c \ 1.173 + log.c evutil.c evutil_rand.c strlcpy.c select.c poll.c \ 1.174 + devpoll.c kqueue.c epoll.c evport.c signal.c win32select.c \ 1.175 + evthread_win32.c buffer_iocp.c event_iocp.c \ 1.176 + bufferevent_async.c 1.177 +am_libevent_core_la_OBJECTS = $(am__objects_9) 1.178 +libevent_core_la_OBJECTS = $(am_libevent_core_la_OBJECTS) 1.179 +libevent_core_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ 1.180 + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 1.181 + $(libevent_core_la_LDFLAGS) $(LDFLAGS) -o $@ 1.182 +@INSTALL_LIBEVENT_FALSE@am_libevent_core_la_rpath = 1.183 +@INSTALL_LIBEVENT_TRUE@am_libevent_core_la_rpath = -rpath $(libdir) 1.184 +@BUILD_WITH_NO_UNDEFINED_TRUE@am__DEPENDENCIES_2 = libevent_core.la 1.185 +libevent_extra_la_DEPENDENCIES = $(am__DEPENDENCIES_2) \ 1.186 + $(am__DEPENDENCIES_1) 1.187 +am_libevent_extra_la_OBJECTS = $(am__objects_10) 1.188 +libevent_extra_la_OBJECTS = $(am_libevent_extra_la_OBJECTS) 1.189 +libevent_extra_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ 1.190 + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 1.191 + $(libevent_extra_la_LDFLAGS) $(LDFLAGS) -o $@ 1.192 +@INSTALL_LIBEVENT_FALSE@am_libevent_extra_la_rpath = 1.193 +@INSTALL_LIBEVENT_TRUE@am_libevent_extra_la_rpath = -rpath $(libdir) 1.194 +@OPENSSL_TRUE@libevent_openssl_la_DEPENDENCIES = \ 1.195 +@OPENSSL_TRUE@ $(am__DEPENDENCIES_2) $(am__DEPENDENCIES_1) 1.196 +am__libevent_openssl_la_SOURCES_DIST = bufferevent_openssl.c 1.197 +@OPENSSL_TRUE@am_libevent_openssl_la_OBJECTS = bufferevent_openssl.lo 1.198 +libevent_openssl_la_OBJECTS = $(am_libevent_openssl_la_OBJECTS) 1.199 +libevent_openssl_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ 1.200 + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 1.201 + $(libevent_openssl_la_LDFLAGS) $(LDFLAGS) -o $@ 1.202 +@INSTALL_LIBEVENT_FALSE@@OPENSSL_TRUE@am_libevent_openssl_la_rpath = 1.203 +@INSTALL_LIBEVENT_TRUE@@OPENSSL_TRUE@am_libevent_openssl_la_rpath = \ 1.204 +@INSTALL_LIBEVENT_TRUE@@OPENSSL_TRUE@ -rpath $(libdir) 1.205 +@PTHREADS_TRUE@libevent_pthreads_la_DEPENDENCIES = \ 1.206 +@PTHREADS_TRUE@ $(am__DEPENDENCIES_2) 1.207 +am__libevent_pthreads_la_SOURCES_DIST = evthread_pthread.c 1.208 +@PTHREADS_TRUE@am_libevent_pthreads_la_OBJECTS = evthread_pthread.lo 1.209 +libevent_pthreads_la_OBJECTS = $(am_libevent_pthreads_la_OBJECTS) 1.210 +libevent_pthreads_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ 1.211 + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 1.212 + $(libevent_pthreads_la_LDFLAGS) $(LDFLAGS) -o $@ 1.213 +@INSTALL_LIBEVENT_FALSE@@PTHREADS_TRUE@am_libevent_pthreads_la_rpath = 1.214 +@INSTALL_LIBEVENT_TRUE@@PTHREADS_TRUE@am_libevent_pthreads_la_rpath = \ 1.215 +@INSTALL_LIBEVENT_TRUE@@PTHREADS_TRUE@ -rpath $(libdir) 1.216 +am__dist_bin_SCRIPTS_DIST = event_rpcgen.py 1.217 +SCRIPTS = $(dist_bin_SCRIPTS) 1.218 +DEFAULT_INCLUDES = -I.@am__isrc@ 1.219 +depcomp = $(SHELL) $(top_srcdir)/depcomp 1.220 +am__depfiles_maybe = depfiles 1.221 +am__mv = mv -f 1.222 +COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 1.223 + $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 1.224 +LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ 1.225 + --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ 1.226 + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 1.227 +CCLD = $(CC) 1.228 +LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ 1.229 + --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ 1.230 + $(LDFLAGS) -o $@ 1.231 +SOURCES = $(libevent_la_SOURCES) $(libevent_core_la_SOURCES) \ 1.232 + $(libevent_extra_la_SOURCES) $(libevent_openssl_la_SOURCES) \ 1.233 + $(libevent_pthreads_la_SOURCES) 1.234 +DIST_SOURCES = $(am__libevent_la_SOURCES_DIST) \ 1.235 + $(am__libevent_core_la_SOURCES_DIST) \ 1.236 + $(libevent_extra_la_SOURCES) \ 1.237 + $(am__libevent_openssl_la_SOURCES_DIST) \ 1.238 + $(am__libevent_pthreads_la_SOURCES_DIST) 1.239 +RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ 1.240 + html-recursive info-recursive install-data-recursive \ 1.241 + install-dvi-recursive install-exec-recursive \ 1.242 + install-html-recursive install-info-recursive \ 1.243 + install-pdf-recursive install-ps-recursive install-recursive \ 1.244 + installcheck-recursive installdirs-recursive pdf-recursive \ 1.245 + ps-recursive uninstall-recursive 1.246 +am__can_run_installinfo = \ 1.247 + case $$AM_UPDATE_INFO_DIR in \ 1.248 + n|no|NO) false;; \ 1.249 + *) (install-info --version) >/dev/null 2>&1;; \ 1.250 + esac 1.251 +DATA = $(pkgconfig_DATA) 1.252 +am__include_HEADERS_DIST = event.h evhttp.h evdns.h evrpc.h evutil.h 1.253 +am__noinst_HEADERS_DIST = util-internal.h mm-internal.h \ 1.254 + ipv6-internal.h evrpc-internal.h strlcpy-internal.h \ 1.255 + evbuffer-internal.h bufferevent-internal.h http-internal.h \ 1.256 + event-internal.h evthread-internal.h ht-internal.h \ 1.257 + defer-internal.h minheap-internal.h log-internal.h \ 1.258 + evsignal-internal.h evmap-internal.h changelist-internal.h \ 1.259 + iocp-internal.h ratelim-internal.h \ 1.260 + WIN32-Code/event2/event-config.h WIN32-Code/tree.h \ 1.261 + compat/sys/queue.h event.h evhttp.h evdns.h evrpc.h evutil.h 1.262 +HEADERS = $(include_HEADERS) $(noinst_HEADERS) 1.263 +RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 1.264 + distclean-recursive maintainer-clean-recursive 1.265 +AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ 1.266 + $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \ 1.267 + distdir dist dist-all distcheck 1.268 +ETAGS = etags 1.269 +CTAGS = ctags 1.270 +DIST_SUBDIRS = $(SUBDIRS) 1.271 +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 1.272 +distdir = $(PACKAGE)-$(VERSION) 1.273 +top_distdir = $(distdir) 1.274 +am__remove_distdir = \ 1.275 + if test -d "$(distdir)"; then \ 1.276 + find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ 1.277 + && rm -rf "$(distdir)" \ 1.278 + || { sleep 5 && rm -rf "$(distdir)"; }; \ 1.279 + else :; fi 1.280 +am__relativize = \ 1.281 + dir0=`pwd`; \ 1.282 + sed_first='s,^\([^/]*\)/.*$$,\1,'; \ 1.283 + sed_rest='s,^[^/]*/*,,'; \ 1.284 + sed_last='s,^.*/\([^/]*\)$$,\1,'; \ 1.285 + sed_butlast='s,/*[^/]*$$,,'; \ 1.286 + while test -n "$$dir1"; do \ 1.287 + first=`echo "$$dir1" | sed -e "$$sed_first"`; \ 1.288 + if test "$$first" != "."; then \ 1.289 + if test "$$first" = ".."; then \ 1.290 + dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ 1.291 + dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ 1.292 + else \ 1.293 + first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 1.294 + if test "$$first2" = "$$first"; then \ 1.295 + dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ 1.296 + else \ 1.297 + dir2="../$$dir2"; \ 1.298 + fi; \ 1.299 + dir0="$$dir0"/"$$first"; \ 1.300 + fi; \ 1.301 + fi; \ 1.302 + dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ 1.303 + done; \ 1.304 + reldir="$$dir2" 1.305 +DIST_ARCHIVES = $(distdir).tar.gz 1.306 +GZIP_ENV = --best 1.307 +distuninstallcheck_listfiles = find . -type f -print 1.308 +am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ 1.309 + | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' 1.310 +distcleancheck_listfiles = find . -type f -print 1.311 +ACLOCAL = @ACLOCAL@ 1.312 +AMTAR = @AMTAR@ 1.313 +AR = @AR@ 1.314 +AUTOCONF = @AUTOCONF@ 1.315 +AUTOHEADER = @AUTOHEADER@ 1.316 +AUTOMAKE = @AUTOMAKE@ 1.317 +AWK = @AWK@ 1.318 +CC = @CC@ 1.319 +CCDEPMODE = @CCDEPMODE@ 1.320 +CFLAGS = @CFLAGS@ 1.321 +CPP = @CPP@ 1.322 +CPPFLAGS = @CPPFLAGS@ 1.323 +CYGPATH_W = @CYGPATH_W@ 1.324 +DEFS = @DEFS@ 1.325 +DEPDIR = @DEPDIR@ 1.326 +DLLTOOL = @DLLTOOL@ 1.327 +DSYMUTIL = @DSYMUTIL@ 1.328 +DUMPBIN = @DUMPBIN@ 1.329 +ECHO_C = @ECHO_C@ 1.330 +ECHO_N = @ECHO_N@ 1.331 +ECHO_T = @ECHO_T@ 1.332 +EGREP = @EGREP@ 1.333 +EV_LIB_GDI = @EV_LIB_GDI@ 1.334 +EV_LIB_WS32 = @EV_LIB_WS32@ 1.335 +EXEEXT = @EXEEXT@ 1.336 +FGREP = @FGREP@ 1.337 +GREP = @GREP@ 1.338 +INSTALL = @INSTALL@ 1.339 +INSTALL_DATA = @INSTALL_DATA@ 1.340 +INSTALL_PROGRAM = @INSTALL_PROGRAM@ 1.341 +INSTALL_SCRIPT = @INSTALL_SCRIPT@ 1.342 +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 1.343 +LD = @LD@ 1.344 +LDFLAGS = @LDFLAGS@ 1.345 +LIBEVENT_GC_SECTIONS = @LIBEVENT_GC_SECTIONS@ 1.346 +LIBOBJS = @LIBOBJS@ 1.347 +LIBS = @LIBS@ 1.348 +LIBTOOL = @LIBTOOL@ 1.349 +LIBTOOL_DEPS = @LIBTOOL_DEPS@ 1.350 +LIPO = @LIPO@ 1.351 +LN_S = @LN_S@ 1.352 +LTLIBOBJS = @LTLIBOBJS@ 1.353 +MAKEINFO = @MAKEINFO@ 1.354 +MANIFEST_TOOL = @MANIFEST_TOOL@ 1.355 +MKDIR_P = @MKDIR_P@ 1.356 +NM = @NM@ 1.357 +NMEDIT = @NMEDIT@ 1.358 +OBJDUMP = @OBJDUMP@ 1.359 +OBJEXT = @OBJEXT@ 1.360 +OPENSSL_LIBADD = @OPENSSL_LIBADD@ 1.361 +OPENSSL_LIBS = @OPENSSL_LIBS@ 1.362 +OTOOL = @OTOOL@ 1.363 +OTOOL64 = @OTOOL64@ 1.364 +PACKAGE = @PACKAGE@ 1.365 +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 1.366 +PACKAGE_NAME = @PACKAGE_NAME@ 1.367 +PACKAGE_STRING = @PACKAGE_STRING@ 1.368 +PACKAGE_TARNAME = @PACKAGE_TARNAME@ 1.369 +PACKAGE_URL = @PACKAGE_URL@ 1.370 +PACKAGE_VERSION = @PACKAGE_VERSION@ 1.371 +PATH_SEPARATOR = @PATH_SEPARATOR@ 1.372 +PTHREAD_CC = @PTHREAD_CC@ 1.373 +PTHREAD_CFLAGS = @PTHREAD_CFLAGS@ 1.374 +PTHREAD_LIBS = @PTHREAD_LIBS@ 1.375 +RANLIB = @RANLIB@ 1.376 +SED = @SED@ 1.377 +SET_MAKE = @SET_MAKE@ 1.378 +SHELL = @SHELL@ 1.379 +STRIP = @STRIP@ 1.380 +VERSION = @VERSION@ 1.381 +ZLIB_LIBS = @ZLIB_LIBS@ 1.382 +abs_builddir = @abs_builddir@ 1.383 +abs_srcdir = @abs_srcdir@ 1.384 +abs_top_builddir = @abs_top_builddir@ 1.385 +abs_top_srcdir = @abs_top_srcdir@ 1.386 +ac_ct_AR = @ac_ct_AR@ 1.387 +ac_ct_CC = @ac_ct_CC@ 1.388 +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 1.389 +acx_pthread_config = @acx_pthread_config@ 1.390 +am__include = @am__include@ 1.391 +am__leading_dot = @am__leading_dot@ 1.392 +am__quote = @am__quote@ 1.393 +am__tar = @am__tar@ 1.394 +am__untar = @am__untar@ 1.395 +bindir = @bindir@ 1.396 +build = @build@ 1.397 +build_alias = @build_alias@ 1.398 +build_cpu = @build_cpu@ 1.399 +build_os = @build_os@ 1.400 +build_vendor = @build_vendor@ 1.401 +builddir = @builddir@ 1.402 +datadir = @datadir@ 1.403 +datarootdir = @datarootdir@ 1.404 +docdir = @docdir@ 1.405 +dvidir = @dvidir@ 1.406 +exec_prefix = @exec_prefix@ 1.407 +host = @host@ 1.408 +host_alias = @host_alias@ 1.409 +host_cpu = @host_cpu@ 1.410 +host_os = @host_os@ 1.411 +host_vendor = @host_vendor@ 1.412 +htmldir = @htmldir@ 1.413 +includedir = @includedir@ 1.414 +infodir = @infodir@ 1.415 +install_sh = @install_sh@ 1.416 +libdir = @libdir@ 1.417 +libexecdir = @libexecdir@ 1.418 +localedir = @localedir@ 1.419 +localstatedir = @localstatedir@ 1.420 +mandir = @mandir@ 1.421 +mkdir_p = @mkdir_p@ 1.422 +oldincludedir = @oldincludedir@ 1.423 +pdfdir = @pdfdir@ 1.424 +prefix = @prefix@ 1.425 +program_transform_name = @program_transform_name@ 1.426 +psdir = @psdir@ 1.427 +sbindir = @sbindir@ 1.428 +sharedstatedir = @sharedstatedir@ 1.429 +srcdir = @srcdir@ 1.430 +sysconfdir = @sysconfdir@ 1.431 +target_alias = @target_alias@ 1.432 +top_build_prefix = @top_build_prefix@ 1.433 +top_builddir = @top_builddir@ 1.434 +top_srcdir = @top_srcdir@ 1.435 + 1.436 +# 'foreign' means that we're not enforcing GNU package rules strictly. 1.437 +# '1.7' means that we need automake 1.7 or later (and we do). 1.438 +AUTOMAKE_OPTIONS = foreign 1.7 1.439 +ACLOCAL_AMFLAGS = -I m4 1.440 + 1.441 +# This is the "Release" of the Libevent ABI. It takes precedence over 1.442 +# the VERSION_INFO, so that two versions of Libevent with the same 1.443 +# "Release" are never binary-compatible. 1.444 +# 1.445 +# This number incremented once for the 2.0 release candidate, and 1.446 +# will increment for each series until we revise our interfaces enough 1.447 +# that we can seriously expect ABI compatibility between series. 1.448 +# 1.449 +RELEASE = -release 2.0 1.450 + 1.451 +# This is the version info for the libevent binary API. It has three 1.452 +# numbers: 1.453 +# Current -- the number of the binary API that we're implementing 1.454 +# Revision -- which iteration of the implementation of the binary 1.455 +# API are we supplying? 1.456 +# Age -- How many previous binary API versions do we also 1.457 +# support? 1.458 +# 1.459 +# To increment a VERSION_INFO (current:revision:age): 1.460 +# If the ABI didn't change: 1.461 +# Return (current:revision+1:age) 1.462 +# If the ABI changed, but it's backward-compatible: 1.463 +# Return (current+1:0:age+1) 1.464 +# If the ABI changed and it isn't backward-compatible: 1.465 +# Return (current+1:0:0) 1.466 +# 1.467 +# Once an RC is out, DO NOT MAKE ANY ABI-BREAKING CHANGES IN THAT SERIES 1.468 +# UNLESS YOU REALLY REALLY HAVE TO. 1.469 +VERSION_INFO = 6:9:1 1.470 + 1.471 +# History: RELEASE VERSION_INFO 1.472 +# 2.0.1-alpha -- 2.0 1:0:0 1.473 +# 2.0.2-alpha -- 2:0:0 1.474 +# 2.0.3-alpha -- 2:0:0 (should have incremented; didn't.) 1.475 +# 2.0.4-alpha -- 3:0:0 1.476 +# 2.0.5-beta -- 4:0:0 1.477 +# 2.0.6-rc -- 2.0 2:0:0 1.478 +# 2.0.7-rc -- 2.0 3:0:1 1.479 +# 2.0.8-rc -- 2.0 4:0:2 1.480 +# 2.0.9-rc -- 2.0 5:0:0 (ABI changed slightly) 1.481 +# 2.0.10-stable-- 2.0 5:1:0 (No ABI change) 1.482 +# 2.0.11-stable-- 2.0 6:0:1 (ABI changed, backward-compatible) 1.483 +# 2.0.12-stable-- 2.0 6:1:1 (No ABI change) 1.484 +# 2.0.13-stable-- 2.0 6:2:1 (No ABI change) 1.485 +# 2.0.14-stable-- 2.0 6:3:1 (No ABI change) 1.486 +# 2.0.15-stable-- 2.0 6:3:1 (Forgot to update :( ) 1.487 +# 2.0.16-stable-- 2.0 6:4:1 (No ABI change) 1.488 +# 2.0.17-stable-- 2.0 6:5:1 (No ABI change) 1.489 +# 2.0.18-stable-- 2.0 6:6:1 (No ABI change) 1.490 +# 2.0.19-stable-- 2.0 6:7:1 (No ABI change) 1.491 +# 2.0.20-stable-- 2.0 6:8:1 (No ABI change) 1.492 +# 2.0.21-stable-- 2.0 6:9:1 (No ABI change) 1.493 +# 1.494 +# For Libevent 2.1: 1.495 +# 2.1.1-alpha -- 2.1 1:0:0 1.496 + 1.497 +# ABI version history for this package effectively restarts every time 1.498 +# we change RELEASE. Version 1.4.x had RELEASE of 1.4. 1.499 +# 1.500 +# Ideally, we would not be using RELEASE at all; instead we could just 1.501 +# use the VERSION_INFO field to label our backward-incompatible ABI 1.502 +# changes, and those would be few and far between. Unfortunately, 1.503 +# Libevent still exposes far too many volatile structures in its 1.504 +# headers, so we pretty much have to assume that most development 1.505 +# series will break ABI compatibility. For now, it's simplest just to 1.506 +# keep incrementing the RELEASE between series and resetting VERSION_INFO. 1.507 +# 1.508 +# Eventually, when we get to the point where the structures in the 1.509 +# headers are all non-changing (or not there at all!), we can shift to 1.510 +# a more normal worldview where backward-incompatible ABI changes are 1.511 +# nice and rare. For the next couple of years, though, 'struct event' 1.512 +# is user-visible, and so we can pretty much guarantee that release 1.513 +# series won't be binary-compatible. 1.514 +@INSTALL_LIBEVENT_TRUE@dist_bin_SCRIPTS = event_rpcgen.py 1.515 +pkgconfigdir = $(libdir)/pkgconfig 1.516 +LIBEVENT_PKGCONFIG = libevent.pc $(am__append_2) $(am__append_4) 1.517 + 1.518 +# These sources are conditionally added by configure.in or conditionally 1.519 +# included from other files. 1.520 +PLATFORM_DEPENDENT_SRC = \ 1.521 + epoll_sub.c \ 1.522 + arc4random.c 1.523 + 1.524 +EXTRA_DIST = \ 1.525 + LICENSE \ 1.526 + autogen.sh \ 1.527 + event_rpcgen.py \ 1.528 + libevent.pc.in \ 1.529 + make-event-config.sed \ 1.530 + Doxyfile \ 1.531 + whatsnew-2.0.txt \ 1.532 + Makefile.nmake test/Makefile.nmake \ 1.533 + $(PLATFORM_DEPENDENT_SRC) 1.534 + 1.535 +LIBEVENT_LIBS_LA = libevent.la libevent_core.la libevent_extra.la \ 1.536 + $(am__append_1) $(am__append_3) 1.537 +@INSTALL_LIBEVENT_TRUE@lib_LTLIBRARIES = $(LIBEVENT_LIBS_LA) 1.538 +@INSTALL_LIBEVENT_TRUE@pkgconfig_DATA = $(LIBEVENT_PKGCONFIG) 1.539 +@INSTALL_LIBEVENT_FALSE@noinst_LTLIBRARIES = $(LIBEVENT_LIBS_LA) 1.540 +SUBDIRS = . include sample test 1.541 +@BUILD_WIN32_FALSE@SYS_LIBS = 1.542 +@BUILD_WIN32_TRUE@SYS_LIBS = -lws2_32 -lshell32 -ladvapi32 1.543 +@BUILD_WIN32_FALSE@SYS_SRC = $(am__append_5) $(am__append_6) \ 1.544 +@BUILD_WIN32_FALSE@ $(am__append_7) $(am__append_8) \ 1.545 +@BUILD_WIN32_FALSE@ $(am__append_9) $(am__append_10) \ 1.546 +@BUILD_WIN32_FALSE@ $(am__append_11) 1.547 +@BUILD_WIN32_TRUE@SYS_SRC = win32select.c evthread_win32.c \ 1.548 +@BUILD_WIN32_TRUE@ buffer_iocp.c event_iocp.c \ 1.549 +@BUILD_WIN32_TRUE@ bufferevent_async.c $(am__append_5) \ 1.550 +@BUILD_WIN32_TRUE@ $(am__append_6) $(am__append_7) \ 1.551 +@BUILD_WIN32_TRUE@ $(am__append_8) $(am__append_9) \ 1.552 +@BUILD_WIN32_TRUE@ $(am__append_10) $(am__append_11) 1.553 +@BUILD_WIN32_FALSE@SYS_INCLUDES = 1.554 +@BUILD_WIN32_TRUE@SYS_INCLUDES = -IWIN32-Code 1.555 +BUILT_SOURCES = include/event2/event-config.h 1.556 +CORE_SRC = event.c evthread.c buffer.c \ 1.557 + bufferevent.c bufferevent_sock.c bufferevent_filter.c \ 1.558 + bufferevent_pair.c listener.c bufferevent_ratelim.c \ 1.559 + evmap.c log.c evutil.c evutil_rand.c strlcpy.c $(SYS_SRC) 1.560 + 1.561 +EXTRA_SRC = event_tagging.c http.c evdns.c evrpc.c 1.562 +@BUILD_WITH_NO_UNDEFINED_FALSE@NO_UNDEFINED = 1.563 +@BUILD_WITH_NO_UNDEFINED_TRUE@NO_UNDEFINED = -no-undefined 1.564 +@BUILD_WITH_NO_UNDEFINED_FALSE@MAYBE_CORE = 1.565 +@BUILD_WITH_NO_UNDEFINED_TRUE@MAYBE_CORE = libevent_core.la 1.566 +GENERIC_LDFLAGS = -version-info $(VERSION_INFO) $(RELEASE) $(NO_UNDEFINED) 1.567 +libevent_la_SOURCES = $(CORE_SRC) $(EXTRA_SRC) 1.568 +libevent_la_LIBADD = @LTLIBOBJS@ $(SYS_LIBS) 1.569 +libevent_la_LDFLAGS = $(GENERIC_LDFLAGS) 1.570 +libevent_core_la_SOURCES = $(CORE_SRC) 1.571 +libevent_core_la_LIBADD = @LTLIBOBJS@ $(SYS_LIBS) 1.572 +libevent_core_la_LDFLAGS = $(GENERIC_LDFLAGS) 1.573 +@PTHREADS_TRUE@libevent_pthreads_la_SOURCES = evthread_pthread.c 1.574 +@PTHREADS_TRUE@libevent_pthreads_la_LIBADD = $(MAYBE_CORE) 1.575 +@PTHREADS_TRUE@libevent_pthreads_la_LDFLAGS = $(GENERIC_LDFLAGS) 1.576 +libevent_extra_la_SOURCES = $(EXTRA_SRC) 1.577 +libevent_extra_la_LIBADD = $(MAYBE_CORE) $(SYS_LIBS) 1.578 +libevent_extra_la_LDFLAGS = $(GENERIC_LDFLAGS) 1.579 +@OPENSSL_TRUE@libevent_openssl_la_SOURCES = bufferevent_openssl.c 1.580 +@OPENSSL_TRUE@libevent_openssl_la_LIBADD = $(MAYBE_CORE) $(OPENSSL_LIBS) 1.581 +@OPENSSL_TRUE@libevent_openssl_la_LDFLAGS = $(GENERIC_LDFLAGS) 1.582 +noinst_HEADERS = util-internal.h mm-internal.h ipv6-internal.h \ 1.583 + evrpc-internal.h strlcpy-internal.h evbuffer-internal.h \ 1.584 + bufferevent-internal.h http-internal.h event-internal.h \ 1.585 + evthread-internal.h ht-internal.h defer-internal.h \ 1.586 + minheap-internal.h log-internal.h evsignal-internal.h \ 1.587 + evmap-internal.h changelist-internal.h iocp-internal.h \ 1.588 + ratelim-internal.h WIN32-Code/event2/event-config.h \ 1.589 + WIN32-Code/tree.h compat/sys/queue.h $(am__append_12) 1.590 +EVENT1_HDRS = event.h evhttp.h evdns.h evrpc.h evutil.h 1.591 +@INSTALL_LIBEVENT_TRUE@include_HEADERS = $(EVENT1_HDRS) 1.592 +AM_CPPFLAGS = -I$(srcdir)/compat -I$(srcdir)/include -I./include $(SYS_INCLUDES) 1.593 +DISTCLEANFILES = *~ libevent.pc ./include/event2/event-config.h 1.594 +all: $(BUILT_SOURCES) config.h 1.595 + $(MAKE) $(AM_MAKEFLAGS) all-recursive 1.596 + 1.597 +.SUFFIXES: 1.598 +.SUFFIXES: .c .lo .o .obj 1.599 +am--refresh: Makefile 1.600 + @: 1.601 +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 1.602 + @for dep in $?; do \ 1.603 + case '$(am__configure_deps)' in \ 1.604 + *$$dep*) \ 1.605 + echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \ 1.606 + $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \ 1.607 + && exit 0; \ 1.608 + exit 1;; \ 1.609 + esac; \ 1.610 + done; \ 1.611 + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ 1.612 + $(am__cd) $(top_srcdir) && \ 1.613 + $(AUTOMAKE) --foreign Makefile 1.614 +.PRECIOUS: Makefile 1.615 +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 1.616 + @case '$?' in \ 1.617 + *config.status*) \ 1.618 + echo ' $(SHELL) ./config.status'; \ 1.619 + $(SHELL) ./config.status;; \ 1.620 + *) \ 1.621 + echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ 1.622 + cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ 1.623 + esac; 1.624 + 1.625 +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 1.626 + $(SHELL) ./config.status --recheck 1.627 + 1.628 +$(top_srcdir)/configure: $(am__configure_deps) 1.629 + $(am__cd) $(srcdir) && $(AUTOCONF) 1.630 +$(ACLOCAL_M4): $(am__aclocal_m4_deps) 1.631 + $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 1.632 +$(am__aclocal_m4_deps): 1.633 + 1.634 +config.h: stamp-h1 1.635 + @if test ! -f $@; then rm -f stamp-h1; else :; fi 1.636 + @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi 1.637 + 1.638 +stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status 1.639 + @rm -f stamp-h1 1.640 + cd $(top_builddir) && $(SHELL) ./config.status config.h 1.641 +$(srcdir)/config.h.in: $(am__configure_deps) 1.642 + ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) 1.643 + rm -f stamp-h1 1.644 + touch $@ 1.645 + 1.646 +distclean-hdr: 1.647 + -rm -f config.h stamp-h1 1.648 +libevent.pc: $(top_builddir)/config.status $(srcdir)/libevent.pc.in 1.649 + cd $(top_builddir) && $(SHELL) ./config.status $@ 1.650 +libevent_openssl.pc: $(top_builddir)/config.status $(srcdir)/libevent_openssl.pc.in 1.651 + cd $(top_builddir) && $(SHELL) ./config.status $@ 1.652 +libevent_pthreads.pc: $(top_builddir)/config.status $(srcdir)/libevent_pthreads.pc.in 1.653 + cd $(top_builddir) && $(SHELL) ./config.status $@ 1.654 +install-libLTLIBRARIES: $(lib_LTLIBRARIES) 1.655 + @$(NORMAL_INSTALL) 1.656 + @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ 1.657 + list2=; for p in $$list; do \ 1.658 + if test -f $$p; then \ 1.659 + list2="$$list2 $$p"; \ 1.660 + else :; fi; \ 1.661 + done; \ 1.662 + test -z "$$list2" || { \ 1.663 + echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \ 1.664 + $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \ 1.665 + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \ 1.666 + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \ 1.667 + } 1.668 + 1.669 +uninstall-libLTLIBRARIES: 1.670 + @$(NORMAL_UNINSTALL) 1.671 + @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ 1.672 + for p in $$list; do \ 1.673 + $(am__strip_dir) \ 1.674 + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \ 1.675 + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \ 1.676 + done 1.677 + 1.678 +clean-libLTLIBRARIES: 1.679 + -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) 1.680 + @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ 1.681 + dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ 1.682 + test "$$dir" != "$$p" || dir=.; \ 1.683 + echo "rm -f \"$${dir}/so_locations\""; \ 1.684 + rm -f "$${dir}/so_locations"; \ 1.685 + done 1.686 + 1.687 +clean-noinstLTLIBRARIES: 1.688 + -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) 1.689 + @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \ 1.690 + dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ 1.691 + test "$$dir" != "$$p" || dir=.; \ 1.692 + echo "rm -f \"$${dir}/so_locations\""; \ 1.693 + rm -f "$${dir}/so_locations"; \ 1.694 + done 1.695 +libevent.la: $(libevent_la_OBJECTS) $(libevent_la_DEPENDENCIES) $(EXTRA_libevent_la_DEPENDENCIES) 1.696 + $(libevent_la_LINK) $(am_libevent_la_rpath) $(libevent_la_OBJECTS) $(libevent_la_LIBADD) $(LIBS) 1.697 +libevent_core.la: $(libevent_core_la_OBJECTS) $(libevent_core_la_DEPENDENCIES) $(EXTRA_libevent_core_la_DEPENDENCIES) 1.698 + $(libevent_core_la_LINK) $(am_libevent_core_la_rpath) $(libevent_core_la_OBJECTS) $(libevent_core_la_LIBADD) $(LIBS) 1.699 +libevent_extra.la: $(libevent_extra_la_OBJECTS) $(libevent_extra_la_DEPENDENCIES) $(EXTRA_libevent_extra_la_DEPENDENCIES) 1.700 + $(libevent_extra_la_LINK) $(am_libevent_extra_la_rpath) $(libevent_extra_la_OBJECTS) $(libevent_extra_la_LIBADD) $(LIBS) 1.701 +libevent_openssl.la: $(libevent_openssl_la_OBJECTS) $(libevent_openssl_la_DEPENDENCIES) $(EXTRA_libevent_openssl_la_DEPENDENCIES) 1.702 + $(libevent_openssl_la_LINK) $(am_libevent_openssl_la_rpath) $(libevent_openssl_la_OBJECTS) $(libevent_openssl_la_LIBADD) $(LIBS) 1.703 +libevent_pthreads.la: $(libevent_pthreads_la_OBJECTS) $(libevent_pthreads_la_DEPENDENCIES) $(EXTRA_libevent_pthreads_la_DEPENDENCIES) 1.704 + $(libevent_pthreads_la_LINK) $(am_libevent_pthreads_la_rpath) $(libevent_pthreads_la_OBJECTS) $(libevent_pthreads_la_LIBADD) $(LIBS) 1.705 +install-dist_binSCRIPTS: $(dist_bin_SCRIPTS) 1.706 + @$(NORMAL_INSTALL) 1.707 + @list='$(dist_bin_SCRIPTS)'; test -n "$(bindir)" || list=; \ 1.708 + if test -n "$$list"; then \ 1.709 + echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \ 1.710 + $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \ 1.711 + fi; \ 1.712 + for p in $$list; do \ 1.713 + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 1.714 + if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \ 1.715 + done | \ 1.716 + sed -e 'p;s,.*/,,;n' \ 1.717 + -e 'h;s|.*|.|' \ 1.718 + -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \ 1.719 + $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \ 1.720 + { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ 1.721 + if ($$2 == $$4) { files[d] = files[d] " " $$1; \ 1.722 + if (++n[d] == $(am__install_max)) { \ 1.723 + print "f", d, files[d]; n[d] = 0; files[d] = "" } } \ 1.724 + else { print "f", d "/" $$4, $$1 } } \ 1.725 + END { for (d in files) print "f", d, files[d] }' | \ 1.726 + while read type dir files; do \ 1.727 + if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ 1.728 + test -z "$$files" || { \ 1.729 + echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(bindir)$$dir'"; \ 1.730 + $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ 1.731 + } \ 1.732 + ; done 1.733 + 1.734 +uninstall-dist_binSCRIPTS: 1.735 + @$(NORMAL_UNINSTALL) 1.736 + @list='$(dist_bin_SCRIPTS)'; test -n "$(bindir)" || exit 0; \ 1.737 + files=`for p in $$list; do echo "$$p"; done | \ 1.738 + sed -e 's,.*/,,;$(transform)'`; \ 1.739 + dir='$(DESTDIR)$(bindir)'; $(am__uninstall_files_from_dir) 1.740 + 1.741 +mostlyclean-compile: 1.742 + -rm -f *.$(OBJEXT) 1.743 + 1.744 +distclean-compile: 1.745 + -rm -f *.tab.c 1.746 + 1.747 +@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/epoll_sub.Plo@am__quote@ 1.748 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/buffer.Plo@am__quote@ 1.749 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/buffer_iocp.Plo@am__quote@ 1.750 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bufferevent.Plo@am__quote@ 1.751 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bufferevent_async.Plo@am__quote@ 1.752 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bufferevent_filter.Plo@am__quote@ 1.753 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bufferevent_openssl.Plo@am__quote@ 1.754 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bufferevent_pair.Plo@am__quote@ 1.755 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bufferevent_ratelim.Plo@am__quote@ 1.756 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bufferevent_sock.Plo@am__quote@ 1.757 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/devpoll.Plo@am__quote@ 1.758 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/epoll.Plo@am__quote@ 1.759 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/evdns.Plo@am__quote@ 1.760 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/event.Plo@am__quote@ 1.761 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/event_iocp.Plo@am__quote@ 1.762 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/event_tagging.Plo@am__quote@ 1.763 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/evmap.Plo@am__quote@ 1.764 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/evport.Plo@am__quote@ 1.765 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/evrpc.Plo@am__quote@ 1.766 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/evthread.Plo@am__quote@ 1.767 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/evthread_pthread.Plo@am__quote@ 1.768 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/evthread_win32.Plo@am__quote@ 1.769 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/evutil.Plo@am__quote@ 1.770 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/evutil_rand.Plo@am__quote@ 1.771 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/http.Plo@am__quote@ 1.772 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/kqueue.Plo@am__quote@ 1.773 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/listener.Plo@am__quote@ 1.774 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/log.Plo@am__quote@ 1.775 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/poll.Plo@am__quote@ 1.776 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/select.Plo@am__quote@ 1.777 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/signal.Plo@am__quote@ 1.778 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strlcpy.Plo@am__quote@ 1.779 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/win32select.Plo@am__quote@ 1.780 + 1.781 +.c.o: 1.782 +@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 1.783 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 1.784 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 1.785 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1.786 +@am__fastdepCC_FALSE@ $(COMPILE) -c $< 1.787 + 1.788 +.c.obj: 1.789 +@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 1.790 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 1.791 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 1.792 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1.793 +@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` 1.794 + 1.795 +.c.lo: 1.796 +@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 1.797 +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo 1.798 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 1.799 +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1.800 +@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< 1.801 + 1.802 +mostlyclean-libtool: 1.803 + -rm -f *.lo 1.804 + 1.805 +clean-libtool: 1.806 + -rm -rf .libs _libs 1.807 + 1.808 +distclean-libtool: 1.809 + -rm -f libtool config.lt 1.810 +install-pkgconfigDATA: $(pkgconfig_DATA) 1.811 + @$(NORMAL_INSTALL) 1.812 + @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ 1.813 + if test -n "$$list"; then \ 1.814 + echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \ 1.815 + $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \ 1.816 + fi; \ 1.817 + for p in $$list; do \ 1.818 + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 1.819 + echo "$$d$$p"; \ 1.820 + done | $(am__base_list) | \ 1.821 + while read files; do \ 1.822 + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \ 1.823 + $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \ 1.824 + done 1.825 + 1.826 +uninstall-pkgconfigDATA: 1.827 + @$(NORMAL_UNINSTALL) 1.828 + @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ 1.829 + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 1.830 + dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir) 1.831 +install-includeHEADERS: $(include_HEADERS) 1.832 + @$(NORMAL_INSTALL) 1.833 + @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \ 1.834 + if test -n "$$list"; then \ 1.835 + echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \ 1.836 + $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \ 1.837 + fi; \ 1.838 + for p in $$list; do \ 1.839 + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 1.840 + echo "$$d$$p"; \ 1.841 + done | $(am__base_list) | \ 1.842 + while read files; do \ 1.843 + echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \ 1.844 + $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \ 1.845 + done 1.846 + 1.847 +uninstall-includeHEADERS: 1.848 + @$(NORMAL_UNINSTALL) 1.849 + @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \ 1.850 + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 1.851 + dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir) 1.852 + 1.853 +# This directory's subdirectories are mostly independent; you can cd 1.854 +# into them and run `make' without going through this Makefile. 1.855 +# To change the values of `make' variables: instead of editing Makefiles, 1.856 +# (1) if the variable is set in `config.status', edit `config.status' 1.857 +# (which will cause the Makefiles to be regenerated when you run `make'); 1.858 +# (2) otherwise, pass the desired values on the `make' command line. 1.859 +$(RECURSIVE_TARGETS): 1.860 + @fail= failcom='exit 1'; \ 1.861 + for f in x $$MAKEFLAGS; do \ 1.862 + case $$f in \ 1.863 + *=* | --[!k]*);; \ 1.864 + *k*) failcom='fail=yes';; \ 1.865 + esac; \ 1.866 + done; \ 1.867 + dot_seen=no; \ 1.868 + target=`echo $@ | sed s/-recursive//`; \ 1.869 + list='$(SUBDIRS)'; for subdir in $$list; do \ 1.870 + echo "Making $$target in $$subdir"; \ 1.871 + if test "$$subdir" = "."; then \ 1.872 + dot_seen=yes; \ 1.873 + local_target="$$target-am"; \ 1.874 + else \ 1.875 + local_target="$$target"; \ 1.876 + fi; \ 1.877 + ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 1.878 + || eval $$failcom; \ 1.879 + done; \ 1.880 + if test "$$dot_seen" = "no"; then \ 1.881 + $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 1.882 + fi; test -z "$$fail" 1.883 + 1.884 +$(RECURSIVE_CLEAN_TARGETS): 1.885 + @fail= failcom='exit 1'; \ 1.886 + for f in x $$MAKEFLAGS; do \ 1.887 + case $$f in \ 1.888 + *=* | --[!k]*);; \ 1.889 + *k*) failcom='fail=yes';; \ 1.890 + esac; \ 1.891 + done; \ 1.892 + dot_seen=no; \ 1.893 + case "$@" in \ 1.894 + distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 1.895 + *) list='$(SUBDIRS)' ;; \ 1.896 + esac; \ 1.897 + rev=''; for subdir in $$list; do \ 1.898 + if test "$$subdir" = "."; then :; else \ 1.899 + rev="$$subdir $$rev"; \ 1.900 + fi; \ 1.901 + done; \ 1.902 + rev="$$rev ."; \ 1.903 + target=`echo $@ | sed s/-recursive//`; \ 1.904 + for subdir in $$rev; do \ 1.905 + echo "Making $$target in $$subdir"; \ 1.906 + if test "$$subdir" = "."; then \ 1.907 + local_target="$$target-am"; \ 1.908 + else \ 1.909 + local_target="$$target"; \ 1.910 + fi; \ 1.911 + ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 1.912 + || eval $$failcom; \ 1.913 + done && test -z "$$fail" 1.914 +tags-recursive: 1.915 + list='$(SUBDIRS)'; for subdir in $$list; do \ 1.916 + test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ 1.917 + done 1.918 +ctags-recursive: 1.919 + list='$(SUBDIRS)'; for subdir in $$list; do \ 1.920 + test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ 1.921 + done 1.922 + 1.923 +ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 1.924 + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 1.925 + unique=`for i in $$list; do \ 1.926 + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 1.927 + done | \ 1.928 + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 1.929 + END { if (nonempty) { for (i in files) print i; }; }'`; \ 1.930 + mkid -fID $$unique 1.931 +tags: TAGS 1.932 + 1.933 +TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ 1.934 + $(TAGS_FILES) $(LISP) 1.935 + set x; \ 1.936 + here=`pwd`; \ 1.937 + if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 1.938 + include_option=--etags-include; \ 1.939 + empty_fix=.; \ 1.940 + else \ 1.941 + include_option=--include; \ 1.942 + empty_fix=; \ 1.943 + fi; \ 1.944 + list='$(SUBDIRS)'; for subdir in $$list; do \ 1.945 + if test "$$subdir" = .; then :; else \ 1.946 + test ! -f $$subdir/TAGS || \ 1.947 + set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 1.948 + fi; \ 1.949 + done; \ 1.950 + list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ 1.951 + unique=`for i in $$list; do \ 1.952 + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 1.953 + done | \ 1.954 + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 1.955 + END { if (nonempty) { for (i in files) print i; }; }'`; \ 1.956 + shift; \ 1.957 + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 1.958 + test -n "$$unique" || unique=$$empty_fix; \ 1.959 + if test $$# -gt 0; then \ 1.960 + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 1.961 + "$$@" $$unique; \ 1.962 + else \ 1.963 + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 1.964 + $$unique; \ 1.965 + fi; \ 1.966 + fi 1.967 +ctags: CTAGS 1.968 +CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ 1.969 + $(TAGS_FILES) $(LISP) 1.970 + list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ 1.971 + unique=`for i in $$list; do \ 1.972 + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 1.973 + done | \ 1.974 + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 1.975 + END { if (nonempty) { for (i in files) print i; }; }'`; \ 1.976 + test -z "$(CTAGS_ARGS)$$unique" \ 1.977 + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 1.978 + $$unique 1.979 + 1.980 +GTAGS: 1.981 + here=`$(am__cd) $(top_builddir) && pwd` \ 1.982 + && $(am__cd) $(top_srcdir) \ 1.983 + && gtags -i $(GTAGS_ARGS) "$$here" 1.984 + 1.985 +distclean-tags: 1.986 + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 1.987 + 1.988 +distdir: $(DISTFILES) 1.989 + $(am__remove_distdir) 1.990 + test -d "$(distdir)" || mkdir "$(distdir)" 1.991 + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 1.992 + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 1.993 + list='$(DISTFILES)'; \ 1.994 + dist_files=`for file in $$list; do echo $$file; done | \ 1.995 + sed -e "s|^$$srcdirstrip/||;t" \ 1.996 + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 1.997 + case $$dist_files in \ 1.998 + */*) $(MKDIR_P) `echo "$$dist_files" | \ 1.999 + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 1.1000 + sort -u` ;; \ 1.1001 + esac; \ 1.1002 + for file in $$dist_files; do \ 1.1003 + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 1.1004 + if test -d $$d/$$file; then \ 1.1005 + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 1.1006 + if test -d "$(distdir)/$$file"; then \ 1.1007 + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 1.1008 + fi; \ 1.1009 + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 1.1010 + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 1.1011 + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 1.1012 + fi; \ 1.1013 + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 1.1014 + else \ 1.1015 + test -f "$(distdir)/$$file" \ 1.1016 + || cp -p $$d/$$file "$(distdir)/$$file" \ 1.1017 + || exit 1; \ 1.1018 + fi; \ 1.1019 + done 1.1020 + @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 1.1021 + if test "$$subdir" = .; then :; else \ 1.1022 + $(am__make_dryrun) \ 1.1023 + || test -d "$(distdir)/$$subdir" \ 1.1024 + || $(MKDIR_P) "$(distdir)/$$subdir" \ 1.1025 + || exit 1; \ 1.1026 + dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ 1.1027 + $(am__relativize); \ 1.1028 + new_distdir=$$reldir; \ 1.1029 + dir1=$$subdir; dir2="$(top_distdir)"; \ 1.1030 + $(am__relativize); \ 1.1031 + new_top_distdir=$$reldir; \ 1.1032 + echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ 1.1033 + echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ 1.1034 + ($(am__cd) $$subdir && \ 1.1035 + $(MAKE) $(AM_MAKEFLAGS) \ 1.1036 + top_distdir="$$new_top_distdir" \ 1.1037 + distdir="$$new_distdir" \ 1.1038 + am__remove_distdir=: \ 1.1039 + am__skip_length_check=: \ 1.1040 + am__skip_mode_fix=: \ 1.1041 + distdir) \ 1.1042 + || exit 1; \ 1.1043 + fi; \ 1.1044 + done 1.1045 + -test -n "$(am__skip_mode_fix)" \ 1.1046 + || find "$(distdir)" -type d ! -perm -755 \ 1.1047 + -exec chmod u+rwx,go+rx {} \; -o \ 1.1048 + ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 1.1049 + ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 1.1050 + ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ 1.1051 + || chmod -R a+r "$(distdir)" 1.1052 +dist-gzip: distdir 1.1053 + tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 1.1054 + $(am__remove_distdir) 1.1055 + 1.1056 +dist-bzip2: distdir 1.1057 + tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 1.1058 + $(am__remove_distdir) 1.1059 + 1.1060 +dist-lzip: distdir 1.1061 + tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz 1.1062 + $(am__remove_distdir) 1.1063 + 1.1064 +dist-lzma: distdir 1.1065 + tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma 1.1066 + $(am__remove_distdir) 1.1067 + 1.1068 +dist-xz: distdir 1.1069 + tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz 1.1070 + $(am__remove_distdir) 1.1071 + 1.1072 +dist-tarZ: distdir 1.1073 + tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z 1.1074 + $(am__remove_distdir) 1.1075 + 1.1076 +dist-shar: distdir 1.1077 + shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz 1.1078 + $(am__remove_distdir) 1.1079 + 1.1080 +dist-zip: distdir 1.1081 + -rm -f $(distdir).zip 1.1082 + zip -rq $(distdir).zip $(distdir) 1.1083 + $(am__remove_distdir) 1.1084 + 1.1085 +dist dist-all: distdir 1.1086 + tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 1.1087 + $(am__remove_distdir) 1.1088 + 1.1089 +# This target untars the dist file and tries a VPATH configuration. Then 1.1090 +# it guarantees that the distribution is self-contained by making another 1.1091 +# tarfile. 1.1092 +distcheck: dist 1.1093 + case '$(DIST_ARCHIVES)' in \ 1.1094 + *.tar.gz*) \ 1.1095 + GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ 1.1096 + *.tar.bz2*) \ 1.1097 + bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ 1.1098 + *.tar.lzma*) \ 1.1099 + lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\ 1.1100 + *.tar.lz*) \ 1.1101 + lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ 1.1102 + *.tar.xz*) \ 1.1103 + xz -dc $(distdir).tar.xz | $(am__untar) ;;\ 1.1104 + *.tar.Z*) \ 1.1105 + uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ 1.1106 + *.shar.gz*) \ 1.1107 + GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\ 1.1108 + *.zip*) \ 1.1109 + unzip $(distdir).zip ;;\ 1.1110 + esac 1.1111 + chmod -R a-w $(distdir); chmod u+w $(distdir) 1.1112 + mkdir $(distdir)/_build 1.1113 + mkdir $(distdir)/_inst 1.1114 + chmod a-w $(distdir) 1.1115 + test -d $(distdir)/_build || exit 0; \ 1.1116 + dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ 1.1117 + && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ 1.1118 + && am__cwd=`pwd` \ 1.1119 + && $(am__cd) $(distdir)/_build \ 1.1120 + && ../configure --srcdir=.. --prefix="$$dc_install_base" \ 1.1121 + $(AM_DISTCHECK_CONFIGURE_FLAGS) \ 1.1122 + $(DISTCHECK_CONFIGURE_FLAGS) \ 1.1123 + && $(MAKE) $(AM_MAKEFLAGS) \ 1.1124 + && $(MAKE) $(AM_MAKEFLAGS) dvi \ 1.1125 + && $(MAKE) $(AM_MAKEFLAGS) check \ 1.1126 + && $(MAKE) $(AM_MAKEFLAGS) install \ 1.1127 + && $(MAKE) $(AM_MAKEFLAGS) installcheck \ 1.1128 + && $(MAKE) $(AM_MAKEFLAGS) uninstall \ 1.1129 + && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ 1.1130 + distuninstallcheck \ 1.1131 + && chmod -R a-w "$$dc_install_base" \ 1.1132 + && ({ \ 1.1133 + (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ 1.1134 + && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ 1.1135 + && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ 1.1136 + && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ 1.1137 + distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ 1.1138 + } || { rm -rf "$$dc_destdir"; exit 1; }) \ 1.1139 + && rm -rf "$$dc_destdir" \ 1.1140 + && $(MAKE) $(AM_MAKEFLAGS) dist \ 1.1141 + && rm -rf $(DIST_ARCHIVES) \ 1.1142 + && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ 1.1143 + && cd "$$am__cwd" \ 1.1144 + || exit 1 1.1145 + $(am__remove_distdir) 1.1146 + @(echo "$(distdir) archives ready for distribution: "; \ 1.1147 + list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ 1.1148 + sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' 1.1149 +distuninstallcheck: 1.1150 + @test -n '$(distuninstallcheck_dir)' || { \ 1.1151 + echo 'ERROR: trying to run $@ with an empty' \ 1.1152 + '$$(distuninstallcheck_dir)' >&2; \ 1.1153 + exit 1; \ 1.1154 + }; \ 1.1155 + $(am__cd) '$(distuninstallcheck_dir)' || { \ 1.1156 + echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ 1.1157 + exit 1; \ 1.1158 + }; \ 1.1159 + test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ 1.1160 + || { echo "ERROR: files left after uninstall:" ; \ 1.1161 + if test -n "$(DESTDIR)"; then \ 1.1162 + echo " (check DESTDIR support)"; \ 1.1163 + fi ; \ 1.1164 + $(distuninstallcheck_listfiles) ; \ 1.1165 + exit 1; } >&2 1.1166 +distcleancheck: distclean 1.1167 + @if test '$(srcdir)' = . ; then \ 1.1168 + echo "ERROR: distcleancheck can only run from a VPATH build" ; \ 1.1169 + exit 1 ; \ 1.1170 + fi 1.1171 + @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ 1.1172 + || { echo "ERROR: files left in build directory after distclean:" ; \ 1.1173 + $(distcleancheck_listfiles) ; \ 1.1174 + exit 1; } >&2 1.1175 +check-am: all-am 1.1176 +check: $(BUILT_SOURCES) 1.1177 + $(MAKE) $(AM_MAKEFLAGS) check-recursive 1.1178 +all-am: Makefile $(LTLIBRARIES) $(SCRIPTS) $(DATA) $(HEADERS) config.h 1.1179 +installdirs: installdirs-recursive 1.1180 +installdirs-am: 1.1181 + for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(includedir)"; do \ 1.1182 + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 1.1183 + done 1.1184 +install: $(BUILT_SOURCES) 1.1185 + $(MAKE) $(AM_MAKEFLAGS) install-recursive 1.1186 +install-exec: install-exec-recursive 1.1187 +install-data: install-data-recursive 1.1188 +uninstall: uninstall-recursive 1.1189 + 1.1190 +install-am: all-am 1.1191 + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 1.1192 + 1.1193 +installcheck: installcheck-recursive 1.1194 +install-strip: 1.1195 + if test -z '$(STRIP)'; then \ 1.1196 + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 1.1197 + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 1.1198 + install; \ 1.1199 + else \ 1.1200 + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 1.1201 + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 1.1202 + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 1.1203 + fi 1.1204 +mostlyclean-generic: 1.1205 + 1.1206 +clean-generic: 1.1207 + 1.1208 +distclean-generic: 1.1209 + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 1.1210 + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 1.1211 + -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES) 1.1212 + 1.1213 +maintainer-clean-generic: 1.1214 + @echo "This command is intended for maintainers to use" 1.1215 + @echo "it deletes files that may require special tools to rebuild." 1.1216 + -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) 1.1217 +clean: clean-recursive 1.1218 + 1.1219 +clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \ 1.1220 + clean-noinstLTLIBRARIES mostlyclean-am 1.1221 + 1.1222 +distclean: distclean-recursive 1.1223 + -rm -f $(am__CONFIG_DISTCLEAN_FILES) 1.1224 + -rm -rf $(DEPDIR) ./$(DEPDIR) 1.1225 + -rm -f Makefile 1.1226 +distclean-am: clean-am distclean-compile distclean-generic \ 1.1227 + distclean-hdr distclean-libtool distclean-tags 1.1228 + 1.1229 +dvi: dvi-recursive 1.1230 + 1.1231 +dvi-am: 1.1232 + 1.1233 +html: html-recursive 1.1234 + 1.1235 +html-am: 1.1236 + 1.1237 +info: info-recursive 1.1238 + 1.1239 +info-am: 1.1240 + 1.1241 +install-data-am: install-includeHEADERS install-pkgconfigDATA 1.1242 + 1.1243 +install-dvi: install-dvi-recursive 1.1244 + 1.1245 +install-dvi-am: 1.1246 + 1.1247 +install-exec-am: install-dist_binSCRIPTS install-libLTLIBRARIES 1.1248 + 1.1249 +install-html: install-html-recursive 1.1250 + 1.1251 +install-html-am: 1.1252 + 1.1253 +install-info: install-info-recursive 1.1254 + 1.1255 +install-info-am: 1.1256 + 1.1257 +install-man: 1.1258 + 1.1259 +install-pdf: install-pdf-recursive 1.1260 + 1.1261 +install-pdf-am: 1.1262 + 1.1263 +install-ps: install-ps-recursive 1.1264 + 1.1265 +install-ps-am: 1.1266 + 1.1267 +installcheck-am: 1.1268 + 1.1269 +maintainer-clean: maintainer-clean-recursive 1.1270 + -rm -f $(am__CONFIG_DISTCLEAN_FILES) 1.1271 + -rm -rf $(top_srcdir)/autom4te.cache 1.1272 + -rm -rf $(DEPDIR) ./$(DEPDIR) 1.1273 + -rm -f Makefile 1.1274 +maintainer-clean-am: distclean-am maintainer-clean-generic 1.1275 + 1.1276 +mostlyclean: mostlyclean-recursive 1.1277 + 1.1278 +mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 1.1279 + mostlyclean-libtool 1.1280 + 1.1281 +pdf: pdf-recursive 1.1282 + 1.1283 +pdf-am: 1.1284 + 1.1285 +ps: ps-recursive 1.1286 + 1.1287 +ps-am: 1.1288 + 1.1289 +uninstall-am: uninstall-dist_binSCRIPTS uninstall-includeHEADERS \ 1.1290 + uninstall-libLTLIBRARIES uninstall-pkgconfigDATA 1.1291 + 1.1292 +.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all check \ 1.1293 + ctags-recursive install install-am install-strip \ 1.1294 + tags-recursive 1.1295 + 1.1296 +.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ 1.1297 + all all-am am--refresh check check-am clean clean-generic \ 1.1298 + clean-libLTLIBRARIES clean-libtool clean-noinstLTLIBRARIES \ 1.1299 + ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \ 1.1300 + dist-lzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \ 1.1301 + distcheck distclean distclean-compile distclean-generic \ 1.1302 + distclean-hdr distclean-libtool distclean-tags distcleancheck \ 1.1303 + distdir distuninstallcheck dvi dvi-am html html-am info \ 1.1304 + info-am install install-am install-data install-data-am \ 1.1305 + install-dist_binSCRIPTS install-dvi install-dvi-am \ 1.1306 + install-exec install-exec-am install-html install-html-am \ 1.1307 + install-includeHEADERS install-info install-info-am \ 1.1308 + install-libLTLIBRARIES install-man install-pdf install-pdf-am \ 1.1309 + install-pkgconfigDATA install-ps install-ps-am install-strip \ 1.1310 + installcheck installcheck-am installdirs installdirs-am \ 1.1311 + maintainer-clean maintainer-clean-generic mostlyclean \ 1.1312 + mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ 1.1313 + pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \ 1.1314 + uninstall-dist_binSCRIPTS uninstall-includeHEADERS \ 1.1315 + uninstall-libLTLIBRARIES uninstall-pkgconfigDATA 1.1316 + 1.1317 + 1.1318 +include/event2/event-config.h: config.h make-event-config.sed 1.1319 + test -d include/event2 || $(MKDIR_P) include/event2 1.1320 + $(SED) -f $(srcdir)/make-event-config.sed < config.h > $@T 1.1321 + mv -f $@T $@ 1.1322 + 1.1323 +verify: check 1.1324 + 1.1325 +doxygen: FORCE 1.1326 + doxygen $(srcdir)/Doxyfile 1.1327 +FORCE: 1.1328 + 1.1329 +# Tell versions [3.59,3.63) of GNU make to not export all variables. 1.1330 +# Otherwise a system limit (for SysV at least) may be exceeded. 1.1331 +.NOEXPORT: