~cmiller/ubuntu/karmic/couchdb/fix-init-overeager-su

« back to all changes in this revision

Viewing changes to test/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Elliot Murphy
  • Date: 2009-08-31 09:06:26 UTC
  • mfrom: (1.2.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20090831090626-2jnyuxjzrhzyg2f6
Tags: 0.10.0~svn809550-0ubuntu1
* New snapshot of couchdb 0.10.x stable prerelease branch (LP: #421971)
  - fixes a process leak in local changes feed consumer
  - disables internal gen_server timeouts
  - minimize the number of full commits
  - follow 302 redirects during replication
  - more precise and accurate calculation of replication progress
  - added crypto export notice to README
  - Fix for problem where HEAD requests that would have a chunked responses
    would send the chunked response anyway.
  - send deleted docs to changes filters and protect against missing
    filters.
  - merge cascading auth patch by Jason Davies, closes COUCHDB-478
* Drop debian/patches/oauth_ini_users.patch as it has been merged upstream.
* debian/postrm
  - don't try to delete couchdb system user/group (LP: #387945)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11 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, 2007, 2008  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
6
# Inc.
6
7
# This Makefile.in is free software; the Free Software Foundation
7
8
# gives unlimited permission to copy and/or distribute it,
8
9
# with or without modifications, as long as this notice is preserved.
15
16
@SET_MAKE@
16
17
VPATH = @srcdir@
17
18
pkgdatadir = $(datadir)/@PACKAGE@
 
19
pkgincludedir = $(includedir)/@PACKAGE@
18
20
pkglibdir = $(libdir)/@PACKAGE@
19
 
pkgincludedir = $(includedir)/@PACKAGE@
 
21
pkglibexecdir = $(libexecdir)/@PACKAGE@
20
22
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
21
23
install_sh_DATA = $(install_sh) -c -m 644
22
24
install_sh_PROGRAM = $(install_sh) -c
42
44
mkinstalldirs = $(install_sh) -d
43
45
CONFIG_HEADER = $(top_builddir)/config.h
44
46
CONFIG_CLEAN_FILES =
 
47
CONFIG_CLEAN_VPATH_FILES =
45
48
SOURCES =
46
49
DIST_SOURCES =
47
50
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
61
64
CURL_CONFIG = @CURL_CONFIG@
62
65
CURL_LDFLAGS = @CURL_LDFLAGS@
63
66
CURL_LIBS = @CURL_LIBS@
64
 
CXX = @CXX@
65
 
CXXCPP = @CXXCPP@
66
 
CXXDEPMODE = @CXXDEPMODE@
67
 
CXXFLAGS = @CXXFLAGS@
68
67
CYGPATH_W = @CYGPATH_W@
69
68
DEFS = @DEFS@
70
69
DEPDIR = @DEPDIR@
71
70
DSYMUTIL = @DSYMUTIL@
72
 
ECHO = @ECHO@
 
71
DUMPBIN = @DUMPBIN@
73
72
ECHO_C = @ECHO_C@
74
73
ECHO_N = @ECHO_N@
75
74
ECHO_T = @ECHO_T@
78
77
ERLC = @ERLC@
79
78
ERLC_FLAGS = @ERLC_FLAGS@
80
79
EXEEXT = @EXEEXT@
81
 
F77 = @F77@
82
 
FFLAGS = @FFLAGS@
 
80
FGREP = @FGREP@
83
81
FLAGS = @FLAGS@
84
82
GREP = @GREP@
85
83
HELP2MAN_EXECUTABLE = @HELP2MAN_EXECUTABLE@
95
93
INSTALL_PROGRAM = @INSTALL_PROGRAM@
96
94
INSTALL_SCRIPT = @INSTALL_SCRIPT@
97
95
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
96
LD = @LD@
98
97
LDFLAGS = @LDFLAGS@
99
98
LIBOBJS = @LIBOBJS@
100
99
LIBS = @LIBS@
101
100
LIBTOOL = @LIBTOOL@
 
101
LIPO = @LIPO@
102
102
LN_S = @LN_S@
103
103
LTLIBOBJS = @LTLIBOBJS@
104
104
MAKEINFO = @MAKEINFO@
105
105
MKDIR_P = @MKDIR_P@
 
106
NM = @NM@
106
107
NMEDIT = @NMEDIT@
 
108
OBJDUMP = @OBJDUMP@
107
109
OBJEXT = @OBJEXT@
 
110
OTOOL = @OTOOL@
 
111
OTOOL64 = @OTOOL64@
108
112
PACKAGE = @PACKAGE@
109
113
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
110
114
PACKAGE_NAME = @PACKAGE_NAME@
111
115
PACKAGE_STRING = @PACKAGE_STRING@
112
116
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
117
PACKAGE_URL = @PACKAGE_URL@
113
118
PACKAGE_VERSION = @PACKAGE_VERSION@
114
119
PATH_SEPARATOR = @PATH_SEPARATOR@
115
120
RANLIB = @RANLIB@
123
128
abs_top_builddir = @abs_top_builddir@
124
129
abs_top_srcdir = @abs_top_srcdir@
125
130
ac_ct_CC = @ac_ct_CC@
126
 
ac_ct_CXX = @ac_ct_CXX@
127
 
ac_ct_F77 = @ac_ct_F77@
 
131
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
128
132
am__include = @am__include@
129
133
am__leading_dot = @am__leading_dot@
130
134
am__quote = @am__quote@
167
171
localstatelibdir = @localstatelibdir@
168
172
localstatelogdir = @localstatelogdir@
169
173
localstaterundir = @localstaterundir@
 
174
lt_ECHO = @lt_ECHO@
170
175
mandir = @mandir@
171
176
mkdir_p = @mkdir_p@
172
177
oldincludedir = @oldincludedir@
184
189
srcdir = @srcdir@
185
190
sysconfdir = @sysconfdir@
186
191
target_alias = @target_alias@
 
192
top_build_prefix = @top_build_prefix@
187
193
top_builddir = @top_builddir@
188
194
top_srcdir = @top_srcdir@
189
195
version = @version@
208
214
        @for dep in $?; do \
209
215
          case '$(am__configure_deps)' in \
210
216
            *$$dep*) \
211
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
212
 
                && exit 0; \
 
217
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
218
                && { if test -f $@; then exit 0; else break; fi; }; \
213
219
              exit 1;; \
214
220
          esac; \
215
221
        done; \
216
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  test/Makefile'; \
217
 
        cd $(top_srcdir) && \
218
 
          $(AUTOMAKE) --foreign  test/Makefile
 
222
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign test/Makefile'; \
 
223
        $(am__cd) $(top_srcdir) && \
 
224
          $(AUTOMAKE) --foreign test/Makefile
219
225
.PRECIOUS: Makefile
220
226
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
221
227
        @case '$?' in \
233
239
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
234
240
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
235
241
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
242
$(am__aclocal_m4_deps):
236
243
 
237
244
mostlyclean-libtool:
238
245
        -rm -f *.lo
262
269
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
263
270
          if test -d $$d/$$file; then \
264
271
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
272
            if test -d "$(distdir)/$$file"; then \
 
273
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
274
            fi; \
265
275
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
266
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
276
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
277
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
267
278
            fi; \
268
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
279
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
269
280
          else \
270
 
            test -f $(distdir)/$$file \
271
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
281
            test -f "$(distdir)/$$file" \
 
282
            || cp -p $$d/$$file "$(distdir)/$$file" \
272
283
            || exit 1; \
273
284
          fi; \
274
285
        done
297
308
 
298
309
distclean-generic:
299
310
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
311
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
300
312
 
301
313
maintainer-clean-generic:
302
314
        @echo "This command is intended for maintainers to use"
315
327
 
316
328
html: html-am
317
329
 
 
330
html-am:
 
331
 
318
332
info: info-am
319
333
 
320
334
info-am:
323
337
 
324
338
install-dvi: install-dvi-am
325
339
 
 
340
install-dvi-am:
 
341
 
326
342
install-exec-am:
327
343
 
328
344
install-html: install-html-am
329
345
 
 
346
install-html-am:
 
347
 
330
348
install-info: install-info-am
331
349
 
 
350
install-info-am:
 
351
 
332
352
install-man:
333
353
 
334
354
install-pdf: install-pdf-am
335
355
 
 
356
install-pdf-am:
 
357
 
336
358
install-ps: install-ps-am
337
359
 
 
360
install-ps-am:
 
361
 
338
362
installcheck-am:
339
363
 
340
364
maintainer-clean: maintainer-clean-am
368
392
        maintainer-clean-generic mostlyclean mostlyclean-generic \
369
393
        mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am
370
394
 
 
395
 
371
396
# Tell versions [3.59,3.63) of GNU make to not export all variables.
372
397
# Otherwise a system limit (for SysV at least) may be exceeded.
373
398
.NOEXPORT: