~ubuntu-branches/ubuntu/dapper/clamav/dapper-updates

« back to all changes in this revision

Viewing changes to docs/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Michael Tautschnig, Michael Tautschnig
  • Date: 2009-11-02 10:24:35 UTC
  • mfrom: (0.11.5 squeeze)
  • mto: (12.1.9 dapper-security)
  • mto: This revision was merged to the branch mainline in revision 22.
  • Revision ID: james.westby@ubuntu.com-20091102102435-yzkn3jdvo4gank3q
Tags: 0.95.3+dfsg-1
[ Michael Tautschnig ]
* New upstream version
* Should fix clamd segfault on startup (closes: #537629)
* Updated info in clamd.conf man page (closes: #534443)
* Proper socket ownership setup, no chgrp in make_dir (closes: #553333)

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 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.
33
34
#  MA 02110-1301, USA.
34
35
VPATH = @srcdir@
35
36
pkgdatadir = $(datadir)/@PACKAGE@
 
37
pkgincludedir = $(includedir)/@PACKAGE@
36
38
pkglibdir = $(libdir)/@PACKAGE@
37
 
pkgincludedir = $(includedir)/@PACKAGE@
 
39
pkglibexecdir = $(libexecdir)/@PACKAGE@
38
40
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
39
41
install_sh_DATA = $(install_sh) -c -m 644
40
42
install_sh_PROGRAM = $(install_sh) -c
67
69
mkinstalldirs = $(install_sh) -d
68
70
CONFIG_HEADER = $(top_builddir)/clamav-config.h
69
71
CONFIG_CLEAN_FILES =
 
72
CONFIG_CLEAN_VPATH_FILES =
70
73
SOURCES =
71
74
DIST_SOURCES =
 
75
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
76
am__vpath_adj = case $$p in \
 
77
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
78
    *) f=$$p;; \
 
79
  esac;
 
80
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
81
am__install_max = 40
 
82
am__nobase_strip_setup = \
 
83
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
84
am__nobase_strip = \
 
85
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
86
am__nobase_list = $(am__nobase_strip_setup); \
 
87
  for p in $$list; do echo "$$p $$p"; done | \
 
88
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
89
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
90
    if (++n[$$2] == $(am__install_max)) \
 
91
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
92
    END { for (dir in files) print dir, files[dir] }'
 
93
am__base_list = \
 
94
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
95
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
72
96
man1dir = $(mandir)/man1
73
97
am__installdirs = "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(man5dir)" \
74
98
        "$(DESTDIR)$(man8dir)"
162
186
PACKAGE_NAME = @PACKAGE_NAME@
163
187
PACKAGE_STRING = @PACKAGE_STRING@
164
188
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
189
PACKAGE_URL = @PACKAGE_URL@
165
190
PACKAGE_VERSION = @PACKAGE_VERSION@
166
191
PATH_SEPARATOR = @PATH_SEPARATOR@
167
192
RANLIB = @RANLIB@
241
266
        @for dep in $?; do \
242
267
          case '$(am__configure_deps)' in \
243
268
            *$$dep*) \
244
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
245
 
                && exit 0; \
 
269
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
270
                && { if test -f $@; then exit 0; else break; fi; }; \
246
271
              exit 1;; \
247
272
          esac; \
248
273
        done; \
249
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  docs/Makefile'; \
250
 
        cd $(top_srcdir) && \
251
 
          $(AUTOMAKE) --foreign  docs/Makefile
 
274
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign docs/Makefile'; \
 
275
        $(am__cd) $(top_srcdir) && \
 
276
          $(AUTOMAKE) --foreign docs/Makefile
252
277
.PRECIOUS: Makefile
253
278
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
254
279
        @case '$?' in \
266
291
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
267
292
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
268
293
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
294
$(am__aclocal_m4_deps):
269
295
 
270
296
mostlyclean-libtool:
271
297
        -rm -f *.lo
272
298
 
273
299
clean-libtool:
274
300
        -rm -rf .libs _libs
275
 
install-man1: $(man1_MANS) $(man_MANS)
 
301
install-man1: $(man_MANS)
276
302
        @$(NORMAL_INSTALL)
277
303
        test -z "$(man1dir)" || $(MKDIR_P) "$(DESTDIR)$(man1dir)"
278
 
        @list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
279
 
        l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
280
 
        for i in $$l2; do \
281
 
          case "$$i" in \
282
 
            *.1*) list="$$list $$i" ;; \
283
 
          esac; \
 
304
        @list=''; test -n "$(man1dir)" || exit 0; \
 
305
        { for i in $$list; do echo "$$i"; done; \
 
306
        l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
 
307
          sed -n '/\.1[a-z]*$$/p'; \
 
308
        } | while read p; do \
 
309
          if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
 
310
          echo "$$d$$p"; echo "$$p"; \
 
311
        done | \
 
312
        sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
 
313
              -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
 
314
        sed 'N;N;s,\n, ,g' | { \
 
315
        list=; while read file base inst; do \
 
316
          if test "$$base" = "$$inst"; then list="$$list $$file"; else \
 
317
            echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
 
318
            $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
 
319
          fi; \
284
320
        done; \
285
 
        for i in $$list; do \
286
 
          if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
287
 
          else file=$$i; fi; \
288
 
          ext=`echo $$i | sed -e 's/^.*\\.//'`; \
289
 
          case "$$ext" in \
290
 
            1*) ;; \
291
 
            *) ext='1' ;; \
292
 
          esac; \
293
 
          inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
294
 
          inst=`echo $$inst | sed -e 's/^.*\///'`; \
295
 
          inst=`echo $$inst | sed '$(transform)'`.$$ext; \
296
 
          echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
297
 
          $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst"; \
298
 
        done
 
321
        for i in $$list; do echo "$$i"; done | $(am__base_list) | \
 
322
        while read files; do \
 
323
          test -z "$$files" || { \
 
324
            echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
 
325
            $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
 
326
        done; }
 
327
 
299
328
uninstall-man1:
300
329
        @$(NORMAL_UNINSTALL)
301
 
        @list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
302
 
        l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
303
 
        for i in $$l2; do \
304
 
          case "$$i" in \
305
 
            *.1*) list="$$list $$i" ;; \
306
 
          esac; \
307
 
        done; \
308
 
        for i in $$list; do \
309
 
          ext=`echo $$i | sed -e 's/^.*\\.//'`; \
310
 
          case "$$ext" in \
311
 
            1*) ;; \
312
 
            *) ext='1' ;; \
313
 
          esac; \
314
 
          inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
315
 
          inst=`echo $$inst | sed -e 's/^.*\///'`; \
316
 
          inst=`echo $$inst | sed '$(transform)'`.$$ext; \
317
 
          echo " rm -f '$(DESTDIR)$(man1dir)/$$inst'"; \
318
 
          rm -f "$(DESTDIR)$(man1dir)/$$inst"; \
319
 
        done
320
 
install-man5: $(man5_MANS) $(man_MANS)
 
330
        @list=''; test -n "$(man1dir)" || exit 0; \
 
331
        files=`{ for i in $$list; do echo "$$i"; done; \
 
332
        l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
 
333
          sed -n '/\.1[a-z]*$$/p'; \
 
334
        } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
 
335
              -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
 
336
        test -z "$$files" || { \
 
337
          echo " ( cd '$(DESTDIR)$(man1dir)' && rm -f" $$files ")"; \
 
338
          cd "$(DESTDIR)$(man1dir)" && rm -f $$files; }
 
339
install-man5: $(man_MANS)
321
340
        @$(NORMAL_INSTALL)
322
341
        test -z "$(man5dir)" || $(MKDIR_P) "$(DESTDIR)$(man5dir)"
323
 
        @list='$(man5_MANS) $(dist_man5_MANS) $(nodist_man5_MANS)'; \
324
 
        l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
325
 
        for i in $$l2; do \
326
 
          case "$$i" in \
327
 
            *.5*) list="$$list $$i" ;; \
328
 
          esac; \
 
342
        @list=''; test -n "$(man5dir)" || exit 0; \
 
343
        { for i in $$list; do echo "$$i"; done; \
 
344
        l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
 
345
          sed -n '/\.5[a-z]*$$/p'; \
 
346
        } | while read p; do \
 
347
          if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
 
348
          echo "$$d$$p"; echo "$$p"; \
 
349
        done | \
 
350
        sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^5][0-9a-z]*$$,5,;x' \
 
351
              -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
 
352
        sed 'N;N;s,\n, ,g' | { \
 
353
        list=; while read file base inst; do \
 
354
          if test "$$base" = "$$inst"; then list="$$list $$file"; else \
 
355
            echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man5dir)/$$inst'"; \
 
356
            $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man5dir)/$$inst" || exit $$?; \
 
357
          fi; \
329
358
        done; \
330
 
        for i in $$list; do \
331
 
          if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
332
 
          else file=$$i; fi; \
333
 
          ext=`echo $$i | sed -e 's/^.*\\.//'`; \
334
 
          case "$$ext" in \
335
 
            5*) ;; \
336
 
            *) ext='5' ;; \
337
 
          esac; \
338
 
          inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
339
 
          inst=`echo $$inst | sed -e 's/^.*\///'`; \
340
 
          inst=`echo $$inst | sed '$(transform)'`.$$ext; \
341
 
          echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man5dir)/$$inst'"; \
342
 
          $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man5dir)/$$inst"; \
343
 
        done
 
359
        for i in $$list; do echo "$$i"; done | $(am__base_list) | \
 
360
        while read files; do \
 
361
          test -z "$$files" || { \
 
362
            echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man5dir)'"; \
 
363
            $(INSTALL_DATA) $$files "$(DESTDIR)$(man5dir)" || exit $$?; }; \
 
364
        done; }
 
365
 
344
366
uninstall-man5:
345
367
        @$(NORMAL_UNINSTALL)
346
 
        @list='$(man5_MANS) $(dist_man5_MANS) $(nodist_man5_MANS)'; \
347
 
        l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
348
 
        for i in $$l2; do \
349
 
          case "$$i" in \
350
 
            *.5*) list="$$list $$i" ;; \
351
 
          esac; \
352
 
        done; \
353
 
        for i in $$list; do \
354
 
          ext=`echo $$i | sed -e 's/^.*\\.//'`; \
355
 
          case "$$ext" in \
356
 
            5*) ;; \
357
 
            *) ext='5' ;; \
358
 
          esac; \
359
 
          inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
360
 
          inst=`echo $$inst | sed -e 's/^.*\///'`; \
361
 
          inst=`echo $$inst | sed '$(transform)'`.$$ext; \
362
 
          echo " rm -f '$(DESTDIR)$(man5dir)/$$inst'"; \
363
 
          rm -f "$(DESTDIR)$(man5dir)/$$inst"; \
364
 
        done
365
 
install-man8: $(man8_MANS) $(man_MANS)
 
368
        @list=''; test -n "$(man5dir)" || exit 0; \
 
369
        files=`{ for i in $$list; do echo "$$i"; done; \
 
370
        l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
 
371
          sed -n '/\.5[a-z]*$$/p'; \
 
372
        } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^5][0-9a-z]*$$,5,;x' \
 
373
              -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
 
374
        test -z "$$files" || { \
 
375
          echo " ( cd '$(DESTDIR)$(man5dir)' && rm -f" $$files ")"; \
 
376
          cd "$(DESTDIR)$(man5dir)" && rm -f $$files; }
 
377
install-man8: $(man_MANS)
366
378
        @$(NORMAL_INSTALL)
367
379
        test -z "$(man8dir)" || $(MKDIR_P) "$(DESTDIR)$(man8dir)"
368
 
        @list='$(man8_MANS) $(dist_man8_MANS) $(nodist_man8_MANS)'; \
369
 
        l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
370
 
        for i in $$l2; do \
371
 
          case "$$i" in \
372
 
            *.8*) list="$$list $$i" ;; \
373
 
          esac; \
 
380
        @list=''; test -n "$(man8dir)" || exit 0; \
 
381
        { for i in $$list; do echo "$$i"; done; \
 
382
        l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
 
383
          sed -n '/\.8[a-z]*$$/p'; \
 
384
        } | while read p; do \
 
385
          if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
 
386
          echo "$$d$$p"; echo "$$p"; \
 
387
        done | \
 
388
        sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
 
389
              -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
 
390
        sed 'N;N;s,\n, ,g' | { \
 
391
        list=; while read file base inst; do \
 
392
          if test "$$base" = "$$inst"; then list="$$list $$file"; else \
 
393
            echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man8dir)/$$inst'"; \
 
394
            $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man8dir)/$$inst" || exit $$?; \
 
395
          fi; \
374
396
        done; \
375
 
        for i in $$list; do \
376
 
          if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
377
 
          else file=$$i; fi; \
378
 
          ext=`echo $$i | sed -e 's/^.*\\.//'`; \
379
 
          case "$$ext" in \
380
 
            8*) ;; \
381
 
            *) ext='8' ;; \
382
 
          esac; \
383
 
          inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
384
 
          inst=`echo $$inst | sed -e 's/^.*\///'`; \
385
 
          inst=`echo $$inst | sed '$(transform)'`.$$ext; \
386
 
          echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man8dir)/$$inst'"; \
387
 
          $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man8dir)/$$inst"; \
388
 
        done
 
397
        for i in $$list; do echo "$$i"; done | $(am__base_list) | \
 
398
        while read files; do \
 
399
          test -z "$$files" || { \
 
400
            echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man8dir)'"; \
 
401
            $(INSTALL_DATA) $$files "$(DESTDIR)$(man8dir)" || exit $$?; }; \
 
402
        done; }
 
403
 
389
404
uninstall-man8:
390
405
        @$(NORMAL_UNINSTALL)
391
 
        @list='$(man8_MANS) $(dist_man8_MANS) $(nodist_man8_MANS)'; \
392
 
        l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
393
 
        for i in $$l2; do \
394
 
          case "$$i" in \
395
 
            *.8*) list="$$list $$i" ;; \
396
 
          esac; \
397
 
        done; \
398
 
        for i in $$list; do \
399
 
          ext=`echo $$i | sed -e 's/^.*\\.//'`; \
400
 
          case "$$ext" in \
401
 
            8*) ;; \
402
 
            *) ext='8' ;; \
403
 
          esac; \
404
 
          inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
405
 
          inst=`echo $$inst | sed -e 's/^.*\///'`; \
406
 
          inst=`echo $$inst | sed '$(transform)'`.$$ext; \
407
 
          echo " rm -f '$(DESTDIR)$(man8dir)/$$inst'"; \
408
 
          rm -f "$(DESTDIR)$(man8dir)/$$inst"; \
409
 
        done
 
406
        @list=''; test -n "$(man8dir)" || exit 0; \
 
407
        files=`{ for i in $$list; do echo "$$i"; done; \
 
408
        l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
 
409
          sed -n '/\.8[a-z]*$$/p'; \
 
410
        } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
 
411
              -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
 
412
        test -z "$$files" || { \
 
413
          echo " ( cd '$(DESTDIR)$(man8dir)' && rm -f" $$files ")"; \
 
414
          cd "$(DESTDIR)$(man8dir)" && rm -f $$files; }
410
415
tags: TAGS
411
416
TAGS:
412
417
 
415
420
 
416
421
 
417
422
distdir: $(DISTFILES)
 
423
        @list='$(MANS)'; if test -n "$$list"; then \
 
424
          list=`for p in $$list; do \
 
425
            if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
 
426
            if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
 
427
          if test -n "$$list" && \
 
428
            grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
 
429
            echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \
 
430
            grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/         /' >&2; \
 
431
            echo "       to fix them, install help2man, remove and regenerate the man pages;" >&2; \
 
432
            echo "       typically \`make maintainer-clean' will remove them" >&2; \
 
433
            exit 1; \
 
434
          else :; fi; \
 
435
        else :; fi
418
436
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
419
437
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
420
438
        list='$(DISTFILES)'; \
430
448
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
431
449
          if test -d $$d/$$file; then \
432
450
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
451
            if test -d "$(distdir)/$$file"; then \
 
452
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
453
            fi; \
433
454
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
434
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
455
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
456
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
435
457
            fi; \
436
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
458
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
437
459
          else \
438
 
            test -f $(distdir)/$$file \
439
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
460
            test -f "$(distdir)/$$file" \
 
461
            || cp -p $$d/$$file "$(distdir)/$$file" \
440
462
            || exit 1; \
441
463
          fi; \
442
464
        done
467
489
 
468
490
distclean-generic:
469
491
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
492
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
470
493
 
471
494
maintainer-clean-generic:
472
495
        @echo "This command is intended for maintainers to use"
485
508
 
486
509
html: html-am
487
510
 
 
511
html-am:
 
512
 
488
513
info: info-am
489
514
 
490
515
info-am:
493
518
 
494
519
install-dvi: install-dvi-am
495
520
 
 
521
install-dvi-am:
 
522
 
496
523
install-exec-am:
497
524
 
498
525
install-html: install-html-am
499
526
 
 
527
install-html-am:
 
528
 
500
529
install-info: install-info-am
501
530
 
 
531
install-info-am:
 
532
 
502
533
install-man: install-man1 install-man5 install-man8
503
534
 
504
535
install-pdf: install-pdf-am
505
536
 
 
537
install-pdf-am:
 
538
 
506
539
install-ps: install-ps-am
507
540
 
 
541
install-ps-am:
 
542
 
508
543
installcheck-am:
509
544
 
510
545
maintainer-clean: maintainer-clean-am
542
577
        mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
543
578
        uninstall-man uninstall-man1 uninstall-man5 uninstall-man8
544
579
 
 
580
 
545
581
# Tell versions [3.59,3.63) of GNU make to not export all variables.
546
582
# Otherwise a system limit (for SysV at least) may be exceeded.
547
583
.NOEXPORT: