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