xref: /minix/external/bsd/libevent/dist/Makefile.in (revision e985b929)
1# Makefile.in generated by automake 1.11.6 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6# Foundation, Inc.
7# This Makefile.in is free software; the Free Software Foundation
8# gives unlimited permission to copy and/or distribute it,
9# with or without modifications, as long as this notice is preserved.
10
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14# PARTICULAR PURPOSE.
15
16@SET_MAKE@
17
18# Makefile.am for libevent
19# Copyright 2000-2007 Niels Provos
20# Copyright 2007-2012 Niels Provos and Nick Mathewson
21#
22# See LICENSE for copying information.
23
24
25
26
27VPATH = @srcdir@
28am__make_dryrun = \
29  { \
30    am__dry=no; \
31    case $$MAKEFLAGS in \
32      *\\[\ \	]*) \
33        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
34          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
35      *) \
36        for am__flg in $$MAKEFLAGS; do \
37          case $$am__flg in \
38            *=*|--*) ;; \
39            *n*) am__dry=yes; break;; \
40          esac; \
41        done;; \
42    esac; \
43    test $$am__dry = yes; \
44  }
45pkgdatadir = $(datadir)/@PACKAGE@
46pkgincludedir = $(includedir)/@PACKAGE@
47pkglibdir = $(libdir)/@PACKAGE@
48pkglibexecdir = $(libexecdir)/@PACKAGE@
49am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
50install_sh_DATA = $(install_sh) -c -m 644
51install_sh_PROGRAM = $(install_sh) -c
52install_sh_SCRIPT = $(install_sh) -c
53INSTALL_HEADER = $(INSTALL_DATA)
54transform = $(program_transform_name)
55NORMAL_INSTALL = :
56PRE_INSTALL = :
57POST_INSTALL = :
58NORMAL_UNINSTALL = :
59PRE_UNINSTALL = :
60POST_UNINSTALL = :
61build_triplet = @build@
62host_triplet = @host@
63@PTHREADS_TRUE@am__append_1 = libevent_pthreads.la
64@PTHREADS_TRUE@am__append_2 = libevent_pthreads.pc
65@OPENSSL_TRUE@am__append_3 = libevent_openssl.la
66@OPENSSL_TRUE@am__append_4 = libevent_openssl.pc
67@SELECT_BACKEND_TRUE@am__append_5 = select.c
68@POLL_BACKEND_TRUE@am__append_6 = poll.c
69@DEVPOLL_BACKEND_TRUE@am__append_7 = devpoll.c
70@KQUEUE_BACKEND_TRUE@am__append_8 = kqueue.c
71@EPOLL_BACKEND_TRUE@am__append_9 = epoll.c
72@EVPORT_BACKEND_TRUE@am__append_10 = evport.c
73@SIGNAL_SUPPORT_TRUE@am__append_11 = signal.c
74@INSTALL_LIBEVENT_FALSE@am__append_12 = $(EVENT1_HDRS)
75subdir = .
76DIST_COMMON = README $(am__configure_deps) \
77	$(am__dist_bin_SCRIPTS_DIST) $(am__include_HEADERS_DIST) \
78	$(am__noinst_HEADERS_DIST) $(srcdir)/Makefile.am \
79	$(srcdir)/Makefile.in $(srcdir)/config.h.in \
80	$(srcdir)/libevent.pc.in $(srcdir)/libevent_openssl.pc.in \
81	$(srcdir)/libevent_pthreads.pc.in $(top_srcdir)/configure \
82	ChangeLog compile config.guess config.sub depcomp epoll_sub.c \
83	install-sh ltmain.sh missing
84ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
85am__aclocal_m4_deps = $(top_srcdir)/m4/acx_pthread.m4 \
86	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
87	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
88	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.in
89am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
90	$(ACLOCAL_M4)
91am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
92 configure.lineno config.status.lineno
93mkinstalldirs = $(install_sh) -d
94CONFIG_HEADER = config.h
95CONFIG_CLEAN_FILES = libevent.pc libevent_openssl.pc \
96	libevent_pthreads.pc
97CONFIG_CLEAN_VPATH_FILES =
98am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
99am__vpath_adj = case $$p in \
100    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
101    *) f=$$p;; \
102  esac;
103am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
104am__install_max = 40
105am__nobase_strip_setup = \
106  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
107am__nobase_strip = \
108  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
109am__nobase_list = $(am__nobase_strip_setup); \
110  for p in $$list; do echo "$$p $$p"; done | \
111  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
112  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
113    if (++n[$$2] == $(am__install_max)) \
114      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
115    END { for (dir in files) print dir, files[dir] }'
116am__base_list = \
117  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
118  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
119am__uninstall_files_from_dir = { \
120  test -z "$$files" \
121    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
122    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
123         $(am__cd) "$$dir" && rm -f $$files; }; \
124  }
125am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" \
126	"$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(includedir)"
127LTLIBRARIES = $(lib_LTLIBRARIES) $(noinst_LTLIBRARIES)
128am__DEPENDENCIES_1 =
129libevent_la_DEPENDENCIES = @LTLIBOBJS@ $(am__DEPENDENCIES_1)
130am__libevent_la_SOURCES_DIST = event.c evthread.c buffer.c \
131	bufferevent.c bufferevent_sock.c bufferevent_filter.c \
132	bufferevent_pair.c listener.c bufferevent_ratelim.c evmap.c \
133	log.c evutil.c evutil_rand.c strlcpy.c select.c poll.c \
134	devpoll.c kqueue.c epoll.c evport.c signal.c win32select.c \
135	evthread_win32.c buffer_iocp.c event_iocp.c \
136	bufferevent_async.c event_tagging.c http.c evdns.c evrpc.c
137@SELECT_BACKEND_TRUE@am__objects_1 = select.lo
138@POLL_BACKEND_TRUE@am__objects_2 = poll.lo
139@DEVPOLL_BACKEND_TRUE@am__objects_3 = devpoll.lo
140@KQUEUE_BACKEND_TRUE@am__objects_4 = kqueue.lo
141@EPOLL_BACKEND_TRUE@am__objects_5 = epoll.lo
142@EVPORT_BACKEND_TRUE@am__objects_6 = evport.lo
143@SIGNAL_SUPPORT_TRUE@am__objects_7 = signal.lo
144@BUILD_WIN32_FALSE@am__objects_8 = $(am__objects_1) $(am__objects_2) \
145@BUILD_WIN32_FALSE@	$(am__objects_3) $(am__objects_4) \
146@BUILD_WIN32_FALSE@	$(am__objects_5) $(am__objects_6) \
147@BUILD_WIN32_FALSE@	$(am__objects_7)
148@BUILD_WIN32_TRUE@am__objects_8 = win32select.lo evthread_win32.lo \
149@BUILD_WIN32_TRUE@	buffer_iocp.lo event_iocp.lo \
150@BUILD_WIN32_TRUE@	bufferevent_async.lo $(am__objects_1) \
151@BUILD_WIN32_TRUE@	$(am__objects_2) $(am__objects_3) \
152@BUILD_WIN32_TRUE@	$(am__objects_4) $(am__objects_5) \
153@BUILD_WIN32_TRUE@	$(am__objects_6) $(am__objects_7)
154am__objects_9 = event.lo evthread.lo buffer.lo bufferevent.lo \
155	bufferevent_sock.lo bufferevent_filter.lo bufferevent_pair.lo \
156	listener.lo bufferevent_ratelim.lo evmap.lo log.lo evutil.lo \
157	evutil_rand.lo strlcpy.lo $(am__objects_8)
158am__objects_10 = event_tagging.lo http.lo evdns.lo evrpc.lo
159am_libevent_la_OBJECTS = $(am__objects_9) $(am__objects_10)
160libevent_la_OBJECTS = $(am_libevent_la_OBJECTS)
161libevent_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
162	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
163	$(libevent_la_LDFLAGS) $(LDFLAGS) -o $@
164@INSTALL_LIBEVENT_FALSE@am_libevent_la_rpath =
165@INSTALL_LIBEVENT_TRUE@am_libevent_la_rpath = -rpath $(libdir)
166libevent_core_la_DEPENDENCIES = @LTLIBOBJS@ $(am__DEPENDENCIES_1)
167am__libevent_core_la_SOURCES_DIST = event.c evthread.c buffer.c \
168	bufferevent.c bufferevent_sock.c bufferevent_filter.c \
169	bufferevent_pair.c listener.c bufferevent_ratelim.c evmap.c \
170	log.c evutil.c evutil_rand.c strlcpy.c select.c poll.c \
171	devpoll.c kqueue.c epoll.c evport.c signal.c win32select.c \
172	evthread_win32.c buffer_iocp.c event_iocp.c \
173	bufferevent_async.c
174am_libevent_core_la_OBJECTS = $(am__objects_9)
175libevent_core_la_OBJECTS = $(am_libevent_core_la_OBJECTS)
176libevent_core_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
177	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
178	$(libevent_core_la_LDFLAGS) $(LDFLAGS) -o $@
179@INSTALL_LIBEVENT_FALSE@am_libevent_core_la_rpath =
180@INSTALL_LIBEVENT_TRUE@am_libevent_core_la_rpath = -rpath $(libdir)
181@BUILD_WITH_NO_UNDEFINED_TRUE@am__DEPENDENCIES_2 = libevent_core.la
182libevent_extra_la_DEPENDENCIES = $(am__DEPENDENCIES_2) \
183	$(am__DEPENDENCIES_1)
184am_libevent_extra_la_OBJECTS = $(am__objects_10)
185libevent_extra_la_OBJECTS = $(am_libevent_extra_la_OBJECTS)
186libevent_extra_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
187	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
188	$(libevent_extra_la_LDFLAGS) $(LDFLAGS) -o $@
189@INSTALL_LIBEVENT_FALSE@am_libevent_extra_la_rpath =
190@INSTALL_LIBEVENT_TRUE@am_libevent_extra_la_rpath = -rpath $(libdir)
191@OPENSSL_TRUE@libevent_openssl_la_DEPENDENCIES =  \
192@OPENSSL_TRUE@	$(am__DEPENDENCIES_2) $(am__DEPENDENCIES_1)
193am__libevent_openssl_la_SOURCES_DIST = bufferevent_openssl.c
194@OPENSSL_TRUE@am_libevent_openssl_la_OBJECTS = bufferevent_openssl.lo
195libevent_openssl_la_OBJECTS = $(am_libevent_openssl_la_OBJECTS)
196libevent_openssl_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
197	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
198	$(libevent_openssl_la_LDFLAGS) $(LDFLAGS) -o $@
199@INSTALL_LIBEVENT_FALSE@@OPENSSL_TRUE@am_libevent_openssl_la_rpath =
200@INSTALL_LIBEVENT_TRUE@@OPENSSL_TRUE@am_libevent_openssl_la_rpath =  \
201@INSTALL_LIBEVENT_TRUE@@OPENSSL_TRUE@	-rpath $(libdir)
202@PTHREADS_TRUE@libevent_pthreads_la_DEPENDENCIES =  \
203@PTHREADS_TRUE@	$(am__DEPENDENCIES_2)
204am__libevent_pthreads_la_SOURCES_DIST = evthread_pthread.c
205@PTHREADS_TRUE@am_libevent_pthreads_la_OBJECTS = evthread_pthread.lo
206libevent_pthreads_la_OBJECTS = $(am_libevent_pthreads_la_OBJECTS)
207libevent_pthreads_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
208	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
209	$(libevent_pthreads_la_LDFLAGS) $(LDFLAGS) -o $@
210@INSTALL_LIBEVENT_FALSE@@PTHREADS_TRUE@am_libevent_pthreads_la_rpath =
211@INSTALL_LIBEVENT_TRUE@@PTHREADS_TRUE@am_libevent_pthreads_la_rpath =  \
212@INSTALL_LIBEVENT_TRUE@@PTHREADS_TRUE@	-rpath $(libdir)
213am__dist_bin_SCRIPTS_DIST = event_rpcgen.py
214SCRIPTS = $(dist_bin_SCRIPTS)
215DEFAULT_INCLUDES = -I.@am__isrc@
216depcomp = $(SHELL) $(top_srcdir)/depcomp
217am__depfiles_maybe = depfiles
218am__mv = mv -f
219COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
220	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
221LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
222	--mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
223	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
224CCLD = $(CC)
225LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
226	--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
227	$(LDFLAGS) -o $@
228SOURCES = $(libevent_la_SOURCES) $(libevent_core_la_SOURCES) \
229	$(libevent_extra_la_SOURCES) $(libevent_openssl_la_SOURCES) \
230	$(libevent_pthreads_la_SOURCES)
231DIST_SOURCES = $(am__libevent_la_SOURCES_DIST) \
232	$(am__libevent_core_la_SOURCES_DIST) \
233	$(libevent_extra_la_SOURCES) \
234	$(am__libevent_openssl_la_SOURCES_DIST) \
235	$(am__libevent_pthreads_la_SOURCES_DIST)
236RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
237	html-recursive info-recursive install-data-recursive \
238	install-dvi-recursive install-exec-recursive \
239	install-html-recursive install-info-recursive \
240	install-pdf-recursive install-ps-recursive install-recursive \
241	installcheck-recursive installdirs-recursive pdf-recursive \
242	ps-recursive uninstall-recursive
243am__can_run_installinfo = \
244  case $$AM_UPDATE_INFO_DIR in \
245    n|no|NO) false;; \
246    *) (install-info --version) >/dev/null 2>&1;; \
247  esac
248DATA = $(pkgconfig_DATA)
249am__include_HEADERS_DIST = event.h evhttp.h evdns.h evrpc.h evutil.h
250am__noinst_HEADERS_DIST = util-internal.h mm-internal.h \
251	ipv6-internal.h evrpc-internal.h strlcpy-internal.h \
252	evbuffer-internal.h bufferevent-internal.h http-internal.h \
253	event-internal.h evthread-internal.h ht-internal.h \
254	defer-internal.h minheap-internal.h log-internal.h \
255	evsignal-internal.h evmap-internal.h changelist-internal.h \
256	iocp-internal.h ratelim-internal.h \
257	WIN32-Code/event2/event-config.h WIN32-Code/tree.h \
258	compat/sys/queue.h event.h evhttp.h evdns.h evrpc.h evutil.h
259HEADERS = $(include_HEADERS) $(noinst_HEADERS)
260RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
261  distclean-recursive maintainer-clean-recursive
262AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
263	$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
264	distdir dist dist-all distcheck
265ETAGS = etags
266CTAGS = ctags
267DIST_SUBDIRS = $(SUBDIRS)
268DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
269distdir = $(PACKAGE)-$(VERSION)
270top_distdir = $(distdir)
271am__remove_distdir = \
272  if test -d "$(distdir)"; then \
273    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
274      && rm -rf "$(distdir)" \
275      || { sleep 5 && rm -rf "$(distdir)"; }; \
276  else :; fi
277am__relativize = \
278  dir0=`pwd`; \
279  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
280  sed_rest='s,^[^/]*/*,,'; \
281  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
282  sed_butlast='s,/*[^/]*$$,,'; \
283  while test -n "$$dir1"; do \
284    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
285    if test "$$first" != "."; then \
286      if test "$$first" = ".."; then \
287        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
288        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
289      else \
290        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
291        if test "$$first2" = "$$first"; then \
292          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
293        else \
294          dir2="../$$dir2"; \
295        fi; \
296        dir0="$$dir0"/"$$first"; \
297      fi; \
298    fi; \
299    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
300  done; \
301  reldir="$$dir2"
302DIST_ARCHIVES = $(distdir).tar.gz
303GZIP_ENV = --best
304distuninstallcheck_listfiles = find . -type f -print
305am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
306  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
307distcleancheck_listfiles = find . -type f -print
308ACLOCAL = @ACLOCAL@
309AMTAR = @AMTAR@
310AR = @AR@
311AUTOCONF = @AUTOCONF@
312AUTOHEADER = @AUTOHEADER@
313AUTOMAKE = @AUTOMAKE@
314AWK = @AWK@
315CC = @CC@
316CCDEPMODE = @CCDEPMODE@
317CFLAGS = @CFLAGS@
318CPP = @CPP@
319CPPFLAGS = @CPPFLAGS@
320CYGPATH_W = @CYGPATH_W@
321DEFS = @DEFS@
322DEPDIR = @DEPDIR@
323DLLTOOL = @DLLTOOL@
324DSYMUTIL = @DSYMUTIL@
325DUMPBIN = @DUMPBIN@
326ECHO_C = @ECHO_C@
327ECHO_N = @ECHO_N@
328ECHO_T = @ECHO_T@
329EGREP = @EGREP@
330EV_LIB_GDI = @EV_LIB_GDI@
331EV_LIB_WS32 = @EV_LIB_WS32@
332EXEEXT = @EXEEXT@
333FGREP = @FGREP@
334GREP = @GREP@
335INSTALL = @INSTALL@
336INSTALL_DATA = @INSTALL_DATA@
337INSTALL_PROGRAM = @INSTALL_PROGRAM@
338INSTALL_SCRIPT = @INSTALL_SCRIPT@
339INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
340LD = @LD@
341LDFLAGS = @LDFLAGS@
342LIBEVENT_GC_SECTIONS = @LIBEVENT_GC_SECTIONS@
343LIBOBJS = @LIBOBJS@
344LIBS = @LIBS@
345LIBTOOL = @LIBTOOL@
346LIBTOOL_DEPS = @LIBTOOL_DEPS@
347LIPO = @LIPO@
348LN_S = @LN_S@
349LTLIBOBJS = @LTLIBOBJS@
350MAKEINFO = @MAKEINFO@
351MANIFEST_TOOL = @MANIFEST_TOOL@
352MKDIR_P = @MKDIR_P@
353NM = @NM@
354NMEDIT = @NMEDIT@
355OBJDUMP = @OBJDUMP@
356OBJEXT = @OBJEXT@
357OPENSSL_LIBADD = @OPENSSL_LIBADD@
358OPENSSL_LIBS = @OPENSSL_LIBS@
359OTOOL = @OTOOL@
360OTOOL64 = @OTOOL64@
361PACKAGE = @PACKAGE@
362PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
363PACKAGE_NAME = @PACKAGE_NAME@
364PACKAGE_STRING = @PACKAGE_STRING@
365PACKAGE_TARNAME = @PACKAGE_TARNAME@
366PACKAGE_URL = @PACKAGE_URL@
367PACKAGE_VERSION = @PACKAGE_VERSION@
368PATH_SEPARATOR = @PATH_SEPARATOR@
369PTHREAD_CC = @PTHREAD_CC@
370PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
371PTHREAD_LIBS = @PTHREAD_LIBS@
372RANLIB = @RANLIB@
373SED = @SED@
374SET_MAKE = @SET_MAKE@
375SHELL = @SHELL@
376STRIP = @STRIP@
377VERSION = @VERSION@
378ZLIB_LIBS = @ZLIB_LIBS@
379abs_builddir = @abs_builddir@
380abs_srcdir = @abs_srcdir@
381abs_top_builddir = @abs_top_builddir@
382abs_top_srcdir = @abs_top_srcdir@
383ac_ct_AR = @ac_ct_AR@
384ac_ct_CC = @ac_ct_CC@
385ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
386acx_pthread_config = @acx_pthread_config@
387am__include = @am__include@
388am__leading_dot = @am__leading_dot@
389am__quote = @am__quote@
390am__tar = @am__tar@
391am__untar = @am__untar@
392bindir = @bindir@
393build = @build@
394build_alias = @build_alias@
395build_cpu = @build_cpu@
396build_os = @build_os@
397build_vendor = @build_vendor@
398builddir = @builddir@
399datadir = @datadir@
400datarootdir = @datarootdir@
401docdir = @docdir@
402dvidir = @dvidir@
403exec_prefix = @exec_prefix@
404host = @host@
405host_alias = @host_alias@
406host_cpu = @host_cpu@
407host_os = @host_os@
408host_vendor = @host_vendor@
409htmldir = @htmldir@
410includedir = @includedir@
411infodir = @infodir@
412install_sh = @install_sh@
413libdir = @libdir@
414libexecdir = @libexecdir@
415localedir = @localedir@
416localstatedir = @localstatedir@
417mandir = @mandir@
418mkdir_p = @mkdir_p@
419oldincludedir = @oldincludedir@
420pdfdir = @pdfdir@
421prefix = @prefix@
422program_transform_name = @program_transform_name@
423psdir = @psdir@
424sbindir = @sbindir@
425sharedstatedir = @sharedstatedir@
426srcdir = @srcdir@
427sysconfdir = @sysconfdir@
428target_alias = @target_alias@
429top_build_prefix = @top_build_prefix@
430top_builddir = @top_builddir@
431top_srcdir = @top_srcdir@
432
433# 'foreign' means that we're not enforcing GNU package rules strictly.
434# '1.7' means that we need automake 1.7 or later (and we do).
435AUTOMAKE_OPTIONS = foreign 1.7
436ACLOCAL_AMFLAGS = -I m4
437
438# This is the "Release" of the Libevent ABI.  It takes precedence over
439# the VERSION_INFO, so that two versions of Libevent with the same
440# "Release" are never binary-compatible.
441#
442# This number incremented once for the 2.0 release candidate, and
443# will increment for each series until we revise our interfaces enough
444# that we can seriously expect ABI compatibility between series.
445#
446RELEASE = -release 2.0
447
448# This is the version info for the libevent binary API.  It has three
449# numbers:
450#   Current  -- the number of the binary API that we're implementing
451#   Revision -- which iteration of the implementation of the binary
452#               API are we supplying?
453#   Age      -- How many previous binary API versions do we also
454#               support?
455#
456# To increment a VERSION_INFO (current:revision:age):
457#    If the ABI didn't change:
458#        Return (current:revision+1:age)
459#    If the ABI changed, but it's backward-compatible:
460#        Return (current+1:0:age+1)
461#    If the ABI changed and it isn't backward-compatible:
462#        Return (current+1:0:0)
463#
464# Once an RC is out, DO NOT MAKE ANY ABI-BREAKING CHANGES IN THAT SERIES
465# UNLESS YOU REALLY REALLY HAVE TO.
466VERSION_INFO = 6:9:1
467
468# History:          RELEASE    VERSION_INFO
469#  2.0.1-alpha --     2.0        1:0:0
470#  2.0.2-alpha --                2:0:0
471#  2.0.3-alpha --                2:0:0  (should have incremented; didn't.)
472#  2.0.4-alpha --                3:0:0
473#  2.0.5-beta  --                4:0:0
474#  2.0.6-rc    --     2.0        2:0:0
475#  2.0.7-rc    --     2.0        3:0:1
476#  2.0.8-rc    --     2.0        4:0:2
477#  2.0.9-rc    --     2.0        5:0:0 (ABI changed slightly)
478#  2.0.10-stable--    2.0        5:1:0 (No ABI change)
479#  2.0.11-stable--    2.0        6:0:1 (ABI changed, backward-compatible)
480#  2.0.12-stable--    2.0        6:1:1 (No ABI change)
481#  2.0.13-stable--    2.0        6:2:1 (No ABI change)
482#  2.0.14-stable--    2.0        6:3:1 (No ABI change)
483#  2.0.15-stable--    2.0        6:3:1 (Forgot to update :( )
484#  2.0.16-stable--    2.0        6:4:1 (No ABI change)
485#  2.0.17-stable--    2.0        6:5:1 (No ABI change)
486#  2.0.18-stable--    2.0        6:6:1 (No ABI change)
487#  2.0.19-stable--    2.0        6:7:1 (No ABI change)
488#  2.0.20-stable--    2.0        6:8:1 (No ABI change)
489#  2.0.21-stable--    2.0        6:9:1 (No ABI change)
490#
491# For Libevent 2.1:
492#  2.1.1-alpha --     2.1        1:0:0
493
494# ABI version history for this package effectively restarts every time
495# we change RELEASE.  Version 1.4.x had RELEASE of 1.4.
496#
497# Ideally, we would not be using RELEASE at all; instead we could just
498# use the VERSION_INFO field to label our backward-incompatible ABI
499# changes, and those would be few and far between.  Unfortunately,
500# Libevent still exposes far too many volatile structures in its
501# headers, so we pretty much have to assume that most development
502# series will break ABI compatibility.  For now, it's simplest just to
503# keep incrementing the RELEASE between series and resetting VERSION_INFO.
504#
505# Eventually, when we get to the point where the structures in the
506# headers are all non-changing (or not there at all!), we can shift to
507# a more normal worldview where backward-incompatible ABI changes are
508# nice and rare.  For the next couple of years, though, 'struct event'
509# is user-visible, and so we can pretty much guarantee that release
510# series won't be binary-compatible.
511@INSTALL_LIBEVENT_TRUE@dist_bin_SCRIPTS = event_rpcgen.py
512pkgconfigdir = $(libdir)/pkgconfig
513LIBEVENT_PKGCONFIG = libevent.pc $(am__append_2) $(am__append_4)
514
515# These sources are conditionally added by configure.in or conditionally
516# included from other files.
517PLATFORM_DEPENDENT_SRC = \
518	epoll_sub.c \
519	arc4random.c
520
521EXTRA_DIST = \
522	LICENSE \
523	autogen.sh \
524	event_rpcgen.py \
525	libevent.pc.in \
526	make-event-config.sed \
527	Doxyfile \
528	whatsnew-2.0.txt \
529	Makefile.nmake test/Makefile.nmake \
530	$(PLATFORM_DEPENDENT_SRC)
531
532LIBEVENT_LIBS_LA = libevent.la libevent_core.la libevent_extra.la \
533	$(am__append_1) $(am__append_3)
534@INSTALL_LIBEVENT_TRUE@lib_LTLIBRARIES = $(LIBEVENT_LIBS_LA)
535@INSTALL_LIBEVENT_TRUE@pkgconfig_DATA = $(LIBEVENT_PKGCONFIG)
536@INSTALL_LIBEVENT_FALSE@noinst_LTLIBRARIES = $(LIBEVENT_LIBS_LA)
537SUBDIRS = . include sample test
538@BUILD_WIN32_FALSE@SYS_LIBS =
539@BUILD_WIN32_TRUE@SYS_LIBS = -lws2_32 -lshell32 -ladvapi32
540@BUILD_WIN32_FALSE@SYS_SRC = $(am__append_5) $(am__append_6) \
541@BUILD_WIN32_FALSE@	$(am__append_7) $(am__append_8) \
542@BUILD_WIN32_FALSE@	$(am__append_9) $(am__append_10) \
543@BUILD_WIN32_FALSE@	$(am__append_11)
544@BUILD_WIN32_TRUE@SYS_SRC = win32select.c evthread_win32.c \
545@BUILD_WIN32_TRUE@	buffer_iocp.c event_iocp.c \
546@BUILD_WIN32_TRUE@	bufferevent_async.c $(am__append_5) \
547@BUILD_WIN32_TRUE@	$(am__append_6) $(am__append_7) \
548@BUILD_WIN32_TRUE@	$(am__append_8) $(am__append_9) \
549@BUILD_WIN32_TRUE@	$(am__append_10) $(am__append_11)
550@BUILD_WIN32_FALSE@SYS_INCLUDES =
551@BUILD_WIN32_TRUE@SYS_INCLUDES = -IWIN32-Code
552BUILT_SOURCES = include/event2/event-config.h
553CORE_SRC = event.c evthread.c buffer.c \
554	bufferevent.c bufferevent_sock.c bufferevent_filter.c \
555	bufferevent_pair.c listener.c bufferevent_ratelim.c \
556	evmap.c	log.c evutil.c evutil_rand.c strlcpy.c $(SYS_SRC)
557
558EXTRA_SRC = event_tagging.c http.c evdns.c evrpc.c
559@BUILD_WITH_NO_UNDEFINED_FALSE@NO_UNDEFINED =
560@BUILD_WITH_NO_UNDEFINED_TRUE@NO_UNDEFINED = -no-undefined
561@BUILD_WITH_NO_UNDEFINED_FALSE@MAYBE_CORE =
562@BUILD_WITH_NO_UNDEFINED_TRUE@MAYBE_CORE = libevent_core.la
563GENERIC_LDFLAGS = -version-info $(VERSION_INFO) $(RELEASE) $(NO_UNDEFINED)
564libevent_la_SOURCES = $(CORE_SRC) $(EXTRA_SRC)
565libevent_la_LIBADD = @LTLIBOBJS@ $(SYS_LIBS)
566libevent_la_LDFLAGS = $(GENERIC_LDFLAGS)
567libevent_core_la_SOURCES = $(CORE_SRC)
568libevent_core_la_LIBADD = @LTLIBOBJS@ $(SYS_LIBS)
569libevent_core_la_LDFLAGS = $(GENERIC_LDFLAGS)
570@PTHREADS_TRUE@libevent_pthreads_la_SOURCES = evthread_pthread.c
571@PTHREADS_TRUE@libevent_pthreads_la_LIBADD = $(MAYBE_CORE)
572@PTHREADS_TRUE@libevent_pthreads_la_LDFLAGS = $(GENERIC_LDFLAGS)
573libevent_extra_la_SOURCES = $(EXTRA_SRC)
574libevent_extra_la_LIBADD = $(MAYBE_CORE) $(SYS_LIBS)
575libevent_extra_la_LDFLAGS = $(GENERIC_LDFLAGS)
576@OPENSSL_TRUE@libevent_openssl_la_SOURCES = bufferevent_openssl.c
577@OPENSSL_TRUE@libevent_openssl_la_LIBADD = $(MAYBE_CORE) $(OPENSSL_LIBS)
578@OPENSSL_TRUE@libevent_openssl_la_LDFLAGS = $(GENERIC_LDFLAGS)
579noinst_HEADERS = util-internal.h mm-internal.h ipv6-internal.h \
580	evrpc-internal.h strlcpy-internal.h evbuffer-internal.h \
581	bufferevent-internal.h http-internal.h event-internal.h \
582	evthread-internal.h ht-internal.h defer-internal.h \
583	minheap-internal.h log-internal.h evsignal-internal.h \
584	evmap-internal.h changelist-internal.h iocp-internal.h \
585	ratelim-internal.h WIN32-Code/event2/event-config.h \
586	WIN32-Code/tree.h compat/sys/queue.h $(am__append_12)
587EVENT1_HDRS = event.h evhttp.h evdns.h evrpc.h evutil.h
588@INSTALL_LIBEVENT_TRUE@include_HEADERS = $(EVENT1_HDRS)
589AM_CPPFLAGS = -I$(srcdir)/compat -I$(srcdir)/include -I./include $(SYS_INCLUDES)
590DISTCLEANFILES = *~ libevent.pc ./include/event2/event-config.h
591all: $(BUILT_SOURCES) config.h
592	$(MAKE) $(AM_MAKEFLAGS) all-recursive
593
594.SUFFIXES:
595.SUFFIXES: .c .lo .o .obj
596am--refresh: Makefile
597	@:
598$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
599	@for dep in $?; do \
600	  case '$(am__configure_deps)' in \
601	    *$$dep*) \
602	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
603	      $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
604		&& exit 0; \
605	      exit 1;; \
606	  esac; \
607	done; \
608	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
609	$(am__cd) $(top_srcdir) && \
610	  $(AUTOMAKE) --foreign Makefile
611.PRECIOUS: Makefile
612Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
613	@case '$?' in \
614	  *config.status*) \
615	    echo ' $(SHELL) ./config.status'; \
616	    $(SHELL) ./config.status;; \
617	  *) \
618	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
619	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
620	esac;
621
622$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
623	$(SHELL) ./config.status --recheck
624
625$(top_srcdir)/configure:  $(am__configure_deps)
626	$(am__cd) $(srcdir) && $(AUTOCONF)
627$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
628	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
629$(am__aclocal_m4_deps):
630
631config.h: stamp-h1
632	@if test ! -f $@; then rm -f stamp-h1; else :; fi
633	@if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
634
635stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
636	@rm -f stamp-h1
637	cd $(top_builddir) && $(SHELL) ./config.status config.h
638$(srcdir)/config.h.in:  $(am__configure_deps)
639	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
640	rm -f stamp-h1
641	touch $@
642
643distclean-hdr:
644	-rm -f config.h stamp-h1
645libevent.pc: $(top_builddir)/config.status $(srcdir)/libevent.pc.in
646	cd $(top_builddir) && $(SHELL) ./config.status $@
647libevent_openssl.pc: $(top_builddir)/config.status $(srcdir)/libevent_openssl.pc.in
648	cd $(top_builddir) && $(SHELL) ./config.status $@
649libevent_pthreads.pc: $(top_builddir)/config.status $(srcdir)/libevent_pthreads.pc.in
650	cd $(top_builddir) && $(SHELL) ./config.status $@
651install-libLTLIBRARIES: $(lib_LTLIBRARIES)
652	@$(NORMAL_INSTALL)
653	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
654	list2=; for p in $$list; do \
655	  if test -f $$p; then \
656	    list2="$$list2 $$p"; \
657	  else :; fi; \
658	done; \
659	test -z "$$list2" || { \
660	  echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
661	  $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
662	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
663	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
664	}
665
666uninstall-libLTLIBRARIES:
667	@$(NORMAL_UNINSTALL)
668	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
669	for p in $$list; do \
670	  $(am__strip_dir) \
671	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
672	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
673	done
674
675clean-libLTLIBRARIES:
676	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
677	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
678	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
679	  test "$$dir" != "$$p" || dir=.; \
680	  echo "rm -f \"$${dir}/so_locations\""; \
681	  rm -f "$${dir}/so_locations"; \
682	done
683
684clean-noinstLTLIBRARIES:
685	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
686	@list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
687	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
688	  test "$$dir" != "$$p" || dir=.; \
689	  echo "rm -f \"$${dir}/so_locations\""; \
690	  rm -f "$${dir}/so_locations"; \
691	done
692libevent.la: $(libevent_la_OBJECTS) $(libevent_la_DEPENDENCIES) $(EXTRA_libevent_la_DEPENDENCIES)
693	$(libevent_la_LINK) $(am_libevent_la_rpath) $(libevent_la_OBJECTS) $(libevent_la_LIBADD) $(LIBS)
694libevent_core.la: $(libevent_core_la_OBJECTS) $(libevent_core_la_DEPENDENCIES) $(EXTRA_libevent_core_la_DEPENDENCIES)
695	$(libevent_core_la_LINK) $(am_libevent_core_la_rpath) $(libevent_core_la_OBJECTS) $(libevent_core_la_LIBADD) $(LIBS)
696libevent_extra.la: $(libevent_extra_la_OBJECTS) $(libevent_extra_la_DEPENDENCIES) $(EXTRA_libevent_extra_la_DEPENDENCIES)
697	$(libevent_extra_la_LINK) $(am_libevent_extra_la_rpath) $(libevent_extra_la_OBJECTS) $(libevent_extra_la_LIBADD) $(LIBS)
698libevent_openssl.la: $(libevent_openssl_la_OBJECTS) $(libevent_openssl_la_DEPENDENCIES) $(EXTRA_libevent_openssl_la_DEPENDENCIES)
699	$(libevent_openssl_la_LINK) $(am_libevent_openssl_la_rpath) $(libevent_openssl_la_OBJECTS) $(libevent_openssl_la_LIBADD) $(LIBS)
700libevent_pthreads.la: $(libevent_pthreads_la_OBJECTS) $(libevent_pthreads_la_DEPENDENCIES) $(EXTRA_libevent_pthreads_la_DEPENDENCIES)
701	$(libevent_pthreads_la_LINK) $(am_libevent_pthreads_la_rpath) $(libevent_pthreads_la_OBJECTS) $(libevent_pthreads_la_LIBADD) $(LIBS)
702install-dist_binSCRIPTS: $(dist_bin_SCRIPTS)
703	@$(NORMAL_INSTALL)
704	@list='$(dist_bin_SCRIPTS)'; test -n "$(bindir)" || list=; \
705	if test -n "$$list"; then \
706	  echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
707	  $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
708	fi; \
709	for p in $$list; do \
710	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
711	  if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
712	done | \
713	sed -e 'p;s,.*/,,;n' \
714	    -e 'h;s|.*|.|' \
715	    -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
716	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
717	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
718	    if ($$2 == $$4) { files[d] = files[d] " " $$1; \
719	      if (++n[d] == $(am__install_max)) { \
720		print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
721	    else { print "f", d "/" $$4, $$1 } } \
722	  END { for (d in files) print "f", d, files[d] }' | \
723	while read type dir files; do \
724	     if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
725	     test -z "$$files" || { \
726	       echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(bindir)$$dir'"; \
727	       $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
728	     } \
729	; done
730
731uninstall-dist_binSCRIPTS:
732	@$(NORMAL_UNINSTALL)
733	@list='$(dist_bin_SCRIPTS)'; test -n "$(bindir)" || exit 0; \
734	files=`for p in $$list; do echo "$$p"; done | \
735	       sed -e 's,.*/,,;$(transform)'`; \
736	dir='$(DESTDIR)$(bindir)'; $(am__uninstall_files_from_dir)
737
738mostlyclean-compile:
739	-rm -f *.$(OBJEXT)
740
741distclean-compile:
742	-rm -f *.tab.c
743
744@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/epoll_sub.Plo@am__quote@
745@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/buffer.Plo@am__quote@
746@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/buffer_iocp.Plo@am__quote@
747@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bufferevent.Plo@am__quote@
748@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bufferevent_async.Plo@am__quote@
749@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bufferevent_filter.Plo@am__quote@
750@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bufferevent_openssl.Plo@am__quote@
751@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bufferevent_pair.Plo@am__quote@
752@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bufferevent_ratelim.Plo@am__quote@
753@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bufferevent_sock.Plo@am__quote@
754@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/devpoll.Plo@am__quote@
755@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/epoll.Plo@am__quote@
756@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/evdns.Plo@am__quote@
757@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/event.Plo@am__quote@
758@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/event_iocp.Plo@am__quote@
759@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/event_tagging.Plo@am__quote@
760@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/evmap.Plo@am__quote@
761@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/evport.Plo@am__quote@
762@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/evrpc.Plo@am__quote@
763@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/evthread.Plo@am__quote@
764@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/evthread_pthread.Plo@am__quote@
765@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/evthread_win32.Plo@am__quote@
766@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/evutil.Plo@am__quote@
767@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/evutil_rand.Plo@am__quote@
768@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/http.Plo@am__quote@
769@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/kqueue.Plo@am__quote@
770@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/listener.Plo@am__quote@
771@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/log.Plo@am__quote@
772@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/poll.Plo@am__quote@
773@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/select.Plo@am__quote@
774@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/signal.Plo@am__quote@
775@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strlcpy.Plo@am__quote@
776@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/win32select.Plo@am__quote@
777
778.c.o:
779@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
780@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
781@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
782@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
783@am__fastdepCC_FALSE@	$(COMPILE) -c $<
784
785.c.obj:
786@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
787@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
788@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
789@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
790@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
791
792.c.lo:
793@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
794@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
795@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
796@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
797@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<
798
799mostlyclean-libtool:
800	-rm -f *.lo
801
802clean-libtool:
803	-rm -rf .libs _libs
804
805distclean-libtool:
806	-rm -f libtool config.lt
807install-pkgconfigDATA: $(pkgconfig_DATA)
808	@$(NORMAL_INSTALL)
809	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
810	if test -n "$$list"; then \
811	  echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \
812	  $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \
813	fi; \
814	for p in $$list; do \
815	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
816	  echo "$$d$$p"; \
817	done | $(am__base_list) | \
818	while read files; do \
819	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
820	  $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
821	done
822
823uninstall-pkgconfigDATA:
824	@$(NORMAL_UNINSTALL)
825	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
826	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
827	dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
828install-includeHEADERS: $(include_HEADERS)
829	@$(NORMAL_INSTALL)
830	@list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
831	if test -n "$$list"; then \
832	  echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \
833	  $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \
834	fi; \
835	for p in $$list; do \
836	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
837	  echo "$$d$$p"; \
838	done | $(am__base_list) | \
839	while read files; do \
840	  echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \
841	  $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \
842	done
843
844uninstall-includeHEADERS:
845	@$(NORMAL_UNINSTALL)
846	@list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
847	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
848	dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
849
850# This directory's subdirectories are mostly independent; you can cd
851# into them and run `make' without going through this Makefile.
852# To change the values of `make' variables: instead of editing Makefiles,
853# (1) if the variable is set in `config.status', edit `config.status'
854#     (which will cause the Makefiles to be regenerated when you run `make');
855# (2) otherwise, pass the desired values on the `make' command line.
856$(RECURSIVE_TARGETS):
857	@fail= failcom='exit 1'; \
858	for f in x $$MAKEFLAGS; do \
859	  case $$f in \
860	    *=* | --[!k]*);; \
861	    *k*) failcom='fail=yes';; \
862	  esac; \
863	done; \
864	dot_seen=no; \
865	target=`echo $@ | sed s/-recursive//`; \
866	list='$(SUBDIRS)'; for subdir in $$list; do \
867	  echo "Making $$target in $$subdir"; \
868	  if test "$$subdir" = "."; then \
869	    dot_seen=yes; \
870	    local_target="$$target-am"; \
871	  else \
872	    local_target="$$target"; \
873	  fi; \
874	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
875	  || eval $$failcom; \
876	done; \
877	if test "$$dot_seen" = "no"; then \
878	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
879	fi; test -z "$$fail"
880
881$(RECURSIVE_CLEAN_TARGETS):
882	@fail= failcom='exit 1'; \
883	for f in x $$MAKEFLAGS; do \
884	  case $$f in \
885	    *=* | --[!k]*);; \
886	    *k*) failcom='fail=yes';; \
887	  esac; \
888	done; \
889	dot_seen=no; \
890	case "$@" in \
891	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
892	  *) list='$(SUBDIRS)' ;; \
893	esac; \
894	rev=''; for subdir in $$list; do \
895	  if test "$$subdir" = "."; then :; else \
896	    rev="$$subdir $$rev"; \
897	  fi; \
898	done; \
899	rev="$$rev ."; \
900	target=`echo $@ | sed s/-recursive//`; \
901	for subdir in $$rev; do \
902	  echo "Making $$target in $$subdir"; \
903	  if test "$$subdir" = "."; then \
904	    local_target="$$target-am"; \
905	  else \
906	    local_target="$$target"; \
907	  fi; \
908	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
909	  || eval $$failcom; \
910	done && test -z "$$fail"
911tags-recursive:
912	list='$(SUBDIRS)'; for subdir in $$list; do \
913	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
914	done
915ctags-recursive:
916	list='$(SUBDIRS)'; for subdir in $$list; do \
917	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
918	done
919
920ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
921	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
922	unique=`for i in $$list; do \
923	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
924	  done | \
925	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
926	      END { if (nonempty) { for (i in files) print i; }; }'`; \
927	mkid -fID $$unique
928tags: TAGS
929
930TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
931		$(TAGS_FILES) $(LISP)
932	set x; \
933	here=`pwd`; \
934	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
935	  include_option=--etags-include; \
936	  empty_fix=.; \
937	else \
938	  include_option=--include; \
939	  empty_fix=; \
940	fi; \
941	list='$(SUBDIRS)'; for subdir in $$list; do \
942	  if test "$$subdir" = .; then :; else \
943	    test ! -f $$subdir/TAGS || \
944	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
945	  fi; \
946	done; \
947	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
948	unique=`for i in $$list; do \
949	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
950	  done | \
951	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
952	      END { if (nonempty) { for (i in files) print i; }; }'`; \
953	shift; \
954	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
955	  test -n "$$unique" || unique=$$empty_fix; \
956	  if test $$# -gt 0; then \
957	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
958	      "$$@" $$unique; \
959	  else \
960	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
961	      $$unique; \
962	  fi; \
963	fi
964ctags: CTAGS
965CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
966		$(TAGS_FILES) $(LISP)
967	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
968	unique=`for i in $$list; do \
969	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
970	  done | \
971	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
972	      END { if (nonempty) { for (i in files) print i; }; }'`; \
973	test -z "$(CTAGS_ARGS)$$unique" \
974	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
975	     $$unique
976
977GTAGS:
978	here=`$(am__cd) $(top_builddir) && pwd` \
979	  && $(am__cd) $(top_srcdir) \
980	  && gtags -i $(GTAGS_ARGS) "$$here"
981
982distclean-tags:
983	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
984
985distdir: $(DISTFILES)
986	$(am__remove_distdir)
987	test -d "$(distdir)" || mkdir "$(distdir)"
988	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
989	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
990	list='$(DISTFILES)'; \
991	  dist_files=`for file in $$list; do echo $$file; done | \
992	  sed -e "s|^$$srcdirstrip/||;t" \
993	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
994	case $$dist_files in \
995	  */*) $(MKDIR_P) `echo "$$dist_files" | \
996			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
997			   sort -u` ;; \
998	esac; \
999	for file in $$dist_files; do \
1000	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1001	  if test -d $$d/$$file; then \
1002	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1003	    if test -d "$(distdir)/$$file"; then \
1004	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1005	    fi; \
1006	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1007	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
1008	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1009	    fi; \
1010	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1011	  else \
1012	    test -f "$(distdir)/$$file" \
1013	    || cp -p $$d/$$file "$(distdir)/$$file" \
1014	    || exit 1; \
1015	  fi; \
1016	done
1017	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
1018	  if test "$$subdir" = .; then :; else \
1019	    $(am__make_dryrun) \
1020	      || test -d "$(distdir)/$$subdir" \
1021	      || $(MKDIR_P) "$(distdir)/$$subdir" \
1022	      || exit 1; \
1023	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
1024	    $(am__relativize); \
1025	    new_distdir=$$reldir; \
1026	    dir1=$$subdir; dir2="$(top_distdir)"; \
1027	    $(am__relativize); \
1028	    new_top_distdir=$$reldir; \
1029	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
1030	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
1031	    ($(am__cd) $$subdir && \
1032	      $(MAKE) $(AM_MAKEFLAGS) \
1033	        top_distdir="$$new_top_distdir" \
1034	        distdir="$$new_distdir" \
1035		am__remove_distdir=: \
1036		am__skip_length_check=: \
1037		am__skip_mode_fix=: \
1038	        distdir) \
1039	      || exit 1; \
1040	  fi; \
1041	done
1042	-test -n "$(am__skip_mode_fix)" \
1043	|| find "$(distdir)" -type d ! -perm -755 \
1044		-exec chmod u+rwx,go+rx {} \; -o \
1045	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
1046	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
1047	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
1048	|| chmod -R a+r "$(distdir)"
1049dist-gzip: distdir
1050	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
1051	$(am__remove_distdir)
1052
1053dist-bzip2: distdir
1054	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
1055	$(am__remove_distdir)
1056
1057dist-lzip: distdir
1058	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
1059	$(am__remove_distdir)
1060
1061dist-lzma: distdir
1062	tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
1063	$(am__remove_distdir)
1064
1065dist-xz: distdir
1066	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
1067	$(am__remove_distdir)
1068
1069dist-tarZ: distdir
1070	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
1071	$(am__remove_distdir)
1072
1073dist-shar: distdir
1074	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
1075	$(am__remove_distdir)
1076
1077dist-zip: distdir
1078	-rm -f $(distdir).zip
1079	zip -rq $(distdir).zip $(distdir)
1080	$(am__remove_distdir)
1081
1082dist dist-all: distdir
1083	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
1084	$(am__remove_distdir)
1085
1086# This target untars the dist file and tries a VPATH configuration.  Then
1087# it guarantees that the distribution is self-contained by making another
1088# tarfile.
1089distcheck: dist
1090	case '$(DIST_ARCHIVES)' in \
1091	*.tar.gz*) \
1092	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
1093	*.tar.bz2*) \
1094	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
1095	*.tar.lzma*) \
1096	  lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
1097	*.tar.lz*) \
1098	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
1099	*.tar.xz*) \
1100	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
1101	*.tar.Z*) \
1102	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
1103	*.shar.gz*) \
1104	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
1105	*.zip*) \
1106	  unzip $(distdir).zip ;;\
1107	esac
1108	chmod -R a-w $(distdir); chmod u+w $(distdir)
1109	mkdir $(distdir)/_build
1110	mkdir $(distdir)/_inst
1111	chmod a-w $(distdir)
1112	test -d $(distdir)/_build || exit 0; \
1113	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
1114	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
1115	  && am__cwd=`pwd` \
1116	  && $(am__cd) $(distdir)/_build \
1117	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
1118	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
1119	    $(DISTCHECK_CONFIGURE_FLAGS) \
1120	  && $(MAKE) $(AM_MAKEFLAGS) \
1121	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
1122	  && $(MAKE) $(AM_MAKEFLAGS) check \
1123	  && $(MAKE) $(AM_MAKEFLAGS) install \
1124	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
1125	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
1126	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
1127	        distuninstallcheck \
1128	  && chmod -R a-w "$$dc_install_base" \
1129	  && ({ \
1130	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
1131	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
1132	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
1133	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
1134	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
1135	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
1136	  && rm -rf "$$dc_destdir" \
1137	  && $(MAKE) $(AM_MAKEFLAGS) dist \
1138	  && rm -rf $(DIST_ARCHIVES) \
1139	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
1140	  && cd "$$am__cwd" \
1141	  || exit 1
1142	$(am__remove_distdir)
1143	@(echo "$(distdir) archives ready for distribution: "; \
1144	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
1145	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
1146distuninstallcheck:
1147	@test -n '$(distuninstallcheck_dir)' || { \
1148	  echo 'ERROR: trying to run $@ with an empty' \
1149	       '$$(distuninstallcheck_dir)' >&2; \
1150	  exit 1; \
1151	}; \
1152	$(am__cd) '$(distuninstallcheck_dir)' || { \
1153	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
1154	  exit 1; \
1155	}; \
1156	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
1157	   || { echo "ERROR: files left after uninstall:" ; \
1158	        if test -n "$(DESTDIR)"; then \
1159	          echo "  (check DESTDIR support)"; \
1160	        fi ; \
1161	        $(distuninstallcheck_listfiles) ; \
1162	        exit 1; } >&2
1163distcleancheck: distclean
1164	@if test '$(srcdir)' = . ; then \
1165	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
1166	  exit 1 ; \
1167	fi
1168	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
1169	  || { echo "ERROR: files left in build directory after distclean:" ; \
1170	       $(distcleancheck_listfiles) ; \
1171	       exit 1; } >&2
1172check-am: all-am
1173check: $(BUILT_SOURCES)
1174	$(MAKE) $(AM_MAKEFLAGS) check-recursive
1175all-am: Makefile $(LTLIBRARIES) $(SCRIPTS) $(DATA) $(HEADERS) config.h
1176installdirs: installdirs-recursive
1177installdirs-am:
1178	for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(includedir)"; do \
1179	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1180	done
1181install: $(BUILT_SOURCES)
1182	$(MAKE) $(AM_MAKEFLAGS) install-recursive
1183install-exec: install-exec-recursive
1184install-data: install-data-recursive
1185uninstall: uninstall-recursive
1186
1187install-am: all-am
1188	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1189
1190installcheck: installcheck-recursive
1191install-strip:
1192	if test -z '$(STRIP)'; then \
1193	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1194	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1195	      install; \
1196	else \
1197	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1198	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1199	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1200	fi
1201mostlyclean-generic:
1202
1203clean-generic:
1204
1205distclean-generic:
1206	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1207	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1208	-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
1209
1210maintainer-clean-generic:
1211	@echo "This command is intended for maintainers to use"
1212	@echo "it deletes files that may require special tools to rebuild."
1213	-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
1214clean: clean-recursive
1215
1216clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
1217	clean-noinstLTLIBRARIES mostlyclean-am
1218
1219distclean: distclean-recursive
1220	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
1221	-rm -rf $(DEPDIR) ./$(DEPDIR)
1222	-rm -f Makefile
1223distclean-am: clean-am distclean-compile distclean-generic \
1224	distclean-hdr distclean-libtool distclean-tags
1225
1226dvi: dvi-recursive
1227
1228dvi-am:
1229
1230html: html-recursive
1231
1232html-am:
1233
1234info: info-recursive
1235
1236info-am:
1237
1238install-data-am: install-includeHEADERS install-pkgconfigDATA
1239
1240install-dvi: install-dvi-recursive
1241
1242install-dvi-am:
1243
1244install-exec-am: install-dist_binSCRIPTS install-libLTLIBRARIES
1245
1246install-html: install-html-recursive
1247
1248install-html-am:
1249
1250install-info: install-info-recursive
1251
1252install-info-am:
1253
1254install-man:
1255
1256install-pdf: install-pdf-recursive
1257
1258install-pdf-am:
1259
1260install-ps: install-ps-recursive
1261
1262install-ps-am:
1263
1264installcheck-am:
1265
1266maintainer-clean: maintainer-clean-recursive
1267	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
1268	-rm -rf $(top_srcdir)/autom4te.cache
1269	-rm -rf $(DEPDIR) ./$(DEPDIR)
1270	-rm -f Makefile
1271maintainer-clean-am: distclean-am maintainer-clean-generic
1272
1273mostlyclean: mostlyclean-recursive
1274
1275mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1276	mostlyclean-libtool
1277
1278pdf: pdf-recursive
1279
1280pdf-am:
1281
1282ps: ps-recursive
1283
1284ps-am:
1285
1286uninstall-am: uninstall-dist_binSCRIPTS uninstall-includeHEADERS \
1287	uninstall-libLTLIBRARIES uninstall-pkgconfigDATA
1288
1289.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all check \
1290	ctags-recursive install install-am install-strip \
1291	tags-recursive
1292
1293.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
1294	all all-am am--refresh check check-am clean clean-generic \
1295	clean-libLTLIBRARIES clean-libtool clean-noinstLTLIBRARIES \
1296	ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
1297	dist-lzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
1298	distcheck distclean distclean-compile distclean-generic \
1299	distclean-hdr distclean-libtool distclean-tags distcleancheck \
1300	distdir distuninstallcheck dvi dvi-am html html-am info \
1301	info-am install install-am install-data install-data-am \
1302	install-dist_binSCRIPTS install-dvi install-dvi-am \
1303	install-exec install-exec-am install-html install-html-am \
1304	install-includeHEADERS install-info install-info-am \
1305	install-libLTLIBRARIES install-man install-pdf install-pdf-am \
1306	install-pkgconfigDATA install-ps install-ps-am install-strip \
1307	installcheck installcheck-am installdirs installdirs-am \
1308	maintainer-clean maintainer-clean-generic mostlyclean \
1309	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
1310	pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
1311	uninstall-dist_binSCRIPTS uninstall-includeHEADERS \
1312	uninstall-libLTLIBRARIES uninstall-pkgconfigDATA
1313
1314
1315include/event2/event-config.h: config.h make-event-config.sed
1316	test -d include/event2 || $(MKDIR_P) include/event2
1317	$(SED) -f $(srcdir)/make-event-config.sed < config.h > $@T
1318	mv -f $@T $@
1319
1320verify: check
1321
1322doxygen: FORCE
1323	doxygen $(srcdir)/Doxyfile
1324FORCE:
1325
1326# Tell versions [3.59,3.63) of GNU make to not export all variables.
1327# Otherwise a system limit (for SysV at least) may be exceeded.
1328.NOEXPORT:
1329