~ubuntu-branches/debian/sid/varnish/sid

« back to all changes in this revision

Viewing changes to doc/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Stig Sandbeck Mathisen
  • Date: 2011-03-21 10:16:07 UTC
  • mfrom: (24.1.2 experimental)
  • Revision ID: james.westby@ubuntu.com-20110321101607-528fzl583fqanas5
Tags: 2.1.5-2
ReleaseĀ forĀ unstable

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.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, 2009  Free Software Foundation,
6
 
# Inc.
7
 
# This Makefile.in is free software; the Free Software Foundation
8
 
# gives unlimited permission to copy and/or distribute it,
9
 
# with or without modifications, as long as this notice is preserved.
10
 
 
11
 
# This program is distributed in the hope that it will be useful,
12
 
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13
 
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14
 
# PARTICULAR PURPOSE.
15
 
 
16
 
@SET_MAKE@
17
 
 
18
 
# $Id: Makefile.am 5049 2010-07-28 09:20:52Z tfheen $
19
 
VPATH = @srcdir@
20
 
pkgdatadir = $(datadir)/@PACKAGE@
21
 
pkgincludedir = $(includedir)/@PACKAGE@
22
 
pkglibdir = $(libdir)/@PACKAGE@
23
 
pkglibexecdir = $(libexecdir)/@PACKAGE@
24
 
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25
 
install_sh_DATA = $(install_sh) -c -m 644
26
 
install_sh_PROGRAM = $(install_sh) -c
27
 
install_sh_SCRIPT = $(install_sh) -c
28
 
INSTALL_HEADER = $(INSTALL_DATA)
29
 
transform = $(program_transform_name)
30
 
NORMAL_INSTALL = :
31
 
PRE_INSTALL = :
32
 
POST_INSTALL = :
33
 
NORMAL_UNINSTALL = :
34
 
PRE_UNINSTALL = :
35
 
POST_UNINSTALL = :
36
 
build_triplet = @build@
37
 
host_triplet = @host@
38
 
target_triplet = @target@
39
 
subdir = doc
40
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
41
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
42
 
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
43
 
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
44
 
        $(ACLOCAL_M4)
45
 
mkinstalldirs = $(install_sh) -d
46
 
CONFIG_HEADER = $(top_builddir)/config.h
47
 
CONFIG_CLEAN_FILES =
48
 
CONFIG_CLEAN_VPATH_FILES =
49
 
SOURCES =
50
 
DIST_SOURCES =
51
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
52
 
ACLOCAL = @ACLOCAL@
53
 
AMTAR = @AMTAR@
54
 
AR = @AR@
55
 
AUTOCONF = @AUTOCONF@
56
 
AUTOHEADER = @AUTOHEADER@
57
 
AUTOMAKE = @AUTOMAKE@
58
 
AWK = @AWK@
59
 
CC = @CC@
60
 
CCDEPMODE = @CCDEPMODE@
61
 
CFLAGS = @CFLAGS@
62
 
CPP = @CPP@
63
 
CPPFLAGS = @CPPFLAGS@
64
 
CURSES_LIBS = @CURSES_LIBS@
65
 
CYGPATH_W = @CYGPATH_W@
66
 
DEFS = @DEFS@
67
 
DEPDIR = @DEPDIR@
68
 
DL_LIBS = @DL_LIBS@
69
 
DSYMUTIL = @DSYMUTIL@
70
 
DUMPBIN = @DUMPBIN@
71
 
ECHO_C = @ECHO_C@
72
 
ECHO_N = @ECHO_N@
73
 
ECHO_T = @ECHO_T@
74
 
EGREP = @EGREP@
75
 
EXEEXT = @EXEEXT@
76
 
FGREP = @FGREP@
77
 
GREP = @GREP@
78
 
INSTALL = @INSTALL@
79
 
INSTALL_DATA = @INSTALL_DATA@
80
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
81
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
82
 
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
83
 
JEMALLOC_LDADD = @JEMALLOC_LDADD@
84
 
JEMALLOC_SUBDIR = @JEMALLOC_SUBDIR@
85
 
LD = @LD@
86
 
LDFLAGS = @LDFLAGS@
87
 
LIBM = @LIBM@
88
 
LIBOBJS = @LIBOBJS@
89
 
LIBS = @LIBS@
90
 
LIBTOOL = @LIBTOOL@
91
 
LIBUMEM = @LIBUMEM@
92
 
LIPO = @LIPO@
93
 
LN_S = @LN_S@
94
 
LTLIBOBJS = @LTLIBOBJS@
95
 
MAKEINFO = @MAKEINFO@
96
 
MKDIR_P = @MKDIR_P@
97
 
NET_LIBS = @NET_LIBS@
98
 
NM = @NM@
99
 
NMEDIT = @NMEDIT@
100
 
OBJDUMP = @OBJDUMP@
101
 
OBJEXT = @OBJEXT@
102
 
OTOOL = @OTOOL@
103
 
OTOOL64 = @OTOOL64@
104
 
PACKAGE = @PACKAGE@
105
 
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
106
 
PACKAGE_NAME = @PACKAGE_NAME@
107
 
PACKAGE_STRING = @PACKAGE_STRING@
108
 
PACKAGE_TARNAME = @PACKAGE_TARNAME@
109
 
PACKAGE_URL = @PACKAGE_URL@
110
 
PACKAGE_VERSION = @PACKAGE_VERSION@
111
 
PATH_SEPARATOR = @PATH_SEPARATOR@
112
 
PCRE_CFLAGS = @PCRE_CFLAGS@
113
 
PCRE_CONFIG = @PCRE_CONFIG@
114
 
PCRE_LIBS = @PCRE_LIBS@
115
 
PKG_CONFIG = @PKG_CONFIG@
116
 
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
117
 
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
118
 
PTHREAD_LIBS = @PTHREAD_LIBS@
119
 
RANLIB = @RANLIB@
120
 
RT_LIBS = @RT_LIBS@
121
 
SED = @SED@
122
 
SET_MAKE = @SET_MAKE@
123
 
SHELL = @SHELL@
124
 
STRIP = @STRIP@
125
 
TCLSH = @TCLSH@
126
 
VARNISH_STATE_DIR = @VARNISH_STATE_DIR@
127
 
VCC_CC = @VCC_CC@
128
 
VERSION = @VERSION@
129
 
XSLTPROC = @XSLTPROC@
130
 
abs_builddir = @abs_builddir@
131
 
abs_srcdir = @abs_srcdir@
132
 
abs_top_builddir = @abs_top_builddir@
133
 
abs_top_srcdir = @abs_top_srcdir@
134
 
ac_ct_CC = @ac_ct_CC@
135
 
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
136
 
am__include = @am__include@
137
 
am__leading_dot = @am__leading_dot@
138
 
am__quote = @am__quote@
139
 
am__tar = @am__tar@
140
 
am__untar = @am__untar@
141
 
bindir = @bindir@
142
 
build = @build@
143
 
build_alias = @build_alias@
144
 
build_cpu = @build_cpu@
145
 
build_os = @build_os@
146
 
build_vendor = @build_vendor@
147
 
builddir = @builddir@
148
 
datadir = @datadir@
149
 
datarootdir = @datarootdir@
150
 
docdir = @docdir@
151
 
dvidir = @dvidir@
152
 
exec_prefix = @exec_prefix@
153
 
host = @host@
154
 
host_alias = @host_alias@
155
 
host_cpu = @host_cpu@
156
 
host_os = @host_os@
157
 
host_vendor = @host_vendor@
158
 
htmldir = @htmldir@
159
 
includedir = @includedir@
160
 
infodir = @infodir@
161
 
install_sh = @install_sh@
162
 
libdir = @libdir@
163
 
libexecdir = @libexecdir@
164
 
localedir = @localedir@
165
 
localstatedir = @localstatedir@
166
 
lt_ECHO = @lt_ECHO@
167
 
mandir = @mandir@
168
 
mkdir_p = @mkdir_p@
169
 
oldincludedir = @oldincludedir@
170
 
pdfdir = @pdfdir@
171
 
prefix = @prefix@
172
 
program_transform_name = @program_transform_name@
173
 
psdir = @psdir@
174
 
sbindir = @sbindir@
175
 
sharedstatedir = @sharedstatedir@
176
 
srcdir = @srcdir@
177
 
sysconfdir = @sysconfdir@
178
 
target = @target@
179
 
target_alias = @target_alias@
180
 
target_cpu = @target_cpu@
181
 
target_os = @target_os@
182
 
target_vendor = @target_vendor@
183
 
top_build_prefix = @top_build_prefix@
184
 
top_builddir = @top_builddir@
185
 
top_srcdir = @top_srcdir@
186
 
varnishconfdir = @varnishconfdir@
187
 
CHANGELOGS = \
188
 
        changes-2.1.3.html \
189
 
        changes-2.1.2.html \
190
 
        changes-2.1.1.html \
191
 
        changes-2.1.0.html \
192
 
        changes-2.0.6.html \
193
 
        changes-2.0.5.html \
194
 
        changes-2.0.4.html \
195
 
        changes-2.0.3.html \
196
 
        changes-2.0.2.html \
197
 
        changes-2.0.1.html \
198
 
        changes-2.0.html \
199
 
        changes-1.1.2.html \
200
 
        changes-1.1.1.html \
201
 
        changes-1.1.html \
202
 
        changes-1.0.4.html
203
 
 
204
 
XML = \
205
 
        changes-2.1.2-2.1.3.xml \
206
 
        changes-2.1.1-2.1.2.xml \
207
 
        changes-2.1.0-2.1.1.xml \
208
 
        changes-2.0.6-2.1.0.xml \
209
 
        changes-2.0.5-2.0.6.xml \
210
 
        changes-2.0.4-2.0.5.xml \
211
 
        changes-2.0.3-2.0.4.xml \
212
 
        changes-2.0.2-2.0.3.xml \
213
 
        changes-2.0.1-2.0.2.xml \
214
 
        changes-2.0-2.0.1.xml \
215
 
        changes-1.1.2-2.0.xml \
216
 
        changes-1.1.1-1.1.2.xml \
217
 
        changes-1.1-1.1.1.xml \
218
 
        changes-1.0.4-1.1.xml \
219
 
        changes-1.0.3-1.0.4.xml \
220
 
        ${CHANGELOGS:.html=.xml}
221
 
 
222
 
EXTRA_DIST = ${CHANGELOGS} ${XML} \
223
 
        changes.css changes-html.xsl \
224
 
        getting-started.html
225
 
 
226
 
CLEANFILES = ${CHANGELOGS}
227
 
SUFFIXES = .xml .html
228
 
all: all-am
229
 
 
230
 
.SUFFIXES:
231
 
.SUFFIXES: .xml .html
232
 
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
233
 
        @for dep in $?; do \
234
 
          case '$(am__configure_deps)' in \
235
 
            *$$dep*) \
236
 
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
237
 
                && { if test -f $@; then exit 0; else break; fi; }; \
238
 
              exit 1;; \
239
 
          esac; \
240
 
        done; \
241
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign doc/Makefile'; \
242
 
        $(am__cd) $(top_srcdir) && \
243
 
          $(AUTOMAKE) --foreign doc/Makefile
244
 
.PRECIOUS: Makefile
245
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
246
 
        @case '$?' in \
247
 
          *config.status*) \
248
 
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
249
 
          *) \
250
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
251
 
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
252
 
        esac;
253
 
 
254
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
255
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
256
 
 
257
 
$(top_srcdir)/configure:  $(am__configure_deps)
258
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
259
 
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
260
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
261
 
$(am__aclocal_m4_deps):
262
 
 
263
 
mostlyclean-libtool:
264
 
        -rm -f *.lo
265
 
 
266
 
clean-libtool:
267
 
        -rm -rf .libs _libs
268
 
tags: TAGS
269
 
TAGS:
270
 
 
271
 
ctags: CTAGS
272
 
CTAGS:
273
 
 
274
 
 
275
 
distdir: $(DISTFILES)
276
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
277
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
278
 
        list='$(DISTFILES)'; \
279
 
          dist_files=`for file in $$list; do echo $$file; done | \
280
 
          sed -e "s|^$$srcdirstrip/||;t" \
281
 
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
282
 
        case $$dist_files in \
283
 
          */*) $(MKDIR_P) `echo "$$dist_files" | \
284
 
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
285
 
                           sort -u` ;; \
286
 
        esac; \
287
 
        for file in $$dist_files; do \
288
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
289
 
          if test -d $$d/$$file; then \
290
 
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
291
 
            if test -d "$(distdir)/$$file"; then \
292
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
293
 
            fi; \
294
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
295
 
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
296
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
297
 
            fi; \
298
 
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
299
 
          else \
300
 
            test -f "$(distdir)/$$file" \
301
 
            || cp -p $$d/$$file "$(distdir)/$$file" \
302
 
            || exit 1; \
303
 
          fi; \
304
 
        done
305
 
check-am: all-am
306
 
check: check-am
307
 
all-am: Makefile
308
 
installdirs:
309
 
install: install-am
310
 
install-exec: install-exec-am
311
 
install-data: install-data-am
312
 
uninstall: uninstall-am
313
 
 
314
 
install-am: all-am
315
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
316
 
 
317
 
installcheck: installcheck-am
318
 
install-strip:
319
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
320
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
321
 
          `test -z '$(STRIP)' || \
322
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
323
 
mostlyclean-generic:
324
 
 
325
 
clean-generic:
326
 
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
327
 
 
328
 
distclean-generic:
329
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
330
 
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
331
 
 
332
 
maintainer-clean-generic:
333
 
        @echo "This command is intended for maintainers to use"
334
 
        @echo "it deletes files that may require special tools to rebuild."
335
 
clean: clean-am
336
 
 
337
 
clean-am: clean-generic clean-libtool mostlyclean-am
338
 
 
339
 
distclean: distclean-am
340
 
        -rm -f Makefile
341
 
distclean-am: clean-am distclean-generic
342
 
 
343
 
dvi: dvi-am
344
 
 
345
 
dvi-am:
346
 
 
347
 
html: html-am
348
 
 
349
 
html-am:
350
 
 
351
 
info: info-am
352
 
 
353
 
info-am:
354
 
 
355
 
install-data-am:
356
 
 
357
 
install-dvi: install-dvi-am
358
 
 
359
 
install-dvi-am:
360
 
 
361
 
install-exec-am:
362
 
 
363
 
install-html: install-html-am
364
 
 
365
 
install-html-am:
366
 
 
367
 
install-info: install-info-am
368
 
 
369
 
install-info-am:
370
 
 
371
 
install-man:
372
 
 
373
 
install-pdf: install-pdf-am
374
 
 
375
 
install-pdf-am:
376
 
 
377
 
install-ps: install-ps-am
378
 
 
379
 
install-ps-am:
380
 
 
381
 
installcheck-am:
382
 
 
383
 
maintainer-clean: maintainer-clean-am
384
 
        -rm -f Makefile
385
 
maintainer-clean-am: distclean-am maintainer-clean-generic
386
 
 
387
 
mostlyclean: mostlyclean-am
388
 
 
389
 
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
390
 
 
391
 
pdf: pdf-am
392
 
 
393
 
pdf-am:
394
 
 
395
 
ps: ps-am
396
 
 
397
 
ps-am:
398
 
 
399
 
uninstall-am:
400
 
 
401
 
.MAKE: install-am install-strip
402
 
 
403
 
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
404
 
        distclean distclean-generic distclean-libtool distdir dvi \
405
 
        dvi-am html html-am info info-am install install-am \
406
 
        install-data install-data-am install-dvi install-dvi-am \
407
 
        install-exec install-exec-am install-html install-html-am \
408
 
        install-info install-info-am install-man install-pdf \
409
 
        install-pdf-am install-ps install-ps-am install-strip \
410
 
        installcheck installcheck-am installdirs maintainer-clean \
411
 
        maintainer-clean-generic mostlyclean mostlyclean-generic \
412
 
        mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am
413
 
 
414
 
 
415
 
@HAVE_XSLTPROC_TRUE@all: ${CHANGELOGS}
416
 
 
417
 
.xml.html:
418
 
@HAVE_XSLTPROC_TRUE@    ${XSLTPROC} --xinclude -o $@ $<
419
 
@HAVE_XSLTPROC_FALSE@   @echo "========================================"
420
 
@HAVE_XSLTPROC_FALSE@   @echo "You need xsltproc installed to make dist"
421
 
@HAVE_XSLTPROC_FALSE@   @echo "========================================"
422
 
@HAVE_XSLTPROC_FALSE@   @false
423
 
 
424
 
${CHANGELOGS}: changes-html.xsl
425
 
 
426
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
427
 
# Otherwise a system limit (for SysV at least) may be exceeded.
428
 
.NOEXPORT: