~ubuntu-branches/ubuntu/trusty/swish-e/trusty

« back to all changes in this revision

Viewing changes to pod/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Ludovic Drolez
  • Date: 2008-09-25 21:52:31 UTC
  • mfrom: (4.1.4 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080925215231-vk46pq42o533syg2
Tags: 2.4.5-5
swish.cgi was not working. Fixed with a 1 char patch. Closes: #500154

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.9.6 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004, 2005  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
# $id$
 
18
#
 
19
# Conditionally install the pod docs
 
20
 
 
21
# Where docs are installed
 
22
 
 
23
srcdir = @srcdir@
 
24
top_srcdir = @top_srcdir@
 
25
VPATH = @srcdir@
 
26
pkgdatadir = $(datadir)/@PACKAGE@
 
27
pkglibdir = $(libdir)/@PACKAGE@
 
28
pkgincludedir = $(includedir)/@PACKAGE@
 
29
top_builddir = ..
 
30
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
31
INSTALL = @INSTALL@
 
32
install_sh_DATA = $(install_sh) -c -m 644
 
33
install_sh_PROGRAM = $(install_sh) -c
 
34
install_sh_SCRIPT = $(install_sh) -c
 
35
INSTALL_HEADER = $(INSTALL_DATA)
 
36
transform = $(program_transform_name)
 
37
NORMAL_INSTALL = :
 
38
PRE_INSTALL = :
 
39
POST_INSTALL = :
 
40
NORMAL_UNINSTALL = :
 
41
PRE_UNINSTALL = :
 
42
POST_UNINSTALL = :
 
43
build_triplet = @build@
 
44
host_triplet = @host@
 
45
subdir = pod
 
46
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
47
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
48
am__aclocal_m4_deps = $(top_srcdir)/config/acinclude.m4 \
 
49
        $(top_srcdir)/configure.in
 
50
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
51
        $(ACLOCAL_M4)
 
52
mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
 
53
CONFIG_HEADER = $(top_builddir)/src/acconfig.h
 
54
CONFIG_CLEAN_FILES =
 
55
SOURCES =
 
56
DIST_SOURCES =
 
57
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
58
am__vpath_adj = case $$p in \
 
59
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
60
    *) f=$$p;; \
 
61
  esac;
 
62
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
63
am__installdirs = "$(DESTDIR)$(poddir)"
 
64
podDATA_INSTALL = $(INSTALL_DATA)
 
65
DATA = $(pod_DATA)
 
66
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
67
ACLOCAL = @ACLOCAL@
 
68
ALLOCA = @ALLOCA@
 
69
AMDEP_FALSE = @AMDEP_FALSE@
 
70
AMDEP_TRUE = @AMDEP_TRUE@
 
71
AMTAR = @AMTAR@
 
72
AR = @AR@
 
73
AS = @AS@
 
74
AUTOCONF = @AUTOCONF@
 
75
AUTOHEADER = @AUTOHEADER@
 
76
AUTOMAKE = @AUTOMAKE@
 
77
AWK = @AWK@
 
78
BTREE_OBJS = @BTREE_OBJS@
 
79
BUILDDOCS_FALSE = @BUILDDOCS_FALSE@
 
80
BUILDDOCS_TRUE = @BUILDDOCS_TRUE@
 
81
CC = @CC@
 
82
CCDEPMODE = @CCDEPMODE@
 
83
CFLAGS = @CFLAGS@
 
84
CPP = @CPP@
 
85
CPPFLAGS = @CPPFLAGS@
 
86
CXX = @CXX@
 
87
CXXCPP = @CXXCPP@
 
88
CXXDEPMODE = @CXXDEPMODE@
 
89
CXXFLAGS = @CXXFLAGS@
 
90
CYGPATH_W = @CYGPATH_W@
 
91
DEFS = @DEFS@
 
92
DEPDIR = @DEPDIR@
 
93
DLLTOOL = @DLLTOOL@
 
94
ECHO = @ECHO@
 
95
ECHO_C = @ECHO_C@
 
96
ECHO_N = @ECHO_N@
 
97
ECHO_T = @ECHO_T@
 
98
EGREP = @EGREP@
 
99
EXEEXT = @EXEEXT@
 
100
F77 = @F77@
 
101
FFLAGS = @FFLAGS@
 
102
GREP = @GREP@
 
103
INSTALLDOCS_FALSE = @INSTALLDOCS_FALSE@
 
104
INSTALLDOCS_TRUE = @INSTALLDOCS_TRUE@
 
105
INSTALL_DATA = @INSTALL_DATA@
 
106
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
107
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
108
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
109
LDFLAGS = @LDFLAGS@
 
110
LIBOBJS = @LIBOBJS@
 
111
LIBS = @LIBS@
 
112
LIBTOOL = @LIBTOOL@
 
113
LIBXML2_CFLAGS = @LIBXML2_CFLAGS@
 
114
LIBXML2_LIB = @LIBXML2_LIB@
 
115
LIBXML2_OBJS = @LIBXML2_OBJS@
 
116
LIBXML_REQUIRED_VERSION = @LIBXML_REQUIRED_VERSION@
 
117
LN_S = @LN_S@
 
118
LTLIBOBJS = @LTLIBOBJS@
 
119
MAINT = @MAINT@
 
120
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
 
121
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
 
122
MAKEINFO = @MAKEINFO@
 
123
OBJDUMP = @OBJDUMP@
 
124
OBJEXT = @OBJEXT@
 
125
PACKAGE = @PACKAGE@
 
126
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
127
PACKAGE_NAME = @PACKAGE_NAME@
 
128
PACKAGE_STRING = @PACKAGE_STRING@
 
129
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
130
PACKAGE_VERSION = @PACKAGE_VERSION@
 
131
PATH_SEPARATOR = @PATH_SEPARATOR@
 
132
PCRE_CFLAGS = @PCRE_CFLAGS@
 
133
PCRE_CONFIG = @PCRE_CONFIG@
 
134
PCRE_LIBS = @PCRE_LIBS@
 
135
PCRE_REQUIRED_VERSION = @PCRE_REQUIRED_VERSION@
 
136
PERL = @PERL@
 
137
POD2MAN = @POD2MAN@
 
138
RANLIB = @RANLIB@
 
139
SET_MAKE = @SET_MAKE@
 
140
SHELL = @SHELL@
 
141
STRIP = @STRIP@
 
142
SWISH_WEB = @SWISH_WEB@
 
143
VERSION = @VERSION@
 
144
XML2_CONFIG = @XML2_CONFIG@
 
145
Z_CFLAGS = @Z_CFLAGS@
 
146
Z_LIBS = @Z_LIBS@
 
147
ac_ct_CC = @ac_ct_CC@
 
148
ac_ct_CXX = @ac_ct_CXX@
 
149
ac_ct_F77 = @ac_ct_F77@
 
150
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
151
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
 
152
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
 
153
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
 
154
am__include = @am__include@
 
155
am__leading_dot = @am__leading_dot@
 
156
am__quote = @am__quote@
 
157
am__tar = @am__tar@
 
158
am__untar = @am__untar@
 
159
bindir = @bindir@
 
160
build = @build@
 
161
build_alias = @build_alias@
 
162
build_cpu = @build_cpu@
 
163
build_os = @build_os@
 
164
build_vendor = @build_vendor@
 
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
install_sh = @install_sh@
 
179
libdir = @libdir@
 
180
libexecdir = @libexecdir@
 
181
localedir = @localedir@
 
182
localstatedir = @localstatedir@
 
183
mandir = @mandir@
 
184
mkdir_p = @mkdir_p@
 
185
oldincludedir = @oldincludedir@
 
186
pdfdir = @pdfdir@
 
187
prefix = @prefix@
 
188
program_transform_name = @program_transform_name@
 
189
psdir = @psdir@
 
190
sbindir = @sbindir@
 
191
sharedstatedir = @sharedstatedir@
 
192
sysconfdir = @sysconfdir@
 
193
target_alias = @target_alias@
 
194
poddir = $(datadir)/doc/$(PACKAGE)/pod
 
195
 
 
196
#if BUILDDOCS
 
197
pod_DATA = \
 
198
    $(pod_files)
 
199
 
 
200
 
 
201
#endif
 
202
pod_files = \
 
203
    CHANGES.pod \
 
204
    INSTALL.pod \
 
205
    README.pod \
 
206
    SWISH-3.0.pod \
 
207
    SWISH-BUGS.pod \
 
208
    SWISH-CONFIG.pod \
 
209
    swish-e.pod \
 
210
    SWISH-FAQ.pod \
 
211
    SWISH-LIBRARY.pod \
 
212
    SWISH-RUN.pod \
 
213
    SWISH-SEARCH.pod
 
214
 
 
215
EXTRA_DIST = \
 
216
    $(pod_files)
 
217
 
 
218
all: all-am
 
219
 
 
220
.SUFFIXES:
 
221
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
222
        @for dep in $?; do \
 
223
          case '$(am__configure_deps)' in \
 
224
            *$$dep*) \
 
225
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
226
                && exit 0; \
 
227
              exit 1;; \
 
228
          esac; \
 
229
        done; \
 
230
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  pod/Makefile'; \
 
231
        cd $(top_srcdir) && \
 
232
          $(AUTOMAKE) --foreign  pod/Makefile
 
233
.PRECIOUS: Makefile
 
234
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
235
        @case '$?' in \
 
236
          *config.status*) \
 
237
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
238
          *) \
 
239
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
240
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
241
        esac;
 
242
 
 
243
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
244
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
245
 
 
246
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
247
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
248
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
249
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
250
 
 
251
mostlyclean-libtool:
 
252
        -rm -f *.lo
 
253
 
 
254
clean-libtool:
 
255
        -rm -rf .libs _libs
 
256
 
 
257
distclean-libtool:
 
258
        -rm -f libtool
 
259
uninstall-info-am:
 
260
install-podDATA: $(pod_DATA)
 
261
        @$(NORMAL_INSTALL)
 
262
        test -z "$(poddir)" || $(mkdir_p) "$(DESTDIR)$(poddir)"
 
263
        @list='$(pod_DATA)'; for p in $$list; do \
 
264
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
265
          f=$(am__strip_dir) \
 
266
          echo " $(podDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(poddir)/$$f'"; \
 
267
          $(podDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(poddir)/$$f"; \
 
268
        done
 
269
 
 
270
uninstall-podDATA:
 
271
        @$(NORMAL_UNINSTALL)
 
272
        @list='$(pod_DATA)'; for p in $$list; do \
 
273
          f=$(am__strip_dir) \
 
274
          echo " rm -f '$(DESTDIR)$(poddir)/$$f'"; \
 
275
          rm -f "$(DESTDIR)$(poddir)/$$f"; \
 
276
        done
 
277
tags: TAGS
 
278
TAGS:
 
279
 
 
280
ctags: CTAGS
 
281
CTAGS:
 
282
 
 
283
 
 
284
distdir: $(DISTFILES)
 
285
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
 
286
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
 
287
        list='$(DISTFILES)'; for file in $$list; do \
 
288
          case $$file in \
 
289
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
 
290
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
 
291
          esac; \
 
292
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
293
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
294
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
295
            dir="/$$dir"; \
 
296
            $(mkdir_p) "$(distdir)$$dir"; \
 
297
          else \
 
298
            dir=''; \
 
299
          fi; \
 
300
          if test -d $$d/$$file; then \
 
301
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
302
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
303
            fi; \
 
304
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
305
          else \
 
306
            test -f $(distdir)/$$file \
 
307
            || cp -p $$d/$$file $(distdir)/$$file \
 
308
            || exit 1; \
 
309
          fi; \
 
310
        done
 
311
check-am: all-am
 
312
check: check-am
 
313
all-am: Makefile $(DATA)
 
314
installdirs:
 
315
        for dir in "$(DESTDIR)$(poddir)"; do \
 
316
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
 
317
        done
 
318
install: install-am
 
319
install-exec: install-exec-am
 
320
install-data: install-data-am
 
321
uninstall: uninstall-am
 
322
 
 
323
install-am: all-am
 
324
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
325
 
 
326
installcheck: installcheck-am
 
327
install-strip:
 
328
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
329
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
330
          `test -z '$(STRIP)' || \
 
331
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
332
mostlyclean-generic:
 
333
 
 
334
clean-generic:
 
335
 
 
336
distclean-generic:
 
337
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
338
 
 
339
maintainer-clean-generic:
 
340
        @echo "This command is intended for maintainers to use"
 
341
        @echo "it deletes files that may require special tools to rebuild."
 
342
clean: clean-am
 
343
 
 
344
clean-am: clean-generic clean-libtool mostlyclean-am
 
345
 
 
346
distclean: distclean-am
 
347
        -rm -f Makefile
 
348
distclean-am: clean-am distclean-generic distclean-libtool
 
349
 
 
350
dvi: dvi-am
 
351
 
 
352
dvi-am:
 
353
 
 
354
html: html-am
 
355
 
 
356
info: info-am
 
357
 
 
358
info-am:
 
359
 
 
360
install-data-am: install-podDATA
 
361
 
 
362
install-exec-am:
 
363
 
 
364
install-info: install-info-am
 
365
 
 
366
install-man:
 
367
 
 
368
installcheck-am:
 
369
 
 
370
maintainer-clean: maintainer-clean-am
 
371
        -rm -f Makefile
 
372
maintainer-clean-am: distclean-am maintainer-clean-generic
 
373
 
 
374
mostlyclean: mostlyclean-am
 
375
 
 
376
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
 
377
 
 
378
pdf: pdf-am
 
379
 
 
380
pdf-am:
 
381
 
 
382
ps: ps-am
 
383
 
 
384
ps-am:
 
385
 
 
386
uninstall-am: uninstall-info-am uninstall-podDATA
 
387
 
 
388
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
 
389
        distclean distclean-generic distclean-libtool distdir dvi \
 
390
        dvi-am html html-am info info-am install install-am \
 
391
        install-data install-data-am install-exec install-exec-am \
 
392
        install-info install-info-am install-man install-podDATA \
 
393
        install-strip installcheck installcheck-am installdirs \
 
394
        maintainer-clean maintainer-clean-generic mostlyclean \
 
395
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
396
        uninstall uninstall-am uninstall-info-am uninstall-podDATA
 
397
 
 
398
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
399
# Otherwise a system limit (for SysV at least) may be exceeded.
 
400
.NOEXPORT: