Annotation of embedaddon/libevent/Makefile.in, revision 1.1

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

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>