Changes to update Tomato RAF.
[tomato.git] / release / src / router / dnscrypt / src / libevent / Makefile.in
blob83b64bb4b40ebfa8e2cc0bc683cd769466c65624
1 # Makefile.in generated by automake 1.12 from Makefile.am.
2 # @configure_input@
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6 # Foundation, Inc.
7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # PARTICULAR PURPOSE.
16 @SET_MAKE@
18 # Makefile.am for libevent
19 # Copyright 2000-2007 Niels Provos
20 # Copyright 2007-2012 Niels Provos and Nick Mathewson
22 # See LICENSE for copying information.
27 VPATH = @srcdir@
28 am__make_dryrun = \
29 { \
30 am__dry=no; \
31 case $$MAKEFLAGS in \
32 *\\[\ \ ]*) \
33 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
34 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
35 *) \
36 for am__flg in $$MAKEFLAGS; do \
37 case $$am__flg in \
38 *=*|--*) ;; \
39 *n*) am__dry=yes; break;; \
40 esac; \
41 done;; \
42 esac; \
43 test $$am__dry = yes; \
45 pkgdatadir = $(datadir)/@PACKAGE@
46 pkgincludedir = $(includedir)/@PACKAGE@
47 pkglibdir = $(libdir)/@PACKAGE@
48 pkglibexecdir = $(libexecdir)/@PACKAGE@
49 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
50 install_sh_DATA = ${SHELL} $(install_sh) -c -m 644
51 install_sh_PROGRAM = ${SHELL} $(install_sh) -c
52 install_sh_SCRIPT = ${SHELL} $(install_sh) -c
53 INSTALL_HEADER = $(INSTALL_DATA)
54 transform = $(program_transform_name)
55 NORMAL_INSTALL = :
56 PRE_INSTALL = :
57 POST_INSTALL = :
58 NORMAL_UNINSTALL = :
59 PRE_UNINSTALL = :
60 POST_UNINSTALL = :
61 build_triplet = @build@
62 host_triplet = @host@
63 @PTHREADS_TRUE@am__append_1 = libevent_pthreads.la
64 @PTHREADS_TRUE@am__append_2 = libevent_pthreads.pc
65 @OPENSSL_TRUE@am__append_3 = libevent_openssl.la
66 @OPENSSL_TRUE@am__append_4 = libevent_openssl.pc
67 @SELECT_BACKEND_TRUE@am__append_5 = select.c
68 @POLL_BACKEND_TRUE@am__append_6 = poll.c
69 @DEVPOLL_BACKEND_TRUE@am__append_7 = devpoll.c
70 @KQUEUE_BACKEND_TRUE@am__append_8 = kqueue.c
71 @EPOLL_BACKEND_TRUE@am__append_9 = epoll.c
72 @EVPORT_BACKEND_TRUE@am__append_10 = evport.c
73 @SIGNAL_SUPPORT_TRUE@am__append_11 = signal.c
74 @INSTALL_LIBEVENT_FALSE@am__append_12 = $(EVENT1_HDRS)
75 subdir = .
76 DIST_COMMON = README $(am__configure_deps) \
77 $(am__dist_bin_SCRIPTS_DIST) $(am__include_HEADERS_DIST) \
78 $(am__noinst_HEADERS_DIST) $(srcdir)/Makefile.am \
79 $(srcdir)/Makefile.in $(srcdir)/config.h.in \
80 $(srcdir)/libevent.pc.in $(srcdir)/libevent_openssl.pc.in \
81 $(srcdir)/libevent_pthreads.pc.in $(top_srcdir)/configure \
82 ChangeLog compile config.guess config.sub depcomp epoll_sub.c \
83 install-sh ltmain.sh missing
84 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
85 am__aclocal_m4_deps = $(top_srcdir)/m4/acx_pthread.m4 \
86 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
87 $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
88 $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.in
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 = $(SHELL) $(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; }; \
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@
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
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.
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.
449 RELEASE = -release 2.0
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?
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)
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:7:1
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)
492 # For Libevent 2.1:
493 # 2.1.1-alpha -- 2.1 1:0:0
495 # ABI version history for this package effectively restarts every time
496 # we change RELEASE. Version 1.4.x had RELEASE of 1.4.
498 # Ideally, we would not be using RELEASE at all; instead we could just
499 # use the VERSION_INFO field to label our backward-incompatible ABI
500 # changes, and those would be few and far between. Unfortunately,
501 # Libevent still exposes far too many volatile structures in its
502 # headers, so we pretty much have to assume that most development
503 # series will break ABI compatibility. For now, it's simplest just to
504 # keep incrementing the RELEASE between series and resetting VERSION_INFO.
506 # Eventually, when we get to the point where the structures in the
507 # headers are all non-changing (or not there at all!), we can shift to
508 # a more normal worldview where backward-incompatible ABI changes are
509 # nice and rare. For the next couple of years, though, 'struct event'
510 # is user-visible, and so we can pretty much guarantee that release
511 # series won't be binary-compatible.
512 @INSTALL_LIBEVENT_TRUE@dist_bin_SCRIPTS = event_rpcgen.py
513 pkgconfigdir = $(libdir)/pkgconfig
514 LIBEVENT_PKGCONFIG = libevent.pc $(am__append_2) $(am__append_4)
516 # These sources are conditionally added by configure.in or conditionally
517 # included from other files.
518 PLATFORM_DEPENDENT_SRC = \
519 epoll_sub.c \
520 arc4random.c
522 EXTRA_DIST = \
523 LICENSE \
524 autogen.sh \
525 event_rpcgen.py \
526 libevent.pc.in \
527 make-event-config.sed \
528 Doxyfile \
529 whatsnew-2.0.txt \
530 Makefile.nmake test/Makefile.nmake \
531 $(PLATFORM_DEPENDENT_SRC)
533 LIBEVENT_LIBS_LA = libevent.la libevent_core.la libevent_extra.la \
534 $(am__append_1) $(am__append_3)
535 @INSTALL_LIBEVENT_TRUE@lib_LTLIBRARIES = $(LIBEVENT_LIBS_LA)
536 @INSTALL_LIBEVENT_TRUE@pkgconfig_DATA = $(LIBEVENT_PKGCONFIG)
537 @INSTALL_LIBEVENT_FALSE@noinst_LTLIBRARIES = $(LIBEVENT_LIBS_LA)
538 SUBDIRS = . include sample test
539 @BUILD_WIN32_FALSE@SYS_LIBS =
540 @BUILD_WIN32_TRUE@SYS_LIBS = -lws2_32 -lshell32 -ladvapi32
541 @BUILD_WIN32_FALSE@SYS_SRC = $(am__append_5) $(am__append_6) \
542 @BUILD_WIN32_FALSE@ $(am__append_7) $(am__append_8) \
543 @BUILD_WIN32_FALSE@ $(am__append_9) $(am__append_10) \
544 @BUILD_WIN32_FALSE@ $(am__append_11)
545 @BUILD_WIN32_TRUE@SYS_SRC = win32select.c evthread_win32.c \
546 @BUILD_WIN32_TRUE@ buffer_iocp.c event_iocp.c \
547 @BUILD_WIN32_TRUE@ bufferevent_async.c $(am__append_5) \
548 @BUILD_WIN32_TRUE@ $(am__append_6) $(am__append_7) \
549 @BUILD_WIN32_TRUE@ $(am__append_8) $(am__append_9) \
550 @BUILD_WIN32_TRUE@ $(am__append_10) $(am__append_11)
551 @BUILD_WIN32_FALSE@SYS_INCLUDES =
552 @BUILD_WIN32_TRUE@SYS_INCLUDES = -IWIN32-Code
553 BUILT_SOURCES = include/event2/event-config.h
554 CORE_SRC = event.c evthread.c buffer.c \
555 bufferevent.c bufferevent_sock.c bufferevent_filter.c \
556 bufferevent_pair.c listener.c bufferevent_ratelim.c \
557 evmap.c log.c evutil.c evutil_rand.c strlcpy.c $(SYS_SRC)
559 EXTRA_SRC = event_tagging.c http.c evdns.c evrpc.c
560 @BUILD_WITH_NO_UNDEFINED_FALSE@NO_UNDEFINED =
561 @BUILD_WITH_NO_UNDEFINED_TRUE@NO_UNDEFINED = -no-undefined
562 @BUILD_WITH_NO_UNDEFINED_FALSE@MAYBE_CORE =
563 @BUILD_WITH_NO_UNDEFINED_TRUE@MAYBE_CORE = libevent_core.la
564 GENERIC_LDFLAGS = -version-info $(VERSION_INFO) $(RELEASE) $(NO_UNDEFINED)
565 libevent_la_SOURCES = $(CORE_SRC) $(EXTRA_SRC)
566 libevent_la_LIBADD = @LTLIBOBJS@ $(SYS_LIBS)
567 libevent_la_LDFLAGS = $(GENERIC_LDFLAGS)
568 libevent_core_la_SOURCES = $(CORE_SRC)
569 libevent_core_la_LIBADD = @LTLIBOBJS@ $(SYS_LIBS)
570 libevent_core_la_LDFLAGS = $(GENERIC_LDFLAGS)
571 @PTHREADS_TRUE@libevent_pthreads_la_SOURCES = evthread_pthread.c
572 @PTHREADS_TRUE@libevent_pthreads_la_LIBADD = $(MAYBE_CORE)
573 @PTHREADS_TRUE@libevent_pthreads_la_LDFLAGS = $(GENERIC_LDFLAGS)
574 libevent_extra_la_SOURCES = $(EXTRA_SRC)
575 libevent_extra_la_LIBADD = $(MAYBE_CORE) $(SYS_LIBS)
576 libevent_extra_la_LDFLAGS = $(GENERIC_LDFLAGS)
577 @OPENSSL_TRUE@libevent_openssl_la_SOURCES = bufferevent_openssl.c
578 @OPENSSL_TRUE@libevent_openssl_la_LIBADD = $(MAYBE_CORE) $(OPENSSL_LIBS)
579 @OPENSSL_TRUE@libevent_openssl_la_LDFLAGS = $(GENERIC_LDFLAGS)
580 noinst_HEADERS = util-internal.h mm-internal.h ipv6-internal.h \
581 evrpc-internal.h strlcpy-internal.h evbuffer-internal.h \
582 bufferevent-internal.h http-internal.h event-internal.h \
583 evthread-internal.h ht-internal.h defer-internal.h \
584 minheap-internal.h log-internal.h evsignal-internal.h \
585 evmap-internal.h changelist-internal.h iocp-internal.h \
586 ratelim-internal.h WIN32-Code/event2/event-config.h \
587 WIN32-Code/tree.h compat/sys/queue.h $(am__append_12)
588 EVENT1_HDRS = event.h evhttp.h evdns.h evrpc.h evutil.h
589 @INSTALL_LIBEVENT_TRUE@include_HEADERS = $(EVENT1_HDRS)
590 AM_CPPFLAGS = -I$(srcdir)/compat -I$(srcdir)/include -I./include $(SYS_INCLUDES)
591 DISTCLEANFILES = *~ libevent.pc ./include/event2/event-config.h
592 all: $(BUILT_SOURCES) config.h
593 $(MAKE) $(AM_MAKEFLAGS) all-recursive
595 .SUFFIXES:
596 .SUFFIXES: .c .lo .o .obj
597 am--refresh: Makefile
599 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
600 @for dep in $?; do \
601 case '$(am__configure_deps)' in \
602 *$$dep*) \
603 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
604 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
605 && exit 0; \
606 exit 1;; \
607 esac; \
608 done; \
609 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
610 $(am__cd) $(top_srcdir) && \
611 $(AUTOMAKE) --foreign Makefile
612 .PRECIOUS: Makefile
613 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
614 @case '$?' in \
615 *config.status*) \
616 echo ' $(SHELL) ./config.status'; \
617 $(SHELL) ./config.status;; \
618 *) \
619 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
620 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
621 esac;
623 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
624 $(SHELL) ./config.status --recheck
626 $(top_srcdir)/configure: $(am__configure_deps)
627 $(am__cd) $(srcdir) && $(AUTOCONF)
628 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
629 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
630 $(am__aclocal_m4_deps):
632 config.h: stamp-h1
633 @if test ! -f $@; then rm -f stamp-h1; else :; fi
634 @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
636 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
637 @rm -f stamp-h1
638 cd $(top_builddir) && $(SHELL) ./config.status config.h
639 $(srcdir)/config.h.in: $(am__configure_deps)
640 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
641 rm -f stamp-h1
642 touch $@
644 distclean-hdr:
645 -rm -f config.h stamp-h1
646 libevent.pc: $(top_builddir)/config.status $(srcdir)/libevent.pc.in
647 cd $(top_builddir) && $(SHELL) ./config.status $@
648 libevent_openssl.pc: $(top_builddir)/config.status $(srcdir)/libevent_openssl.pc.in
649 cd $(top_builddir) && $(SHELL) ./config.status $@
650 libevent_pthreads.pc: $(top_builddir)/config.status $(srcdir)/libevent_pthreads.pc.in
651 cd $(top_builddir) && $(SHELL) ./config.status $@
652 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
653 @$(NORMAL_INSTALL)
654 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
655 list2=; for p in $$list; do \
656 if test -f $$p; then \
657 list2="$$list2 $$p"; \
658 else :; fi; \
659 done; \
660 test -z "$$list2" || { \
661 echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
662 $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
663 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
664 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
667 uninstall-libLTLIBRARIES:
668 @$(NORMAL_UNINSTALL)
669 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
670 for p in $$list; do \
671 $(am__strip_dir) \
672 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
673 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
674 done
676 clean-libLTLIBRARIES:
677 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
678 @list='$(lib_LTLIBRARIES)'; \
679 locs=`for p in $$list; do echo $$p; done | \
680 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
681 sort -u`; \
682 test -z "$$locs" || { \
683 echo rm -f $${locs}; \
684 rm -f $${locs}; \
687 clean-noinstLTLIBRARIES:
688 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
689 @list='$(noinst_LTLIBRARIES)'; \
690 locs=`for p in $$list; do echo $$p; done | \
691 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
692 sort -u`; \
693 test -z "$$locs" || { \
694 echo rm -f $${locs}; \
695 rm -f $${locs}; \
697 libevent.la: $(libevent_la_OBJECTS) $(libevent_la_DEPENDENCIES) $(EXTRA_libevent_la_DEPENDENCIES)
698 $(libevent_la_LINK) $(am_libevent_la_rpath) $(libevent_la_OBJECTS) $(libevent_la_LIBADD) $(LIBS)
699 libevent_core.la: $(libevent_core_la_OBJECTS) $(libevent_core_la_DEPENDENCIES) $(EXTRA_libevent_core_la_DEPENDENCIES)
700 $(libevent_core_la_LINK) $(am_libevent_core_la_rpath) $(libevent_core_la_OBJECTS) $(libevent_core_la_LIBADD) $(LIBS)
701 libevent_extra.la: $(libevent_extra_la_OBJECTS) $(libevent_extra_la_DEPENDENCIES) $(EXTRA_libevent_extra_la_DEPENDENCIES)
702 $(libevent_extra_la_LINK) $(am_libevent_extra_la_rpath) $(libevent_extra_la_OBJECTS) $(libevent_extra_la_LIBADD) $(LIBS)
703 libevent_openssl.la: $(libevent_openssl_la_OBJECTS) $(libevent_openssl_la_DEPENDENCIES) $(EXTRA_libevent_openssl_la_DEPENDENCIES)
704 $(libevent_openssl_la_LINK) $(am_libevent_openssl_la_rpath) $(libevent_openssl_la_OBJECTS) $(libevent_openssl_la_LIBADD) $(LIBS)
705 libevent_pthreads.la: $(libevent_pthreads_la_OBJECTS) $(libevent_pthreads_la_DEPENDENCIES) $(EXTRA_libevent_pthreads_la_DEPENDENCIES)
706 $(libevent_pthreads_la_LINK) $(am_libevent_pthreads_la_rpath) $(libevent_pthreads_la_OBJECTS) $(libevent_pthreads_la_LIBADD) $(LIBS)
707 install-dist_binSCRIPTS: $(dist_bin_SCRIPTS)
708 @$(NORMAL_INSTALL)
709 @list='$(dist_bin_SCRIPTS)'; test -n "$(bindir)" || list=; \
710 if test -n "$$list"; then \
711 echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
712 $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
713 fi; \
714 for p in $$list; do \
715 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
716 if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
717 done | \
718 sed -e 'p;s,.*/,,;n' \
719 -e 'h;s|.*|.|' \
720 -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
721 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
722 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
723 if ($$2 == $$4) { files[d] = files[d] " " $$1; \
724 if (++n[d] == $(am__install_max)) { \
725 print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
726 else { print "f", d "/" $$4, $$1 } } \
727 END { for (d in files) print "f", d, files[d] }' | \
728 while read type dir files; do \
729 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
730 test -z "$$files" || { \
731 echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(bindir)$$dir'"; \
732 $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
734 ; done
736 uninstall-dist_binSCRIPTS:
737 @$(NORMAL_UNINSTALL)
738 @list='$(dist_bin_SCRIPTS)'; test -n "$(bindir)" || exit 0; \
739 files=`for p in $$list; do echo "$$p"; done | \
740 sed -e 's,.*/,,;$(transform)'`; \
741 dir='$(DESTDIR)$(bindir)'; $(am__uninstall_files_from_dir)
743 mostlyclean-compile:
744 -rm -f *.$(OBJEXT)
746 distclean-compile:
747 -rm -f *.tab.c
749 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/epoll_sub.Plo@am__quote@
750 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/buffer.Plo@am__quote@
751 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/buffer_iocp.Plo@am__quote@
752 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bufferevent.Plo@am__quote@
753 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bufferevent_async.Plo@am__quote@
754 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bufferevent_filter.Plo@am__quote@
755 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bufferevent_openssl.Plo@am__quote@
756 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bufferevent_pair.Plo@am__quote@
757 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bufferevent_ratelim.Plo@am__quote@
758 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bufferevent_sock.Plo@am__quote@
759 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/devpoll.Plo@am__quote@
760 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/epoll.Plo@am__quote@
761 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/evdns.Plo@am__quote@
762 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/event.Plo@am__quote@
763 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/event_iocp.Plo@am__quote@
764 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/event_tagging.Plo@am__quote@
765 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/evmap.Plo@am__quote@
766 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/evport.Plo@am__quote@
767 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/evrpc.Plo@am__quote@
768 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/evthread.Plo@am__quote@
769 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/evthread_pthread.Plo@am__quote@
770 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/evthread_win32.Plo@am__quote@
771 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/evutil.Plo@am__quote@
772 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/evutil_rand.Plo@am__quote@
773 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/http.Plo@am__quote@
774 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/kqueue.Plo@am__quote@
775 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/listener.Plo@am__quote@
776 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/log.Plo@am__quote@
777 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/poll.Plo@am__quote@
778 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/select.Plo@am__quote@
779 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/signal.Plo@am__quote@
780 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strlcpy.Plo@am__quote@
781 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/win32select.Plo@am__quote@
783 .c.o:
784 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
785 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
786 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
787 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
788 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
790 .c.obj:
791 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
792 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
793 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
794 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
795 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
797 .c.lo:
798 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
799 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
800 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
801 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
802 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
804 mostlyclean-libtool:
805 -rm -f *.lo
807 clean-libtool:
808 -rm -rf .libs _libs
810 distclean-libtool:
811 -rm -f libtool config.lt
812 install-pkgconfigDATA: $(pkgconfig_DATA)
813 @$(NORMAL_INSTALL)
814 @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
815 if test -n "$$list"; then \
816 echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \
817 $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \
818 fi; \
819 for p in $$list; do \
820 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
821 echo "$$d$$p"; \
822 done | $(am__base_list) | \
823 while read files; do \
824 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
825 $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
826 done
828 uninstall-pkgconfigDATA:
829 @$(NORMAL_UNINSTALL)
830 @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
831 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
832 dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
833 install-includeHEADERS: $(include_HEADERS)
834 @$(NORMAL_INSTALL)
835 @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
836 if test -n "$$list"; then \
837 echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \
838 $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \
839 fi; \
840 for p in $$list; do \
841 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
842 echo "$$d$$p"; \
843 done | $(am__base_list) | \
844 while read files; do \
845 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \
846 $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \
847 done
849 uninstall-includeHEADERS:
850 @$(NORMAL_UNINSTALL)
851 @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
852 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
853 dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
855 # This directory's subdirectories are mostly independent; you can cd
856 # into them and run 'make' without going through this Makefile.
857 # To change the values of 'make' variables: instead of editing Makefiles,
858 # (1) if the variable is set in 'config.status', edit 'config.status'
859 # (which will cause the Makefiles to be regenerated when you run 'make');
860 # (2) otherwise, pass the desired values on the 'make' command line.
861 $(RECURSIVE_TARGETS):
862 @fail= failcom='exit 1'; \
863 for f in x $$MAKEFLAGS; do \
864 case $$f in \
865 *=* | --[!k]*);; \
866 *k*) failcom='fail=yes';; \
867 esac; \
868 done; \
869 dot_seen=no; \
870 target=`echo $@ | sed s/-recursive//`; \
871 list='$(SUBDIRS)'; for subdir in $$list; do \
872 echo "Making $$target in $$subdir"; \
873 if test "$$subdir" = "."; then \
874 dot_seen=yes; \
875 local_target="$$target-am"; \
876 else \
877 local_target="$$target"; \
878 fi; \
879 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
880 || eval $$failcom; \
881 done; \
882 if test "$$dot_seen" = "no"; then \
883 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
884 fi; test -z "$$fail"
886 $(RECURSIVE_CLEAN_TARGETS):
887 @fail= failcom='exit 1'; \
888 for f in x $$MAKEFLAGS; do \
889 case $$f in \
890 *=* | --[!k]*);; \
891 *k*) failcom='fail=yes';; \
892 esac; \
893 done; \
894 dot_seen=no; \
895 case "$@" in \
896 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
897 *) list='$(SUBDIRS)' ;; \
898 esac; \
899 rev=''; for subdir in $$list; do \
900 if test "$$subdir" = "."; then :; else \
901 rev="$$subdir $$rev"; \
902 fi; \
903 done; \
904 rev="$$rev ."; \
905 target=`echo $@ | sed s/-recursive//`; \
906 for subdir in $$rev; do \
907 echo "Making $$target in $$subdir"; \
908 if test "$$subdir" = "."; then \
909 local_target="$$target-am"; \
910 else \
911 local_target="$$target"; \
912 fi; \
913 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
914 || eval $$failcom; \
915 done && test -z "$$fail"
916 tags-recursive:
917 list='$(SUBDIRS)'; for subdir in $$list; do \
918 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
919 done
920 ctags-recursive:
921 list='$(SUBDIRS)'; for subdir in $$list; do \
922 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
923 done
924 cscopelist-recursive:
925 list='$(SUBDIRS)'; for subdir in $$list; do \
926 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) cscopelist); \
927 done
929 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
930 list='$(SOURCES) $(HEADERS) $(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 mkid -fID $$unique
937 tags: TAGS
939 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
940 $(TAGS_FILES) $(LISP)
941 set x; \
942 here=`pwd`; \
943 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
944 include_option=--etags-include; \
945 empty_fix=.; \
946 else \
947 include_option=--include; \
948 empty_fix=; \
949 fi; \
950 list='$(SUBDIRS)'; for subdir in $$list; do \
951 if test "$$subdir" = .; then :; else \
952 test ! -f $$subdir/TAGS || \
953 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
954 fi; \
955 done; \
956 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
957 unique=`for i in $$list; do \
958 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
959 done | \
960 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
961 END { if (nonempty) { for (i in files) print i; }; }'`; \
962 shift; \
963 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
964 test -n "$$unique" || unique=$$empty_fix; \
965 if test $$# -gt 0; then \
966 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
967 "$$@" $$unique; \
968 else \
969 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
970 $$unique; \
971 fi; \
973 ctags: CTAGS
974 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
975 $(TAGS_FILES) $(LISP)
976 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
977 unique=`for i in $$list; do \
978 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
979 done | \
980 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
981 END { if (nonempty) { for (i in files) print i; }; }'`; \
982 test -z "$(CTAGS_ARGS)$$unique" \
983 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
984 $$unique
986 GTAGS:
987 here=`$(am__cd) $(top_builddir) && pwd` \
988 && $(am__cd) $(top_srcdir) \
989 && gtags -i $(GTAGS_ARGS) "$$here"
991 cscope: cscope.files
992 test ! -s cscope.files \
993 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
995 clean-cscope:
996 -rm -f cscope.files
998 cscope.files: clean-cscope cscopelist-recursive cscopelist
1000 cscopelist: cscopelist-recursive $(HEADERS) $(SOURCES) $(LISP)
1001 list='$(SOURCES) $(HEADERS) $(LISP)'; \
1002 case "$(srcdir)" in \
1003 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
1004 *) sdir=$(subdir)/$(srcdir) ;; \
1005 esac; \
1006 for i in $$list; do \
1007 if test -f "$$i"; then \
1008 echo "$(subdir)/$$i"; \
1009 else \
1010 echo "$$sdir/$$i"; \
1011 fi; \
1012 done >> $(top_builddir)/cscope.files
1014 distclean-tags:
1015 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1016 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
1018 distdir: $(DISTFILES)
1019 $(am__remove_distdir)
1020 test -d "$(distdir)" || mkdir "$(distdir)"
1021 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1022 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1023 list='$(DISTFILES)'; \
1024 dist_files=`for file in $$list; do echo $$file; done | \
1025 sed -e "s|^$$srcdirstrip/||;t" \
1026 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
1027 case $$dist_files in \
1028 */*) $(MKDIR_P) `echo "$$dist_files" | \
1029 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
1030 sort -u` ;; \
1031 esac; \
1032 for file in $$dist_files; do \
1033 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1034 if test -d $$d/$$file; then \
1035 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1036 if test -d "$(distdir)/$$file"; then \
1037 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1038 fi; \
1039 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1040 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
1041 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1042 fi; \
1043 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1044 else \
1045 test -f "$(distdir)/$$file" \
1046 || cp -p $$d/$$file "$(distdir)/$$file" \
1047 || exit 1; \
1048 fi; \
1049 done
1050 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
1051 if test "$$subdir" = .; then :; else \
1052 $(am__make_dryrun) \
1053 || test -d "$(distdir)/$$subdir" \
1054 || $(MKDIR_P) "$(distdir)/$$subdir" \
1055 || exit 1; \
1056 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
1057 $(am__relativize); \
1058 new_distdir=$$reldir; \
1059 dir1=$$subdir; dir2="$(top_distdir)"; \
1060 $(am__relativize); \
1061 new_top_distdir=$$reldir; \
1062 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
1063 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
1064 ($(am__cd) $$subdir && \
1065 $(MAKE) $(AM_MAKEFLAGS) \
1066 top_distdir="$$new_top_distdir" \
1067 distdir="$$new_distdir" \
1068 am__remove_distdir=: \
1069 am__skip_length_check=: \
1070 am__skip_mode_fix=: \
1071 distdir) \
1072 || exit 1; \
1073 fi; \
1074 done
1075 -test -n "$(am__skip_mode_fix)" \
1076 || find "$(distdir)" -type d ! -perm -755 \
1077 -exec chmod u+rwx,go+rx {} \; -o \
1078 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
1079 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
1080 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
1081 || chmod -R a+r "$(distdir)"
1082 dist-gzip: distdir
1083 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
1084 $(am__post_remove_distdir)
1086 dist-bzip2: distdir
1087 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
1088 $(am__post_remove_distdir)
1090 dist-lzip: distdir
1091 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
1092 $(am__post_remove_distdir)
1094 dist-xz: distdir
1095 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
1096 $(am__post_remove_distdir)
1098 dist-tarZ: distdir
1099 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
1100 $(am__post_remove_distdir)
1102 dist-shar: distdir
1103 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
1104 $(am__post_remove_distdir)
1106 dist-zip: distdir
1107 -rm -f $(distdir).zip
1108 zip -rq $(distdir).zip $(distdir)
1109 $(am__post_remove_distdir)
1111 dist dist-all:
1112 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
1113 $(am__post_remove_distdir)
1115 # This target untars the dist file and tries a VPATH configuration. Then
1116 # it guarantees that the distribution is self-contained by making another
1117 # tarfile.
1118 distcheck: dist
1119 case '$(DIST_ARCHIVES)' in \
1120 *.tar.gz*) \
1121 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
1122 *.tar.bz2*) \
1123 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
1124 *.tar.lz*) \
1125 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
1126 *.tar.xz*) \
1127 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
1128 *.tar.Z*) \
1129 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
1130 *.shar.gz*) \
1131 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
1132 *.zip*) \
1133 unzip $(distdir).zip ;;\
1134 esac
1135 chmod -R a-w $(distdir); chmod a+w $(distdir)
1136 mkdir $(distdir)/_build
1137 mkdir $(distdir)/_inst
1138 chmod a-w $(distdir)
1139 test -d $(distdir)/_build || exit 0; \
1140 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
1141 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
1142 && am__cwd=`pwd` \
1143 && $(am__cd) $(distdir)/_build \
1144 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
1145 $(AM_DISTCHECK_CONFIGURE_FLAGS) \
1146 $(DISTCHECK_CONFIGURE_FLAGS) \
1147 && $(MAKE) $(AM_MAKEFLAGS) \
1148 && $(MAKE) $(AM_MAKEFLAGS) dvi \
1149 && $(MAKE) $(AM_MAKEFLAGS) check \
1150 && $(MAKE) $(AM_MAKEFLAGS) install \
1151 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
1152 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
1153 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
1154 distuninstallcheck \
1155 && chmod -R a-w "$$dc_install_base" \
1156 && ({ \
1157 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
1158 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
1159 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
1160 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
1161 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
1162 } || { rm -rf "$$dc_destdir"; exit 1; }) \
1163 && rm -rf "$$dc_destdir" \
1164 && $(MAKE) $(AM_MAKEFLAGS) dist \
1165 && rm -rf $(DIST_ARCHIVES) \
1166 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
1167 && cd "$$am__cwd" \
1168 || exit 1
1169 $(am__post_remove_distdir)
1170 @(echo "$(distdir) archives ready for distribution: "; \
1171 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
1172 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
1173 distuninstallcheck:
1174 @test -n '$(distuninstallcheck_dir)' || { \
1175 echo 'ERROR: trying to run $@ with an empty' \
1176 '$$(distuninstallcheck_dir)' >&2; \
1177 exit 1; \
1178 }; \
1179 $(am__cd) '$(distuninstallcheck_dir)' || { \
1180 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
1181 exit 1; \
1182 }; \
1183 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
1184 || { echo "ERROR: files left after uninstall:" ; \
1185 if test -n "$(DESTDIR)"; then \
1186 echo " (check DESTDIR support)"; \
1187 fi ; \
1188 $(distuninstallcheck_listfiles) ; \
1189 exit 1; } >&2
1190 distcleancheck: distclean
1191 @if test '$(srcdir)' = . ; then \
1192 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
1193 exit 1 ; \
1195 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
1196 || { echo "ERROR: files left in build directory after distclean:" ; \
1197 $(distcleancheck_listfiles) ; \
1198 exit 1; } >&2
1199 check-am: all-am
1200 check: $(BUILT_SOURCES)
1201 $(MAKE) $(AM_MAKEFLAGS) check-recursive
1202 all-am: Makefile $(LTLIBRARIES) $(SCRIPTS) $(DATA) $(HEADERS) config.h
1203 installdirs: installdirs-recursive
1204 installdirs-am:
1205 for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(includedir)"; do \
1206 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1207 done
1208 install: $(BUILT_SOURCES)
1209 $(MAKE) $(AM_MAKEFLAGS) install-recursive
1210 install-exec: install-exec-recursive
1211 install-data: install-data-recursive
1212 uninstall: uninstall-recursive
1214 install-am: all-am
1215 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1217 installcheck: installcheck-recursive
1218 install-strip:
1219 if test -z '$(STRIP)'; then \
1220 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1221 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1222 install; \
1223 else \
1224 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1225 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1226 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1228 mostlyclean-generic:
1230 clean-generic:
1232 distclean-generic:
1233 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1234 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1235 -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
1237 maintainer-clean-generic:
1238 @echo "This command is intended for maintainers to use"
1239 @echo "it deletes files that may require special tools to rebuild."
1240 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
1241 clean: clean-recursive
1243 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
1244 clean-noinstLTLIBRARIES mostlyclean-am
1246 distclean: distclean-recursive
1247 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1248 -rm -rf $(DEPDIR) ./$(DEPDIR)
1249 -rm -f Makefile
1250 distclean-am: clean-am distclean-compile distclean-generic \
1251 distclean-hdr distclean-libtool distclean-tags
1253 dvi: dvi-recursive
1255 dvi-am:
1257 html: html-recursive
1259 html-am:
1261 info: info-recursive
1263 info-am:
1265 install-data-am: install-includeHEADERS install-pkgconfigDATA
1267 install-dvi: install-dvi-recursive
1269 install-dvi-am:
1271 install-exec-am: install-dist_binSCRIPTS install-libLTLIBRARIES
1273 install-html: install-html-recursive
1275 install-html-am:
1277 install-info: install-info-recursive
1279 install-info-am:
1281 install-man:
1283 install-pdf: install-pdf-recursive
1285 install-pdf-am:
1287 install-ps: install-ps-recursive
1289 install-ps-am:
1291 installcheck-am:
1293 maintainer-clean: maintainer-clean-recursive
1294 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1295 -rm -rf $(top_srcdir)/autom4te.cache
1296 -rm -rf $(DEPDIR) ./$(DEPDIR)
1297 -rm -f Makefile
1298 maintainer-clean-am: distclean-am maintainer-clean-generic
1300 mostlyclean: mostlyclean-recursive
1302 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1303 mostlyclean-libtool
1305 pdf: pdf-recursive
1307 pdf-am:
1309 ps: ps-recursive
1311 ps-am:
1313 uninstall-am: uninstall-dist_binSCRIPTS uninstall-includeHEADERS \
1314 uninstall-libLTLIBRARIES uninstall-pkgconfigDATA
1316 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all check \
1317 cscopelist-recursive ctags-recursive install install-am \
1318 install-strip tags-recursive
1320 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
1321 all all-am am--refresh check check-am clean clean-cscope \
1322 clean-generic clean-libLTLIBRARIES clean-libtool \
1323 clean-noinstLTLIBRARIES cscope cscopelist cscopelist-recursive \
1324 ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
1325 dist-lzip dist-shar dist-tarZ dist-xz dist-zip distcheck \
1326 distclean distclean-compile distclean-generic distclean-hdr \
1327 distclean-libtool distclean-tags distcleancheck distdir \
1328 distuninstallcheck dvi dvi-am html html-am info info-am \
1329 install install-am install-data install-data-am \
1330 install-dist_binSCRIPTS install-dvi install-dvi-am \
1331 install-exec install-exec-am install-html install-html-am \
1332 install-includeHEADERS install-info install-info-am \
1333 install-libLTLIBRARIES install-man install-pdf install-pdf-am \
1334 install-pkgconfigDATA install-ps install-ps-am install-strip \
1335 installcheck installcheck-am installdirs installdirs-am \
1336 maintainer-clean maintainer-clean-generic mostlyclean \
1337 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
1338 pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
1339 uninstall-dist_binSCRIPTS uninstall-includeHEADERS \
1340 uninstall-libLTLIBRARIES uninstall-pkgconfigDATA
1343 include/event2/event-config.h: config.h make-event-config.sed
1344 test -d include/event2 || $(MKDIR_P) include/event2
1345 $(SED) -f $(srcdir)/make-event-config.sed < config.h > $@T
1346 mv -f $@T $@
1348 verify: check
1350 doxygen: FORCE
1351 doxygen $(srcdir)/Doxyfile
1352 FORCE:
1354 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1355 # Otherwise a system limit (for SysV at least) may be exceeded.
1356 .NOEXPORT: