~ubuntu-branches/ubuntu/lucid/libevent/lucid

« back to all changes in this revision

Viewing changes to sample/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Anibal Monsalve Salazar
  • Date: 2009-05-15 20:11:06 UTC
  • mfrom: (1.3.1 upstream) (5.2.1 sid)
  • Revision ID: james.westby@ubuntu.com-20090515201106-auauq7m2l4sej5n9
Tags: 1.4.11-stable-1
* New upstream release 
  - Fix a bug when removing a timeout from the heap
  - Remove the limit on size of HTTP headers by removing static buffers
  - Fix a nasty dangling pointer bug in epoll.c that could occur after
    epoll_recalc() 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10 from Makefile.am.
 
1
# Makefile.in generated by automake 1.10.1 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
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
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
8
8
# with or without modifications, as long as this notice is preserved.
40
40
am__aclocal_m4_deps = $(top_srcdir)/configure.in
41
41
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
42
42
        $(ACLOCAL_M4)
43
 
mkinstalldirs = $(install_sh) -d
 
43
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
44
44
CONFIG_HEADER = $(top_builddir)/config.h
45
45
CONFIG_CLEAN_FILES =
46
46
PROGRAMS = $(noinst_PROGRAMS)
56
56
time_test_OBJECTS = time-test.$(OBJEXT)
57
57
time_test_LDADD = $(LDADD)
58
58
time_test_DEPENDENCIES = ../libevent.la
59
 
DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@
 
59
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
60
60
depcomp =
61
61
am__depfiles_maybe =
62
62
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
92
92
CYGPATH_W = @CYGPATH_W@
93
93
DEFS = @DEFS@
94
94
DEPDIR = @DEPDIR@
 
95
DSYMUTIL = @DSYMUTIL@
95
96
ECHO = @ECHO@
96
97
ECHO_C = @ECHO_C@
97
98
ECHO_N = @ECHO_N@
113
114
LIBTOOL_DEPS = @LIBTOOL_DEPS@
114
115
LN_S = @LN_S@
115
116
LTLIBOBJS = @LTLIBOBJS@
116
 
MAINT = @MAINT@
117
117
MAKEINFO = @MAKEINFO@
118
118
MKDIR_P = @MKDIR_P@
 
119
NMEDIT = @NMEDIT@
119
120
OBJEXT = @OBJEXT@
120
121
PACKAGE = @PACKAGE@
121
122
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
125
126
PACKAGE_VERSION = @PACKAGE_VERSION@
126
127
PATH_SEPARATOR = @PATH_SEPARATOR@
127
128
RANLIB = @RANLIB@
 
129
SED = @SED@
128
130
SET_MAKE = @SET_MAKE@
129
131
SHELL = @SHELL@
130
132
STRIP = @STRIP@
178
180
srcdir = @srcdir@
179
181
sysconfdir = @sysconfdir@
180
182
target_alias = @target_alias@
 
183
top_build_prefix = @top_build_prefix@
181
184
top_builddir = @top_builddir@
182
185
top_srcdir = @top_srcdir@
183
186
AUTOMAKE_OPTIONS = foreign no-dependencies
184
187
LDADD = ../libevent.la
185
 
AM_CFLAGS = -I../compat
 
188
AM_CFLAGS = -I$(top_srcdir) -I$(top_srcdir)/compat
186
189
event_test_sources = event-test.c
187
190
time_test_sources = time-test.c
188
191
signal_test_sources = signal-test.c
191
194
 
192
195
.SUFFIXES:
193
196
.SUFFIXES: .c .lo .o .obj
194
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
197
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
195
198
        @for dep in $?; do \
196
199
          case '$(am__configure_deps)' in \
197
200
            *$$dep*) \
216
219
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
217
220
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
218
221
 
219
 
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
222
$(top_srcdir)/configure:  $(am__configure_deps)
220
223
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
221
 
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
224
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
222
225
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
223
226
 
224
227
clean-noinstPROGRAMS:
263
266
        unique=`for i in $$list; do \
264
267
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
265
268
          done | \
266
 
          $(AWK) '    { files[$$0] = 1; } \
267
 
               END { for (i in files) print i; }'`; \
 
269
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
270
              END { if (nonempty) { for (i in files) print i; }; }'`; \
268
271
        mkid -fID $$unique
269
272
tags: TAGS
270
273
 
276
279
        unique=`for i in $$list; do \
277
280
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
278
281
          done | \
279
 
          $(AWK) '    { files[$$0] = 1; } \
280
 
               END { for (i in files) print i; }'`; \
 
282
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
283
              END { if (nonempty) { for (i in files) print i; }; }'`; \
281
284
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
282
285
          test -n "$$unique" || unique=$$empty_fix; \
283
286
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
287
290
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
288
291
                $(TAGS_FILES) $(LISP)
289
292
        tags=; \
290
 
        here=`pwd`; \
291
293
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
292
294
        unique=`for i in $$list; do \
293
295
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
294
296
          done | \
295
 
          $(AWK) '    { files[$$0] = 1; } \
296
 
               END { for (i in files) print i; }'`; \
 
297
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
298
              END { if (nonempty) { for (i in files) print i; }; }'`; \
297
299
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
298
300
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
299
301
             $$tags $$unique