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