Index: third_party/libevent/Makefile.in |
diff --git a/third_party/libevent/Makefile.in b/third_party/libevent/Makefile.in |
index 356bfda60bafc88ed5e186353b39ae0ed8a2e4e3..4d96c74cfaed2fef21859dfe772413820d5e25d0 100644 |
--- a/third_party/libevent/Makefile.in |
+++ b/third_party/libevent/Makefile.in |
@@ -1,8 +1,8 @@ |
-# Makefile.in generated by automake 1.10 from Makefile.am. |
+# Makefile.in generated by automake 1.10.1 from Makefile.am. |
# @configure_input@ |
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, |
-# 2003, 2004, 2005, 2006 Free Software Foundation, Inc. |
+# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
# This Makefile.in is free software; the Free Software Foundation |
# gives unlimited permission to copy and/or distribute it, |
# with or without modifications, as long as this notice is preserved. |
@@ -57,7 +57,8 @@ am__vpath_adj = case $$p in \ |
esac; |
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; |
am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" \ |
- "$(DESTDIR)$(man3dir)" "$(DESTDIR)$(includedir)" |
+ "$(DESTDIR)$(man3dir)" "$(DESTDIR)$(includedir)" \ |
+ "$(DESTDIR)$(includedir)" |
libLTLIBRARIES_INSTALL = $(INSTALL) |
LTLIBRARIES = $(lib_LTLIBRARIES) |
am__DEPENDENCIES_1 = |
@@ -119,7 +120,8 @@ man3dir = $(mandir)/man3 |
NROFF = nroff |
MANS = $(man_MANS) |
includeHEADERS_INSTALL = $(INSTALL_HEADER) |
-HEADERS = $(include_HEADERS) |
+nodist_includeHEADERS_INSTALL = $(INSTALL_HEADER) |
+HEADERS = $(include_HEADERS) $(nodist_include_HEADERS) |
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ |
distclean-recursive maintainer-clean-recursive |
ETAGS = etags |
@@ -155,6 +157,7 @@ CXXFLAGS = @CXXFLAGS@ |
CYGPATH_W = @CYGPATH_W@ |
DEFS = @DEFS@ |
DEPDIR = @DEPDIR@ |
+DSYMUTIL = @DSYMUTIL@ |
ECHO = @ECHO@ |
ECHO_C = @ECHO_C@ |
ECHO_N = @ECHO_N@ |
@@ -178,6 +181,7 @@ LN_S = @LN_S@ |
LTLIBOBJS = @LTLIBOBJS@ |
MAKEINFO = @MAKEINFO@ |
MKDIR_P = @MKDIR_P@ |
+NMEDIT = @NMEDIT@ |
OBJEXT = @OBJEXT@ |
PACKAGE = @PACKAGE@ |
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ |
@@ -241,6 +245,7 @@ sharedstatedir = @sharedstatedir@ |
srcdir = @srcdir@ |
sysconfdir = @sysconfdir@ |
target_alias = @target_alias@ |
+top_build_prefix = @top_build_prefix@ |
top_builddir = @top_builddir@ |
top_srcdir = @top_srcdir@ |
AUTOMAKE_OPTIONS = foreign no-dependencies |
@@ -274,11 +279,12 @@ RELEASE = 1.4 |
# Libevent 1.4.1 was 2:0:0 |
# Libevent 1.4.2 should be 3:0:0 |
# Libevent 1.4.5 is 3:0:1 (we forgot to increment in the past) |
-VERSION_INFO = 3:1:1 |
+VERSION_INFO = 3:3:1 |
bin_SCRIPTS = event_rpcgen.py |
EXTRA_DIST = autogen.sh event.h event-internal.h log.h evsignal.h evdns.3 \ |
evrpc.h evrpc-internal.h min_heap.h \ |
event.3 \ |
+ Doxyfile \ |
kqueue.c epoll_sub.c epoll.c select.c poll.c signal.c \ |
evport.c devpoll.c event_rpcgen.py \ |
sample/Makefile.am sample/Makefile.in sample/event-test.c \ |
@@ -286,8 +292,9 @@ EXTRA_DIST = autogen.sh event.h event-internal.h log.h evsignal.h evdns.3 \ |
test/Makefile.am test/Makefile.in test/bench.c test/regress.c \ |
test/test-eof.c test/test-weof.c test/test-time.c \ |
test/test-init.c test/test.sh \ |
- compat/sys/queue.h compat/sys/_time.h \ |
+ compat/sys/queue.h compat/sys/_libevent_time.h \ |
WIN32-Code/config.h \ |
+ WIN32-Code/event-config.h \ |
WIN32-Code/win32.c \ |
WIN32-Code/tree.h \ |
WIN32-Prj/event_test/event_test.dsp \ |
@@ -320,7 +327,8 @@ libevent_core_la_LDFLAGS = -release $(RELEASE) -version-info $(VERSION_INFO) |
libevent_extra_la_SOURCES = $(EXTRA_SRC) |
libevent_extra_la_LIBADD = @LTLIBOBJS@ $(SYS_LIBS) |
libevent_extra_la_LDFLAGS = -release $(RELEASE) -version-info $(VERSION_INFO) |
-include_HEADERS = event.h evhttp.h evdns.h evrpc.h evutil.h event-config.h |
+include_HEADERS = event.h evhttp.h evdns.h evrpc.h evutil.h |
+nodist_include_HEADERS = event-config.h |
INCLUDES = -I$(srcdir)/compat $(SYS_INCLUDES) |
man_MANS = event.3 evdns.3 |
DISTCLEANFILES = *~ event-config.h |
@@ -385,8 +393,8 @@ install-libLTLIBRARIES: $(lib_LTLIBRARIES) |
@list='$(lib_LTLIBRARIES)'; for p in $$list; do \ |
if test -f $$p; then \ |
f=$(am__strip_dir) \ |
- echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \ |
- $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \ |
+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \ |
+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \ |
else :; fi; \ |
done |
@@ -394,8 +402,8 @@ uninstall-libLTLIBRARIES: |
@$(NORMAL_UNINSTALL) |
@list='$(lib_LTLIBRARIES)'; for p in $$list; do \ |
p=$(am__strip_dir) \ |
- echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \ |
- $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \ |
+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \ |
+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \ |
done |
clean-libLTLIBRARIES: |
@@ -520,6 +528,23 @@ uninstall-includeHEADERS: |
echo " rm -f '$(DESTDIR)$(includedir)/$$f'"; \ |
rm -f "$(DESTDIR)$(includedir)/$$f"; \ |
done |
+install-nodist_includeHEADERS: $(nodist_include_HEADERS) |
+ @$(NORMAL_INSTALL) |
+ test -z "$(includedir)" || $(MKDIR_P) "$(DESTDIR)$(includedir)" |
+ @list='$(nodist_include_HEADERS)'; for p in $$list; do \ |
+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ |
+ f=$(am__strip_dir) \ |
+ echo " $(nodist_includeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(includedir)/$$f'"; \ |
+ $(nodist_includeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(includedir)/$$f"; \ |
+ done |
+ |
+uninstall-nodist_includeHEADERS: |
+ @$(NORMAL_UNINSTALL) |
+ @list='$(nodist_include_HEADERS)'; for p in $$list; do \ |
+ f=$(am__strip_dir) \ |
+ echo " rm -f '$(DESTDIR)$(includedir)/$$f'"; \ |
+ rm -f "$(DESTDIR)$(includedir)/$$f"; \ |
+ done |
# This directory's subdirectories are mostly independent; you can cd |
# into them and run `make' without going through this Makefile. |
@@ -596,8 +621,8 @@ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) |
unique=`for i in $$list; do \ |
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
done | \ |
- $(AWK) ' { files[$$0] = 1; } \ |
- END { for (i in files) print i; }'`; \ |
+ $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ |
+ END { if (nonempty) { for (i in files) print i; }; }'`; \ |
mkid -fID $$unique |
tags: TAGS |
@@ -622,8 +647,8 @@ TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ |
unique=`for i in $$list; do \ |
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
done | \ |
- $(AWK) ' { files[$$0] = 1; } \ |
- END { for (i in files) print i; }'`; \ |
+ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ |
+ END { if (nonempty) { for (i in files) print i; }; }'`; \ |
if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ |
test -n "$$unique" || unique=$$empty_fix; \ |
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ |
@@ -633,13 +658,12 @@ ctags: CTAGS |
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ |
$(TAGS_FILES) $(LISP) |
tags=; \ |
- here=`pwd`; \ |
list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ |
unique=`for i in $$list; do \ |
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
done | \ |
- $(AWK) ' { files[$$0] = 1; } \ |
- END { for (i in files) print i; }'`; \ |
+ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ |
+ END { if (nonempty) { for (i in files) print i; }; }'`; \ |
test -z "$(CTAGS_ARGS)$$tags$$unique" \ |
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ |
$$tags $$unique |
@@ -710,6 +734,10 @@ dist-bzip2: distdir |
tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 |
$(am__remove_distdir) |
+dist-lzma: distdir |
+ tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma |
+ $(am__remove_distdir) |
+ |
dist-tarZ: distdir |
tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z |
$(am__remove_distdir) |
@@ -736,6 +764,8 @@ distcheck: dist |
GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\ |
*.tar.bz2*) \ |
bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\ |
+ *.tar.lzma*) \ |
+ unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\ |
*.tar.Z*) \ |
uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ |
*.shar.gz*) \ |
@@ -800,7 +830,7 @@ check: $(BUILT_SOURCES) |
all-am: Makefile $(LTLIBRARIES) $(SCRIPTS) $(MANS) $(HEADERS) config.h |
installdirs: installdirs-recursive |
installdirs-am: |
- for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man3dir)" "$(DESTDIR)$(includedir)"; do \ |
+ for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man3dir)" "$(DESTDIR)$(includedir)" "$(DESTDIR)$(includedir)"; do \ |
test -z "$$dir" || $(MKDIR_P) "$$dir"; \ |
done |
install: $(BUILT_SOURCES) |
@@ -851,7 +881,8 @@ info: info-recursive |
info-am: |
-install-data-am: install-includeHEADERS install-man |
+install-data-am: install-includeHEADERS install-man \ |
+ install-nodist_includeHEADERS |
install-dvi: install-dvi-recursive |
@@ -889,7 +920,8 @@ ps: ps-recursive |
ps-am: |
uninstall-am: uninstall-binSCRIPTS uninstall-includeHEADERS \ |
- uninstall-libLTLIBRARIES uninstall-man |
+ uninstall-libLTLIBRARIES uninstall-man \ |
+ uninstall-nodist_includeHEADERS |
uninstall-man: uninstall-man3 |
@@ -899,22 +931,24 @@ uninstall-man: uninstall-man3 |
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ |
all all-am am--refresh check check-am clean clean-generic \ |
clean-libLTLIBRARIES clean-libtool ctags ctags-recursive dist \ |
- dist-all dist-bzip2 dist-gzip dist-shar dist-tarZ dist-zip \ |
- distcheck distclean distclean-compile distclean-generic \ |
- distclean-hdr distclean-libtool distclean-tags distcleancheck \ |
- distdir distuninstallcheck dvi dvi-am html html-am info \ |
- info-am install install-am install-binSCRIPTS install-data \ |
- install-data-am install-dvi install-dvi-am install-exec \ |
- install-exec-am install-html install-html-am \ |
- install-includeHEADERS install-info install-info-am \ |
- install-libLTLIBRARIES install-man install-man3 install-pdf \ |
+ dist-all dist-bzip2 dist-gzip dist-lzma dist-shar dist-tarZ \ |
+ dist-zip distcheck distclean distclean-compile \ |
+ distclean-generic distclean-hdr distclean-libtool \ |
+ distclean-tags distcleancheck distdir distuninstallcheck dvi \ |
+ dvi-am html html-am info info-am install install-am \ |
+ install-binSCRIPTS install-data install-data-am install-dvi \ |
+ install-dvi-am install-exec install-exec-am install-html \ |
+ install-html-am install-includeHEADERS install-info \ |
+ install-info-am install-libLTLIBRARIES install-man \ |
+ install-man3 install-nodist_includeHEADERS install-pdf \ |
install-pdf-am install-ps install-ps-am install-strip \ |
installcheck installcheck-am installdirs installdirs-am \ |
maintainer-clean maintainer-clean-generic mostlyclean \ |
mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ |
pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \ |
uninstall-binSCRIPTS uninstall-includeHEADERS \ |
- uninstall-libLTLIBRARIES uninstall-man uninstall-man3 |
+ uninstall-libLTLIBRARIES uninstall-man uninstall-man3 \ |
+ uninstall-nodist_includeHEADERS |
event-config.h: config.h |