Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(85)

Side by Side Diff: third_party/libevent/Makefile.in

Issue 412006: posix: upgrade libevent from 1.4.7 to 1.4.13 (Closed)
Patch Set: better readme Created 11 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 # Makefile.in generated by automake 1.10 from Makefile.am. 1 # Makefile.in generated by automake 1.10.1 from Makefile.am.
2 # @configure_input@ 2 # @configure_input@
3 3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006 Free Software Foundation, Inc. 5 # 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
6 # This Makefile.in is free software; the Free Software Foundation 6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it, 7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved. 8 # with or without modifications, as long as this notice is preserved.
9 9
10 # This program is distributed in the hope that it will be useful, 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 11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A 12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE. 13 # PARTICULAR PURPOSE.
14 14
15 @SET_MAKE@ 15 @SET_MAKE@
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs 50 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
51 CONFIG_HEADER = config.h 51 CONFIG_HEADER = config.h
52 CONFIG_CLEAN_FILES = 52 CONFIG_CLEAN_FILES =
53 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 53 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
54 am__vpath_adj = case $$p in \ 54 am__vpath_adj = case $$p in \
55 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 55 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
56 *) f=$$p;; \ 56 *) f=$$p;; \
57 esac; 57 esac;
58 am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; 58 am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
59 am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" \ 59 am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" \
60 » "$(DESTDIR)$(man3dir)" "$(DESTDIR)$(includedir)" 60 » "$(DESTDIR)$(man3dir)" "$(DESTDIR)$(includedir)" \
61 » "$(DESTDIR)$(includedir)"
61 libLTLIBRARIES_INSTALL = $(INSTALL) 62 libLTLIBRARIES_INSTALL = $(INSTALL)
62 LTLIBRARIES = $(lib_LTLIBRARIES) 63 LTLIBRARIES = $(lib_LTLIBRARIES)
63 am__DEPENDENCIES_1 = 64 am__DEPENDENCIES_1 =
64 libevent_la_DEPENDENCIES = @LTLIBOBJS@ $(am__DEPENDENCIES_1) 65 libevent_la_DEPENDENCIES = @LTLIBOBJS@ $(am__DEPENDENCIES_1)
65 am__libevent_la_SOURCES_DIST = event.c buffer.c evbuffer.c log.c \ 66 am__libevent_la_SOURCES_DIST = event.c buffer.c evbuffer.c log.c \
66 evutil.c WIN32-Code/win32.c event_tagging.c http.c evhttp.h \ 67 evutil.c WIN32-Code/win32.c event_tagging.c http.c evhttp.h \
67 http-internal.h evdns.c evdns.h evrpc.c evrpc.h \ 68 http-internal.h evdns.c evdns.h evrpc.c evrpc.h \
68 evrpc-internal.h strlcpy.c strlcpy-internal.h 69 evrpc-internal.h strlcpy.c strlcpy-internal.h
69 @BUILD_WIN32_TRUE@am__objects_1 = win32.lo 70 @BUILD_WIN32_TRUE@am__objects_1 = win32.lo
70 am__objects_2 = event.lo buffer.lo evbuffer.lo log.lo evutil.lo \ 71 am__objects_2 = event.lo buffer.lo evbuffer.lo log.lo evutil.lo \
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
112 html-recursive info-recursive install-data-recursive \ 113 html-recursive info-recursive install-data-recursive \
113 install-dvi-recursive install-exec-recursive \ 114 install-dvi-recursive install-exec-recursive \
114 install-html-recursive install-info-recursive \ 115 install-html-recursive install-info-recursive \
115 install-pdf-recursive install-ps-recursive install-recursive \ 116 install-pdf-recursive install-ps-recursive install-recursive \
116 installcheck-recursive installdirs-recursive pdf-recursive \ 117 installcheck-recursive installdirs-recursive pdf-recursive \
117 ps-recursive uninstall-recursive 118 ps-recursive uninstall-recursive
118 man3dir = $(mandir)/man3 119 man3dir = $(mandir)/man3
119 NROFF = nroff 120 NROFF = nroff
120 MANS = $(man_MANS) 121 MANS = $(man_MANS)
121 includeHEADERS_INSTALL = $(INSTALL_HEADER) 122 includeHEADERS_INSTALL = $(INSTALL_HEADER)
122 HEADERS = $(include_HEADERS) 123 nodist_includeHEADERS_INSTALL = $(INSTALL_HEADER)
124 HEADERS = $(include_HEADERS) $(nodist_include_HEADERS)
123 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 125 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
124 distclean-recursive maintainer-clean-recursive 126 distclean-recursive maintainer-clean-recursive
125 ETAGS = etags 127 ETAGS = etags
126 CTAGS = ctags 128 CTAGS = ctags
127 DIST_SUBDIRS = . sample test 129 DIST_SUBDIRS = . sample test
128 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 130 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
129 distdir = $(PACKAGE)-$(VERSION) 131 distdir = $(PACKAGE)-$(VERSION)
130 top_distdir = $(distdir) 132 top_distdir = $(distdir)
131 am__remove_distdir = \ 133 am__remove_distdir = \
132 { test ! -d $(distdir) \ 134 { test ! -d $(distdir) \
(...skipping 15 matching lines...) Expand all
148 CFLAGS = @CFLAGS@ 150 CFLAGS = @CFLAGS@
149 CPP = @CPP@ 151 CPP = @CPP@
150 CPPFLAGS = @CPPFLAGS@ 152 CPPFLAGS = @CPPFLAGS@
151 CXX = @CXX@ 153 CXX = @CXX@
152 CXXCPP = @CXXCPP@ 154 CXXCPP = @CXXCPP@
153 CXXDEPMODE = @CXXDEPMODE@ 155 CXXDEPMODE = @CXXDEPMODE@
154 CXXFLAGS = @CXXFLAGS@ 156 CXXFLAGS = @CXXFLAGS@
155 CYGPATH_W = @CYGPATH_W@ 157 CYGPATH_W = @CYGPATH_W@
156 DEFS = @DEFS@ 158 DEFS = @DEFS@
157 DEPDIR = @DEPDIR@ 159 DEPDIR = @DEPDIR@
160 DSYMUTIL = @DSYMUTIL@
158 ECHO = @ECHO@ 161 ECHO = @ECHO@
159 ECHO_C = @ECHO_C@ 162 ECHO_C = @ECHO_C@
160 ECHO_N = @ECHO_N@ 163 ECHO_N = @ECHO_N@
161 ECHO_T = @ECHO_T@ 164 ECHO_T = @ECHO_T@
162 EGREP = @EGREP@ 165 EGREP = @EGREP@
163 EXEEXT = @EXEEXT@ 166 EXEEXT = @EXEEXT@
164 F77 = @F77@ 167 F77 = @F77@
165 FFLAGS = @FFLAGS@ 168 FFLAGS = @FFLAGS@
166 GREP = @GREP@ 169 GREP = @GREP@
167 INSTALL = @INSTALL@ 170 INSTALL = @INSTALL@
168 INSTALL_DATA = @INSTALL_DATA@ 171 INSTALL_DATA = @INSTALL_DATA@
169 INSTALL_PROGRAM = @INSTALL_PROGRAM@ 172 INSTALL_PROGRAM = @INSTALL_PROGRAM@
170 INSTALL_SCRIPT = @INSTALL_SCRIPT@ 173 INSTALL_SCRIPT = @INSTALL_SCRIPT@
171 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 174 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
172 LDFLAGS = @LDFLAGS@ 175 LDFLAGS = @LDFLAGS@
173 LIBOBJS = @LIBOBJS@ 176 LIBOBJS = @LIBOBJS@
174 LIBS = @LIBS@ 177 LIBS = @LIBS@
175 LIBTOOL = @LIBTOOL@ 178 LIBTOOL = @LIBTOOL@
176 LIBTOOL_DEPS = @LIBTOOL_DEPS@ 179 LIBTOOL_DEPS = @LIBTOOL_DEPS@
177 LN_S = @LN_S@ 180 LN_S = @LN_S@
178 LTLIBOBJS = @LTLIBOBJS@ 181 LTLIBOBJS = @LTLIBOBJS@
179 MAKEINFO = @MAKEINFO@ 182 MAKEINFO = @MAKEINFO@
180 MKDIR_P = @MKDIR_P@ 183 MKDIR_P = @MKDIR_P@
184 NMEDIT = @NMEDIT@
181 OBJEXT = @OBJEXT@ 185 OBJEXT = @OBJEXT@
182 PACKAGE = @PACKAGE@ 186 PACKAGE = @PACKAGE@
183 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 187 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
184 PACKAGE_NAME = @PACKAGE_NAME@ 188 PACKAGE_NAME = @PACKAGE_NAME@
185 PACKAGE_STRING = @PACKAGE_STRING@ 189 PACKAGE_STRING = @PACKAGE_STRING@
186 PACKAGE_TARNAME = @PACKAGE_TARNAME@ 190 PACKAGE_TARNAME = @PACKAGE_TARNAME@
187 PACKAGE_VERSION = @PACKAGE_VERSION@ 191 PACKAGE_VERSION = @PACKAGE_VERSION@
188 PATH_SEPARATOR = @PATH_SEPARATOR@ 192 PATH_SEPARATOR = @PATH_SEPARATOR@
189 RANLIB = @RANLIB@ 193 RANLIB = @RANLIB@
190 SED = @SED@ 194 SED = @SED@
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
234 oldincludedir = @oldincludedir@ 238 oldincludedir = @oldincludedir@
235 pdfdir = @pdfdir@ 239 pdfdir = @pdfdir@
236 prefix = @prefix@ 240 prefix = @prefix@
237 program_transform_name = @program_transform_name@ 241 program_transform_name = @program_transform_name@
238 psdir = @psdir@ 242 psdir = @psdir@
239 sbindir = @sbindir@ 243 sbindir = @sbindir@
240 sharedstatedir = @sharedstatedir@ 244 sharedstatedir = @sharedstatedir@
241 srcdir = @srcdir@ 245 srcdir = @srcdir@
242 sysconfdir = @sysconfdir@ 246 sysconfdir = @sysconfdir@
243 target_alias = @target_alias@ 247 target_alias = @target_alias@
248 top_build_prefix = @top_build_prefix@
244 top_builddir = @top_builddir@ 249 top_builddir = @top_builddir@
245 top_srcdir = @top_srcdir@ 250 top_srcdir = @top_srcdir@
246 AUTOMAKE_OPTIONS = foreign no-dependencies 251 AUTOMAKE_OPTIONS = foreign no-dependencies
247 252
248 # This is the point release for libevent. It shouldn't include any 253 # This is the point release for libevent. It shouldn't include any
249 # a/b/c/d/e notations. 254 # a/b/c/d/e notations.
250 RELEASE = 1.4 255 RELEASE = 1.4
251 256
252 # This is the version info for the libevent binary API. It has three 257 # This is the version info for the libevent binary API. It has three
253 # numbers: 258 # numbers:
(...skipping 13 matching lines...) Expand all
267 # 272 #
268 # Otherwise, we're changing the binary API and breaking bakward 273 # Otherwise, we're changing the binary API and breaking bakward
269 # compatibility with old binaries. Increment Current. Set Age to 0, 274 # compatibility with old binaries. Increment Current. Set Age to 0,
270 # since we're backward compatible with no previous APIs. Set Revision 275 # since we're backward compatible with no previous APIs. Set Revision
271 # to 0 too. 276 # to 0 too.
272 277
273 # History: 278 # History:
274 # Libevent 1.4.1 was 2:0:0 279 # Libevent 1.4.1 was 2:0:0
275 # Libevent 1.4.2 should be 3:0:0 280 # Libevent 1.4.2 should be 3:0:0
276 # Libevent 1.4.5 is 3:0:1 (we forgot to increment in the past) 281 # Libevent 1.4.5 is 3:0:1 (we forgot to increment in the past)
277 VERSION_INFO = 3:1:1 282 VERSION_INFO = 3:3:1
278 bin_SCRIPTS = event_rpcgen.py 283 bin_SCRIPTS = event_rpcgen.py
279 EXTRA_DIST = autogen.sh event.h event-internal.h log.h evsignal.h evdns.3 \ 284 EXTRA_DIST = autogen.sh event.h event-internal.h log.h evsignal.h evdns.3 \
280 evrpc.h evrpc-internal.h min_heap.h \ 285 evrpc.h evrpc-internal.h min_heap.h \
281 event.3 \ 286 event.3 \
287 Doxyfile \
282 kqueue.c epoll_sub.c epoll.c select.c poll.c signal.c \ 288 kqueue.c epoll_sub.c epoll.c select.c poll.c signal.c \
283 evport.c devpoll.c event_rpcgen.py \ 289 evport.c devpoll.c event_rpcgen.py \
284 sample/Makefile.am sample/Makefile.in sample/event-test.c \ 290 sample/Makefile.am sample/Makefile.in sample/event-test.c \
285 sample/signal-test.c sample/time-test.c \ 291 sample/signal-test.c sample/time-test.c \
286 test/Makefile.am test/Makefile.in test/bench.c test/regress.c \ 292 test/Makefile.am test/Makefile.in test/bench.c test/regress.c \
287 test/test-eof.c test/test-weof.c test/test-time.c \ 293 test/test-eof.c test/test-weof.c test/test-time.c \
288 test/test-init.c test/test.sh \ 294 test/test-init.c test/test.sh \
289 » compat/sys/queue.h compat/sys/_time.h \ 295 » compat/sys/queue.h compat/sys/_libevent_time.h \
290 WIN32-Code/config.h \ 296 WIN32-Code/config.h \
297 WIN32-Code/event-config.h \
291 WIN32-Code/win32.c \ 298 WIN32-Code/win32.c \
292 WIN32-Code/tree.h \ 299 WIN32-Code/tree.h \
293 WIN32-Prj/event_test/event_test.dsp \ 300 WIN32-Prj/event_test/event_test.dsp \
294 WIN32-Prj/event_test/test.txt WIN32-Prj/libevent.dsp \ 301 WIN32-Prj/event_test/test.txt WIN32-Prj/libevent.dsp \
295 WIN32-Prj/libevent.dsw WIN32-Prj/signal_test/signal_test.dsp \ 302 WIN32-Prj/libevent.dsw WIN32-Prj/signal_test/signal_test.dsp \
296 WIN32-Prj/time_test/time_test.dsp WIN32-Prj/regress/regress.vcproj \ 303 WIN32-Prj/time_test/time_test.dsp WIN32-Prj/regress/regress.vcproj \
297 WIN32-Prj/libevent.sln WIN32-Prj/libevent.vcproj 304 WIN32-Prj/libevent.sln WIN32-Prj/libevent.vcproj
298 305
299 lib_LTLIBRARIES = libevent.la libevent_core.la libevent_extra.la 306 lib_LTLIBRARIES = libevent.la libevent_core.la libevent_extra.la
300 @BUILD_WIN32_FALSE@SUBDIRS = . sample test 307 @BUILD_WIN32_FALSE@SUBDIRS = . sample test
(...skipping 12 matching lines...) Expand all
313 320
314 libevent_la_SOURCES = $(CORE_SRC) $(EXTRA_SRC) 321 libevent_la_SOURCES = $(CORE_SRC) $(EXTRA_SRC)
315 libevent_la_LIBADD = @LTLIBOBJS@ $(SYS_LIBS) 322 libevent_la_LIBADD = @LTLIBOBJS@ $(SYS_LIBS)
316 libevent_la_LDFLAGS = -release $(RELEASE) -version-info $(VERSION_INFO) 323 libevent_la_LDFLAGS = -release $(RELEASE) -version-info $(VERSION_INFO)
317 libevent_core_la_SOURCES = $(CORE_SRC) 324 libevent_core_la_SOURCES = $(CORE_SRC)
318 libevent_core_la_LIBADD = @LTLIBOBJS@ $(SYS_LIBS) 325 libevent_core_la_LIBADD = @LTLIBOBJS@ $(SYS_LIBS)
319 libevent_core_la_LDFLAGS = -release $(RELEASE) -version-info $(VERSION_INFO) 326 libevent_core_la_LDFLAGS = -release $(RELEASE) -version-info $(VERSION_INFO)
320 libevent_extra_la_SOURCES = $(EXTRA_SRC) 327 libevent_extra_la_SOURCES = $(EXTRA_SRC)
321 libevent_extra_la_LIBADD = @LTLIBOBJS@ $(SYS_LIBS) 328 libevent_extra_la_LIBADD = @LTLIBOBJS@ $(SYS_LIBS)
322 libevent_extra_la_LDFLAGS = -release $(RELEASE) -version-info $(VERSION_INFO) 329 libevent_extra_la_LDFLAGS = -release $(RELEASE) -version-info $(VERSION_INFO)
323 include_HEADERS = event.h evhttp.h evdns.h evrpc.h evutil.h event-config.h 330 include_HEADERS = event.h evhttp.h evdns.h evrpc.h evutil.h
331 nodist_include_HEADERS = event-config.h
324 INCLUDES = -I$(srcdir)/compat $(SYS_INCLUDES) 332 INCLUDES = -I$(srcdir)/compat $(SYS_INCLUDES)
325 man_MANS = event.3 evdns.3 333 man_MANS = event.3 evdns.3
326 DISTCLEANFILES = *~ event-config.h 334 DISTCLEANFILES = *~ event-config.h
327 all: $(BUILT_SOURCES) config.h 335 all: $(BUILT_SOURCES) config.h
328 $(MAKE) $(AM_MAKEFLAGS) all-recursive 336 $(MAKE) $(AM_MAKEFLAGS) all-recursive
329 337
330 .SUFFIXES: 338 .SUFFIXES:
331 .SUFFIXES: .c .lo .o .obj 339 .SUFFIXES: .c .lo .o .obj
332 am--refresh: 340 am--refresh:
333 @: 341 @:
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
378 touch $@ 386 touch $@
379 387
380 distclean-hdr: 388 distclean-hdr:
381 -rm -f config.h stamp-h1 389 -rm -f config.h stamp-h1
382 install-libLTLIBRARIES: $(lib_LTLIBRARIES) 390 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
383 @$(NORMAL_INSTALL) 391 @$(NORMAL_INSTALL)
384 test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)" 392 test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
385 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ 393 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
386 if test -f $$p; then \ 394 if test -f $$p; then \
387 f=$(am__strip_dir) \ 395 f=$(am__strip_dir) \
388 » echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL _STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \ 396 » echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'" ; \
389 » $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_ FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \ 397 » $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLT LIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
390 else :; fi; \ 398 else :; fi; \
391 done 399 done
392 400
393 uninstall-libLTLIBRARIES: 401 uninstall-libLTLIBRARIES:
394 @$(NORMAL_UNINSTALL) 402 @$(NORMAL_UNINSTALL)
395 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ 403 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
396 p=$(am__strip_dir) \ 404 p=$(am__strip_dir) \
397 » echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \ 405 » echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
398 » $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \ 406 » $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f " $(DESTDIR)$(libdir)/$$p"; \
399 done 407 done
400 408
401 clean-libLTLIBRARIES: 409 clean-libLTLIBRARIES:
402 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) 410 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
403 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ 411 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
404 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ 412 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
405 test "$$dir" != "$$p" || dir=.; \ 413 test "$$dir" != "$$p" || dir=.; \
406 echo "rm -f \"$${dir}/so_locations\""; \ 414 echo "rm -f \"$${dir}/so_locations\""; \
407 rm -f "$${dir}/so_locations"; \ 415 rm -f "$${dir}/so_locations"; \
408 done 416 done
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
513 $(includeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(includedir)/$$f"; \ 521 $(includeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(includedir)/$$f"; \
514 done 522 done
515 523
516 uninstall-includeHEADERS: 524 uninstall-includeHEADERS:
517 @$(NORMAL_UNINSTALL) 525 @$(NORMAL_UNINSTALL)
518 @list='$(include_HEADERS)'; for p in $$list; do \ 526 @list='$(include_HEADERS)'; for p in $$list; do \
519 f=$(am__strip_dir) \ 527 f=$(am__strip_dir) \
520 echo " rm -f '$(DESTDIR)$(includedir)/$$f'"; \ 528 echo " rm -f '$(DESTDIR)$(includedir)/$$f'"; \
521 rm -f "$(DESTDIR)$(includedir)/$$f"; \ 529 rm -f "$(DESTDIR)$(includedir)/$$f"; \
522 done 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)$(included ir)/$$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
523 548
524 # This directory's subdirectories are mostly independent; you can cd 549 # This directory's subdirectories are mostly independent; you can cd
525 # into them and run `make' without going through this Makefile. 550 # into them and run `make' without going through this Makefile.
526 # To change the values of `make' variables: instead of editing Makefiles, 551 # To change the values of `make' variables: instead of editing Makefiles,
527 # (1) if the variable is set in `config.status', edit `config.status' 552 # (1) if the variable is set in `config.status', edit `config.status'
528 # (which will cause the Makefiles to be regenerated when you run `make'); 553 # (which will cause the Makefiles to be regenerated when you run `make');
529 # (2) otherwise, pass the desired values on the `make' command line. 554 # (2) otherwise, pass the desired values on the `make' command line.
530 $(RECURSIVE_TARGETS): 555 $(RECURSIVE_TARGETS):
531 @failcom='exit 1'; \ 556 @failcom='exit 1'; \
532 for f in x $$MAKEFLAGS; do \ 557 for f in x $$MAKEFLAGS; do \
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
589 ctags-recursive: 614 ctags-recursive:
590 list='$(SUBDIRS)'; for subdir in $$list; do \ 615 list='$(SUBDIRS)'; for subdir in $$list; do \
591 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ 616 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
592 done 617 done
593 618
594 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 619 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
595 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 620 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
596 unique=`for i in $$list; do \ 621 unique=`for i in $$list; do \
597 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 622 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
598 done | \ 623 done | \
599 » $(AWK) ' { files[$$0] = 1; } \ 624 » $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
600 » END { for (i in files) print i; }'`; \ 625 » END { if (nonempty) { for (i in files) print i; }; }'`; \
601 mkid -fID $$unique 626 mkid -fID $$unique
602 tags: TAGS 627 tags: TAGS
603 628
604 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ 629 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
605 $(TAGS_FILES) $(LISP) 630 $(TAGS_FILES) $(LISP)
606 tags=; \ 631 tags=; \
607 here=`pwd`; \ 632 here=`pwd`; \
608 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 633 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
609 include_option=--etags-include; \ 634 include_option=--etags-include; \
610 empty_fix=.; \ 635 empty_fix=.; \
611 else \ 636 else \
612 include_option=--include; \ 637 include_option=--include; \
613 empty_fix=; \ 638 empty_fix=; \
614 fi; \ 639 fi; \
615 list='$(SUBDIRS)'; for subdir in $$list; do \ 640 list='$(SUBDIRS)'; for subdir in $$list; do \
616 if test "$$subdir" = .; then :; else \ 641 if test "$$subdir" = .; then :; else \
617 test ! -f $$subdir/TAGS || \ 642 test ! -f $$subdir/TAGS || \
618 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \ 643 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
619 fi; \ 644 fi; \
620 done; \ 645 done; \
621 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ 646 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
622 unique=`for i in $$list; do \ 647 unique=`for i in $$list; do \
623 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 648 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
624 done | \ 649 done | \
625 » $(AWK) ' { files[$$0] = 1; } \ 650 » $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
626 » END { for (i in files) print i; }'`; \ 651 » END { if (nonempty) { for (i in files) print i; }; }'`; \
627 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ 652 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
628 test -n "$$unique" || unique=$$empty_fix; \ 653 test -n "$$unique" || unique=$$empty_fix; \
629 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 654 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
630 $$tags $$unique; \ 655 $$tags $$unique; \
631 fi 656 fi
632 ctags: CTAGS 657 ctags: CTAGS
633 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ 658 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
634 $(TAGS_FILES) $(LISP) 659 $(TAGS_FILES) $(LISP)
635 tags=; \ 660 tags=; \
636 here=`pwd`; \
637 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ 661 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
638 unique=`for i in $$list; do \ 662 unique=`for i in $$list; do \
639 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 663 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
640 done | \ 664 done | \
641 » $(AWK) ' { files[$$0] = 1; } \ 665 » $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
642 » END { for (i in files) print i; }'`; \ 666 » END { if (nonempty) { for (i in files) print i; }; }'`; \
643 test -z "$(CTAGS_ARGS)$$tags$$unique" \ 667 test -z "$(CTAGS_ARGS)$$tags$$unique" \
644 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 668 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
645 $$tags $$unique 669 $$tags $$unique
646 670
647 GTAGS: 671 GTAGS:
648 here=`$(am__cd) $(top_builddir) && pwd` \ 672 here=`$(am__cd) $(top_builddir) && pwd` \
649 && cd $(top_srcdir) \ 673 && cd $(top_srcdir) \
650 && gtags -i $(GTAGS_ARGS) $$here 674 && gtags -i $(GTAGS_ARGS) $$here
651 675
652 distclean-tags: 676 distclean-tags:
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
703 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ 727 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
704 || chmod -R a+r $(distdir) 728 || chmod -R a+r $(distdir)
705 dist-gzip: distdir 729 dist-gzip: distdir
706 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).t ar.gz 730 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).t ar.gz
707 $(am__remove_distdir) 731 $(am__remove_distdir)
708 732
709 dist-bzip2: distdir 733 dist-bzip2: distdir
710 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 734 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
711 $(am__remove_distdir) 735 $(am__remove_distdir)
712 736
737 dist-lzma: distdir
738 tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
739 $(am__remove_distdir)
740
713 dist-tarZ: distdir 741 dist-tarZ: distdir
714 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z 742 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
715 $(am__remove_distdir) 743 $(am__remove_distdir)
716 744
717 dist-shar: distdir 745 dist-shar: distdir
718 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz 746 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
719 $(am__remove_distdir) 747 $(am__remove_distdir)
720 748
721 dist-zip: distdir 749 dist-zip: distdir
722 -rm -f $(distdir).zip 750 -rm -f $(distdir).zip
723 zip -rq $(distdir).zip $(distdir) 751 zip -rq $(distdir).zip $(distdir)
724 $(am__remove_distdir) 752 $(am__remove_distdir)
725 753
726 dist dist-all: distdir 754 dist dist-all: distdir
727 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).t ar.gz 755 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).t ar.gz
728 $(am__remove_distdir) 756 $(am__remove_distdir)
729 757
730 # This target untars the dist file and tries a VPATH configuration. Then 758 # This target untars the dist file and tries a VPATH configuration. Then
731 # it guarantees that the distribution is self-contained by making another 759 # it guarantees that the distribution is self-contained by making another
732 # tarfile. 760 # tarfile.
733 distcheck: dist 761 distcheck: dist
734 case '$(DIST_ARCHIVES)' in \ 762 case '$(DIST_ARCHIVES)' in \
735 *.tar.gz*) \ 763 *.tar.gz*) \
736 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\ 764 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
737 *.tar.bz2*) \ 765 *.tar.bz2*) \
738 bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\ 766 bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
767 *.tar.lzma*) \
768 unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
739 *.tar.Z*) \ 769 *.tar.Z*) \
740 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ 770 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
741 *.shar.gz*) \ 771 *.shar.gz*) \
742 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\ 772 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
743 *.zip*) \ 773 *.zip*) \
744 unzip $(distdir).zip ;;\ 774 unzip $(distdir).zip ;;\
745 esac 775 esac
746 chmod -R a-w $(distdir); chmod a+w $(distdir) 776 chmod -R a-w $(distdir); chmod a+w $(distdir)
747 mkdir $(distdir)/_build 777 mkdir $(distdir)/_build
748 mkdir $(distdir)/_inst 778 mkdir $(distdir)/_inst
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
793 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ 823 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
794 || { echo "ERROR: files left in build directory after distclean:" ; \ 824 || { echo "ERROR: files left in build directory after distclean:" ; \
795 $(distcleancheck_listfiles) ; \ 825 $(distcleancheck_listfiles) ; \
796 exit 1; } >&2 826 exit 1; } >&2
797 check-am: all-am 827 check-am: all-am
798 check: $(BUILT_SOURCES) 828 check: $(BUILT_SOURCES)
799 $(MAKE) $(AM_MAKEFLAGS) check-recursive 829 $(MAKE) $(AM_MAKEFLAGS) check-recursive
800 all-am: Makefile $(LTLIBRARIES) $(SCRIPTS) $(MANS) $(HEADERS) config.h 830 all-am: Makefile $(LTLIBRARIES) $(SCRIPTS) $(MANS) $(HEADERS) config.h
801 installdirs: installdirs-recursive 831 installdirs: installdirs-recursive
802 installdirs-am: 832 installdirs-am:
803 » for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man3 dir)" "$(DESTDIR)$(includedir)"; do \ 833 » for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man3 dir)" "$(DESTDIR)$(includedir)" "$(DESTDIR)$(includedir)"; do \
804 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 834 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
805 done 835 done
806 install: $(BUILT_SOURCES) 836 install: $(BUILT_SOURCES)
807 $(MAKE) $(AM_MAKEFLAGS) install-recursive 837 $(MAKE) $(AM_MAKEFLAGS) install-recursive
808 install-exec: install-exec-recursive 838 install-exec: install-exec-recursive
809 install-data: install-data-recursive 839 install-data: install-data-recursive
810 uninstall: uninstall-recursive 840 uninstall: uninstall-recursive
811 841
812 install-am: all-am 842 install-am: all-am
813 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 843 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
(...skipping 30 matching lines...) Expand all
844 dvi: dvi-recursive 874 dvi: dvi-recursive
845 875
846 dvi-am: 876 dvi-am:
847 877
848 html: html-recursive 878 html: html-recursive
849 879
850 info: info-recursive 880 info: info-recursive
851 881
852 info-am: 882 info-am:
853 883
854 install-data-am: install-includeHEADERS install-man 884 install-data-am: install-includeHEADERS install-man \
885 » install-nodist_includeHEADERS
855 886
856 install-dvi: install-dvi-recursive 887 install-dvi: install-dvi-recursive
857 888
858 install-exec-am: install-binSCRIPTS install-libLTLIBRARIES 889 install-exec-am: install-binSCRIPTS install-libLTLIBRARIES
859 890
860 install-html: install-html-recursive 891 install-html: install-html-recursive
861 892
862 install-info: install-info-recursive 893 install-info: install-info-recursive
863 894
864 install-man: install-man3 895 install-man: install-man3
(...skipping 17 matching lines...) Expand all
882 913
883 pdf: pdf-recursive 914 pdf: pdf-recursive
884 915
885 pdf-am: 916 pdf-am:
886 917
887 ps: ps-recursive 918 ps: ps-recursive
888 919
889 ps-am: 920 ps-am:
890 921
891 uninstall-am: uninstall-binSCRIPTS uninstall-includeHEADERS \ 922 uninstall-am: uninstall-binSCRIPTS uninstall-includeHEADERS \
892 » uninstall-libLTLIBRARIES uninstall-man 923 » uninstall-libLTLIBRARIES uninstall-man \
924 » uninstall-nodist_includeHEADERS
893 925
894 uninstall-man: uninstall-man3 926 uninstall-man: uninstall-man3
895 927
896 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \ 928 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
897 install-strip 929 install-strip
898 930
899 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ 931 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
900 all all-am am--refresh check check-am clean clean-generic \ 932 all all-am am--refresh check check-am clean clean-generic \
901 clean-libLTLIBRARIES clean-libtool ctags ctags-recursive dist \ 933 clean-libLTLIBRARIES clean-libtool ctags ctags-recursive dist \
902 » dist-all dist-bzip2 dist-gzip dist-shar dist-tarZ dist-zip \ 934 » dist-all dist-bzip2 dist-gzip dist-lzma dist-shar dist-tarZ \
903 » distcheck distclean distclean-compile distclean-generic \ 935 » dist-zip distcheck distclean distclean-compile \
904 » distclean-hdr distclean-libtool distclean-tags distcleancheck \ 936 » distclean-generic distclean-hdr distclean-libtool \
905 » distdir distuninstallcheck dvi dvi-am html html-am info \ 937 » distclean-tags distcleancheck distdir distuninstallcheck dvi \
906 » info-am install install-am install-binSCRIPTS install-data \ 938 » dvi-am html html-am info info-am install install-am \
907 » install-data-am install-dvi install-dvi-am install-exec \ 939 » install-binSCRIPTS install-data install-data-am install-dvi \
908 » install-exec-am install-html install-html-am \ 940 » install-dvi-am install-exec install-exec-am install-html \
909 » install-includeHEADERS install-info install-info-am \ 941 » install-html-am install-includeHEADERS install-info \
910 » install-libLTLIBRARIES install-man install-man3 install-pdf \ 942 » install-info-am install-libLTLIBRARIES install-man \
943 » install-man3 install-nodist_includeHEADERS install-pdf \
911 install-pdf-am install-ps install-ps-am install-strip \ 944 install-pdf-am install-ps install-ps-am install-strip \
912 installcheck installcheck-am installdirs installdirs-am \ 945 installcheck installcheck-am installdirs installdirs-am \
913 maintainer-clean maintainer-clean-generic mostlyclean \ 946 maintainer-clean maintainer-clean-generic mostlyclean \
914 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ 947 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
915 pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \ 948 pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
916 uninstall-binSCRIPTS uninstall-includeHEADERS \ 949 uninstall-binSCRIPTS uninstall-includeHEADERS \
917 » uninstall-libLTLIBRARIES uninstall-man uninstall-man3 950 » uninstall-libLTLIBRARIES uninstall-man uninstall-man3 \
951 » uninstall-nodist_includeHEADERS
918 952
919 953
920 event-config.h: config.h 954 event-config.h: config.h
921 echo '/* event-config.h' > $@ 955 echo '/* event-config.h' > $@
922 echo ' * Generated by autoconf; post-processed by libevent.' >> $@ 956 echo ' * Generated by autoconf; post-processed by libevent.' >> $@
923 echo ' * Do not edit this file.' >> $@ 957 echo ' * Do not edit this file.' >> $@
924 echo ' * Do not rely on macros in this file existing in later versions.' >> $@ 958 echo ' * Do not rely on macros in this file existing in later versions.' >> $@
925 echo ' */' >> $@ 959 echo ' */' >> $@
926 echo '#ifndef _EVENT_CONFIG_H_' >> $@ 960 echo '#ifndef _EVENT_CONFIG_H_' >> $@
927 echo '#define _EVENT_CONFIG_H_' >> $@ 961 echo '#define _EVENT_CONFIG_H_' >> $@
928 962
929 sed -e 's/#define /#define _EVENT_/' \ 963 sed -e 's/#define /#define _EVENT_/' \
930 -e 's/#undef /#undef _EVENT_/' \ 964 -e 's/#undef /#undef _EVENT_/' \
931 -e 's/#ifndef /#ifndef _EVENT_/' < config.h >> $@ 965 -e 's/#ifndef /#ifndef _EVENT_/' < config.h >> $@
932 echo "#endif" >> $@ 966 echo "#endif" >> $@
933 967
934 verify: libevent.la 968 verify: libevent.la
935 cd test && make verify 969 cd test && make verify
936 970
937 doxygen: FORCE 971 doxygen: FORCE
938 doxygen $(srcdir)/Doxyfile 972 doxygen $(srcdir)/Doxyfile
939 FORCE: 973 FORCE:
940 # Tell versions [3.59,3.63) of GNU make to not export all variables. 974 # Tell versions [3.59,3.63) of GNU make to not export all variables.
941 # Otherwise a system limit (for SysV at least) may be exceeded. 975 # Otherwise a system limit (for SysV at least) may be exceeded.
942 .NOEXPORT: 976 .NOEXPORT:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698