~ubuntu-branches/ubuntu/utopic/lurker/utopic

« back to all changes in this revision

Viewing changes to .pc/01_bump_autotools.patch/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Jonas Meurer
  • Date: 2013-12-13 00:15:29 UTC
  • Revision ID: package-import@ubuntu.com-20131213001529-mtaj2y0lmub0kr4e
Tags: 2.3-4
* incorporate patches from upstream svn repository:
  - 02_bump_autotools.patch: bump automake/autoconf
  - 03_nested_frontends.patch: fix a bug regarding nested frontends
* update dependencies to 'apache2 | httpd-cgi'.
* 01_apache.conf.patch: check for mod_rewrite before using it in apache conf.
* patch apache.conf file to use new access control syntax for apache 2.4.
* update apache config handling to support apache 2.4 (closes: #669814)
  - install apache include file to /etc/apache2/conf-available/lurker.conf
  - postinst/postrm scripts: enable the include file properly for 2.2 and 2.4
  - postinst script: enable cgi module as it's required by lurker
  - postinst script: enable rewrite module as it's required by lurker
  - remove debconf questions/templates regarding apache2/webserver config
* add italian debconf translation by Beatrice Torracca (closes: #719710)
* debian/copyright: update format to copyright-format 1.0
* debian/control: bump standards-version to 3.9.5, no changes required

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.10.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  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
VPATH = @srcdir@
 
17
pkgdatadir = $(datadir)/@PACKAGE@
 
18
pkglibdir = $(libdir)/@PACKAGE@
 
19
pkgincludedir = $(includedir)/@PACKAGE@
 
20
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
21
install_sh_DATA = $(install_sh) -c -m 644
 
22
install_sh_PROGRAM = $(install_sh) -c
 
23
install_sh_SCRIPT = $(install_sh) -c
 
24
INSTALL_HEADER = $(INSTALL_DATA)
 
25
transform = $(program_transform_name)
 
26
NORMAL_INSTALL = :
 
27
PRE_INSTALL = :
 
28
POST_INSTALL = :
 
29
NORMAL_UNINSTALL = :
 
30
PRE_UNINSTALL = :
 
31
POST_UNINSTALL = :
 
32
subdir = .
 
33
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
 
34
        $(srcdir)/Makefile.in $(srcdir)/apache.conf.in \
 
35
        $(srcdir)/config.h.in $(srcdir)/lurker.conf.in \
 
36
        $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
 
37
        tools/depcomp tools/install-sh tools/missing \
 
38
        tools/mkinstalldirs
 
39
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
40
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
 
41
        $(top_srcdir)/configure.ac
 
42
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
43
        $(ACLOCAL_M4)
 
44
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
 
45
 configure.lineno config.status.lineno
 
46
mkinstalldirs = $(SHELL) $(top_srcdir)/tools/mkinstalldirs
 
47
CONFIG_HEADER = config.h
 
48
CONFIG_CLEAN_FILES = lurker.conf apache.conf
 
49
SOURCES =
 
50
DIST_SOURCES =
 
51
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
 
52
        html-recursive info-recursive install-data-recursive \
 
53
        install-dvi-recursive install-exec-recursive \
 
54
        install-html-recursive install-info-recursive \
 
55
        install-pdf-recursive install-ps-recursive install-recursive \
 
56
        installcheck-recursive installdirs-recursive pdf-recursive \
 
57
        ps-recursive uninstall-recursive
 
58
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
 
59
  distclean-recursive maintainer-clean-recursive
 
60
ETAGS = etags
 
61
CTAGS = ctags
 
62
DIST_SUBDIRS = $(SUBDIRS)
 
63
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
64
distdir = $(PACKAGE)-$(VERSION)
 
65
top_distdir = $(distdir)
 
66
am__remove_distdir = \
 
67
  { test ! -d $(distdir) \
 
68
    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
 
69
         && rm -fr $(distdir); }; }
 
70
DIST_ARCHIVES = $(distdir).tar.gz
 
71
GZIP_ENV = --best
 
72
distuninstallcheck_listfiles = find . -type f -print
 
73
distcleancheck_listfiles = find . -type f -print
 
74
ACLOCAL = @ACLOCAL@
 
75
AMTAR = @AMTAR@
 
76
AUTOCONF = @AUTOCONF@
 
77
AUTOHEADER = @AUTOHEADER@
 
78
AUTOMAKE = @AUTOMAKE@
 
79
AWK = @AWK@
 
80
BINDIR = @BINDIR@
 
81
CC = @CC@
 
82
CCDEPMODE = @CCDEPMODE@
 
83
CFLAGS = @CFLAGS@
 
84
CGI_BIN_DIR = @CGI_BIN_DIR@
 
85
CPPFLAGS = @CPPFLAGS@
 
86
CXX = @CXX@
 
87
CXXCPP = @CXXCPP@
 
88
CXXDEPMODE = @CXXDEPMODE@
 
89
CXXFLAGS = @CXXFLAGS@
 
90
CYGPATH_W = @CYGPATH_W@
 
91
DEFAULT_CONFIG_DIR = @DEFAULT_CONFIG_DIR@
 
92
DEFAULT_WWW_DIR = @DEFAULT_WWW_DIR@
 
93
DEFS = @DEFS@
 
94
DEPDIR = @DEPDIR@
 
95
ECHO_C = @ECHO_C@
 
96
ECHO_N = @ECHO_N@
 
97
ECHO_T = @ECHO_T@
 
98
EGREP = @EGREP@
 
99
EXEEXT = @EXEEXT@
 
100
GREP = @GREP@
 
101
INSTALL = @INSTALL@
 
102
INSTALL_DATA = @INSTALL_DATA@
 
103
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
104
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
105
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
106
LDFLAGS = @LDFLAGS@
 
107
LIBOBJS = @LIBOBJS@
 
108
LIBS = @LIBS@
 
109
LOCALSTATEDIR = @LOCALSTATEDIR@
 
110
LTLIBOBJS = @LTLIBOBJS@
 
111
MAINT = @MAINT@
 
112
MAKEINFO = @MAKEINFO@
 
113
MKDIR_P = @MKDIR_P@
 
114
OBJEXT = @OBJEXT@
 
115
PACKAGE = @PACKAGE@
 
116
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
117
PACKAGE_NAME = @PACKAGE_NAME@
 
118
PACKAGE_STRING = @PACKAGE_STRING@
 
119
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
120
PACKAGE_VERSION = @PACKAGE_VERSION@
 
121
PATH_SEPARATOR = @PATH_SEPARATOR@
 
122
RANLIB = @RANLIB@
 
123
SET_MAKE = @SET_MAKE@
 
124
SHELL = @SHELL@
 
125
STRIP = @STRIP@
 
126
VERSION = @VERSION@
 
127
abs_builddir = @abs_builddir@
 
128
abs_srcdir = @abs_srcdir@
 
129
abs_top_builddir = @abs_top_builddir@
 
130
abs_top_srcdir = @abs_top_srcdir@
 
131
ac_ct_CC = @ac_ct_CC@
 
132
ac_ct_CXX = @ac_ct_CXX@
 
133
am__include = @am__include@
 
134
am__leading_dot = @am__leading_dot@
 
135
am__quote = @am__quote@
 
136
am__tar = @am__tar@
 
137
am__untar = @am__untar@
 
138
bindir = @bindir@
 
139
build_alias = @build_alias@
 
140
builddir = @builddir@
 
141
cgi_bin_dir = @cgi_bin_dir@
 
142
datadir = @datadir@
 
143
datarootdir = @datarootdir@
 
144
default_config_dir = @default_config_dir@
 
145
default_www_dir = @default_www_dir@
 
146
docdir = @docdir@
 
147
dvidir = @dvidir@
 
148
exec_prefix = @exec_prefix@
 
149
host_alias = @host_alias@
 
150
htmldir = @htmldir@
 
151
includedir = @includedir@
 
152
infodir = @infodir@
 
153
install_sh = @install_sh@
 
154
libdir = @libdir@
 
155
libexecdir = @libexecdir@
 
156
localedir = @localedir@
 
157
localstatedir = @localstatedir@
 
158
mandir = @mandir@
 
159
mkdir_p = @mkdir_p@
 
160
oldincludedir = @oldincludedir@
 
161
pdfdir = @pdfdir@
 
162
prefix = @prefix@
 
163
program_transform_name = @program_transform_name@
 
164
psdir = @psdir@
 
165
sbindir = @sbindir@
 
166
sharedstatedir = @sharedstatedir@
 
167
srcdir = @srcdir@
 
168
sysconfdir = @sysconfdir@
 
169
target_alias = @target_alias@
 
170
top_builddir = @top_builddir@
 
171
top_srcdir = @top_srcdir@
 
172
SUBDIRS = mymime libesort common index prune render ui imgs .
 
173
EXTRA_DIST = FAQ
 
174
all: config.h
 
175
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
 
176
 
 
177
.SUFFIXES:
 
178
am--refresh:
 
179
        @:
 
180
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
181
        @for dep in $?; do \
 
182
          case '$(am__configure_deps)' in \
 
183
            *$$dep*) \
 
184
              echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
 
185
              cd $(srcdir) && $(AUTOMAKE) --gnu  \
 
186
                && exit 0; \
 
187
              exit 1;; \
 
188
          esac; \
 
189
        done; \
 
190
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  Makefile'; \
 
191
        cd $(top_srcdir) && \
 
192
          $(AUTOMAKE) --gnu  Makefile
 
193
.PRECIOUS: Makefile
 
194
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
195
        @case '$?' in \
 
196
          *config.status*) \
 
197
            echo ' $(SHELL) ./config.status'; \
 
198
            $(SHELL) ./config.status;; \
 
199
          *) \
 
200
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
 
201
            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
 
202
        esac;
 
203
 
 
204
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
205
        $(SHELL) ./config.status --recheck
 
206
 
 
207
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
208
        cd $(srcdir) && $(AUTOCONF)
 
209
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
210
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
211
 
 
212
config.h: stamp-h1
 
213
        @if test ! -f $@; then \
 
214
          rm -f stamp-h1; \
 
215
          $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
 
216
        else :; fi
 
217
 
 
218
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
 
219
        @rm -f stamp-h1
 
220
        cd $(top_builddir) && $(SHELL) ./config.status config.h
 
221
$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
 
222
        cd $(top_srcdir) && $(AUTOHEADER)
 
223
        rm -f stamp-h1
 
224
        touch $@
 
225
 
 
226
distclean-hdr:
 
227
        -rm -f config.h stamp-h1
 
228
lurker.conf: $(top_builddir)/config.status $(srcdir)/lurker.conf.in
 
229
        cd $(top_builddir) && $(SHELL) ./config.status $@
 
230
apache.conf: $(top_builddir)/config.status $(srcdir)/apache.conf.in
 
231
        cd $(top_builddir) && $(SHELL) ./config.status $@
 
232
 
 
233
# This directory's subdirectories are mostly independent; you can cd
 
234
# into them and run `make' without going through this Makefile.
 
235
# To change the values of `make' variables: instead of editing Makefiles,
 
236
# (1) if the variable is set in `config.status', edit `config.status'
 
237
#     (which will cause the Makefiles to be regenerated when you run `make');
 
238
# (2) otherwise, pass the desired values on the `make' command line.
 
239
$(RECURSIVE_TARGETS):
 
240
        @failcom='exit 1'; \
 
241
        for f in x $$MAKEFLAGS; do \
 
242
          case $$f in \
 
243
            *=* | --[!k]*);; \
 
244
            *k*) failcom='fail=yes';; \
 
245
          esac; \
 
246
        done; \
 
247
        dot_seen=no; \
 
248
        target=`echo $@ | sed s/-recursive//`; \
 
249
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
250
          echo "Making $$target in $$subdir"; \
 
251
          if test "$$subdir" = "."; then \
 
252
            dot_seen=yes; \
 
253
            local_target="$$target-am"; \
 
254
          else \
 
255
            local_target="$$target"; \
 
256
          fi; \
 
257
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
258
          || eval $$failcom; \
 
259
        done; \
 
260
        if test "$$dot_seen" = "no"; then \
 
261
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
262
        fi; test -z "$$fail"
 
263
 
 
264
$(RECURSIVE_CLEAN_TARGETS):
 
265
        @failcom='exit 1'; \
 
266
        for f in x $$MAKEFLAGS; do \
 
267
          case $$f in \
 
268
            *=* | --[!k]*);; \
 
269
            *k*) failcom='fail=yes';; \
 
270
          esac; \
 
271
        done; \
 
272
        dot_seen=no; \
 
273
        case "$@" in \
 
274
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
275
          *) list='$(SUBDIRS)' ;; \
 
276
        esac; \
 
277
        rev=''; for subdir in $$list; do \
 
278
          if test "$$subdir" = "."; then :; else \
 
279
            rev="$$subdir $$rev"; \
 
280
          fi; \
 
281
        done; \
 
282
        rev="$$rev ."; \
 
283
        target=`echo $@ | sed s/-recursive//`; \
 
284
        for subdir in $$rev; do \
 
285
          echo "Making $$target in $$subdir"; \
 
286
          if test "$$subdir" = "."; then \
 
287
            local_target="$$target-am"; \
 
288
          else \
 
289
            local_target="$$target"; \
 
290
          fi; \
 
291
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
292
          || eval $$failcom; \
 
293
        done && test -z "$$fail"
 
294
tags-recursive:
 
295
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
296
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
297
        done
 
298
ctags-recursive:
 
299
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
300
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
301
        done
 
302
 
 
303
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
304
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
305
        unique=`for i in $$list; do \
 
306
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
307
          done | \
 
308
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
309
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
310
        mkid -fID $$unique
 
311
tags: TAGS
 
312
 
 
313
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
 
314
                $(TAGS_FILES) $(LISP)
 
315
        tags=; \
 
316
        here=`pwd`; \
 
317
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
 
318
          include_option=--etags-include; \
 
319
          empty_fix=.; \
 
320
        else \
 
321
          include_option=--include; \
 
322
          empty_fix=; \
 
323
        fi; \
 
324
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
325
          if test "$$subdir" = .; then :; else \
 
326
            test ! -f $$subdir/TAGS || \
 
327
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
328
          fi; \
 
329
        done; \
 
330
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
 
331
        unique=`for i in $$list; do \
 
332
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
333
          done | \
 
334
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
335
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
336
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
337
          test -n "$$unique" || unique=$$empty_fix; \
 
338
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
339
            $$tags $$unique; \
 
340
        fi
 
341
ctags: CTAGS
 
342
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
 
343
                $(TAGS_FILES) $(LISP)
 
344
        tags=; \
 
345
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
 
346
        unique=`for i in $$list; do \
 
347
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
348
          done | \
 
349
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
350
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
351
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
352
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
353
             $$tags $$unique
 
354
 
 
355
GTAGS:
 
356
        here=`$(am__cd) $(top_builddir) && pwd` \
 
357
          && cd $(top_srcdir) \
 
358
          && gtags -i $(GTAGS_ARGS) $$here
 
359
 
 
360
distclean-tags:
 
361
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
362
 
 
363
distdir: $(DISTFILES)
 
364
        $(am__remove_distdir)
 
365
        test -d $(distdir) || mkdir $(distdir)
 
366
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
367
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
368
        list='$(DISTFILES)'; \
 
369
          dist_files=`for file in $$list; do echo $$file; done | \
 
370
          sed -e "s|^$$srcdirstrip/||;t" \
 
371
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
372
        case $$dist_files in \
 
373
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
374
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
375
                           sort -u` ;; \
 
376
        esac; \
 
377
        for file in $$dist_files; do \
 
378
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
379
          if test -d $$d/$$file; then \
 
380
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
381
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
382
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
383
            fi; \
 
384
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
385
          else \
 
386
            test -f $(distdir)/$$file \
 
387
            || cp -p $$d/$$file $(distdir)/$$file \
 
388
            || exit 1; \
 
389
          fi; \
 
390
        done
 
391
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
392
          if test "$$subdir" = .; then :; else \
 
393
            test -d "$(distdir)/$$subdir" \
 
394
            || $(MKDIR_P) "$(distdir)/$$subdir" \
 
395
            || exit 1; \
 
396
            distdir=`$(am__cd) $(distdir) && pwd`; \
 
397
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
 
398
            (cd $$subdir && \
 
399
              $(MAKE) $(AM_MAKEFLAGS) \
 
400
                top_distdir="$$top_distdir" \
 
401
                distdir="$$distdir/$$subdir" \
 
402
                am__remove_distdir=: \
 
403
                am__skip_length_check=: \
 
404
                distdir) \
 
405
              || exit 1; \
 
406
          fi; \
 
407
        done
 
408
        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
 
409
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
 
410
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
 
411
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
 
412
        || chmod -R a+r $(distdir)
 
413
dist-gzip: distdir
 
414
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 
415
        $(am__remove_distdir)
 
416
 
 
417
dist-bzip2: distdir
 
418
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
 
419
        $(am__remove_distdir)
 
420
 
 
421
dist-lzma: distdir
 
422
        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
 
423
        $(am__remove_distdir)
 
424
 
 
425
dist-tarZ: distdir
 
426
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
 
427
        $(am__remove_distdir)
 
428
 
 
429
dist-shar: distdir
 
430
        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
 
431
        $(am__remove_distdir)
 
432
 
 
433
dist-zip: distdir
 
434
        -rm -f $(distdir).zip
 
435
        zip -rq $(distdir).zip $(distdir)
 
436
        $(am__remove_distdir)
 
437
 
 
438
dist dist-all: distdir
 
439
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 
440
        $(am__remove_distdir)
 
441
 
 
442
# This target untars the dist file and tries a VPATH configuration.  Then
 
443
# it guarantees that the distribution is self-contained by making another
 
444
# tarfile.
 
445
distcheck: dist
 
446
        case '$(DIST_ARCHIVES)' in \
 
447
        *.tar.gz*) \
 
448
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
 
449
        *.tar.bz2*) \
 
450
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
 
451
        *.tar.lzma*) \
 
452
          unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
 
453
        *.tar.Z*) \
 
454
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
 
455
        *.shar.gz*) \
 
456
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
 
457
        *.zip*) \
 
458
          unzip $(distdir).zip ;;\
 
459
        esac
 
460
        chmod -R a-w $(distdir); chmod a+w $(distdir)
 
461
        mkdir $(distdir)/_build
 
462
        mkdir $(distdir)/_inst
 
463
        chmod a-w $(distdir)
 
464
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
 
465
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
 
466
          && cd $(distdir)/_build \
 
467
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
 
468
            $(DISTCHECK_CONFIGURE_FLAGS) \
 
469
          && $(MAKE) $(AM_MAKEFLAGS) \
 
470
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
 
471
          && $(MAKE) $(AM_MAKEFLAGS) check \
 
472
          && $(MAKE) $(AM_MAKEFLAGS) install \
 
473
          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
 
474
          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
 
475
          && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
 
476
                distuninstallcheck \
 
477
          && chmod -R a-w "$$dc_install_base" \
 
478
          && ({ \
 
479
               (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
 
480
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
 
481
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
 
482
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
 
483
                    distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
 
484
              } || { rm -rf "$$dc_destdir"; exit 1; }) \
 
485
          && rm -rf "$$dc_destdir" \
 
486
          && $(MAKE) $(AM_MAKEFLAGS) dist \
 
487
          && rm -rf $(DIST_ARCHIVES) \
 
488
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
 
489
        $(am__remove_distdir)
 
490
        @(echo "$(distdir) archives ready for distribution: "; \
 
491
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
 
492
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
 
493
distuninstallcheck:
 
494
        @cd $(distuninstallcheck_dir) \
 
495
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
 
496
           || { echo "ERROR: files left after uninstall:" ; \
 
497
                if test -n "$(DESTDIR)"; then \
 
498
                  echo "  (check DESTDIR support)"; \
 
499
                fi ; \
 
500
                $(distuninstallcheck_listfiles) ; \
 
501
                exit 1; } >&2
 
502
distcleancheck: distclean
 
503
        @if test '$(srcdir)' = . ; then \
 
504
          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
 
505
          exit 1 ; \
 
506
        fi
 
507
        @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
 
508
          || { echo "ERROR: files left in build directory after distclean:" ; \
 
509
               $(distcleancheck_listfiles) ; \
 
510
               exit 1; } >&2
 
511
check-am: all-am
 
512
check: check-recursive
 
513
all-am: Makefile config.h
 
514
installdirs: installdirs-recursive
 
515
installdirs-am:
 
516
install: install-recursive
 
517
install-exec: install-exec-recursive
 
518
install-data: install-data-recursive
 
519
uninstall: uninstall-recursive
 
520
 
 
521
install-am: all-am
 
522
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
523
 
 
524
installcheck: installcheck-recursive
 
525
install-strip:
 
526
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
527
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
528
          `test -z '$(STRIP)' || \
 
529
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
530
mostlyclean-generic:
 
531
 
 
532
clean-generic:
 
533
 
 
534
distclean-generic:
 
535
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
536
 
 
537
maintainer-clean-generic:
 
538
        @echo "This command is intended for maintainers to use"
 
539
        @echo "it deletes files that may require special tools to rebuild."
 
540
clean: clean-recursive
 
541
 
 
542
clean-am: clean-generic mostlyclean-am
 
543
 
 
544
distclean: distclean-recursive
 
545
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
 
546
        -rm -f Makefile
 
547
distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
 
548
 
 
549
dvi: dvi-recursive
 
550
 
 
551
dvi-am:
 
552
 
 
553
html: html-recursive
 
554
 
 
555
info: info-recursive
 
556
 
 
557
info-am:
 
558
 
 
559
install-data-am: install-data-local
 
560
 
 
561
install-dvi: install-dvi-recursive
 
562
 
 
563
install-exec-am:
 
564
 
 
565
install-html: install-html-recursive
 
566
 
 
567
install-info: install-info-recursive
 
568
 
 
569
install-man:
 
570
 
 
571
install-pdf: install-pdf-recursive
 
572
 
 
573
install-ps: install-ps-recursive
 
574
 
 
575
installcheck-am:
 
576
 
 
577
maintainer-clean: maintainer-clean-recursive
 
578
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
 
579
        -rm -rf $(top_srcdir)/autom4te.cache
 
580
        -rm -f Makefile
 
581
maintainer-clean-am: distclean-am maintainer-clean-generic
 
582
 
 
583
mostlyclean: mostlyclean-recursive
 
584
 
 
585
mostlyclean-am: mostlyclean-generic
 
586
 
 
587
pdf: pdf-recursive
 
588
 
 
589
pdf-am:
 
590
 
 
591
ps: ps-recursive
 
592
 
 
593
ps-am:
 
594
 
 
595
uninstall-am:
 
596
 
 
597
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
 
598
        install-strip
 
599
 
 
600
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
 
601
        all all-am am--refresh check check-am clean clean-generic \
 
602
        ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
 
603
        dist-lzma dist-shar dist-tarZ dist-zip distcheck distclean \
 
604
        distclean-generic distclean-hdr distclean-tags distcleancheck \
 
605
        distdir distuninstallcheck dvi dvi-am html html-am info \
 
606
        info-am install install-am install-data install-data-am \
 
607
        install-data-local install-dvi install-dvi-am install-exec \
 
608
        install-exec-am install-html install-html-am install-info \
 
609
        install-info-am install-man install-pdf install-pdf-am \
 
610
        install-ps install-ps-am install-strip installcheck \
 
611
        installcheck-am installdirs installdirs-am maintainer-clean \
 
612
        maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
 
613
        pdf-am ps ps-am tags tags-recursive uninstall uninstall-am
 
614
 
 
615
 
 
616
install-data-local:
 
617
        $(mkinstalldirs) $(DESTDIR)$(default_config_dir)
 
618
        @echo
 
619
        @echo "*** PLEASE READ ***"
 
620
        @echo
 
621
        @echo "Lurker config files have not been installed (for your protection)"
 
622
        @echo "If you would like the default config files installed, run:"
 
623
        @echo "  make install-config"
 
624
        @echo
 
625
        @echo "*** PLEASE READ ***"
 
626
        @echo
 
627
 
 
628
install-config:
 
629
        $(mkinstalldirs) $(DESTDIR)$(localstatedir)/lib/$(PACKAGE)
 
630
        if ! test -f $(DESTDIR)$(localstatedir)/lib/$(PACKAGE)/db; then \
 
631
                echo 1 8192 255 > $(DESTDIR)$(localstatedir)/lib/$(PACKAGE)/db; \
 
632
        fi
 
633
        $(mkinstalldirs) $(DESTDIR)$(default_config_dir)
 
634
        $(INSTALL_DATA) lurker.conf apache.conf $(DESTDIR)$(default_config_dir)
 
635
        @echo
 
636
        @echo "Now put 'include $(default_config_dir)/apache.conf' in your apache config"
 
637
        @echo "And don't forget to setup a cron job as described in the INSTALL file"
 
638
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
639
# Otherwise a system limit (for SysV at least) may be exceeded.
 
640
.NOEXPORT: