~ubuntu-branches/ubuntu/hardy/lighttpd/hardy

« back to all changes in this revision

Viewing changes to tests/docroot/www/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Soren Hansen
  • Date: 2007-05-01 13:15:59 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20070501131559-y8jos9wp79uf3pp4
Tags: 1.4.15-1ubuntu1
* Merge from Debian unstable. Remaining Ubuntu changes:
  - Add fam/gamin stat cache engine support
  - Clean environment in init.d script
  - Replace Depends: on perl with Depends: on libterm-readline-perl-perl
  - Make sure that upgrades succeed, even if we can't restart lighttpd
  - DebianMaintainerField update

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.9.5 from Makefile.am.
 
1
# Makefile.in generated by automake 1.10 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
8
8
# with or without modifications, as long as this notice is preserved.
13
13
# PARTICULAR PURPOSE.
14
14
 
15
15
@SET_MAKE@
16
 
srcdir = @srcdir@
17
 
top_srcdir = @top_srcdir@
18
16
VPATH = @srcdir@
19
17
pkgdatadir = $(datadir)/@PACKAGE@
20
18
pkglibdir = $(libdir)/@PACKAGE@
21
19
pkgincludedir = $(includedir)/@PACKAGE@
22
 
top_builddir = ../../..
23
20
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24
 
INSTALL = @INSTALL@
25
21
install_sh_DATA = $(install_sh) -c -m 644
26
22
install_sh_PROGRAM = $(install_sh) -c
27
23
install_sh_SCRIPT = $(install_sh) -c
49
45
DIST_SOURCES =
50
46
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
51
47
        html-recursive info-recursive install-data-recursive \
52
 
        install-exec-recursive install-info-recursive \
53
 
        install-recursive installcheck-recursive installdirs-recursive \
54
 
        pdf-recursive ps-recursive uninstall-info-recursive \
55
 
        uninstall-recursive
 
48
        install-dvi-recursive install-exec-recursive \
 
49
        install-html-recursive install-info-recursive \
 
50
        install-pdf-recursive install-ps-recursive install-recursive \
 
51
        installcheck-recursive installdirs-recursive pdf-recursive \
 
52
        ps-recursive uninstall-recursive
 
53
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
 
54
  distclean-recursive maintainer-clean-recursive
56
55
ETAGS = etags
57
56
CTAGS = ctags
58
57
DIST_SUBDIRS = $(SUBDIRS)
59
58
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
60
59
ACLOCAL = @ACLOCAL@
61
 
AMDEP_FALSE = @AMDEP_FALSE@
62
 
AMDEP_TRUE = @AMDEP_TRUE@
63
60
AMTAR = @AMTAR@
64
61
AR = @AR@
65
62
ATTR_LIB = @ATTR_LIB@
71
68
CC = @CC@
72
69
CCDEPMODE = @CCDEPMODE@
73
70
CFLAGS = @CFLAGS@
74
 
CHECK_WITH_FASTCGI_FALSE = @CHECK_WITH_FASTCGI_FALSE@
75
 
CHECK_WITH_FASTCGI_TRUE = @CHECK_WITH_FASTCGI_TRUE@
76
71
CPP = @CPP@
77
72
CPPFLAGS = @CPPFLAGS@
78
 
CROSS_COMPILING_FALSE = @CROSS_COMPILING_FALSE@
79
 
CROSS_COMPILING_TRUE = @CROSS_COMPILING_TRUE@
80
73
CRYPT_LIB = @CRYPT_LIB@
81
74
CXX = @CXX@
82
75
CXXCPP = @CXXCPP@
97
90
FAM_LIBS = @FAM_LIBS@
98
91
FFLAGS = @FFLAGS@
99
92
GDBM_LIB = @GDBM_LIB@
 
93
GREP = @GREP@
 
94
INSTALL = @INSTALL@
100
95
INSTALL_DATA = @INSTALL_DATA@
101
96
INSTALL_PROGRAM = @INSTALL_PROGRAM@
102
97
INSTALL_SCRIPT = @INSTALL_SCRIPT@
112
107
LUA_CFLAGS = @LUA_CFLAGS@
113
108
LUA_LIBS = @LUA_LIBS@
114
109
MAINT = @MAINT@
115
 
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
116
 
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
117
110
MAKEINFO = @MAKEINFO@
118
111
MEMCACHE_LIB = @MEMCACHE_LIB@
 
112
MKDIR_P = @MKDIR_P@
119
113
MYSQL_CONFIG = @MYSQL_CONFIG@
120
114
MYSQL_INCLUDE = @MYSQL_INCLUDE@
121
115
MYSQL_LIBS = @MYSQL_LIBS@
122
 
NO_RDYNAMIC_FALSE = @NO_RDYNAMIC_FALSE@
123
 
NO_RDYNAMIC_TRUE = @NO_RDYNAMIC_TRUE@
124
116
OBJEXT = @OBJEXT@
125
117
PACKAGE = @PACKAGE@
126
118
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
146
138
XML_CFLAGS = @XML_CFLAGS@
147
139
XML_LIBS = @XML_LIBS@
148
140
Z_LIB = @Z_LIB@
149
 
ac_ct_AR = @ac_ct_AR@
 
141
abs_builddir = @abs_builddir@
 
142
abs_srcdir = @abs_srcdir@
 
143
abs_top_builddir = @abs_top_builddir@
 
144
abs_top_srcdir = @abs_top_srcdir@
150
145
ac_ct_CC = @ac_ct_CC@
151
146
ac_ct_CXX = @ac_ct_CXX@
152
147
ac_ct_F77 = @ac_ct_F77@
153
 
ac_ct_RANLIB = @ac_ct_RANLIB@
154
 
ac_ct_STRIP = @ac_ct_STRIP@
155
 
ac_pt_PKG_CONFIG = @ac_pt_PKG_CONFIG@
156
 
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
157
 
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
158
 
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
159
 
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
160
148
am__include = @am__include@
161
149
am__leading_dot = @am__leading_dot@
162
150
am__quote = @am__quote@
168
156
build_cpu = @build_cpu@
169
157
build_os = @build_os@
170
158
build_vendor = @build_vendor@
 
159
builddir = @builddir@
171
160
datadir = @datadir@
 
161
datarootdir = @datarootdir@
 
162
docdir = @docdir@
 
163
dvidir = @dvidir@
172
164
exec_prefix = @exec_prefix@
173
165
host = @host@
174
166
host_alias = @host_alias@
175
167
host_cpu = @host_cpu@
176
168
host_os = @host_os@
177
169
host_vendor = @host_vendor@
 
170
htmldir = @htmldir@
178
171
includedir = @includedir@
179
172
infodir = @infodir@
180
173
install_sh = @install_sh@
181
174
libdir = @libdir@
182
175
libexecdir = @libexecdir@
 
176
localedir = @localedir@
183
177
localstatedir = @localstatedir@
184
178
mandir = @mandir@
185
179
mkdir_p = @mkdir_p@
186
180
oldincludedir = @oldincludedir@
 
181
pdfdir = @pdfdir@
187
182
prefix = @prefix@
188
183
program_transform_name = @program_transform_name@
 
184
psdir = @psdir@
189
185
sbindir = @sbindir@
190
186
sharedstatedir = @sharedstatedir@
 
187
srcdir = @srcdir@
191
188
sysconfdir = @sysconfdir@
192
189
target = @target@
193
190
target_alias = @target_alias@
194
191
target_cpu = @target_cpu@
195
192
target_os = @target_os@
196
193
target_vendor = @target_vendor@
 
194
top_builddir = @top_builddir@
 
195
top_srcdir = @top_srcdir@
197
196
EXTRA_DIST = cgi.php cgi.pl dummydir index.html index.txt phpinfo.php \
198
197
           redirect.php cgi-pathinfo.pl get-env.php get-server-env.php \
199
198
           nph-status.pl prefix.fcgi get-header.pl ssi.shtml get-post-len.pl \
239
238
clean-libtool:
240
239
        -rm -rf .libs _libs
241
240
 
242
 
distclean-libtool:
243
 
        -rm -f libtool
244
 
uninstall-info-am:
245
 
 
246
241
# This directory's subdirectories are mostly independent; you can cd
247
242
# into them and run `make' without going through this Makefile.
248
243
# To change the values of `make' variables: instead of editing Makefiles,
274
269
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
275
270
        fi; test -z "$$fail"
276
271
 
277
 
mostlyclean-recursive clean-recursive distclean-recursive \
278
 
maintainer-clean-recursive:
 
272
$(RECURSIVE_CLEAN_TARGETS):
279
273
        @failcom='exit 1'; \
280
274
        for f in x $$MAKEFLAGS; do \
281
275
          case $$f in \
376
370
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
377
371
 
378
372
distdir: $(DISTFILES)
379
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
380
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
381
 
        list='$(DISTFILES)'; for file in $$list; do \
382
 
          case $$file in \
383
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
384
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
385
 
          esac; \
 
373
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
374
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
375
        list='$(DISTFILES)'; \
 
376
          dist_files=`for file in $$list; do echo $$file; done | \
 
377
          sed -e "s|^$$srcdirstrip/||;t" \
 
378
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
379
        case $$dist_files in \
 
380
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
381
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
382
                           sort -u` ;; \
 
383
        esac; \
 
384
        for file in $$dist_files; do \
386
385
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
387
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
388
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
389
 
            dir="/$$dir"; \
390
 
            $(mkdir_p) "$(distdir)$$dir"; \
391
 
          else \
392
 
            dir=''; \
393
 
          fi; \
394
386
          if test -d $$d/$$file; then \
 
387
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
395
388
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
396
389
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
397
390
            fi; \
405
398
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
406
399
          if test "$$subdir" = .; then :; else \
407
400
            test -d "$(distdir)/$$subdir" \
408
 
            || $(mkdir_p) "$(distdir)/$$subdir" \
 
401
            || $(MKDIR_P) "$(distdir)/$$subdir" \
409
402
            || exit 1; \
410
403
            distdir=`$(am__cd) $(distdir) && pwd`; \
411
404
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
413
406
              $(MAKE) $(AM_MAKEFLAGS) \
414
407
                top_distdir="$$top_distdir" \
415
408
                distdir="$$distdir/$$subdir" \
 
409
                am__remove_distdir=: \
 
410
                am__skip_length_check=: \
416
411
                distdir) \
417
412
              || exit 1; \
418
413
          fi; \
452
447
 
453
448
distclean: distclean-recursive
454
449
        -rm -f Makefile
455
 
distclean-am: clean-am distclean-generic distclean-libtool \
456
 
        distclean-tags
 
450
distclean-am: clean-am distclean-generic distclean-tags
457
451
 
458
452
dvi: dvi-recursive
459
453
 
467
461
 
468
462
install-data-am:
469
463
 
 
464
install-dvi: install-dvi-recursive
 
465
 
470
466
install-exec-am:
471
467
 
 
468
install-html: install-html-recursive
 
469
 
472
470
install-info: install-info-recursive
473
471
 
474
472
install-man:
475
473
 
 
474
install-pdf: install-pdf-recursive
 
475
 
 
476
install-ps: install-ps-recursive
 
477
 
476
478
installcheck-am:
477
479
 
478
480
maintainer-clean: maintainer-clean-recursive
491
493
 
492
494
ps-am:
493
495
 
494
 
uninstall-am: uninstall-info-am
495
 
 
496
 
uninstall-info: uninstall-info-recursive
497
 
 
498
 
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
499
 
        clean clean-generic clean-libtool clean-recursive ctags \
500
 
        ctags-recursive distclean distclean-generic distclean-libtool \
501
 
        distclean-recursive distclean-tags distdir dvi dvi-am html \
 
496
uninstall-am:
 
497
 
 
498
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
 
499
        install-strip
 
500
 
 
501
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
 
502
        all all-am check check-am clean clean-generic clean-libtool \
 
503
        ctags ctags-recursive distclean distclean-generic \
 
504
        distclean-libtool distclean-tags distdir dvi dvi-am html \
502
505
        html-am info info-am install install-am install-data \
503
 
        install-data-am install-exec install-exec-am install-info \
504
 
        install-info-am install-man install-strip installcheck \
 
506
        install-data-am install-dvi install-dvi-am install-exec \
 
507
        install-exec-am install-html install-html-am install-info \
 
508
        install-info-am install-man install-pdf install-pdf-am \
 
509
        install-ps install-ps-am install-strip installcheck \
505
510
        installcheck-am installdirs installdirs-am maintainer-clean \
506
 
        maintainer-clean-generic maintainer-clean-recursive \
507
 
        mostlyclean mostlyclean-generic mostlyclean-libtool \
508
 
        mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
509
 
        uninstall uninstall-am uninstall-info-am
 
511
        maintainer-clean-generic mostlyclean mostlyclean-generic \
 
512
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
 
513
        uninstall uninstall-am
510
514
 
511
515
# Tell versions [3.59,3.63) of GNU make to not export all variables.
512
516
# Otherwise a system limit (for SysV at least) may be exceeded.