Home | History | Annotate | Download | only in libevent
      1 # Makefile.in generated by automake 1.10.1 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  Free Software Foundation, Inc.
      6 # This Makefile.in is free software; the Free Software Foundation
      7 # gives unlimited permission to copy and/or distribute it,
      8 # with or without modifications, as long as this notice is preserved.
      9 
     10 # This program is distributed in the hope that it will be useful,
     11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
     12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
     13 # PARTICULAR PURPOSE.
     14 
     15 @SET_MAKE@
     16 
     17 
     18 
     19 VPATH = @srcdir@
     20 pkgdatadir = $(datadir)/@PACKAGE@
     21 pkglibdir = $(libdir)/@PACKAGE@
     22 pkgincludedir = $(includedir)/@PACKAGE@
     23 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
     24 install_sh_DATA = $(install_sh) -c -m 644
     25 install_sh_PROGRAM = $(install_sh) -c
     26 install_sh_SCRIPT = $(install_sh) -c
     27 INSTALL_HEADER = $(INSTALL_DATA)
     28 transform = $(program_transform_name)
     29 NORMAL_INSTALL = :
     30 PRE_INSTALL = :
     31 POST_INSTALL = :
     32 NORMAL_UNINSTALL = :
     33 PRE_UNINSTALL = :
     34 POST_UNINSTALL = :
     35 build_triplet = @build@
     36 host_triplet = @host@
     37 subdir = .
     38 DIST_COMMON = README $(am__configure_deps) $(include_HEADERS) \
     39 	$(srcdir)/Makefile.am $(srcdir)/Makefile.in \
     40 	$(srcdir)/config.h.in $(top_srcdir)/configure ChangeLog \
     41 	config.guess config.sub devpoll.c epoll.c epoll_sub.c evport.c \
     42 	install-sh kqueue.c ltmain.sh missing mkinstalldirs poll.c \
     43 	select.c signal.c
     44 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
     45 am__aclocal_m4_deps = $(top_srcdir)/configure.in
     46 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
     47 	$(ACLOCAL_M4)
     48 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
     49  configure.lineno config.status.lineno
     50 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
     51 CONFIG_HEADER = config.h
     52 CONFIG_CLEAN_FILES =
     53 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
     54 am__vpath_adj = case $$p in \
     55     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
     56     *) f=$$p;; \
     57   esac;
     58 am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
     59 am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" \
     60 	"$(DESTDIR)$(man3dir)" "$(DESTDIR)$(includedir)" \
     61 	"$(DESTDIR)$(includedir)"
     62 libLTLIBRARIES_INSTALL = $(INSTALL)
     63 LTLIBRARIES = $(lib_LTLIBRARIES)
     64 am__DEPENDENCIES_1 =
     65 libevent_la_DEPENDENCIES = @LTLIBOBJS@ $(am__DEPENDENCIES_1)
     66 am__libevent_la_SOURCES_DIST = event.c buffer.c evbuffer.c log.c \
     67 	evutil.c WIN32-Code/win32.c event_tagging.c http.c evhttp.h \
     68 	http-internal.h evdns.c evdns.h evrpc.c evrpc.h \
     69 	evrpc-internal.h strlcpy.c strlcpy-internal.h
     70 @BUILD_WIN32_TRUE@am__objects_1 = win32.lo
     71 am__objects_2 = event.lo buffer.lo evbuffer.lo log.lo evutil.lo \
     72 	$(am__objects_1)
     73 am__objects_3 = event_tagging.lo http.lo evdns.lo evrpc.lo strlcpy.lo
     74 am_libevent_la_OBJECTS = $(am__objects_2) $(am__objects_3)
     75 libevent_la_OBJECTS = $(am_libevent_la_OBJECTS)
     76 libevent_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
     77 	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
     78 	$(libevent_la_LDFLAGS) $(LDFLAGS) -o $@
     79 libevent_core_la_DEPENDENCIES = @LTLIBOBJS@ $(am__DEPENDENCIES_1)
     80 am__libevent_core_la_SOURCES_DIST = event.c buffer.c evbuffer.c log.c \
     81 	evutil.c WIN32-Code/win32.c
     82 am_libevent_core_la_OBJECTS = $(am__objects_2)
     83 libevent_core_la_OBJECTS = $(am_libevent_core_la_OBJECTS)
     84 libevent_core_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
     85 	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
     86 	$(libevent_core_la_LDFLAGS) $(LDFLAGS) -o $@
     87 libevent_extra_la_DEPENDENCIES = @LTLIBOBJS@ $(am__DEPENDENCIES_1)
     88 am_libevent_extra_la_OBJECTS = $(am__objects_3)
     89 libevent_extra_la_OBJECTS = $(am_libevent_extra_la_OBJECTS)
     90 libevent_extra_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
     91 	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
     92 	$(libevent_extra_la_LDFLAGS) $(LDFLAGS) -o $@
     93 binSCRIPT_INSTALL = $(INSTALL_SCRIPT)
     94 SCRIPTS = $(bin_SCRIPTS)
     95 DEFAULT_INCLUDES = -I.@am__isrc@
     96 depcomp =
     97 am__depfiles_maybe =
     98 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
     99 	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
    100 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
    101 	--mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
    102 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
    103 CCLD = $(CC)
    104 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
    105 	--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
    106 	$(LDFLAGS) -o $@
    107 SOURCES = $(libevent_la_SOURCES) $(libevent_core_la_SOURCES) \
    108 	$(libevent_extra_la_SOURCES)
    109 DIST_SOURCES = $(am__libevent_la_SOURCES_DIST) \
    110 	$(am__libevent_core_la_SOURCES_DIST) \
    111 	$(libevent_extra_la_SOURCES)
    112 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
    113 	html-recursive info-recursive install-data-recursive \
    114 	install-dvi-recursive install-exec-recursive \
    115 	install-html-recursive install-info-recursive \
    116 	install-pdf-recursive install-ps-recursive install-recursive \
    117 	installcheck-recursive installdirs-recursive pdf-recursive \
    118 	ps-recursive uninstall-recursive
    119 man3dir = $(mandir)/man3
    120 NROFF = nroff
    121 MANS = $(man_MANS)
    122 includeHEADERS_INSTALL = $(INSTALL_HEADER)
    123 nodist_includeHEADERS_INSTALL = $(INSTALL_HEADER)
    124 HEADERS = $(include_HEADERS) $(nodist_include_HEADERS)
    125 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
    126   distclean-recursive maintainer-clean-recursive
    127 ETAGS = etags
    128 CTAGS = ctags
    129 DIST_SUBDIRS = . sample test
    130 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
    131 distdir = $(PACKAGE)-$(VERSION)
    132 top_distdir = $(distdir)
    133 am__remove_distdir = \
    134   { test ! -d $(distdir) \
    135     || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
    136          && rm -fr $(distdir); }; }
    137 DIST_ARCHIVES = $(distdir).tar.gz
    138 GZIP_ENV = --best
    139 distuninstallcheck_listfiles = find . -type f -print
    140 distcleancheck_listfiles = find . -type f -print
    141 ACLOCAL = @ACLOCAL@
    142 AMTAR = @AMTAR@
    143 AR = @AR@
    144 AUTOCONF = @AUTOCONF@
    145 AUTOHEADER = @AUTOHEADER@
    146 AUTOMAKE = @AUTOMAKE@
    147 AWK = @AWK@
    148 CC = @CC@
    149 CCDEPMODE = @CCDEPMODE@
    150 CFLAGS = @CFLAGS@
    151 CPP = @CPP@
    152 CPPFLAGS = @CPPFLAGS@
    153 CXX = @CXX@
    154 CXXCPP = @CXXCPP@
    155 CXXDEPMODE = @CXXDEPMODE@
    156 CXXFLAGS = @CXXFLAGS@
    157 CYGPATH_W = @CYGPATH_W@
    158 DEFS = @DEFS@
    159 DEPDIR = @DEPDIR@
    160 DSYMUTIL = @DSYMUTIL@
    161 ECHO = @ECHO@
    162 ECHO_C = @ECHO_C@
    163 ECHO_N = @ECHO_N@
    164 ECHO_T = @ECHO_T@
    165 EGREP = @EGREP@
    166 EXEEXT = @EXEEXT@
    167 F77 = @F77@
    168 FFLAGS = @FFLAGS@
    169 GREP = @GREP@
    170 INSTALL = @INSTALL@
    171 INSTALL_DATA = @INSTALL_DATA@
    172 INSTALL_PROGRAM = @INSTALL_PROGRAM@
    173 INSTALL_SCRIPT = @INSTALL_SCRIPT@
    174 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
    175 LDFLAGS = @LDFLAGS@
    176 LIBOBJS = @LIBOBJS@
    177 LIBS = @LIBS@
    178 LIBTOOL = @LIBTOOL@
    179 LIBTOOL_DEPS = @LIBTOOL_DEPS@
    180 LN_S = @LN_S@
    181 LTLIBOBJS = @LTLIBOBJS@
    182 MAKEINFO = @MAKEINFO@
    183 MKDIR_P = @MKDIR_P@
    184 NMEDIT = @NMEDIT@
    185 OBJEXT = @OBJEXT@
    186 PACKAGE = @PACKAGE@
    187 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
    188 PACKAGE_NAME = @PACKAGE_NAME@
    189 PACKAGE_STRING = @PACKAGE_STRING@
    190 PACKAGE_TARNAME = @PACKAGE_TARNAME@
    191 PACKAGE_VERSION = @PACKAGE_VERSION@
    192 PATH_SEPARATOR = @PATH_SEPARATOR@
    193 RANLIB = @RANLIB@
    194 SED = @SED@
    195 SET_MAKE = @SET_MAKE@
    196 SHELL = @SHELL@
    197 STRIP = @STRIP@
    198 VERSION = @VERSION@
    199 abs_builddir = @abs_builddir@
    200 abs_srcdir = @abs_srcdir@
    201 abs_top_builddir = @abs_top_builddir@
    202 abs_top_srcdir = @abs_top_srcdir@
    203 ac_ct_CC = @ac_ct_CC@
    204 ac_ct_CXX = @ac_ct_CXX@
    205 ac_ct_F77 = @ac_ct_F77@
    206 am__include = @am__include@
    207 am__leading_dot = @am__leading_dot@
    208 am__quote = @am__quote@
    209 am__tar = @am__tar@
    210 am__untar = @am__untar@
    211 bindir = @bindir@
    212 build = @build@
    213 build_alias = @build_alias@
    214 build_cpu = @build_cpu@
    215 build_os = @build_os@
    216 build_vendor = @build_vendor@
    217 builddir = @builddir@
    218 datadir = @datadir@
    219 datarootdir = @datarootdir@
    220 docdir = @docdir@
    221 dvidir = @dvidir@
    222 exec_prefix = @exec_prefix@
    223 host = @host@
    224 host_alias = @host_alias@
    225 host_cpu = @host_cpu@
    226 host_os = @host_os@
    227 host_vendor = @host_vendor@
    228 htmldir = @htmldir@
    229 includedir = @includedir@
    230 infodir = @infodir@
    231 install_sh = @install_sh@
    232 libdir = @libdir@
    233 libexecdir = @libexecdir@
    234 localedir = @localedir@
    235 localstatedir = @localstatedir@
    236 mandir = @mandir@
    237 mkdir_p = @mkdir_p@
    238 oldincludedir = @oldincludedir@
    239 pdfdir = @pdfdir@
    240 prefix = @prefix@
    241 program_transform_name = @program_transform_name@
    242 psdir = @psdir@
    243 sbindir = @sbindir@
    244 sharedstatedir = @sharedstatedir@
    245 srcdir = @srcdir@
    246 sysconfdir = @sysconfdir@
    247 target_alias = @target_alias@
    248 top_build_prefix = @top_build_prefix@
    249 top_builddir = @top_builddir@
    250 top_srcdir = @top_srcdir@
    251 AUTOMAKE_OPTIONS = foreign no-dependencies
    252 
    253 # This is the point release for libevent.  It shouldn't include any
    254 # a/b/c/d/e notations.
    255 RELEASE = 1.4
    256 
    257 # This is the version info for the libevent binary API.  It has three
    258 # numbers:
    259 #   Current  -- the number of the binary API that we're implementing
    260 #   Revision -- which iteration of the implementation of the binary
    261 #               API are we supplying?
    262 #   Age      -- How many previous binary API versions do we also
    263 #               support?
    264 #
    265 # If we release a new version that does not change the binary API,
    266 # increment Revision.
    267 #
    268 # If we release a new version that changes the binary API, but does
    269 # not break programs compiled against the old binary API, increment
    270 # Current and Age.  Set Revision to 0, since this is the first
    271 # implementation of the new API.
    272 #
    273 # Otherwise, we're changing the binary API and breaking bakward
    274 # compatibility with old binaries.  Increment Current.  Set Age to 0,
    275 # since we're backward compatible with no previous APIs.  Set Revision
    276 # to 0 too.
    277 
    278 # History:
    279 #  Libevent 1.4.1 was 2:0:0
    280 #  Libevent 1.4.2 should be 3:0:0
    281 #  Libevent 1.4.5 is 3:0:1 (we forgot to increment in the past)
    282 VERSION_INFO = 3:3:1
    283 bin_SCRIPTS = event_rpcgen.py
    284 EXTRA_DIST = autogen.sh event.h event-internal.h log.h evsignal.h evdns.3 \
    285 	evrpc.h evrpc-internal.h min_heap.h \
    286 	event.3 \
    287 	Doxyfile \
    288 	kqueue.c epoll_sub.c epoll.c select.c poll.c signal.c \
    289 	evport.c devpoll.c event_rpcgen.py \
    290 	sample/Makefile.am sample/Makefile.in sample/event-test.c \
    291 	sample/signal-test.c sample/time-test.c \
    292 	test/Makefile.am test/Makefile.in test/bench.c test/regress.c \
    293 	test/test-eof.c test/test-weof.c test/test-time.c \
    294 	test/test-init.c test/test.sh \
    295 	compat/sys/queue.h compat/sys/_libevent_time.h \
    296 	WIN32-Code/config.h \
    297 	WIN32-Code/event-config.h \
    298 	WIN32-Code/win32.c \
    299 	WIN32-Code/tree.h \
    300 	WIN32-Prj/event_test/event_test.dsp \
    301 	WIN32-Prj/event_test/test.txt WIN32-Prj/libevent.dsp \
    302 	WIN32-Prj/libevent.dsw WIN32-Prj/signal_test/signal_test.dsp \
    303 	WIN32-Prj/time_test/time_test.dsp WIN32-Prj/regress/regress.vcproj \
    304 	WIN32-Prj/libevent.sln WIN32-Prj/libevent.vcproj
    305 
    306 lib_LTLIBRARIES = libevent.la libevent_core.la libevent_extra.la
    307 @BUILD_WIN32_FALSE@SUBDIRS = . sample test
    308 @BUILD_WIN32_TRUE@SUBDIRS = . sample
    309 @BUILD_WIN32_FALSE@SYS_LIBS = 
    310 @BUILD_WIN32_TRUE@SYS_LIBS = -lws2_32
    311 @BUILD_WIN32_FALSE@SYS_SRC = 
    312 @BUILD_WIN32_TRUE@SYS_SRC = WIN32-Code/win32.c
    313 @BUILD_WIN32_FALSE@SYS_INCLUDES = 
    314 @BUILD_WIN32_TRUE@SYS_INCLUDES = -IWIN32-Code
    315 BUILT_SOURCES = event-config.h
    316 CORE_SRC = event.c buffer.c evbuffer.c log.c evutil.c $(SYS_SRC)
    317 EXTRA_SRC = event_tagging.c http.c evhttp.h http-internal.h evdns.c \
    318 	evdns.h evrpc.c evrpc.h evrpc-internal.h \
    319 	strlcpy.c strlcpy-internal.h strlcpy-internal.h
    320 
    321 libevent_la_SOURCES = $(CORE_SRC) $(EXTRA_SRC)
    322 libevent_la_LIBADD = @LTLIBOBJS@ $(SYS_LIBS)
    323 libevent_la_LDFLAGS = -release $(RELEASE) -version-info $(VERSION_INFO)
    324 libevent_core_la_SOURCES = $(CORE_SRC)
    325 libevent_core_la_LIBADD = @LTLIBOBJS@ $(SYS_LIBS)
    326 libevent_core_la_LDFLAGS = -release $(RELEASE) -version-info $(VERSION_INFO)
    327 libevent_extra_la_SOURCES = $(EXTRA_SRC)
    328 libevent_extra_la_LIBADD = @LTLIBOBJS@ $(SYS_LIBS)
    329 libevent_extra_la_LDFLAGS = -release $(RELEASE) -version-info $(VERSION_INFO)
    330 include_HEADERS = event.h evhttp.h evdns.h evrpc.h evutil.h
    331 nodist_include_HEADERS = event-config.h
    332 INCLUDES = -I$(srcdir)/compat $(SYS_INCLUDES)
    333 man_MANS = event.3 evdns.3
    334 DISTCLEANFILES = *~ event-config.h
    335 all: $(BUILT_SOURCES) config.h
    336 	$(MAKE) $(AM_MAKEFLAGS) all-recursive
    337 
    338 .SUFFIXES:
    339 .SUFFIXES: .c .lo .o .obj
    340 am--refresh:
    341 	@:
    342 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
    343 	@for dep in $?; do \
    344 	  case '$(am__configure_deps)' in \
    345 	    *$$dep*) \
    346 	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
    347 	      cd $(srcdir) && $(AUTOMAKE) --foreign  \
    348 		&& exit 0; \
    349 	      exit 1;; \
    350 	  esac; \
    351 	done; \
    352 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  Makefile'; \
    353 	cd $(top_srcdir) && \
    354 	  $(AUTOMAKE) --foreign  Makefile
    355 .PRECIOUS: Makefile
    356 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
    357 	@case '$?' in \
    358 	  *config.status*) \
    359 	    echo ' $(SHELL) ./config.status'; \
    360 	    $(SHELL) ./config.status;; \
    361 	  *) \
    362 	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
    363 	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
    364 	esac;
    365 
    366 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
    367 	$(SHELL) ./config.status --recheck
    368 
    369 $(top_srcdir)/configure:  $(am__configure_deps)
    370 	cd $(srcdir) && $(AUTOCONF)
    371 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
    372 	cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
    373 
    374 config.h: stamp-h1
    375 	@if test ! -f $@; then \
    376 	  rm -f stamp-h1; \
    377 	  $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
    378 	else :; fi
    379 
    380 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
    381 	@rm -f stamp-h1
    382 	cd $(top_builddir) && $(SHELL) ./config.status config.h
    383 $(srcdir)/config.h.in:  $(am__configure_deps) 
    384 	cd $(top_srcdir) && $(AUTOHEADER)
    385 	rm -f stamp-h1
    386 	touch $@
    387 
    388 distclean-hdr:
    389 	-rm -f config.h stamp-h1
    390 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
    391 	@$(NORMAL_INSTALL)
    392 	test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
    393 	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
    394 	  if test -f $$p; then \
    395 	    f=$(am__strip_dir) \
    396 	    echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
    397 	    $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
    398 	  else :; fi; \
    399 	done
    400 
    401 uninstall-libLTLIBRARIES:
    402 	@$(NORMAL_UNINSTALL)
    403 	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
    404 	  p=$(am__strip_dir) \
    405 	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
    406 	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
    407 	done
    408 
    409 clean-libLTLIBRARIES:
    410 	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
    411 	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
    412 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
    413 	  test "$$dir" != "$$p" || dir=.; \
    414 	  echo "rm -f \"$${dir}/so_locations\""; \
    415 	  rm -f "$${dir}/so_locations"; \
    416 	done
    417 libevent.la: $(libevent_la_OBJECTS) $(libevent_la_DEPENDENCIES) 
    418 	$(libevent_la_LINK) -rpath $(libdir) $(libevent_la_OBJECTS) $(libevent_la_LIBADD) $(LIBS)
    419 libevent_core.la: $(libevent_core_la_OBJECTS) $(libevent_core_la_DEPENDENCIES) 
    420 	$(libevent_core_la_LINK) -rpath $(libdir) $(libevent_core_la_OBJECTS) $(libevent_core_la_LIBADD) $(LIBS)
    421 libevent_extra.la: $(libevent_extra_la_OBJECTS) $(libevent_extra_la_DEPENDENCIES) 
    422 	$(libevent_extra_la_LINK) -rpath $(libdir) $(libevent_extra_la_OBJECTS) $(libevent_extra_la_LIBADD) $(LIBS)
    423 install-binSCRIPTS: $(bin_SCRIPTS)
    424 	@$(NORMAL_INSTALL)
    425 	test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
    426 	@list='$(bin_SCRIPTS)'; for p in $$list; do \
    427 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
    428 	  if test -f $$d$$p; then \
    429 	    f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
    430 	    echo " $(binSCRIPT_INSTALL) '$$d$$p' '$(DESTDIR)$(bindir)/$$f'"; \
    431 	    $(binSCRIPT_INSTALL) "$$d$$p" "$(DESTDIR)$(bindir)/$$f"; \
    432 	  else :; fi; \
    433 	done
    434 
    435 uninstall-binSCRIPTS:
    436 	@$(NORMAL_UNINSTALL)
    437 	@list='$(bin_SCRIPTS)'; for p in $$list; do \
    438 	  f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
    439 	  echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
    440 	  rm -f "$(DESTDIR)$(bindir)/$$f"; \
    441 	done
    442 
    443 mostlyclean-compile:
    444 	-rm -f *.$(OBJEXT)
    445 
    446 distclean-compile:
    447 	-rm -f *.tab.c
    448 
    449 .c.o:
    450 	$(COMPILE) -c $<
    451 
    452 .c.obj:
    453 	$(COMPILE) -c `$(CYGPATH_W) '$<'`
    454 
    455 .c.lo:
    456 	$(LTCOMPILE) -c -o $@ $<
    457 
    458 win32.lo: WIN32-Code/win32.c
    459 	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o win32.lo `test -f 'WIN32-Code/win32.c' || echo '$(srcdir)/'`WIN32-Code/win32.c
    460 
    461 mostlyclean-libtool:
    462 	-rm -f *.lo
    463 
    464 clean-libtool:
    465 	-rm -rf .libs _libs
    466 
    467 distclean-libtool:
    468 	-rm -f libtool
    469 install-man3: $(man3_MANS) $(man_MANS)
    470 	@$(NORMAL_INSTALL)
    471 	test -z "$(man3dir)" || $(MKDIR_P) "$(DESTDIR)$(man3dir)"
    472 	@list='$(man3_MANS) $(dist_man3_MANS) $(nodist_man3_MANS)'; \
    473 	l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
    474 	for i in $$l2; do \
    475 	  case "$$i" in \
    476 	    *.3*) list="$$list $$i" ;; \
    477 	  esac; \
    478 	done; \
    479 	for i in $$list; do \
    480 	  if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
    481 	  else file=$$i; fi; \
    482 	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
    483 	  case "$$ext" in \
    484 	    3*) ;; \
    485 	    *) ext='3' ;; \
    486 	  esac; \
    487 	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
    488 	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
    489 	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
    490 	  echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man3dir)/$$inst'"; \
    491 	  $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man3dir)/$$inst"; \
    492 	done
    493 uninstall-man3:
    494 	@$(NORMAL_UNINSTALL)
    495 	@list='$(man3_MANS) $(dist_man3_MANS) $(nodist_man3_MANS)'; \
    496 	l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
    497 	for i in $$l2; do \
    498 	  case "$$i" in \
    499 	    *.3*) list="$$list $$i" ;; \
    500 	  esac; \
    501 	done; \
    502 	for i in $$list; do \
    503 	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
    504 	  case "$$ext" in \
    505 	    3*) ;; \
    506 	    *) ext='3' ;; \
    507 	  esac; \
    508 	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
    509 	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
    510 	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
    511 	  echo " rm -f '$(DESTDIR)$(man3dir)/$$inst'"; \
    512 	  rm -f "$(DESTDIR)$(man3dir)/$$inst"; \
    513 	done
    514 install-includeHEADERS: $(include_HEADERS)
    515 	@$(NORMAL_INSTALL)
    516 	test -z "$(includedir)" || $(MKDIR_P) "$(DESTDIR)$(includedir)"
    517 	@list='$(include_HEADERS)'; for p in $$list; do \
    518 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
    519 	  f=$(am__strip_dir) \
    520 	  echo " $(includeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(includedir)/$$f'"; \
    521 	  $(includeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(includedir)/$$f"; \
    522 	done
    523 
    524 uninstall-includeHEADERS:
    525 	@$(NORMAL_UNINSTALL)
    526 	@list='$(include_HEADERS)'; for p in $$list; do \
    527 	  f=$(am__strip_dir) \
    528 	  echo " rm -f '$(DESTDIR)$(includedir)/$$f'"; \
    529 	  rm -f "$(DESTDIR)$(includedir)/$$f"; \
    530 	done
    531 install-nodist_includeHEADERS: $(nodist_include_HEADERS)
    532 	@$(NORMAL_INSTALL)
    533 	test -z "$(includedir)" || $(MKDIR_P) "$(DESTDIR)$(includedir)"
    534 	@list='$(nodist_include_HEADERS)'; for p in $$list; do \
    535 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
    536 	  f=$(am__strip_dir) \
    537 	  echo " $(nodist_includeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(includedir)/$$f'"; \
    538 	  $(nodist_includeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(includedir)/$$f"; \
    539 	done
    540 
    541 uninstall-nodist_includeHEADERS:
    542 	@$(NORMAL_UNINSTALL)
    543 	@list='$(nodist_include_HEADERS)'; for p in $$list; do \
    544 	  f=$(am__strip_dir) \
    545 	  echo " rm -f '$(DESTDIR)$(includedir)/$$f'"; \
    546 	  rm -f "$(DESTDIR)$(includedir)/$$f"; \
    547 	done
    548 
    549 # This directory's subdirectories are mostly independent; you can cd
    550 # into them and run `make' without going through this Makefile.
    551 # To change the values of `make' variables: instead of editing Makefiles,
    552 # (1) if the variable is set in `config.status', edit `config.status'
    553 #     (which will cause the Makefiles to be regenerated when you run `make');
    554 # (2) otherwise, pass the desired values on the `make' command line.
    555 $(RECURSIVE_TARGETS):
    556 	@failcom='exit 1'; \
    557 	for f in x $$MAKEFLAGS; do \
    558 	  case $$f in \
    559 	    *=* | --[!k]*);; \
    560 	    *k*) failcom='fail=yes';; \
    561 	  esac; \
    562 	done; \
    563 	dot_seen=no; \
    564 	target=`echo $@ | sed s/-recursive//`; \
    565 	list='$(SUBDIRS)'; for subdir in $$list; do \
    566 	  echo "Making $$target in $$subdir"; \
    567 	  if test "$$subdir" = "."; then \
    568 	    dot_seen=yes; \
    569 	    local_target="$$target-am"; \
    570 	  else \
    571 	    local_target="$$target"; \
    572 	  fi; \
    573 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
    574 	  || eval $$failcom; \
    575 	done; \
    576 	if test "$$dot_seen" = "no"; then \
    577 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
    578 	fi; test -z "$$fail"
    579 
    580 $(RECURSIVE_CLEAN_TARGETS):
    581 	@failcom='exit 1'; \
    582 	for f in x $$MAKEFLAGS; do \
    583 	  case $$f in \
    584 	    *=* | --[!k]*);; \
    585 	    *k*) failcom='fail=yes';; \
    586 	  esac; \
    587 	done; \
    588 	dot_seen=no; \
    589 	case "$@" in \
    590 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
    591 	  *) list='$(SUBDIRS)' ;; \
    592 	esac; \
    593 	rev=''; for subdir in $$list; do \
    594 	  if test "$$subdir" = "."; then :; else \
    595 	    rev="$$subdir $$rev"; \
    596 	  fi; \
    597 	done; \
    598 	rev="$$rev ."; \
    599 	target=`echo $@ | sed s/-recursive//`; \
    600 	for subdir in $$rev; do \
    601 	  echo "Making $$target in $$subdir"; \
    602 	  if test "$$subdir" = "."; then \
    603 	    local_target="$$target-am"; \
    604 	  else \
    605 	    local_target="$$target"; \
    606 	  fi; \
    607 	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
    608 	  || eval $$failcom; \
    609 	done && test -z "$$fail"
    610 tags-recursive:
    611 	list='$(SUBDIRS)'; for subdir in $$list; do \
    612 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
    613 	done
    614 ctags-recursive:
    615 	list='$(SUBDIRS)'; for subdir in $$list; do \
    616 	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
    617 	done
    618 
    619 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
    620 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
    621 	unique=`for i in $$list; do \
    622 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
    623 	  done | \
    624 	  $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
    625 	      END { if (nonempty) { for (i in files) print i; }; }'`; \
    626 	mkid -fID $$unique
    627 tags: TAGS
    628 
    629 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
    630 		$(TAGS_FILES) $(LISP)
    631 	tags=; \
    632 	here=`pwd`; \
    633 	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
    634 	  include_option=--etags-include; \
    635 	  empty_fix=.; \
    636 	else \
    637 	  include_option=--include; \
    638 	  empty_fix=; \
    639 	fi; \
    640 	list='$(SUBDIRS)'; for subdir in $$list; do \
    641 	  if test "$$subdir" = .; then :; else \
    642 	    test ! -f $$subdir/TAGS || \
    643 	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
    644 	  fi; \
    645 	done; \
    646 	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
    647 	unique=`for i in $$list; do \
    648 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
    649 	  done | \
    650 	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
    651 	      END { if (nonempty) { for (i in files) print i; }; }'`; \
    652 	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
    653 	  test -n "$$unique" || unique=$$empty_fix; \
    654 	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
    655 	    $$tags $$unique; \
    656 	fi
    657 ctags: CTAGS
    658 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
    659 		$(TAGS_FILES) $(LISP)
    660 	tags=; \
    661 	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
    662 	unique=`for i in $$list; do \
    663 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
    664 	  done | \
    665 	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
    666 	      END { if (nonempty) { for (i in files) print i; }; }'`; \
    667 	test -z "$(CTAGS_ARGS)$$tags$$unique" \
    668 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
    669 	     $$tags $$unique
    670 
    671 GTAGS:
    672 	here=`$(am__cd) $(top_builddir) && pwd` \
    673 	  && cd $(top_srcdir) \
    674 	  && gtags -i $(GTAGS_ARGS) $$here
    675 
    676 distclean-tags:
    677 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
    678 
    679 distdir: $(DISTFILES)
    680 	$(am__remove_distdir)
    681 	test -d $(distdir) || mkdir $(distdir)
    682 	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
    683 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
    684 	list='$(DISTFILES)'; \
    685 	  dist_files=`for file in $$list; do echo $$file; done | \
    686 	  sed -e "s|^$$srcdirstrip/||;t" \
    687 	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
    688 	case $$dist_files in \
    689 	  */*) $(MKDIR_P) `echo "$$dist_files" | \
    690 			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
    691 			   sort -u` ;; \
    692 	esac; \
    693 	for file in $$dist_files; do \
    694 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
    695 	  if test -d $$d/$$file; then \
    696 	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
    697 	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
    698 	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
    699 	    fi; \
    700 	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
    701 	  else \
    702 	    test -f $(distdir)/$$file \
    703 	    || cp -p $$d/$$file $(distdir)/$$file \
    704 	    || exit 1; \
    705 	  fi; \
    706 	done
    707 	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
    708 	  if test "$$subdir" = .; then :; else \
    709 	    test -d "$(distdir)/$$subdir" \
    710 	    || $(MKDIR_P) "$(distdir)/$$subdir" \
    711 	    || exit 1; \
    712 	    distdir=`$(am__cd) $(distdir) && pwd`; \
    713 	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
    714 	    (cd $$subdir && \
    715 	      $(MAKE) $(AM_MAKEFLAGS) \
    716 	        top_distdir="$$top_distdir" \
    717 	        distdir="$$distdir/$$subdir" \
    718 		am__remove_distdir=: \
    719 		am__skip_length_check=: \
    720 	        distdir) \
    721 	      || exit 1; \
    722 	  fi; \
    723 	done
    724 	-find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
    725 	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
    726 	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
    727 	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
    728 	|| chmod -R a+r $(distdir)
    729 dist-gzip: distdir
    730 	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
    731 	$(am__remove_distdir)
    732 
    733 dist-bzip2: distdir
    734 	tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
    735 	$(am__remove_distdir)
    736 
    737 dist-lzma: distdir
    738 	tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
    739 	$(am__remove_distdir)
    740 
    741 dist-tarZ: distdir
    742 	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
    743 	$(am__remove_distdir)
    744 
    745 dist-shar: distdir
    746 	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
    747 	$(am__remove_distdir)
    748 
    749 dist-zip: distdir
    750 	-rm -f $(distdir).zip
    751 	zip -rq $(distdir).zip $(distdir)
    752 	$(am__remove_distdir)
    753 
    754 dist dist-all: distdir
    755 	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
    756 	$(am__remove_distdir)
    757 
    758 # This target untars the dist file and tries a VPATH configuration.  Then
    759 # it guarantees that the distribution is self-contained by making another
    760 # tarfile.
    761 distcheck: dist
    762 	case '$(DIST_ARCHIVES)' in \
    763 	*.tar.gz*) \
    764 	  GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
    765 	*.tar.bz2*) \
    766 	  bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
    767 	*.tar.lzma*) \
    768 	  unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
    769 	*.tar.Z*) \
    770 	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
    771 	*.shar.gz*) \
    772 	  GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
    773 	*.zip*) \
    774 	  unzip $(distdir).zip ;;\
    775 	esac
    776 	chmod -R a-w $(distdir); chmod a+w $(distdir)
    777 	mkdir $(distdir)/_build
    778 	mkdir $(distdir)/_inst
    779 	chmod a-w $(distdir)
    780 	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
    781 	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
    782 	  && cd $(distdir)/_build \
    783 	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
    784 	    $(DISTCHECK_CONFIGURE_FLAGS) \
    785 	  && $(MAKE) $(AM_MAKEFLAGS) \
    786 	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
    787 	  && $(MAKE) $(AM_MAKEFLAGS) check \
    788 	  && $(MAKE) $(AM_MAKEFLAGS) install \
    789 	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
    790 	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
    791 	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
    792 	        distuninstallcheck \
    793 	  && chmod -R a-w "$$dc_install_base" \
    794 	  && ({ \
    795 	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
    796 	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
    797 	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
    798 	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
    799 	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
    800 	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
    801 	  && rm -rf "$$dc_destdir" \
    802 	  && $(MAKE) $(AM_MAKEFLAGS) dist \
    803 	  && rm -rf $(DIST_ARCHIVES) \
    804 	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
    805 	$(am__remove_distdir)
    806 	@(echo "$(distdir) archives ready for distribution: "; \
    807 	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
    808 	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
    809 distuninstallcheck:
    810 	@cd $(distuninstallcheck_dir) \
    811 	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
    812 	   || { echo "ERROR: files left after uninstall:" ; \
    813 	        if test -n "$(DESTDIR)"; then \
    814 	          echo "  (check DESTDIR support)"; \
    815 	        fi ; \
    816 	        $(distuninstallcheck_listfiles) ; \
    817 	        exit 1; } >&2
    818 distcleancheck: distclean
    819 	@if test '$(srcdir)' = . ; then \
    820 	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
    821 	  exit 1 ; \
    822 	fi
    823 	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
    824 	  || { echo "ERROR: files left in build directory after distclean:" ; \
    825 	       $(distcleancheck_listfiles) ; \
    826 	       exit 1; } >&2
    827 check-am: all-am
    828 check: $(BUILT_SOURCES)
    829 	$(MAKE) $(AM_MAKEFLAGS) check-recursive
    830 all-am: Makefile $(LTLIBRARIES) $(SCRIPTS) $(MANS) $(HEADERS) config.h
    831 installdirs: installdirs-recursive
    832 installdirs-am:
    833 	for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man3dir)" "$(DESTDIR)$(includedir)" "$(DESTDIR)$(includedir)"; do \
    834 	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
    835 	done
    836 install: $(BUILT_SOURCES)
    837 	$(MAKE) $(AM_MAKEFLAGS) install-recursive
    838 install-exec: install-exec-recursive
    839 install-data: install-data-recursive
    840 uninstall: uninstall-recursive
    841 
    842 install-am: all-am
    843 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
    844 
    845 installcheck: installcheck-recursive
    846 install-strip:
    847 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
    848 	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
    849 	  `test -z '$(STRIP)' || \
    850 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
    851 mostlyclean-generic:
    852 
    853 clean-generic:
    854 
    855 distclean-generic:
    856 	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
    857 	-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
    858 
    859 maintainer-clean-generic:
    860 	@echo "This command is intended for maintainers to use"
    861 	@echo "it deletes files that may require special tools to rebuild."
    862 	-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
    863 clean: clean-recursive
    864 
    865 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
    866 	mostlyclean-am
    867 
    868 distclean: distclean-recursive
    869 	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
    870 	-rm -f Makefile
    871 distclean-am: clean-am distclean-compile distclean-generic \
    872 	distclean-hdr distclean-libtool distclean-tags
    873 
    874 dvi: dvi-recursive
    875 
    876 dvi-am:
    877 
    878 html: html-recursive
    879 
    880 info: info-recursive
    881 
    882 info-am:
    883 
    884 install-data-am: install-includeHEADERS install-man \
    885 	install-nodist_includeHEADERS
    886 
    887 install-dvi: install-dvi-recursive
    888 
    889 install-exec-am: install-binSCRIPTS install-libLTLIBRARIES
    890 
    891 install-html: install-html-recursive
    892 
    893 install-info: install-info-recursive
    894 
    895 install-man: install-man3
    896 
    897 install-pdf: install-pdf-recursive
    898 
    899 install-ps: install-ps-recursive
    900 
    901 installcheck-am:
    902 
    903 maintainer-clean: maintainer-clean-recursive
    904 	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
    905 	-rm -rf $(top_srcdir)/autom4te.cache
    906 	-rm -f Makefile
    907 maintainer-clean-am: distclean-am maintainer-clean-generic
    908 
    909 mostlyclean: mostlyclean-recursive
    910 
    911 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
    912 	mostlyclean-libtool
    913 
    914 pdf: pdf-recursive
    915 
    916 pdf-am:
    917 
    918 ps: ps-recursive
    919 
    920 ps-am:
    921 
    922 uninstall-am: uninstall-binSCRIPTS uninstall-includeHEADERS \
    923 	uninstall-libLTLIBRARIES uninstall-man \
    924 	uninstall-nodist_includeHEADERS
    925 
    926 uninstall-man: uninstall-man3
    927 
    928 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
    929 	install-strip
    930 
    931 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
    932 	all all-am am--refresh check check-am clean clean-generic \
    933 	clean-libLTLIBRARIES clean-libtool ctags ctags-recursive dist \
    934 	dist-all dist-bzip2 dist-gzip dist-lzma dist-shar dist-tarZ \
    935 	dist-zip distcheck distclean distclean-compile \
    936 	distclean-generic distclean-hdr distclean-libtool \
    937 	distclean-tags distcleancheck distdir distuninstallcheck dvi \
    938 	dvi-am html html-am info info-am install install-am \
    939 	install-binSCRIPTS install-data install-data-am install-dvi \
    940 	install-dvi-am install-exec install-exec-am install-html \
    941 	install-html-am install-includeHEADERS install-info \
    942 	install-info-am install-libLTLIBRARIES install-man \
    943 	install-man3 install-nodist_includeHEADERS install-pdf \
    944 	install-pdf-am install-ps install-ps-am install-strip \
    945 	installcheck installcheck-am installdirs installdirs-am \
    946 	maintainer-clean maintainer-clean-generic mostlyclean \
    947 	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
    948 	pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
    949 	uninstall-binSCRIPTS uninstall-includeHEADERS \
    950 	uninstall-libLTLIBRARIES uninstall-man uninstall-man3 \
    951 	uninstall-nodist_includeHEADERS
    952 
    953 
    954 event-config.h: config.h
    955 	echo '/* event-config.h' > $@
    956 	echo ' * Generated by autoconf; post-processed by libevent.' >> $@
    957 	echo ' * Do not edit this file.' >> $@
    958 	echo ' * Do not rely on macros in this file existing in later versions.'>> $@
    959 	echo ' */' >> $@
    960 	echo '#ifndef _EVENT_CONFIG_H_' >> $@
    961 	echo '#define _EVENT_CONFIG_H_' >> $@
    962 
    963 	sed -e 's/#define /#define _EVENT_/' \
    964 	    -e 's/#undef /#undef _EVENT_/' \
    965 	    -e 's/#ifndef /#ifndef _EVENT_/' < config.h >> $@
    966 	echo "#endif" >> $@
    967 
    968 verify: libevent.la
    969 	cd test && make verify
    970 
    971 doxygen: FORCE
    972 	doxygen $(srcdir)/Doxyfile
    973 FORCE:
    974 # Tell versions [3.59,3.63) of GNU make to not export all variables.
    975 # Otherwise a system limit (for SysV at least) may be exceeded.
    976 .NOEXPORT:
    977