~ubuntu-branches/ubuntu/jaunty/memcached/jaunty

« back to all changes in this revision

Viewing changes to doc/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Jay Bonci
  • Date: 2005-04-11 11:54:39 UTC
  • mfrom: (1.1.1 upstream) (2.1.1 hoary)
  • Revision ID: james.westby@ubuntu.com-20050411115439-89tojj4gpqjvbk34
Tags: 1.1.12-1
* New upstream version
* Updates watchfile so uupdate will work

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
 
2
 
 
3
# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
 
4
# This Makefile.in is free software; the Free Software Foundation
 
5
# gives unlimited permission to copy and/or distribute it,
 
6
# with or without modifications, as long as this notice is preserved.
 
7
 
 
8
# This program is distributed in the hope that it will be useful,
 
9
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
10
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
11
# PARTICULAR PURPOSE.
 
12
 
 
13
 
 
14
SHELL = @SHELL@
 
15
 
 
16
srcdir = @srcdir@
 
17
top_srcdir = @top_srcdir@
 
18
VPATH = @srcdir@
 
19
prefix = @prefix@
 
20
exec_prefix = @exec_prefix@
 
21
 
 
22
bindir = @bindir@
 
23
sbindir = @sbindir@
 
24
libexecdir = @libexecdir@
 
25
datadir = @datadir@
 
26
sysconfdir = @sysconfdir@
 
27
sharedstatedir = @sharedstatedir@
 
28
localstatedir = @localstatedir@
 
29
libdir = @libdir@
 
30
infodir = @infodir@
 
31
mandir = @mandir@
 
32
includedir = @includedir@
 
33
oldincludedir = /usr/include
 
34
 
 
35
DESTDIR =
 
36
 
 
37
pkgdatadir = $(datadir)/@PACKAGE@
 
38
pkglibdir = $(libdir)/@PACKAGE@
 
39
pkgincludedir = $(includedir)/@PACKAGE@
 
40
 
 
41
top_builddir = ..
 
42
 
 
43
ACLOCAL = @ACLOCAL@
 
44
AUTOCONF = @AUTOCONF@
 
45
AUTOMAKE = @AUTOMAKE@
 
46
AUTOHEADER = @AUTOHEADER@
 
47
 
 
48
INSTALL = @INSTALL@
 
49
INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
 
50
INSTALL_DATA = @INSTALL_DATA@
 
51
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
52
transform = @program_transform_name@
 
53
 
 
54
NORMAL_INSTALL = :
 
55
PRE_INSTALL = :
 
56
POST_INSTALL = :
 
57
NORMAL_UNINSTALL = :
 
58
PRE_UNINSTALL = :
 
59
POST_UNINSTALL = :
 
60
build_alias = @build_alias@
 
61
build_triplet = @build@
 
62
host_alias = @host_alias@
 
63
host_triplet = @host@
 
64
target_alias = @target_alias@
 
65
target_triplet = @target@
 
66
CC = @CC@
 
67
HAVE_LIB = @HAVE_LIB@
 
68
LIB = @LIB@
 
69
LTLIB = @LTLIB@
 
70
MAKEINFO = @MAKEINFO@
 
71
PACKAGE = @PACKAGE@
 
72
VERSION = @VERSION@
 
73
 
 
74
man_MANS = memcached.1
 
75
 
 
76
EXTRA_DIST = *.txt
 
77
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
78
CONFIG_HEADER = ../config.h
 
79
CONFIG_CLEAN_FILES = 
 
80
man1dir = $(mandir)/man1
 
81
MANS = $(man_MANS)
 
82
 
 
83
NROFF = nroff
 
84
DIST_COMMON =  Makefile.am Makefile.in
 
85
 
 
86
 
 
87
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
 
88
 
 
89
TAR = tar
 
90
GZIP_ENV = --best
 
91
all: all-redirect
 
92
.SUFFIXES:
 
93
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4) 
 
94
        cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps doc/Makefile
 
95
 
 
96
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
97
        cd $(top_builddir) \
 
98
          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
 
99
 
 
100
 
 
101
install-man1:
 
102
        $(mkinstalldirs) $(DESTDIR)$(man1dir)
 
103
        @list='$(man1_MANS)'; \
 
104
        l2='$(man_MANS)'; for i in $$l2; do \
 
105
          case "$$i" in \
 
106
            *.1*) list="$$list $$i" ;; \
 
107
          esac; \
 
108
        done; \
 
109
        for i in $$list; do \
 
110
          if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
 
111
          else file=$$i; fi; \
 
112
          ext=`echo $$i | sed -e 's/^.*\\.//'`; \
 
113
          inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
 
114
          inst=`echo $$inst | sed '$(transform)'`.$$ext; \
 
115
          echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \
 
116
          $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst; \
 
117
        done
 
118
 
 
119
uninstall-man1:
 
120
        @list='$(man1_MANS)'; \
 
121
        l2='$(man_MANS)'; for i in $$l2; do \
 
122
          case "$$i" in \
 
123
            *.1*) list="$$list $$i" ;; \
 
124
          esac; \
 
125
        done; \
 
126
        for i in $$list; do \
 
127
          ext=`echo $$i | sed -e 's/^.*\\.//'`; \
 
128
          inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
 
129
          inst=`echo $$inst | sed '$(transform)'`.$$ext; \
 
130
          echo " rm -f $(DESTDIR)$(man1dir)/$$inst"; \
 
131
          rm -f $(DESTDIR)$(man1dir)/$$inst; \
 
132
        done
 
133
install-man: $(MANS)
 
134
        @$(NORMAL_INSTALL)
 
135
        $(MAKE) $(AM_MAKEFLAGS) install-man1
 
136
uninstall-man:
 
137
        @$(NORMAL_UNINSTALL)
 
138
        $(MAKE) $(AM_MAKEFLAGS) uninstall-man1
 
139
tags: TAGS
 
140
TAGS:
 
141
 
 
142
 
 
143
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
 
144
 
 
145
subdir = doc
 
146
 
 
147
distdir: $(DISTFILES)
 
148
        @for file in $(DISTFILES); do \
 
149
          d=$(srcdir); \
 
150
          if test -d $$d/$$file; then \
 
151
            cp -pr $$d/$$file $(distdir)/$$file; \
 
152
          else \
 
153
            test -f $(distdir)/$$file \
 
154
            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
 
155
            || cp -p $$d/$$file $(distdir)/$$file || :; \
 
156
          fi; \
 
157
        done
 
158
info-am:
 
159
info: info-am
 
160
dvi-am:
 
161
dvi: dvi-am
 
162
check-am: all-am
 
163
check: check-am
 
164
installcheck-am:
 
165
installcheck: installcheck-am
 
166
install-exec-am:
 
167
install-exec: install-exec-am
 
168
 
 
169
install-data-am: install-man
 
170
install-data: install-data-am
 
171
 
 
172
install-am: all-am
 
173
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
174
install: install-am
 
175
uninstall-am: uninstall-man
 
176
uninstall: uninstall-am
 
177
all-am: Makefile $(MANS)
 
178
all-redirect: all-am
 
179
install-strip:
 
180
        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
 
181
installdirs:
 
182
        $(mkinstalldirs)  $(DESTDIR)$(mandir)/man1
 
183
 
 
184
 
 
185
mostlyclean-generic:
 
186
 
 
187
clean-generic:
 
188
 
 
189
distclean-generic:
 
190
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
 
191
        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
 
192
 
 
193
maintainer-clean-generic:
 
194
mostlyclean-am:  mostlyclean-generic
 
195
 
 
196
mostlyclean: mostlyclean-am
 
197
 
 
198
clean-am:  clean-generic mostlyclean-am
 
199
 
 
200
clean: clean-am
 
201
 
 
202
distclean-am:  distclean-generic clean-am
 
203
 
 
204
distclean: distclean-am
 
205
 
 
206
maintainer-clean-am:  maintainer-clean-generic distclean-am
 
207
        @echo "This command is intended for maintainers to use;"
 
208
        @echo "it deletes files that may require special tools to rebuild."
 
209
 
 
210
maintainer-clean: maintainer-clean-am
 
211
 
 
212
.PHONY: install-man1 uninstall-man1 install-man uninstall-man tags \
 
213
distdir info-am info dvi-am dvi check check-am installcheck-am \
 
214
installcheck install-exec-am install-exec install-data-am install-data \
 
215
install-am install uninstall-am uninstall all-redirect all-am all \
 
216
installdirs mostlyclean-generic distclean-generic clean-generic \
 
217
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
 
218
 
 
219
 
 
220
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
221
# Otherwise a system limit (for SysV at least) may be exceeded.
 
222
.NOEXPORT: