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

« back to all changes in this revision

Viewing changes to 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.
 
1
# Makefile.in generated by automake 1.11.1 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, 2006, 2007, 2008  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
6
# Inc.
6
7
# This Makefile.in is free software; the Free Software Foundation
7
8
# gives unlimited permission to copy and/or distribute it,
8
9
# with or without modifications, as long as this notice is preserved.
15
16
@SET_MAKE@
16
17
VPATH = @srcdir@
17
18
pkgdatadir = $(datadir)/@PACKAGE@
 
19
pkgincludedir = $(includedir)/@PACKAGE@
18
20
pkglibdir = $(libdir)/@PACKAGE@
19
 
pkgincludedir = $(includedir)/@PACKAGE@
 
21
pkglibexecdir = $(libexecdir)/@PACKAGE@
20
22
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
21
23
install_sh_DATA = $(install_sh) -c -m 644
22
24
install_sh_PROGRAM = $(install_sh) -c
46
48
mkinstalldirs = $(SHELL) $(top_srcdir)/tools/mkinstalldirs
47
49
CONFIG_HEADER = config.h
48
50
CONFIG_CLEAN_FILES = lurker.conf apache.conf
 
51
CONFIG_CLEAN_VPATH_FILES =
49
52
SOURCES =
50
53
DIST_SOURCES =
51
54
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
57
60
        ps-recursive uninstall-recursive
58
61
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
59
62
  distclean-recursive maintainer-clean-recursive
 
63
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
64
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
65
        distdir dist dist-all distcheck
60
66
ETAGS = etags
61
67
CTAGS = ctags
62
68
DIST_SUBDIRS = $(SUBDIRS)
64
70
distdir = $(PACKAGE)-$(VERSION)
65
71
top_distdir = $(distdir)
66
72
am__remove_distdir = \
67
 
  { test ! -d $(distdir) \
68
 
    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
69
 
         && rm -fr $(distdir); }; }
 
73
  { test ! -d "$(distdir)" \
 
74
    || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
 
75
         && rm -fr "$(distdir)"; }; }
 
76
am__relativize = \
 
77
  dir0=`pwd`; \
 
78
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
79
  sed_rest='s,^[^/]*/*,,'; \
 
80
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
81
  sed_butlast='s,/*[^/]*$$,,'; \
 
82
  while test -n "$$dir1"; do \
 
83
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
84
    if test "$$first" != "."; then \
 
85
      if test "$$first" = ".."; then \
 
86
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
87
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
88
      else \
 
89
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
90
        if test "$$first2" = "$$first"; then \
 
91
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
92
        else \
 
93
          dir2="../$$dir2"; \
 
94
        fi; \
 
95
        dir0="$$dir0"/"$$first"; \
 
96
      fi; \
 
97
    fi; \
 
98
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
99
  done; \
 
100
  reldir="$$dir2"
70
101
DIST_ARCHIVES = $(distdir).tar.gz
71
102
GZIP_ENV = --best
72
103
distuninstallcheck_listfiles = find . -type f -print
117
148
PACKAGE_NAME = @PACKAGE_NAME@
118
149
PACKAGE_STRING = @PACKAGE_STRING@
119
150
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
151
PACKAGE_URL = @PACKAGE_URL@
120
152
PACKAGE_VERSION = @PACKAGE_VERSION@
121
153
PATH_SEPARATOR = @PATH_SEPARATOR@
122
154
RANLIB = @RANLIB@
167
199
srcdir = @srcdir@
168
200
sysconfdir = @sysconfdir@
169
201
target_alias = @target_alias@
 
202
top_build_prefix = @top_build_prefix@
170
203
top_builddir = @top_builddir@
171
204
top_srcdir = @top_srcdir@
172
205
SUBDIRS = mymime libesort common index prune render ui imgs .
181
214
        @for dep in $?; do \
182
215
          case '$(am__configure_deps)' in \
183
216
            *$$dep*) \
184
 
              echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
185
 
              cd $(srcdir) && $(AUTOMAKE) --gnu  \
 
217
              echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
 
218
              $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
186
219
                && exit 0; \
187
220
              exit 1;; \
188
221
          esac; \
189
222
        done; \
190
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  Makefile'; \
191
 
        cd $(top_srcdir) && \
192
 
          $(AUTOMAKE) --gnu  Makefile
 
223
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
 
224
        $(am__cd) $(top_srcdir) && \
 
225
          $(AUTOMAKE) --gnu Makefile
193
226
.PRECIOUS: Makefile
194
227
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
195
228
        @case '$?' in \
205
238
        $(SHELL) ./config.status --recheck
206
239
 
207
240
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
208
 
        cd $(srcdir) && $(AUTOCONF)
 
241
        $(am__cd) $(srcdir) && $(AUTOCONF)
209
242
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
210
 
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
243
        $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
244
$(am__aclocal_m4_deps):
211
245
 
212
246
config.h: stamp-h1
213
247
        @if test ! -f $@; then \
219
253
        @rm -f stamp-h1
220
254
        cd $(top_builddir) && $(SHELL) ./config.status config.h
221
255
$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
222
 
        cd $(top_srcdir) && $(AUTOHEADER)
 
256
        ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
223
257
        rm -f stamp-h1
224
258
        touch $@
225
259
 
237
271
#     (which will cause the Makefiles to be regenerated when you run `make');
238
272
# (2) otherwise, pass the desired values on the `make' command line.
239
273
$(RECURSIVE_TARGETS):
240
 
        @failcom='exit 1'; \
 
274
        @fail= failcom='exit 1'; \
241
275
        for f in x $$MAKEFLAGS; do \
242
276
          case $$f in \
243
277
            *=* | --[!k]*);; \
254
288
          else \
255
289
            local_target="$$target"; \
256
290
          fi; \
257
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
291
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
258
292
          || eval $$failcom; \
259
293
        done; \
260
294
        if test "$$dot_seen" = "no"; then \
262
296
        fi; test -z "$$fail"
263
297
 
264
298
$(RECURSIVE_CLEAN_TARGETS):
265
 
        @failcom='exit 1'; \
 
299
        @fail= failcom='exit 1'; \
266
300
        for f in x $$MAKEFLAGS; do \
267
301
          case $$f in \
268
302
            *=* | --[!k]*);; \
288
322
          else \
289
323
            local_target="$$target"; \
290
324
          fi; \
291
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
325
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
292
326
          || eval $$failcom; \
293
327
        done && test -z "$$fail"
294
328
tags-recursive:
295
329
        list='$(SUBDIRS)'; for subdir in $$list; do \
296
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
330
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
297
331
        done
298
332
ctags-recursive:
299
333
        list='$(SUBDIRS)'; for subdir in $$list; do \
300
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
334
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
301
335
        done
302
336
 
303
337
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
305
339
        unique=`for i in $$list; do \
306
340
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
307
341
          done | \
308
 
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
342
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
309
343
              END { if (nonempty) { for (i in files) print i; }; }'`; \
310
344
        mkid -fID $$unique
311
345
tags: TAGS
312
346
 
313
347
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
314
348
                $(TAGS_FILES) $(LISP)
315
 
        tags=; \
 
349
        set x; \
316
350
        here=`pwd`; \
317
351
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
318
352
          include_option=--etags-include; \
324
358
        list='$(SUBDIRS)'; for subdir in $$list; do \
325
359
          if test "$$subdir" = .; then :; else \
326
360
            test ! -f $$subdir/TAGS || \
327
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
361
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
328
362
          fi; \
329
363
        done; \
330
364
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
333
367
          done | \
334
368
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
335
369
              END { if (nonempty) { for (i in files) print i; }; }'`; \
336
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
370
        shift; \
 
371
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
337
372
          test -n "$$unique" || unique=$$empty_fix; \
338
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
339
 
            $$tags $$unique; \
 
373
          if test $$# -gt 0; then \
 
374
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
375
              "$$@" $$unique; \
 
376
          else \
 
377
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
378
              $$unique; \
 
379
          fi; \
340
380
        fi
341
381
ctags: CTAGS
342
382
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
343
383
                $(TAGS_FILES) $(LISP)
344
 
        tags=; \
345
384
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
346
385
        unique=`for i in $$list; do \
347
386
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
348
387
          done | \
349
388
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
350
389
              END { if (nonempty) { for (i in files) print i; }; }'`; \
351
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
390
        test -z "$(CTAGS_ARGS)$$unique" \
352
391
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
353
 
             $$tags $$unique
 
392
             $$unique
354
393
 
355
394
GTAGS:
356
395
        here=`$(am__cd) $(top_builddir) && pwd` \
357
 
          && cd $(top_srcdir) \
358
 
          && gtags -i $(GTAGS_ARGS) $$here
 
396
          && $(am__cd) $(top_srcdir) \
 
397
          && gtags -i $(GTAGS_ARGS) "$$here"
359
398
 
360
399
distclean-tags:
361
400
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
362
401
 
363
402
distdir: $(DISTFILES)
364
403
        $(am__remove_distdir)
365
 
        test -d $(distdir) || mkdir $(distdir)
 
404
        test -d "$(distdir)" || mkdir "$(distdir)"
366
405
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
367
406
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
368
407
        list='$(DISTFILES)'; \
378
417
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
379
418
          if test -d $$d/$$file; then \
380
419
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
420
            if test -d "$(distdir)/$$file"; then \
 
421
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
422
            fi; \
381
423
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
382
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
424
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
425
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
383
426
            fi; \
384
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
427
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
385
428
          else \
386
 
            test -f $(distdir)/$$file \
387
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
429
            test -f "$(distdir)/$$file" \
 
430
            || cp -p $$d/$$file "$(distdir)/$$file" \
388
431
            || exit 1; \
389
432
          fi; \
390
433
        done
391
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
434
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
392
435
          if test "$$subdir" = .; then :; else \
393
436
            test -d "$(distdir)/$$subdir" \
394
437
            || $(MKDIR_P) "$(distdir)/$$subdir" \
395
438
            || exit 1; \
396
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
397
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
398
 
            (cd $$subdir && \
 
439
          fi; \
 
440
        done
 
441
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
442
          if test "$$subdir" = .; then :; else \
 
443
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
444
            $(am__relativize); \
 
445
            new_distdir=$$reldir; \
 
446
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
447
            $(am__relativize); \
 
448
            new_top_distdir=$$reldir; \
 
449
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
450
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
451
            ($(am__cd) $$subdir && \
399
452
              $(MAKE) $(AM_MAKEFLAGS) \
400
 
                top_distdir="$$top_distdir" \
401
 
                distdir="$$distdir/$$subdir" \
 
453
                top_distdir="$$new_top_distdir" \
 
454
                distdir="$$new_distdir" \
402
455
                am__remove_distdir=: \
403
456
                am__skip_length_check=: \
 
457
                am__skip_mode_fix=: \
404
458
                distdir) \
405
459
              || exit 1; \
406
460
          fi; \
407
461
        done
408
 
        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
 
462
        -test -n "$(am__skip_mode_fix)" \
 
463
        || find "$(distdir)" -type d ! -perm -755 \
 
464
                -exec chmod u+rwx,go+rx {} \; -o \
409
465
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
410
466
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
411
467
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
412
 
        || chmod -R a+r $(distdir)
 
468
        || chmod -R a+r "$(distdir)"
413
469
dist-gzip: distdir
414
470
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
415
471
        $(am__remove_distdir)
422
478
        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
423
479
        $(am__remove_distdir)
424
480
 
 
481
dist-xz: distdir
 
482
        tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
 
483
        $(am__remove_distdir)
 
484
 
425
485
dist-tarZ: distdir
426
486
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
427
487
        $(am__remove_distdir)
445
505
distcheck: dist
446
506
        case '$(DIST_ARCHIVES)' in \
447
507
        *.tar.gz*) \
448
 
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
 
508
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
449
509
        *.tar.bz2*) \
450
 
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
 
510
          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
451
511
        *.tar.lzma*) \
452
 
          unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
 
512
          lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
 
513
        *.tar.xz*) \
 
514
          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
453
515
        *.tar.Z*) \
454
516
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
455
517
        *.shar.gz*) \
456
 
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
 
518
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
457
519
        *.zip*) \
458
520
          unzip $(distdir).zip ;;\
459
521
        esac
461
523
        mkdir $(distdir)/_build
462
524
        mkdir $(distdir)/_inst
463
525
        chmod a-w $(distdir)
 
526
        test -d $(distdir)/_build || exit 0; \
464
527
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
465
528
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
466
 
          && cd $(distdir)/_build \
 
529
          && am__cwd=`pwd` \
 
530
          && $(am__cd) $(distdir)/_build \
467
531
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
468
532
            $(DISTCHECK_CONFIGURE_FLAGS) \
469
533
          && $(MAKE) $(AM_MAKEFLAGS) \
485
549
          && rm -rf "$$dc_destdir" \
486
550
          && $(MAKE) $(AM_MAKEFLAGS) dist \
487
551
          && rm -rf $(DIST_ARCHIVES) \
488
 
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
 
552
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
 
553
          && cd "$$am__cwd" \
 
554
          || exit 1
489
555
        $(am__remove_distdir)
490
556
        @(echo "$(distdir) archives ready for distribution: "; \
491
557
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
492
558
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
493
559
distuninstallcheck:
494
 
        @cd $(distuninstallcheck_dir) \
 
560
        @$(am__cd) '$(distuninstallcheck_dir)' \
495
561
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
496
562
           || { echo "ERROR: files left after uninstall:" ; \
497
563
                if test -n "$(DESTDIR)"; then \
533
599
 
534
600
distclean-generic:
535
601
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
602
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
536
603
 
537
604
maintainer-clean-generic:
538
605
        @echo "This command is intended for maintainers to use"
552
619
 
553
620
html: html-recursive
554
621
 
 
622
html-am:
 
623
 
555
624
info: info-recursive
556
625
 
557
626
info-am:
560
629
 
561
630
install-dvi: install-dvi-recursive
562
631
 
 
632
install-dvi-am:
 
633
 
563
634
install-exec-am:
564
635
 
565
636
install-html: install-html-recursive
566
637
 
 
638
install-html-am:
 
639
 
567
640
install-info: install-info-recursive
568
641
 
 
642
install-info-am:
 
643
 
569
644
install-man:
570
645
 
571
646
install-pdf: install-pdf-recursive
572
647
 
 
648
install-pdf-am:
 
649
 
573
650
install-ps: install-ps-recursive
574
651
 
 
652
install-ps-am:
 
653
 
575
654
installcheck-am:
576
655
 
577
656
maintainer-clean: maintainer-clean-recursive
594
673
 
595
674
uninstall-am:
596
675
 
597
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
598
 
        install-strip
 
676
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
 
677
        ctags-recursive install-am install-strip tags-recursive
599
678
 
600
679
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
601
680
        all all-am am--refresh check check-am clean clean-generic \
602
681
        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
 
682
        dist-lzma dist-shar dist-tarZ dist-xz dist-zip distcheck \
 
683
        distclean distclean-generic distclean-hdr distclean-tags \
 
684
        distcleancheck distdir distuninstallcheck dvi dvi-am html \
 
685
        html-am info info-am install install-am install-data \
 
686
        install-data-am install-data-local install-dvi install-dvi-am \
 
687
        install-exec install-exec-am install-html install-html-am \
 
688
        install-info install-info-am install-man install-pdf \
 
689
        install-pdf-am install-ps install-ps-am install-strip \
 
690
        installcheck installcheck-am installdirs installdirs-am \
 
691
        maintainer-clean maintainer-clean-generic mostlyclean \
 
692
        mostlyclean-generic pdf pdf-am ps ps-am tags tags-recursive \
 
693
        uninstall uninstall-am
614
694
 
615
695
 
616
696
install-data-local:
635
715
        @echo
636
716
        @echo "Now put 'include $(default_config_dir)/apache.conf' in your apache config"
637
717
        @echo "And don't forget to setup a cron job as described in the INSTALL file"
 
718
 
638
719
# Tell versions [3.59,3.63) of GNU make to not export all variables.
639
720
# Otherwise a system limit (for SysV at least) may be exceeded.
640
721
.NOEXPORT: