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