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

« back to all changes in this revision

Viewing changes to src/couchdb/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.
18
19
 
19
20
VPATH = @srcdir@
20
21
pkgdatadir = $(datadir)/@PACKAGE@
 
22
pkgincludedir = $(includedir)/@PACKAGE@
21
23
pkglibdir = $(libdir)/@PACKAGE@
22
 
pkgincludedir = $(includedir)/@PACKAGE@
 
24
pkglibexecdir = $(libexecdir)/@PACKAGE@
23
25
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24
26
install_sh_DATA = $(install_sh) -c -m 644
25
27
install_sh_PROGRAM = $(install_sh) -c
48
50
mkinstalldirs = $(install_sh) -d
49
51
CONFIG_HEADER = $(top_builddir)/config.h
50
52
CONFIG_CLEAN_FILES = couch.app.tpl
 
53
CONFIG_CLEAN_VPATH_FILES =
51
54
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
52
55
am__vpath_adj = case $$p in \
53
56
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
54
57
    *) f=$$p;; \
55
58
  esac;
56
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
59
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
60
am__install_max = 40
 
61
am__nobase_strip_setup = \
 
62
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
63
am__nobase_strip = \
 
64
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
65
am__nobase_list = $(am__nobase_strip_setup); \
 
66
  for p in $$list; do echo "$$p $$p"; done | \
 
67
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
68
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
69
    if (++n[$$2] == $(am__install_max)) \
 
70
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
71
    END { for (dir in files) print dir, files[dir] }'
 
72
am__base_list = \
 
73
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
74
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
57
75
am__installdirs = "$(DESTDIR)$(couchprivlibdir)" \
58
76
        "$(DESTDIR)$(locallibbindir)" "$(DESTDIR)$(couchebindir)" \
59
77
        "$(DESTDIR)$(couchincludedir)"
60
 
couchprivlibLTLIBRARIES_INSTALL = $(INSTALL)
61
78
LTLIBRARIES = $(couchprivlib_LTLIBRARIES)
62
79
am__DEPENDENCIES_1 =
63
80
couch_erl_driver_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
68
85
        $(LIBTOOLFLAGS) --mode=link $(CCLD) \
69
86
        $(couch_erl_driver_la_CFLAGS) $(CFLAGS) \
70
87
        $(couch_erl_driver_la_LDFLAGS) $(LDFLAGS) -o $@
71
 
locallibbinPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
72
88
PROGRAMS = $(locallibbin_PROGRAMS)
73
89
am_couchjs_OBJECTS = couchjs-couch_js.$(OBJEXT) \
74
90
        couchjs-curlhelper.$(OBJEXT)
80
96
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
81
97
depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
82
98
am__depfiles_maybe = depfiles
 
99
am__mv = mv -f
83
100
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
84
101
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
85
102
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
98
115
        install-pdf-recursive install-ps-recursive install-recursive \
99
116
        installcheck-recursive installdirs-recursive pdf-recursive \
100
117
        ps-recursive uninstall-recursive
101
 
couchebinDATA_INSTALL = $(INSTALL_DATA)
102
 
couchincludeDATA_INSTALL = $(INSTALL_DATA)
103
118
DATA = $(couchebin_DATA) $(couchinclude_DATA)
104
119
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
105
120
  distclean-recursive maintainer-clean-recursive
 
121
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
122
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
123
        distdir
106
124
ETAGS = etags
107
125
CTAGS = ctags
108
126
DIST_SUBDIRS = $(SUBDIRS)
109
127
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
128
am__relativize = \
 
129
  dir0=`pwd`; \
 
130
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
131
  sed_rest='s,^[^/]*/*,,'; \
 
132
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
133
  sed_butlast='s,/*[^/]*$$,,'; \
 
134
  while test -n "$$dir1"; do \
 
135
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
136
    if test "$$first" != "."; then \
 
137
      if test "$$first" = ".."; then \
 
138
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
139
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
140
      else \
 
141
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
142
        if test "$$first2" = "$$first"; then \
 
143
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
144
        else \
 
145
          dir2="../$$dir2"; \
 
146
        fi; \
 
147
        dir0="$$dir0"/"$$first"; \
 
148
      fi; \
 
149
    fi; \
 
150
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
151
  done; \
 
152
  reldir="$$dir2"
110
153
ACLOCAL = @ACLOCAL@
111
154
AMTAR = @AMTAR@
112
155
AR = @AR@
123
166
CURL_CONFIG = @CURL_CONFIG@
124
167
CURL_LDFLAGS = @CURL_LDFLAGS@
125
168
CURL_LIBS = @CURL_LIBS@
126
 
CXX = @CXX@
127
 
CXXCPP = @CXXCPP@
128
 
CXXDEPMODE = @CXXDEPMODE@
129
 
CXXFLAGS = @CXXFLAGS@
130
169
CYGPATH_W = @CYGPATH_W@
131
170
DEFS = @DEFS@
132
171
DEPDIR = @DEPDIR@
133
172
DSYMUTIL = @DSYMUTIL@
134
 
ECHO = @ECHO@
 
173
DUMPBIN = @DUMPBIN@
135
174
ECHO_C = @ECHO_C@
136
175
ECHO_N = @ECHO_N@
137
176
ECHO_T = @ECHO_T@
140
179
ERLC = @ERLC@
141
180
ERLC_FLAGS = @ERLC_FLAGS@
142
181
EXEEXT = @EXEEXT@
143
 
F77 = @F77@
144
 
FFLAGS = @FFLAGS@
 
182
FGREP = @FGREP@
145
183
FLAGS = @FLAGS@
146
184
GREP = @GREP@
147
185
HELP2MAN_EXECUTABLE = @HELP2MAN_EXECUTABLE@
157
195
INSTALL_PROGRAM = @INSTALL_PROGRAM@
158
196
INSTALL_SCRIPT = @INSTALL_SCRIPT@
159
197
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
198
LD = @LD@
160
199
LDFLAGS = @LDFLAGS@
161
200
LIBOBJS = @LIBOBJS@
162
201
LIBS = @LIBS@
163
202
LIBTOOL = @LIBTOOL@
 
203
LIPO = @LIPO@
164
204
LN_S = @LN_S@
165
205
LTLIBOBJS = @LTLIBOBJS@
166
206
MAKEINFO = @MAKEINFO@
167
207
MKDIR_P = @MKDIR_P@
 
208
NM = @NM@
168
209
NMEDIT = @NMEDIT@
 
210
OBJDUMP = @OBJDUMP@
169
211
OBJEXT = @OBJEXT@
 
212
OTOOL = @OTOOL@
 
213
OTOOL64 = @OTOOL64@
170
214
PACKAGE = @PACKAGE@
171
215
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
172
216
PACKAGE_NAME = @PACKAGE_NAME@
173
217
PACKAGE_STRING = @PACKAGE_STRING@
174
218
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
219
PACKAGE_URL = @PACKAGE_URL@
175
220
PACKAGE_VERSION = @PACKAGE_VERSION@
176
221
PATH_SEPARATOR = @PATH_SEPARATOR@
177
222
RANLIB = @RANLIB@
185
230
abs_top_builddir = @abs_top_builddir@
186
231
abs_top_srcdir = @abs_top_srcdir@
187
232
ac_ct_CC = @ac_ct_CC@
188
 
ac_ct_CXX = @ac_ct_CXX@
189
 
ac_ct_F77 = @ac_ct_F77@
 
233
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
190
234
am__include = @am__include@
191
235
am__leading_dot = @am__leading_dot@
192
236
am__quote = @am__quote@
229
273
localstatelibdir = @localstatelibdir@
230
274
localstatelogdir = @localstatelogdir@
231
275
localstaterundir = @localstaterundir@
 
276
lt_ECHO = @lt_ECHO@
232
277
mandir = @mandir@
233
278
mkdir_p = @mkdir_p@
234
279
oldincludedir = @oldincludedir@
246
291
srcdir = @srcdir@
247
292
sysconfdir = @sysconfdir@
248
293
target_alias = @target_alias@
 
294
top_build_prefix = @top_build_prefix@
249
295
top_builddir = @top_builddir@
250
296
top_srcdir = @top_srcdir@
251
297
version = @version@
395
441
        @for dep in $?; do \
396
442
          case '$(am__configure_deps)' in \
397
443
            *$$dep*) \
398
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
399
 
                && exit 0; \
 
444
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
445
                && { if test -f $@; then exit 0; else break; fi; }; \
400
446
              exit 1;; \
401
447
          esac; \
402
448
        done; \
403
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/couchdb/Makefile'; \
404
 
        cd $(top_srcdir) && \
405
 
          $(AUTOMAKE) --foreign  src/couchdb/Makefile
 
449
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/couchdb/Makefile'; \
 
450
        $(am__cd) $(top_srcdir) && \
 
451
          $(AUTOMAKE) --foreign src/couchdb/Makefile
406
452
.PRECIOUS: Makefile
407
453
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
408
454
        @case '$?' in \
420
466
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
421
467
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
422
468
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
469
$(am__aclocal_m4_deps):
423
470
couch.app.tpl: $(top_builddir)/config.status $(srcdir)/couch.app.tpl.in
424
471
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
425
472
install-couchprivlibLTLIBRARIES: $(couchprivlib_LTLIBRARIES)
426
473
        @$(NORMAL_INSTALL)
427
474
        test -z "$(couchprivlibdir)" || $(MKDIR_P) "$(DESTDIR)$(couchprivlibdir)"
428
 
        @list='$(couchprivlib_LTLIBRARIES)'; for p in $$list; do \
 
475
        @list='$(couchprivlib_LTLIBRARIES)'; test -n "$(couchprivlibdir)" || list=; \
 
476
        list2=; for p in $$list; do \
429
477
          if test -f $$p; then \
430
 
            f=$(am__strip_dir) \
431
 
            echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(couchprivlibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(couchprivlibdir)/$$f'"; \
432
 
            $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(couchprivlibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(couchprivlibdir)/$$f"; \
 
478
            list2="$$list2 $$p"; \
433
479
          else :; fi; \
434
 
        done
 
480
        done; \
 
481
        test -z "$$list2" || { \
 
482
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(couchprivlibdir)'"; \
 
483
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(couchprivlibdir)"; \
 
484
        }
435
485
 
436
486
uninstall-couchprivlibLTLIBRARIES:
437
487
        @$(NORMAL_UNINSTALL)
438
 
        @list='$(couchprivlib_LTLIBRARIES)'; for p in $$list; do \
439
 
          p=$(am__strip_dir) \
440
 
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(couchprivlibdir)/$$p'"; \
441
 
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(couchprivlibdir)/$$p"; \
 
488
        @list='$(couchprivlib_LTLIBRARIES)'; test -n "$(couchprivlibdir)" || list=; \
 
489
        for p in $$list; do \
 
490
          $(am__strip_dir) \
 
491
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(couchprivlibdir)/$$f'"; \
 
492
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(couchprivlibdir)/$$f"; \
442
493
        done
443
494
 
444
495
clean-couchprivlibLTLIBRARIES:
454
505
install-locallibbinPROGRAMS: $(locallibbin_PROGRAMS)
455
506
        @$(NORMAL_INSTALL)
456
507
        test -z "$(locallibbindir)" || $(MKDIR_P) "$(DESTDIR)$(locallibbindir)"
457
 
        @list='$(locallibbin_PROGRAMS)'; for p in $$list; do \
458
 
          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
459
 
          if test -f $$p \
460
 
             || test -f $$p1 \
461
 
          ; then \
462
 
            f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
463
 
           echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(locallibbinPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(locallibbindir)/$$f'"; \
464
 
           $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(locallibbinPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(locallibbindir)/$$f" || exit 1; \
465
 
          else :; fi; \
466
 
        done
 
508
        @list='$(locallibbin_PROGRAMS)'; test -n "$(locallibbindir)" || list=; \
 
509
        for p in $$list; do echo "$$p $$p"; done | \
 
510
        sed 's/$(EXEEXT)$$//' | \
 
511
        while read p p1; do if test -f $$p || test -f $$p1; \
 
512
          then echo "$$p"; echo "$$p"; else :; fi; \
 
513
        done | \
 
514
        sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
 
515
            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
 
516
        sed 'N;N;N;s,\n, ,g' | \
 
517
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
 
518
          { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
 
519
            if ($$2 == $$4) files[d] = files[d] " " $$1; \
 
520
            else { print "f", $$3 "/" $$4, $$1; } } \
 
521
          END { for (d in files) print "f", d, files[d] }' | \
 
522
        while read type dir files; do \
 
523
            if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
 
524
            test -z "$$files" || { \
 
525
            echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(locallibbindir)$$dir'"; \
 
526
            $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(locallibbindir)$$dir" || exit $$?; \
 
527
            } \
 
528
        ; done
467
529
 
468
530
uninstall-locallibbinPROGRAMS:
469
531
        @$(NORMAL_UNINSTALL)
470
 
        @list='$(locallibbin_PROGRAMS)'; for p in $$list; do \
471
 
          f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
472
 
          echo " rm -f '$(DESTDIR)$(locallibbindir)/$$f'"; \
473
 
          rm -f "$(DESTDIR)$(locallibbindir)/$$f"; \
474
 
        done
 
532
        @list='$(locallibbin_PROGRAMS)'; test -n "$(locallibbindir)" || list=; \
 
533
        files=`for p in $$list; do echo "$$p"; done | \
 
534
          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
 
535
              -e 's/$$/$(EXEEXT)/' `; \
 
536
        test -n "$$list" || exit 0; \
 
537
        echo " ( cd '$(DESTDIR)$(locallibbindir)' && rm -f" $$files ")"; \
 
538
        cd "$(DESTDIR)$(locallibbindir)" && rm -f $$files
475
539
 
476
540
clean-locallibbinPROGRAMS:
477
 
        @list='$(locallibbin_PROGRAMS)'; for p in $$list; do \
478
 
          f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
479
 
          echo " rm -f $$p $$f"; \
480
 
          rm -f $$p $$f ; \
481
 
        done
 
541
        @list='$(locallibbin_PROGRAMS)'; test -n "$$list" || exit 0; \
 
542
        echo " rm -f" $$list; \
 
543
        rm -f $$list || exit $$?; \
 
544
        test -n "$(EXEEXT)" || exit 0; \
 
545
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
 
546
        echo " rm -f" $$list; \
 
547
        rm -f $$list
482
548
couchjs$(EXEEXT): $(couchjs_OBJECTS) $(couchjs_DEPENDENCIES) 
483
549
        @rm -f couchjs$(EXEEXT)
484
550
        $(couchjs_LINK) $(couchjs_OBJECTS) $(couchjs_LDADD) $(LIBS)
495
561
 
496
562
.c.o:
497
563
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
498
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
564
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
499
565
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
500
566
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
501
567
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
502
568
 
503
569
.c.obj:
504
570
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
505
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
571
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
506
572
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
507
573
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
508
574
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
509
575
 
510
576
.c.lo:
511
577
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
512
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
578
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
513
579
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
514
580
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
515
581
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
516
582
 
517
583
couch_erl_driver_la-couch_erl_driver.lo: couch_erl_driver.c
518
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(couch_erl_driver_la_CFLAGS) $(CFLAGS) -MT couch_erl_driver_la-couch_erl_driver.lo -MD -MP -MF $(DEPDIR)/couch_erl_driver_la-couch_erl_driver.Tpo -c -o couch_erl_driver_la-couch_erl_driver.lo `test -f 'couch_erl_driver.c' || echo '$(srcdir)/'`couch_erl_driver.c
519
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/couch_erl_driver_la-couch_erl_driver.Tpo $(DEPDIR)/couch_erl_driver_la-couch_erl_driver.Plo
 
584
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(couch_erl_driver_la_CFLAGS) $(CFLAGS) -MT couch_erl_driver_la-couch_erl_driver.lo -MD -MP -MF $(DEPDIR)/couch_erl_driver_la-couch_erl_driver.Tpo -c -o couch_erl_driver_la-couch_erl_driver.lo `test -f 'couch_erl_driver.c' || echo '$(srcdir)/'`couch_erl_driver.c
 
585
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/couch_erl_driver_la-couch_erl_driver.Tpo $(DEPDIR)/couch_erl_driver_la-couch_erl_driver.Plo
520
586
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='couch_erl_driver.c' object='couch_erl_driver_la-couch_erl_driver.lo' libtool=yes @AMDEPBACKSLASH@
521
587
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
522
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(couch_erl_driver_la_CFLAGS) $(CFLAGS) -c -o couch_erl_driver_la-couch_erl_driver.lo `test -f 'couch_erl_driver.c' || echo '$(srcdir)/'`couch_erl_driver.c
 
588
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(couch_erl_driver_la_CFLAGS) $(CFLAGS) -c -o couch_erl_driver_la-couch_erl_driver.lo `test -f 'couch_erl_driver.c' || echo '$(srcdir)/'`couch_erl_driver.c
523
589
 
524
590
couchjs-couch_js.o: couch_js.c
525
591
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(couchjs_CFLAGS) $(CFLAGS) -MT couchjs-couch_js.o -MD -MP -MF $(DEPDIR)/couchjs-couch_js.Tpo -c -o couchjs-couch_js.o `test -f 'couch_js.c' || echo '$(srcdir)/'`couch_js.c
526
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/couchjs-couch_js.Tpo $(DEPDIR)/couchjs-couch_js.Po
 
592
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/couchjs-couch_js.Tpo $(DEPDIR)/couchjs-couch_js.Po
527
593
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='couch_js.c' object='couchjs-couch_js.o' libtool=no @AMDEPBACKSLASH@
528
594
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
529
595
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(couchjs_CFLAGS) $(CFLAGS) -c -o couchjs-couch_js.o `test -f 'couch_js.c' || echo '$(srcdir)/'`couch_js.c
530
596
 
531
597
couchjs-couch_js.obj: couch_js.c
532
598
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(couchjs_CFLAGS) $(CFLAGS) -MT couchjs-couch_js.obj -MD -MP -MF $(DEPDIR)/couchjs-couch_js.Tpo -c -o couchjs-couch_js.obj `if test -f 'couch_js.c'; then $(CYGPATH_W) 'couch_js.c'; else $(CYGPATH_W) '$(srcdir)/couch_js.c'; fi`
533
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/couchjs-couch_js.Tpo $(DEPDIR)/couchjs-couch_js.Po
 
599
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/couchjs-couch_js.Tpo $(DEPDIR)/couchjs-couch_js.Po
534
600
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='couch_js.c' object='couchjs-couch_js.obj' libtool=no @AMDEPBACKSLASH@
535
601
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
536
602
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(couchjs_CFLAGS) $(CFLAGS) -c -o couchjs-couch_js.obj `if test -f 'couch_js.c'; then $(CYGPATH_W) 'couch_js.c'; else $(CYGPATH_W) '$(srcdir)/couch_js.c'; fi`
537
603
 
538
604
couchjs-curlhelper.o: curlhelper.c
539
605
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(couchjs_CFLAGS) $(CFLAGS) -MT couchjs-curlhelper.o -MD -MP -MF $(DEPDIR)/couchjs-curlhelper.Tpo -c -o couchjs-curlhelper.o `test -f 'curlhelper.c' || echo '$(srcdir)/'`curlhelper.c
540
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/couchjs-curlhelper.Tpo $(DEPDIR)/couchjs-curlhelper.Po
 
606
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/couchjs-curlhelper.Tpo $(DEPDIR)/couchjs-curlhelper.Po
541
607
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='curlhelper.c' object='couchjs-curlhelper.o' libtool=no @AMDEPBACKSLASH@
542
608
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
543
609
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(couchjs_CFLAGS) $(CFLAGS) -c -o couchjs-curlhelper.o `test -f 'curlhelper.c' || echo '$(srcdir)/'`curlhelper.c
544
610
 
545
611
couchjs-curlhelper.obj: curlhelper.c
546
612
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(couchjs_CFLAGS) $(CFLAGS) -MT couchjs-curlhelper.obj -MD -MP -MF $(DEPDIR)/couchjs-curlhelper.Tpo -c -o couchjs-curlhelper.obj `if test -f 'curlhelper.c'; then $(CYGPATH_W) 'curlhelper.c'; else $(CYGPATH_W) '$(srcdir)/curlhelper.c'; fi`
547
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/couchjs-curlhelper.Tpo $(DEPDIR)/couchjs-curlhelper.Po
 
613
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/couchjs-curlhelper.Tpo $(DEPDIR)/couchjs-curlhelper.Po
548
614
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='curlhelper.c' object='couchjs-curlhelper.obj' libtool=no @AMDEPBACKSLASH@
549
615
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
550
616
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(couchjs_CFLAGS) $(CFLAGS) -c -o couchjs-curlhelper.obj `if test -f 'curlhelper.c'; then $(CYGPATH_W) 'curlhelper.c'; else $(CYGPATH_W) '$(srcdir)/curlhelper.c'; fi`
557
623
install-couchebinDATA: $(couchebin_DATA)
558
624
        @$(NORMAL_INSTALL)
559
625
        test -z "$(couchebindir)" || $(MKDIR_P) "$(DESTDIR)$(couchebindir)"
560
 
        @list='$(couchebin_DATA)'; for p in $$list; do \
 
626
        @list='$(couchebin_DATA)'; test -n "$(couchebindir)" || list=; \
 
627
        for p in $$list; do \
561
628
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
562
 
          f=$(am__strip_dir) \
563
 
          echo " $(couchebinDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(couchebindir)/$$f'"; \
564
 
          $(couchebinDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(couchebindir)/$$f"; \
 
629
          echo "$$d$$p"; \
 
630
        done | $(am__base_list) | \
 
631
        while read files; do \
 
632
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(couchebindir)'"; \
 
633
          $(INSTALL_DATA) $$files "$(DESTDIR)$(couchebindir)" || exit $$?; \
565
634
        done
566
635
 
567
636
uninstall-couchebinDATA:
568
637
        @$(NORMAL_UNINSTALL)
569
 
        @list='$(couchebin_DATA)'; for p in $$list; do \
570
 
          f=$(am__strip_dir) \
571
 
          echo " rm -f '$(DESTDIR)$(couchebindir)/$$f'"; \
572
 
          rm -f "$(DESTDIR)$(couchebindir)/$$f"; \
573
 
        done
 
638
        @list='$(couchebin_DATA)'; test -n "$(couchebindir)" || list=; \
 
639
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
640
        test -n "$$files" || exit 0; \
 
641
        echo " ( cd '$(DESTDIR)$(couchebindir)' && rm -f" $$files ")"; \
 
642
        cd "$(DESTDIR)$(couchebindir)" && rm -f $$files
574
643
install-couchincludeDATA: $(couchinclude_DATA)
575
644
        @$(NORMAL_INSTALL)
576
645
        test -z "$(couchincludedir)" || $(MKDIR_P) "$(DESTDIR)$(couchincludedir)"
577
 
        @list='$(couchinclude_DATA)'; for p in $$list; do \
 
646
        @list='$(couchinclude_DATA)'; test -n "$(couchincludedir)" || list=; \
 
647
        for p in $$list; do \
578
648
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
579
 
          f=$(am__strip_dir) \
580
 
          echo " $(couchincludeDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(couchincludedir)/$$f'"; \
581
 
          $(couchincludeDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(couchincludedir)/$$f"; \
 
649
          echo "$$d$$p"; \
 
650
        done | $(am__base_list) | \
 
651
        while read files; do \
 
652
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(couchincludedir)'"; \
 
653
          $(INSTALL_DATA) $$files "$(DESTDIR)$(couchincludedir)" || exit $$?; \
582
654
        done
583
655
 
584
656
uninstall-couchincludeDATA:
585
657
        @$(NORMAL_UNINSTALL)
586
 
        @list='$(couchinclude_DATA)'; for p in $$list; do \
587
 
          f=$(am__strip_dir) \
588
 
          echo " rm -f '$(DESTDIR)$(couchincludedir)/$$f'"; \
589
 
          rm -f "$(DESTDIR)$(couchincludedir)/$$f"; \
590
 
        done
 
658
        @list='$(couchinclude_DATA)'; test -n "$(couchincludedir)" || list=; \
 
659
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
660
        test -n "$$files" || exit 0; \
 
661
        echo " ( cd '$(DESTDIR)$(couchincludedir)' && rm -f" $$files ")"; \
 
662
        cd "$(DESTDIR)$(couchincludedir)" && rm -f $$files
591
663
 
592
664
# This directory's subdirectories are mostly independent; you can cd
593
665
# into them and run `make' without going through this Makefile.
613
685
          else \
614
686
            local_target="$$target"; \
615
687
          fi; \
616
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
688
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
617
689
          || eval $$failcom; \
618
690
        done; \
619
691
        if test "$$dot_seen" = "no"; then \
647
719
          else \
648
720
            local_target="$$target"; \
649
721
          fi; \
650
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
722
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
651
723
          || eval $$failcom; \
652
724
        done && test -z "$$fail"
653
725
tags-recursive:
654
726
        list='$(SUBDIRS)'; for subdir in $$list; do \
655
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
727
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
656
728
        done
657
729
ctags-recursive:
658
730
        list='$(SUBDIRS)'; for subdir in $$list; do \
659
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
731
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
660
732
        done
661
733
 
662
734
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
664
736
        unique=`for i in $$list; do \
665
737
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
666
738
          done | \
667
 
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
739
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
668
740
              END { if (nonempty) { for (i in files) print i; }; }'`; \
669
741
        mkid -fID $$unique
670
742
tags: TAGS
671
743
 
672
744
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
673
745
                $(TAGS_FILES) $(LISP)
674
 
        tags=; \
 
746
        set x; \
675
747
        here=`pwd`; \
676
748
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
677
749
          include_option=--etags-include; \
683
755
        list='$(SUBDIRS)'; for subdir in $$list; do \
684
756
          if test "$$subdir" = .; then :; else \
685
757
            test ! -f $$subdir/TAGS || \
686
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
758
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
687
759
          fi; \
688
760
        done; \
689
761
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
692
764
          done | \
693
765
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
694
766
              END { if (nonempty) { for (i in files) print i; }; }'`; \
695
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
767
        shift; \
 
768
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
696
769
          test -n "$$unique" || unique=$$empty_fix; \
697
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
698
 
            $$tags $$unique; \
 
770
          if test $$# -gt 0; then \
 
771
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
772
              "$$@" $$unique; \
 
773
          else \
 
774
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
775
              $$unique; \
 
776
          fi; \
699
777
        fi
700
778
ctags: CTAGS
701
779
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
702
780
                $(TAGS_FILES) $(LISP)
703
 
        tags=; \
704
781
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
705
782
        unique=`for i in $$list; do \
706
783
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
707
784
          done | \
708
785
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
709
786
              END { if (nonempty) { for (i in files) print i; }; }'`; \
710
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
787
        test -z "$(CTAGS_ARGS)$$unique" \
711
788
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
712
 
             $$tags $$unique
 
789
             $$unique
713
790
 
714
791
GTAGS:
715
792
        here=`$(am__cd) $(top_builddir) && pwd` \
716
 
          && cd $(top_srcdir) \
717
 
          && gtags -i $(GTAGS_ARGS) $$here
 
793
          && $(am__cd) $(top_srcdir) \
 
794
          && gtags -i $(GTAGS_ARGS) "$$here"
718
795
 
719
796
distclean-tags:
720
797
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
735
812
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
736
813
          if test -d $$d/$$file; then \
737
814
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
815
            if test -d "$(distdir)/$$file"; then \
 
816
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
817
            fi; \
738
818
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
739
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
819
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
820
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
740
821
            fi; \
741
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
822
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
742
823
          else \
743
 
            test -f $(distdir)/$$file \
744
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
824
            test -f "$(distdir)/$$file" \
 
825
            || cp -p $$d/$$file "$(distdir)/$$file" \
745
826
            || exit 1; \
746
827
          fi; \
747
828
        done
748
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
829
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
749
830
          if test "$$subdir" = .; then :; else \
750
831
            test -d "$(distdir)/$$subdir" \
751
832
            || $(MKDIR_P) "$(distdir)/$$subdir" \
752
833
            || exit 1; \
753
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
754
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
755
 
            (cd $$subdir && \
 
834
          fi; \
 
835
        done
 
836
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
837
          if test "$$subdir" = .; then :; else \
 
838
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
839
            $(am__relativize); \
 
840
            new_distdir=$$reldir; \
 
841
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
842
            $(am__relativize); \
 
843
            new_top_distdir=$$reldir; \
 
844
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
845
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
846
            ($(am__cd) $$subdir && \
756
847
              $(MAKE) $(AM_MAKEFLAGS) \
757
 
                top_distdir="$$top_distdir" \
758
 
                distdir="$$distdir/$$subdir" \
 
848
                top_distdir="$$new_top_distdir" \
 
849
                distdir="$$new_distdir" \
759
850
                am__remove_distdir=: \
760
851
                am__skip_length_check=: \
 
852
                am__skip_mode_fix=: \
761
853
                distdir) \
762
854
              || exit 1; \
763
855
          fi; \
791
883
 
792
884
distclean-generic:
793
885
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
886
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
794
887
 
795
888
maintainer-clean-generic:
796
889
        @echo "This command is intended for maintainers to use"
812
905
 
813
906
html: html-recursive
814
907
 
 
908
html-am:
 
909
 
815
910
info: info-recursive
816
911
 
817
912
info-am:
820
915
        install-couchprivlibLTLIBRARIES install-locallibbinPROGRAMS
821
916
        @$(NORMAL_INSTALL)
822
917
        $(MAKE) $(AM_MAKEFLAGS) install-data-hook
823
 
 
824
918
install-dvi: install-dvi-recursive
825
919
 
 
920
install-dvi-am:
 
921
 
826
922
install-exec-am:
827
923
 
828
924
install-html: install-html-recursive
829
925
 
 
926
install-html-am:
 
927
 
830
928
install-info: install-info-recursive
831
929
 
 
930
install-info-am:
 
931
 
832
932
install-man:
833
933
 
834
934
install-pdf: install-pdf-recursive
835
935
 
 
936
install-pdf-am:
 
937
 
836
938
install-ps: install-ps-recursive
837
939
 
 
940
install-ps-am:
 
941
 
838
942
installcheck-am:
839
943
 
840
944
maintainer-clean: maintainer-clean-recursive
859
963
        uninstall-couchprivlibLTLIBRARIES uninstall-local \
860
964
        uninstall-locallibbinPROGRAMS
861
965
 
862
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
863
 
        install-data-am install-strip
 
966
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
 
967
        install-am install-data-am install-strip tags-recursive
864
968
 
865
969
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
866
970
        all all-am check check-am clean clean-couchprivlibLTLIBRARIES \
937
1041
        if test -f "$(DESTDIR)$(couchprivlibdir)/couch_erl_driver"; then \
938
1042
            rm -f "$(DESTDIR)$(couchprivlibdir)/couch_erl_driver.so"; \
939
1043
        fi
 
1044
 
940
1045
# Tell versions [3.59,3.63) of GNU make to not export all variables.
941
1046
# Otherwise a system limit (for SysV at least) may be exceeded.
942
1047
.NOEXPORT: