~ubuntu-branches/ubuntu/jaunty/couchdb/jaunty

« back to all changes in this revision

Viewing changes to etc/launchd/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Noah Slater
  • Date: 2008-05-24 16:30:21 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080524163021-bpkh6s1090i37xy1
Tags: 0.7.3~svn650270-2
* Added release partitioning to database and log directories.
* Corrected postrm maintainer script to not remove logs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
host_triplet = @host@
36
36
subdir = etc/launchd
37
37
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
38
 
        $(srcdir)/org.couchdb.couchdb.plist.tpl.in
 
38
        $(srcdir)/org.apache.couchdb.plist.tpl.in
39
39
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
40
40
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
41
41
        $(top_srcdir)/m4/ac_check_icu.m4 $(top_srcdir)/configure.ac
43
43
        $(ACLOCAL_M4)
44
44
mkinstalldirs = $(install_sh) -d
45
45
CONFIG_HEADER = $(top_builddir)/config.h
46
 
CONFIG_CLEAN_FILES = org.couchdb.couchdb.plist.tpl
 
46
CONFIG_CLEAN_FILES = org.apache.couchdb.plist.tpl
47
47
SOURCES =
48
48
DIST_SOURCES =
49
49
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
133
133
am__tar = @am__tar@
134
134
am__untar = @am__untar@
135
135
bindir = @bindir@
 
136
bug_uri = @bug_uri@
136
137
build = @build@
137
138
build_alias = @build_alias@
138
139
build_cpu = @build_cpu@
159
160
libbindir = @libbindir@
160
161
libdir = @libdir@
161
162
libexecdir = @libexecdir@
162
 
list_address = @list_address@
163
 
list_uri = @list_uri@
164
163
localedir = @localedir@
165
164
localstatedir = @localstatedir@
166
165
mandir = @mandir@
200
199
              exit 1;; \
201
200
          esac; \
202
201
        done; \
203
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  etc/launchd/Makefile'; \
 
202
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  etc/launchd/Makefile'; \
204
203
        cd $(top_srcdir) && \
205
 
          $(AUTOMAKE) --gnu  etc/launchd/Makefile
 
204
          $(AUTOMAKE) --foreign  etc/launchd/Makefile
206
205
.PRECIOUS: Makefile
207
206
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
208
207
        @case '$?' in \
220
219
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
221
220
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
222
221
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
223
 
org.couchdb.couchdb.plist.tpl: $(top_builddir)/config.status $(srcdir)/org.couchdb.couchdb.plist.tpl.in
 
222
org.apache.couchdb.plist.tpl: $(top_builddir)/config.status $(srcdir)/org.apache.couchdb.plist.tpl.in
224
223
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
225
224
 
226
225
mostlyclean-libtool: