~statik/ubuntu/karmic/couchdb/fix-bug427036

« back to all changes in this revision

Viewing changes to src/couchdb/priv/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Ken VanDine, Elliot Murphy
  • Date: 2009-08-24 15:44:14 UTC
  • mfrom: (1.2.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20090824154414-c9fytg3azvyuc8z3
Tags: 0.10.0~svn806985-0ubuntu1
* First snapshot of couchdb 0.10pre, from
  http://build.couchdb.org/0.10.x-UNOFFICIAL (LP: #418288)
* debian/postinst
  - Make /etc/couchdb/local.ini world readable (LP: #403575)

[Elliot Murphy]
* Added debian/patches/oauth_ini_users.patch from
  http://issues.apache.org/jira/browse/COUCHDB-478

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.10.1 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
 
6
# This Makefile.in is free software; the Free Software Foundation
 
7
# gives unlimited permission to copy and/or distribute it,
 
8
# with or without modifications, as long as this notice is preserved.
 
9
 
 
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
 
12
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
13
# PARTICULAR PURPOSE.
 
14
 
 
15
@SET_MAKE@
 
16
 
 
17
VPATH = @srcdir@
 
18
pkgdatadir = $(datadir)/@PACKAGE@
 
19
pkglibdir = $(libdir)/@PACKAGE@
 
20
pkgincludedir = $(includedir)/@PACKAGE@
 
21
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
22
install_sh_DATA = $(install_sh) -c -m 644
 
23
install_sh_PROGRAM = $(install_sh) -c
 
24
install_sh_SCRIPT = $(install_sh) -c
 
25
INSTALL_HEADER = $(INSTALL_DATA)
 
26
transform = $(program_transform_name)
 
27
NORMAL_INSTALL = :
 
28
PRE_INSTALL = :
 
29
POST_INSTALL = :
 
30
NORMAL_UNINSTALL = :
 
31
PRE_UNINSTALL = :
 
32
POST_UNINSTALL = :
 
33
build_triplet = @build@
 
34
host_triplet = @host@
 
35
couchpriv_PROGRAMS = couchspawnkillable$(EXEEXT)
 
36
subdir = src/couchdb/priv
 
37
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
38
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
39
am__aclocal_m4_deps = $(top_srcdir)/m4/ac_check_curl.m4 \
 
40
        $(top_srcdir)/acinclude.m4 $(top_srcdir)/m4/ac_check_icu.m4 \
 
41
        $(top_srcdir)/configure.ac
 
42
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
43
        $(ACLOCAL_M4)
 
44
mkinstalldirs = $(install_sh) -d
 
45
CONFIG_HEADER = $(top_builddir)/config.h
 
46
CONFIG_CLEAN_FILES =
 
47
am__installdirs = "$(DESTDIR)$(couchprivdir)"
 
48
couchprivPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
 
49
PROGRAMS = $(couchpriv_PROGRAMS)
 
50
am__couchspawnkillable_SOURCES_DIST = couchspawnkillable_win.c
 
51
@WINDOWS_TRUE@am_couchspawnkillable_OBJECTS =  \
 
52
@WINDOWS_TRUE@  couchspawnkillable_win.$(OBJEXT)
 
53
couchspawnkillable_OBJECTS = $(am_couchspawnkillable_OBJECTS)
 
54
couchspawnkillable_LDADD = $(LDADD)
 
55
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
 
56
depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
 
57
am__depfiles_maybe = depfiles
 
58
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
59
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
60
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
61
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
62
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
63
CCLD = $(CC)
 
64
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
65
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
 
66
        $(LDFLAGS) -o $@
 
67
SOURCES = $(couchspawnkillable_SOURCES)
 
68
DIST_SOURCES = $(am__couchspawnkillable_SOURCES_DIST)
 
69
ETAGS = etags
 
70
CTAGS = ctags
 
71
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
72
ACLOCAL = @ACLOCAL@
 
73
AMTAR = @AMTAR@
 
74
AR = @AR@
 
75
AUTOCONF = @AUTOCONF@
 
76
AUTOHEADER = @AUTOHEADER@
 
77
AUTOMAKE = @AUTOMAKE@
 
78
AWK = @AWK@
 
79
CC = @CC@
 
80
CCDEPMODE = @CCDEPMODE@
 
81
CFLAGS = @CFLAGS@
 
82
CPP = @CPP@
 
83
CPPFLAGS = @CPPFLAGS@
 
84
CURL_CFLAGS = @CURL_CFLAGS@
 
85
CURL_CONFIG = @CURL_CONFIG@
 
86
CURL_LDFLAGS = @CURL_LDFLAGS@
 
87
CURL_LIBS = @CURL_LIBS@
 
88
CXX = @CXX@
 
89
CXXCPP = @CXXCPP@
 
90
CXXDEPMODE = @CXXDEPMODE@
 
91
CXXFLAGS = @CXXFLAGS@
 
92
CYGPATH_W = @CYGPATH_W@
 
93
DEFS = @DEFS@
 
94
DEPDIR = @DEPDIR@
 
95
DSYMUTIL = @DSYMUTIL@
 
96
ECHO = @ECHO@
 
97
ECHO_C = @ECHO_C@
 
98
ECHO_N = @ECHO_N@
 
99
ECHO_T = @ECHO_T@
 
100
EGREP = @EGREP@
 
101
ERL = @ERL@
 
102
ERLC = @ERLC@
 
103
ERLC_FLAGS = @ERLC_FLAGS@
 
104
EXEEXT = @EXEEXT@
 
105
F77 = @F77@
 
106
FFLAGS = @FFLAGS@
 
107
FLAGS = @FLAGS@
 
108
GREP = @GREP@
 
109
HELP2MAN_EXECUTABLE = @HELP2MAN_EXECUTABLE@
 
110
ICU_CFLAGS = @ICU_CFLAGS@
 
111
ICU_CONFIG = @ICU_CONFIG@
 
112
ICU_CXXFLAGS = @ICU_CXXFLAGS@
 
113
ICU_LIBS = @ICU_LIBS@
 
114
ICU_LOCAL_BIN = @ICU_LOCAL_BIN@
 
115
ICU_LOCAL_CFLAGS = @ICU_LOCAL_CFLAGS@
 
116
ICU_LOCAL_LDFLAGS = @ICU_LOCAL_LDFLAGS@
 
117
INSTALL = @INSTALL@
 
118
INSTALL_DATA = @INSTALL_DATA@
 
119
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
120
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
121
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
122
LDFLAGS = @LDFLAGS@
 
123
LIBOBJS = @LIBOBJS@
 
124
LIBS = @LIBS@
 
125
LIBTOOL = @LIBTOOL@
 
126
LN_S = @LN_S@
 
127
LTLIBOBJS = @LTLIBOBJS@
 
128
MAKEINFO = @MAKEINFO@
 
129
MKDIR_P = @MKDIR_P@
 
130
NMEDIT = @NMEDIT@
 
131
OBJEXT = @OBJEXT@
 
132
PACKAGE = @PACKAGE@
 
133
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
134
PACKAGE_NAME = @PACKAGE_NAME@
 
135
PACKAGE_STRING = @PACKAGE_STRING@
 
136
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
137
PACKAGE_VERSION = @PACKAGE_VERSION@
 
138
PATH_SEPARATOR = @PATH_SEPARATOR@
 
139
RANLIB = @RANLIB@
 
140
SED = @SED@
 
141
SET_MAKE = @SET_MAKE@
 
142
SHELL = @SHELL@
 
143
STRIP = @STRIP@
 
144
VERSION = @VERSION@
 
145
abs_builddir = @abs_builddir@
 
146
abs_srcdir = @abs_srcdir@
 
147
abs_top_builddir = @abs_top_builddir@
 
148
abs_top_srcdir = @abs_top_srcdir@
 
149
ac_ct_CC = @ac_ct_CC@
 
150
ac_ct_CXX = @ac_ct_CXX@
 
151
ac_ct_F77 = @ac_ct_F77@
 
152
am__include = @am__include@
 
153
am__leading_dot = @am__leading_dot@
 
154
am__quote = @am__quote@
 
155
am__tar = @am__tar@
 
156
am__untar = @am__untar@
 
157
bindir = @bindir@
 
158
bug_uri = @bug_uri@
 
159
build = @build@
 
160
build_alias = @build_alias@
 
161
build_cpu = @build_cpu@
 
162
build_os = @build_os@
 
163
build_vendor = @build_vendor@
 
164
builddir = @builddir@
 
165
datadir = @datadir@
 
166
datarootdir = @datarootdir@
 
167
docdir = @docdir@
 
168
dvidir = @dvidir@
 
169
exec_prefix = @exec_prefix@
 
170
host = @host@
 
171
host_alias = @host_alias@
 
172
host_cpu = @host_cpu@
 
173
host_os = @host_os@
 
174
host_vendor = @host_vendor@
 
175
htmldir = @htmldir@
 
176
includedir = @includedir@
 
177
infodir = @infodir@
 
178
initdir = @initdir@
 
179
install_sh = @install_sh@
 
180
launchddir = @launchddir@
 
181
libdir = @libdir@
 
182
libexecdir = @libexecdir@
 
183
localconfdir = @localconfdir@
 
184
localdatadir = @localdatadir@
 
185
localdocdir = @localdocdir@
 
186
localedir = @localedir@
 
187
localerlanglibdir = @localerlanglibdir@
 
188
locallibbindir = @locallibbindir@
 
189
locallibdir = @locallibdir@
 
190
localstatedir = @localstatedir@
 
191
localstatelibdir = @localstatelibdir@
 
192
localstatelogdir = @localstatelogdir@
 
193
localstaterundir = @localstaterundir@
 
194
mandir = @mandir@
 
195
mkdir_p = @mkdir_p@
 
196
oldincludedir = @oldincludedir@
 
197
package_author_address = @package_author_address@
 
198
package_author_name = @package_author_name@
 
199
package_identifier = @package_identifier@
 
200
package_name = @package_name@
 
201
package_tarname = @package_tarname@
 
202
pdfdir = @pdfdir@
 
203
prefix = @prefix@
 
204
program_transform_name = @program_transform_name@
 
205
psdir = @psdir@
 
206
sbindir = @sbindir@
 
207
sharedstatedir = @sharedstatedir@
 
208
srcdir = @srcdir@
 
209
sysconfdir = @sysconfdir@
 
210
target_alias = @target_alias@
 
211
top_builddir = @top_builddir@
 
212
top_srcdir = @top_srcdir@
 
213
version = @version@
 
214
version_major = @version_major@
 
215
version_minor = @version_minor@
 
216
version_release = @version_release@
 
217
version_revision = @version_revision@
 
218
version_stage = @version_stage@
 
219
couchlibdir = $(localerlanglibdir)/couch-$(version)
 
220
couchprivdir = $(couchlibdir)/priv
 
221
EXTRA_DIST = couchspawnkillable.sh
 
222
@WINDOWS_TRUE@couchspawnkillable_SOURCES = couchspawnkillable_win.c
 
223
all: all-am
 
224
 
 
225
.SUFFIXES:
 
226
.SUFFIXES: .c .lo .o .obj
 
227
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
228
        @for dep in $?; do \
 
229
          case '$(am__configure_deps)' in \
 
230
            *$$dep*) \
 
231
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
232
                && exit 0; \
 
233
              exit 1;; \
 
234
          esac; \
 
235
        done; \
 
236
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/couchdb/priv/Makefile'; \
 
237
        cd $(top_srcdir) && \
 
238
          $(AUTOMAKE) --foreign  src/couchdb/priv/Makefile
 
239
.PRECIOUS: Makefile
 
240
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
241
        @case '$?' in \
 
242
          *config.status*) \
 
243
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
244
          *) \
 
245
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
246
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
247
        esac;
 
248
 
 
249
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
250
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
251
 
 
252
$(top_srcdir)/configure:  $(am__configure_deps)
 
253
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
254
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
255
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
256
install-couchprivPROGRAMS: $(couchpriv_PROGRAMS)
 
257
        @$(NORMAL_INSTALL)
 
258
        test -z "$(couchprivdir)" || $(MKDIR_P) "$(DESTDIR)$(couchprivdir)"
 
259
        @list='$(couchpriv_PROGRAMS)'; for p in $$list; do \
 
260
          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
 
261
          if test -f $$p \
 
262
             || test -f $$p1 \
 
263
          ; then \
 
264
            f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
 
265
           echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(couchprivPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(couchprivdir)/$$f'"; \
 
266
           $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(couchprivPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(couchprivdir)/$$f" || exit 1; \
 
267
          else :; fi; \
 
268
        done
 
269
 
 
270
uninstall-couchprivPROGRAMS:
 
271
        @$(NORMAL_UNINSTALL)
 
272
        @list='$(couchpriv_PROGRAMS)'; for p in $$list; do \
 
273
          f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
 
274
          echo " rm -f '$(DESTDIR)$(couchprivdir)/$$f'"; \
 
275
          rm -f "$(DESTDIR)$(couchprivdir)/$$f"; \
 
276
        done
 
277
 
 
278
clean-couchprivPROGRAMS:
 
279
        @list='$(couchpriv_PROGRAMS)'; for p in $$list; do \
 
280
          f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
 
281
          echo " rm -f $$p $$f"; \
 
282
          rm -f $$p $$f ; \
 
283
        done
 
284
@WINDOWS_TRUE@couchspawnkillable$(EXEEXT): $(couchspawnkillable_OBJECTS) $(couchspawnkillable_DEPENDENCIES) 
 
285
@WINDOWS_TRUE@  @rm -f couchspawnkillable$(EXEEXT)
 
286
@WINDOWS_TRUE@  $(LINK) $(couchspawnkillable_OBJECTS) $(couchspawnkillable_LDADD) $(LIBS)
 
287
 
 
288
mostlyclean-compile:
 
289
        -rm -f *.$(OBJEXT)
 
290
 
 
291
distclean-compile:
 
292
        -rm -f *.tab.c
 
293
 
 
294
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/couchspawnkillable_win.Po@am__quote@
 
295
 
 
296
.c.o:
 
297
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
298
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
299
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
300
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
301
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
 
302
 
 
303
.c.obj:
 
304
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
305
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
306
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
307
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
308
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
 
309
 
 
310
.c.lo:
 
311
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
312
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
313
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
314
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
315
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
 
316
 
 
317
mostlyclean-libtool:
 
318
        -rm -f *.lo
 
319
 
 
320
clean-libtool:
 
321
        -rm -rf .libs _libs
 
322
 
 
323
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
324
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
325
        unique=`for i in $$list; do \
 
326
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
327
          done | \
 
328
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
329
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
330
        mkid -fID $$unique
 
331
tags: TAGS
 
332
 
 
333
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
334
                $(TAGS_FILES) $(LISP)
 
335
        tags=; \
 
336
        here=`pwd`; \
 
337
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
338
        unique=`for i in $$list; do \
 
339
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
340
          done | \
 
341
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
342
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
343
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
344
          test -n "$$unique" || unique=$$empty_fix; \
 
345
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
346
            $$tags $$unique; \
 
347
        fi
 
348
ctags: CTAGS
 
349
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
350
                $(TAGS_FILES) $(LISP)
 
351
        tags=; \
 
352
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
353
        unique=`for i in $$list; do \
 
354
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
355
          done | \
 
356
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
357
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
358
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
359
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
360
             $$tags $$unique
 
361
 
 
362
GTAGS:
 
363
        here=`$(am__cd) $(top_builddir) && pwd` \
 
364
          && cd $(top_srcdir) \
 
365
          && gtags -i $(GTAGS_ARGS) $$here
 
366
 
 
367
distclean-tags:
 
368
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
369
 
 
370
distdir: $(DISTFILES)
 
371
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
372
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
373
        list='$(DISTFILES)'; \
 
374
          dist_files=`for file in $$list; do echo $$file; done | \
 
375
          sed -e "s|^$$srcdirstrip/||;t" \
 
376
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
377
        case $$dist_files in \
 
378
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
379
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
380
                           sort -u` ;; \
 
381
        esac; \
 
382
        for file in $$dist_files; do \
 
383
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
384
          if test -d $$d/$$file; then \
 
385
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
386
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
387
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
388
            fi; \
 
389
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
390
          else \
 
391
            test -f $(distdir)/$$file \
 
392
            || cp -p $$d/$$file $(distdir)/$$file \
 
393
            || exit 1; \
 
394
          fi; \
 
395
        done
 
396
check-am: all-am
 
397
check: check-am
 
398
all-am: Makefile $(PROGRAMS)
 
399
installdirs:
 
400
        for dir in "$(DESTDIR)$(couchprivdir)"; do \
 
401
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
402
        done
 
403
install: install-am
 
404
install-exec: install-exec-am
 
405
install-data: install-data-am
 
406
uninstall: uninstall-am
 
407
 
 
408
install-am: all-am
 
409
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
410
 
 
411
installcheck: installcheck-am
 
412
install-strip:
 
413
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
414
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
415
          `test -z '$(STRIP)' || \
 
416
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
417
mostlyclean-generic:
 
418
 
 
419
clean-generic:
 
420
 
 
421
distclean-generic:
 
422
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
423
 
 
424
maintainer-clean-generic:
 
425
        @echo "This command is intended for maintainers to use"
 
426
        @echo "it deletes files that may require special tools to rebuild."
 
427
@WINDOWS_FALSE@install-data-hook:
 
428
clean: clean-am
 
429
 
 
430
clean-am: clean-couchprivPROGRAMS clean-generic clean-libtool \
 
431
        mostlyclean-am
 
432
 
 
433
distclean: distclean-am
 
434
        -rm -rf ./$(DEPDIR)
 
435
        -rm -f Makefile
 
436
distclean-am: clean-am distclean-compile distclean-generic \
 
437
        distclean-tags
 
438
 
 
439
dvi: dvi-am
 
440
 
 
441
dvi-am:
 
442
 
 
443
html: html-am
 
444
 
 
445
info: info-am
 
446
 
 
447
info-am:
 
448
 
 
449
install-data-am: install-couchprivPROGRAMS
 
450
        @$(NORMAL_INSTALL)
 
451
        $(MAKE) $(AM_MAKEFLAGS) install-data-hook
 
452
 
 
453
install-dvi: install-dvi-am
 
454
 
 
455
install-exec-am:
 
456
 
 
457
install-html: install-html-am
 
458
 
 
459
install-info: install-info-am
 
460
 
 
461
install-man:
 
462
 
 
463
install-pdf: install-pdf-am
 
464
 
 
465
install-ps: install-ps-am
 
466
 
 
467
installcheck-am:
 
468
 
 
469
maintainer-clean: maintainer-clean-am
 
470
        -rm -rf ./$(DEPDIR)
 
471
        -rm -f Makefile
 
472
maintainer-clean-am: distclean-am maintainer-clean-generic
 
473
 
 
474
mostlyclean: mostlyclean-am
 
475
 
 
476
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
477
        mostlyclean-libtool
 
478
 
 
479
pdf: pdf-am
 
480
 
 
481
pdf-am:
 
482
 
 
483
ps: ps-am
 
484
 
 
485
ps-am:
 
486
 
 
487
uninstall-am: uninstall-couchprivPROGRAMS
 
488
 
 
489
.MAKE: install-am install-data-am install-strip
 
490
 
 
491
.PHONY: CTAGS GTAGS all all-am check check-am clean \
 
492
        clean-couchprivPROGRAMS clean-generic clean-libtool ctags \
 
493
        distclean distclean-compile distclean-generic \
 
494
        distclean-libtool distclean-tags distdir dvi dvi-am html \
 
495
        html-am info info-am install install-am \
 
496
        install-couchprivPROGRAMS install-data install-data-am \
 
497
        install-data-hook install-dvi install-dvi-am install-exec \
 
498
        install-exec-am install-html install-html-am install-info \
 
499
        install-info-am install-man install-pdf install-pdf-am \
 
500
        install-ps install-ps-am install-strip installcheck \
 
501
        installcheck-am installdirs maintainer-clean \
 
502
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
503
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
504
        tags uninstall uninstall-am uninstall-couchprivPROGRAMS
 
505
 
 
506
 
 
507
@WINDOWS_FALSE@couchspawnkillable: couchspawnkillable.sh
 
508
@WINDOWS_FALSE@ cp $< $@
 
509
 
 
510
@WINDOWS_TRUE@install-data-hook:
 
511
# libtool and automake have defeated markh.  For each of our executables
 
512
# we end up with 2 copies - one directly in the 'target' folder (eg, 'priv')
 
513
# and another - the correct one - in .libs.  The former doesn't work but is 
 
514
# what gets installed for 'couchspawnkillable' - but the correct one for
 
515
# couchjs.exe *does* get copied.  *shrug*  So just clobber it with the 
 
516
# correct one here... See bug COUCHDB-439
 
517
@WINDOWS_TRUE@  $(INSTALL) .libs/couchspawnkillable.exe "$(DESTDIR)$(couchprivdir)/couchspawnkillable.exe"
 
518
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
519
# Otherwise a system limit (for SysV at least) may be exceeded.
 
520
.NOEXPORT: