~ubuntu-branches/ubuntu/natty/pam/natty-proposed

« back to all changes in this revision

Viewing changes to modules/pam_tally2/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Steve Langasek
  • Date: 2011-02-17 16:15:47 UTC
  • mfrom: (3.2.15 sid)
  • Revision ID: james.westby@ubuntu.com-20110217161547-afxi0yboxvn18a5t
Tags: 1.1.2-2ubuntu1
* Merge from Debian unstable, remaining changes:
  - debian/libpam-modules.postinst: Add PATH to /etc/environment if it's
    not present there or in /etc/security/pam_env.conf. (should send to
    Debian).
  - debian/libpam0g.postinst: only ask questions during update-manager when
    there are non-default services running.
  - debian/patches-applied/series: Ubuntu patches are as below ...
  - debian/patches-applied/ubuntu-rlimit_nice_correction: Explicitly
    initialise RLIMIT_NICE rather than relying on the kernel limits.
  - Change Vcs-Bzr to point at the Ubuntu branch.
  - debian/patches-applied/pam_motd-legal-notice: display the contents of
    /etc/legal once, then set a flag in the user's homedir to prevent
    showing it again.
  - debian/update-motd.5, debian/libpam-modules.manpages: add a manpage
    for update-motd, with some best practices and notes of explanation.
  - debian/patches/update-motd-manpage-ref: add a reference in pam_motd(8)
    to update-motd(5)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11 from Makefile.am.
 
1
# Makefile.in generated by automake 1.10.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, 2009  Free Software Foundation,
6
 
# Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
7
6
# This Makefile.in is free software; the Free Software Foundation
8
7
# gives unlimited permission to copy and/or distribute it,
9
8
# with or without modifications, as long as this notice is preserved.
25
24
 
26
25
VPATH = @srcdir@
27
26
pkgdatadir = $(datadir)/@PACKAGE@
 
27
pkglibdir = $(libdir)/@PACKAGE@
28
28
pkgincludedir = $(includedir)/@PACKAGE@
29
 
pkglibdir = $(libdir)/@PACKAGE@
30
 
pkglibexecdir = $(libexecdir)/@PACKAGE@
31
29
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
32
30
install_sh_DATA = $(install_sh) -c -m 644
33
31
install_sh_PROGRAM = $(install_sh) -c
65
63
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
66
64
CONFIG_HEADER = $(top_builddir)/config.h
67
65
CONFIG_CLEAN_FILES =
68
 
CONFIG_CLEAN_VPATH_FILES =
69
66
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
70
67
am__vpath_adj = case $$p in \
71
68
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
72
69
    *) f=$$p;; \
73
70
  esac;
74
 
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
75
 
am__install_max = 40
76
 
am__nobase_strip_setup = \
77
 
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
78
 
am__nobase_strip = \
79
 
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
80
 
am__nobase_list = $(am__nobase_strip_setup); \
81
 
  for p in $$list; do echo "$$p $$p"; done | \
82
 
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
83
 
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
84
 
    if (++n[$$2] == $(am__install_max)) \
85
 
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
86
 
    END { for (dir in files) print dir, files[dir] }'
87
 
am__base_list = \
88
 
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
89
 
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
71
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
90
72
am__installdirs = "$(DESTDIR)$(securelibdir)" "$(DESTDIR)$(sbindir)" \
91
73
        "$(DESTDIR)$(man8dir)"
 
74
securelibLTLIBRARIES_INSTALL = $(INSTALL)
92
75
LTLIBRARIES = $(securelib_LTLIBRARIES)
93
76
am__DEPENDENCIES_1 =
94
77
pam_tally2_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
97
80
pam_tally2_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
98
81
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
99
82
        $(pam_tally2_la_LDFLAGS) $(LDFLAGS) -o $@
 
83
sbinPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
100
84
PROGRAMS = $(sbin_PROGRAMS)
101
85
am_pam_tally2_OBJECTS = pam_tally2_app.$(OBJEXT)
102
86
pam_tally2_OBJECTS = $(am_pam_tally2_OBJECTS)
104
88
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
105
89
depcomp = $(SHELL) $(top_srcdir)/depcomp
106
90
am__depfiles_maybe = depfiles
107
 
am__mv = mv -f
108
91
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
109
92
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
110
93
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
123
106
HEADERS = $(noinst_HEADERS)
124
107
ETAGS = etags
125
108
CTAGS = ctags
126
 
am__tty_colors = \
127
 
red=; grn=; lgn=; blu=; std=
128
109
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
129
110
ACLOCAL = @ACLOCAL@
130
111
AMTAR = @AMTAR@
136
117
BROWSER = @BROWSER@
137
118
CC = @CC@
138
119
CCDEPMODE = @CCDEPMODE@
 
120
CC_FOR_BUILD = @CC_FOR_BUILD@
139
121
CFLAGS = @CFLAGS@
140
122
CPP = @CPP@
141
123
CPPFLAGS = @CPPFLAGS@
312
294
        @for dep in $?; do \
313
295
          case '$(am__configure_deps)' in \
314
296
            *$$dep*) \
315
 
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
316
 
                && { if test -f $@; then exit 0; else break; fi; }; \
 
297
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
298
                && exit 0; \
317
299
              exit 1;; \
318
300
          esac; \
319
301
        done; \
320
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu modules/pam_tally2/Makefile'; \
321
 
        $(am__cd) $(top_srcdir) && \
322
 
          $(AUTOMAKE) --gnu modules/pam_tally2/Makefile
 
302
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  modules/pam_tally2/Makefile'; \
 
303
        cd $(top_srcdir) && \
 
304
          $(AUTOMAKE) --gnu  modules/pam_tally2/Makefile
323
305
.PRECIOUS: Makefile
324
306
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
325
307
        @case '$?' in \
337
319
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
338
320
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
339
321
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
340
 
$(am__aclocal_m4_deps):
341
322
install-securelibLTLIBRARIES: $(securelib_LTLIBRARIES)
342
323
        @$(NORMAL_INSTALL)
343
324
        test -z "$(securelibdir)" || $(MKDIR_P) "$(DESTDIR)$(securelibdir)"
344
 
        @list='$(securelib_LTLIBRARIES)'; test -n "$(securelibdir)" || list=; \
345
 
        list2=; for p in $$list; do \
 
325
        @list='$(securelib_LTLIBRARIES)'; for p in $$list; do \
346
326
          if test -f $$p; then \
347
 
            list2="$$list2 $$p"; \
 
327
            f=$(am__strip_dir) \
 
328
            echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(securelibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(securelibdir)/$$f'"; \
 
329
            $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(securelibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(securelibdir)/$$f"; \
348
330
          else :; fi; \
349
 
        done; \
350
 
        test -z "$$list2" || { \
351
 
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(securelibdir)'"; \
352
 
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(securelibdir)"; \
353
 
        }
 
331
        done
354
332
 
355
333
uninstall-securelibLTLIBRARIES:
356
334
        @$(NORMAL_UNINSTALL)
357
 
        @list='$(securelib_LTLIBRARIES)'; test -n "$(securelibdir)" || list=; \
358
 
        for p in $$list; do \
359
 
          $(am__strip_dir) \
360
 
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(securelibdir)/$$f'"; \
361
 
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(securelibdir)/$$f"; \
 
335
        @list='$(securelib_LTLIBRARIES)'; for p in $$list; do \
 
336
          p=$(am__strip_dir) \
 
337
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(securelibdir)/$$p'"; \
 
338
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(securelibdir)/$$p"; \
362
339
        done
363
340
 
364
341
clean-securelibLTLIBRARIES:
374
351
install-sbinPROGRAMS: $(sbin_PROGRAMS)
375
352
        @$(NORMAL_INSTALL)
376
353
        test -z "$(sbindir)" || $(MKDIR_P) "$(DESTDIR)$(sbindir)"
377
 
        @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
378
 
        for p in $$list; do echo "$$p $$p"; done | \
379
 
        sed 's/$(EXEEXT)$$//' | \
380
 
        while read p p1; do if test -f $$p || test -f $$p1; \
381
 
          then echo "$$p"; echo "$$p"; else :; fi; \
382
 
        done | \
383
 
        sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
384
 
            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
385
 
        sed 'N;N;N;s,\n, ,g' | \
386
 
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
387
 
          { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
388
 
            if ($$2 == $$4) files[d] = files[d] " " $$1; \
389
 
            else { print "f", $$3 "/" $$4, $$1; } } \
390
 
          END { for (d in files) print "f", d, files[d] }' | \
391
 
        while read type dir files; do \
392
 
            if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
393
 
            test -z "$$files" || { \
394
 
            echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(sbindir)$$dir'"; \
395
 
            $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(sbindir)$$dir" || exit $$?; \
396
 
            } \
397
 
        ; done
 
354
        @list='$(sbin_PROGRAMS)'; for p in $$list; do \
 
355
          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
 
356
          if test -f $$p \
 
357
             || test -f $$p1 \
 
358
          ; then \
 
359
            f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
 
360
           echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(sbinPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(sbindir)/$$f'"; \
 
361
           $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(sbinPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(sbindir)/$$f" || exit 1; \
 
362
          else :; fi; \
 
363
        done
398
364
 
399
365
uninstall-sbinPROGRAMS:
400
366
        @$(NORMAL_UNINSTALL)
401
 
        @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
402
 
        files=`for p in $$list; do echo "$$p"; done | \
403
 
          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
404
 
              -e 's/$$/$(EXEEXT)/' `; \
405
 
        test -n "$$list" || exit 0; \
406
 
        echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \
407
 
        cd "$(DESTDIR)$(sbindir)" && rm -f $$files
 
367
        @list='$(sbin_PROGRAMS)'; for p in $$list; do \
 
368
          f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
 
369
          echo " rm -f '$(DESTDIR)$(sbindir)/$$f'"; \
 
370
          rm -f "$(DESTDIR)$(sbindir)/$$f"; \
 
371
        done
408
372
 
409
373
clean-sbinPROGRAMS:
410
 
        @list='$(sbin_PROGRAMS)'; test -n "$$list" || exit 0; \
411
 
        echo " rm -f" $$list; \
412
 
        rm -f $$list || exit $$?; \
413
 
        test -n "$(EXEEXT)" || exit 0; \
414
 
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
415
 
        echo " rm -f" $$list; \
416
 
        rm -f $$list
 
374
        @list='$(sbin_PROGRAMS)'; for p in $$list; do \
 
375
          f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
 
376
          echo " rm -f $$p $$f"; \
 
377
          rm -f $$p $$f ; \
 
378
        done
417
379
pam_tally2$(EXEEXT): $(pam_tally2_OBJECTS) $(pam_tally2_DEPENDENCIES) 
418
380
        @rm -f pam_tally2$(EXEEXT)
419
381
        $(LINK) $(pam_tally2_OBJECTS) $(pam_tally2_LDADD) $(LIBS)
429
391
 
430
392
.c.o:
431
393
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
432
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
394
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
433
395
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
434
396
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
435
397
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
436
398
 
437
399
.c.obj:
438
400
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
439
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
401
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
440
402
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
441
403
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
442
404
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
443
405
 
444
406
.c.lo:
445
407
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
446
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
408
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
447
409
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
448
410
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
449
411
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
453
415
 
454
416
clean-libtool:
455
417
        -rm -rf .libs _libs
456
 
install-man8: $(man_MANS)
 
418
install-man8: $(man8_MANS) $(man_MANS)
457
419
        @$(NORMAL_INSTALL)
458
420
        test -z "$(man8dir)" || $(MKDIR_P) "$(DESTDIR)$(man8dir)"
459
 
        @list=''; test -n "$(man8dir)" || exit 0; \
460
 
        { for i in $$list; do echo "$$i"; done; \
461
 
        l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
462
 
          sed -n '/\.8[a-z]*$$/p'; \
463
 
        } | while read p; do \
464
 
          if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
465
 
          echo "$$d$$p"; echo "$$p"; \
466
 
        done | \
467
 
        sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
468
 
              -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
469
 
        sed 'N;N;s,\n, ,g' | { \
470
 
        list=; while read file base inst; do \
471
 
          if test "$$base" = "$$inst"; then list="$$list $$file"; else \
472
 
            echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man8dir)/$$inst'"; \
473
 
            $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man8dir)/$$inst" || exit $$?; \
474
 
          fi; \
 
421
        @list='$(man8_MANS) $(dist_man8_MANS) $(nodist_man8_MANS)'; \
 
422
        l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
 
423
        for i in $$l2; do \
 
424
          case "$$i" in \
 
425
            *.8*) list="$$list $$i" ;; \
 
426
          esac; \
475
427
        done; \
476
 
        for i in $$list; do echo "$$i"; done | $(am__base_list) | \
477
 
        while read files; do \
478
 
          test -z "$$files" || { \
479
 
            echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man8dir)'"; \
480
 
            $(INSTALL_DATA) $$files "$(DESTDIR)$(man8dir)" || exit $$?; }; \
481
 
        done; }
482
 
 
 
428
        for i in $$list; do \
 
429
          if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
 
430
          else file=$$i; fi; \
 
431
          ext=`echo $$i | sed -e 's/^.*\\.//'`; \
 
432
          case "$$ext" in \
 
433
            8*) ;; \
 
434
            *) ext='8' ;; \
 
435
          esac; \
 
436
          inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
 
437
          inst=`echo $$inst | sed -e 's/^.*\///'`; \
 
438
          inst=`echo $$inst | sed '$(transform)'`.$$ext; \
 
439
          echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man8dir)/$$inst'"; \
 
440
          $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man8dir)/$$inst"; \
 
441
        done
483
442
uninstall-man8:
484
443
        @$(NORMAL_UNINSTALL)
485
 
        @list=''; test -n "$(man8dir)" || exit 0; \
486
 
        files=`{ for i in $$list; do echo "$$i"; done; \
487
 
        l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
488
 
          sed -n '/\.8[a-z]*$$/p'; \
489
 
        } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
490
 
              -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
491
 
        test -z "$$files" || { \
492
 
          echo " ( cd '$(DESTDIR)$(man8dir)' && rm -f" $$files ")"; \
493
 
          cd "$(DESTDIR)$(man8dir)" && rm -f $$files; }
 
444
        @list='$(man8_MANS) $(dist_man8_MANS) $(nodist_man8_MANS)'; \
 
445
        l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
 
446
        for i in $$l2; do \
 
447
          case "$$i" in \
 
448
            *.8*) list="$$list $$i" ;; \
 
449
          esac; \
 
450
        done; \
 
451
        for i in $$list; do \
 
452
          ext=`echo $$i | sed -e 's/^.*\\.//'`; \
 
453
          case "$$ext" in \
 
454
            8*) ;; \
 
455
            *) ext='8' ;; \
 
456
          esac; \
 
457
          inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
 
458
          inst=`echo $$inst | sed -e 's/^.*\///'`; \
 
459
          inst=`echo $$inst | sed '$(transform)'`.$$ext; \
 
460
          echo " rm -f '$(DESTDIR)$(man8dir)/$$inst'"; \
 
461
          rm -f "$(DESTDIR)$(man8dir)/$$inst"; \
 
462
        done
494
463
 
495
464
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
496
465
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
497
466
        unique=`for i in $$list; do \
498
467
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
499
468
          done | \
500
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
469
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
501
470
              END { if (nonempty) { for (i in files) print i; }; }'`; \
502
471
        mkid -fID $$unique
503
472
tags: TAGS
504
473
 
505
474
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
506
475
                $(TAGS_FILES) $(LISP)
507
 
        set x; \
 
476
        tags=; \
508
477
        here=`pwd`; \
509
478
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
510
479
        unique=`for i in $$list; do \
512
481
          done | \
513
482
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
514
483
              END { if (nonempty) { for (i in files) print i; }; }'`; \
515
 
        shift; \
516
 
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
484
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
517
485
          test -n "$$unique" || unique=$$empty_fix; \
518
 
          if test $$# -gt 0; then \
519
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
520
 
              "$$@" $$unique; \
521
 
          else \
522
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
523
 
              $$unique; \
524
 
          fi; \
 
486
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
487
            $$tags $$unique; \
525
488
        fi
526
489
ctags: CTAGS
527
490
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
528
491
                $(TAGS_FILES) $(LISP)
 
492
        tags=; \
529
493
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
530
494
        unique=`for i in $$list; do \
531
495
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
532
496
          done | \
533
497
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
534
498
              END { if (nonempty) { for (i in files) print i; }; }'`; \
535
 
        test -z "$(CTAGS_ARGS)$$unique" \
 
499
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
536
500
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
537
 
             $$unique
 
501
             $$tags $$unique
538
502
 
539
503
GTAGS:
540
504
        here=`$(am__cd) $(top_builddir) && pwd` \
541
 
          && $(am__cd) $(top_srcdir) \
542
 
          && gtags -i $(GTAGS_ARGS) "$$here"
 
505
          && cd $(top_srcdir) \
 
506
          && gtags -i $(GTAGS_ARGS) $$here
543
507
 
544
508
distclean-tags:
545
509
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
546
510
 
547
511
check-TESTS: $(TESTS)
548
 
        @failed=0; all=0; xfail=0; xpass=0; skip=0; \
 
512
        @failed=0; all=0; xfail=0; xpass=0; skip=0; ws='[        ]'; \
549
513
        srcdir=$(srcdir); export srcdir; \
550
514
        list=' $(TESTS) '; \
551
 
        $(am__tty_colors); \
552
515
        if test -n "$$list"; then \
553
516
          for tst in $$list; do \
554
517
            if test -f ./$$tst; then dir=./; \
557
520
            if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
558
521
              all=`expr $$all + 1`; \
559
522
              case " $(XFAIL_TESTS) " in \
560
 
              *[\ \     ]$$tst[\ \      ]*) \
 
523
              *$$ws$$tst$$ws*) \
561
524
                xpass=`expr $$xpass + 1`; \
562
525
                failed=`expr $$failed + 1`; \
563
 
                col=$$red; res=XPASS; \
 
526
                echo "XPASS: $$tst"; \
564
527
              ;; \
565
528
              *) \
566
 
                col=$$grn; res=PASS; \
 
529
                echo "PASS: $$tst"; \
567
530
              ;; \
568
531
              esac; \
569
532
            elif test $$? -ne 77; then \
570
533
              all=`expr $$all + 1`; \
571
534
              case " $(XFAIL_TESTS) " in \
572
 
              *[\ \     ]$$tst[\ \      ]*) \
 
535
              *$$ws$$tst$$ws*) \
573
536
                xfail=`expr $$xfail + 1`; \
574
 
                col=$$lgn; res=XFAIL; \
 
537
                echo "XFAIL: $$tst"; \
575
538
              ;; \
576
539
              *) \
577
540
                failed=`expr $$failed + 1`; \
578
 
                col=$$red; res=FAIL; \
 
541
                echo "FAIL: $$tst"; \
579
542
              ;; \
580
543
              esac; \
581
544
            else \
582
545
              skip=`expr $$skip + 1`; \
583
 
              col=$$blu; res=SKIP; \
 
546
              echo "SKIP: $$tst"; \
584
547
            fi; \
585
 
            echo "$${col}$$res$${std}: $$tst"; \
586
548
          done; \
587
 
          if test "$$all" -eq 1; then \
588
 
            tests="test"; \
589
 
            All=""; \
590
 
          else \
591
 
            tests="tests"; \
592
 
            All="All "; \
593
 
          fi; \
594
549
          if test "$$failed" -eq 0; then \
595
550
            if test "$$xfail" -eq 0; then \
596
 
              banner="$$All$$all $$tests passed"; \
 
551
              banner="All $$all tests passed"; \
597
552
            else \
598
 
              if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
599
 
              banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
 
553
              banner="All $$all tests behaved as expected ($$xfail expected failures)"; \
600
554
            fi; \
601
555
          else \
602
556
            if test "$$xpass" -eq 0; then \
603
 
              banner="$$failed of $$all $$tests failed"; \
 
557
              banner="$$failed of $$all tests failed"; \
604
558
            else \
605
 
              if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
606
 
              banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
 
559
              banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
607
560
            fi; \
608
561
          fi; \
609
562
          dashes="$$banner"; \
610
563
          skipped=""; \
611
564
          if test "$$skip" -ne 0; then \
612
 
            if test "$$skip" -eq 1; then \
613
 
              skipped="($$skip test was not run)"; \
614
 
            else \
615
 
              skipped="($$skip tests were not run)"; \
616
 
            fi; \
 
565
            skipped="($$skip tests were not run)"; \
617
566
            test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
618
567
              dashes="$$skipped"; \
619
568
          fi; \
624
573
              dashes="$$report"; \
625
574
          fi; \
626
575
          dashes=`echo "$$dashes" | sed s/./=/g`; \
627
 
          if test "$$failed" -eq 0; then \
628
 
            echo "$$grn$$dashes"; \
629
 
          else \
630
 
            echo "$$red$$dashes"; \
631
 
          fi; \
 
576
          echo "$$dashes"; \
632
577
          echo "$$banner"; \
633
578
          test -z "$$skipped" || echo "$$skipped"; \
634
579
          test -z "$$report" || echo "$$report"; \
635
 
          echo "$$dashes$$std"; \
 
580
          echo "$$dashes"; \
636
581
          test "$$failed" -eq 0; \
637
582
        else :; fi
638
583
 
639
584
distdir: $(DISTFILES)
640
 
        @list='$(MANS)'; if test -n "$$list"; then \
641
 
          list=`for p in $$list; do \
642
 
            if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
643
 
            if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
644
 
          if test -n "$$list" && \
645
 
            grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
646
 
            echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \
647
 
            grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/         /' >&2; \
648
 
            echo "       to fix them, install help2man, remove and regenerate the man pages;" >&2; \
649
 
            echo "       typically \`make maintainer-clean' will remove them" >&2; \
650
 
            exit 1; \
651
 
          else :; fi; \
652
 
        else :; fi
653
585
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
654
586
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
655
587
        list='$(DISTFILES)'; \
665
597
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
666
598
          if test -d $$d/$$file; then \
667
599
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
668
 
            if test -d "$(distdir)/$$file"; then \
669
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
670
 
            fi; \
671
600
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
672
 
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
673
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
601
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
674
602
            fi; \
675
 
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
603
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
676
604
          else \
677
 
            test -f "$(distdir)/$$file" \
678
 
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
605
            test -f $(distdir)/$$file \
 
606
            || cp -p $$d/$$file $(distdir)/$$file \
679
607
            || exit 1; \
680
608
          fi; \
681
609
        done
708
636
 
709
637
distclean-generic:
710
638
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
711
 
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
712
639
 
713
640
maintainer-clean-generic:
714
641
        @echo "This command is intended for maintainers to use"
731
658
 
732
659
html: html-am
733
660
 
734
 
html-am:
735
 
 
736
661
info: info-am
737
662
 
738
663
info-am:
741
666
 
742
667
install-dvi: install-dvi-am
743
668
 
744
 
install-dvi-am:
745
 
 
746
669
install-exec-am: install-sbinPROGRAMS
747
670
 
748
671
install-html: install-html-am
749
672
 
750
 
install-html-am:
751
 
 
752
673
install-info: install-info-am
753
674
 
754
 
install-info-am:
755
 
 
756
675
install-man: install-man8
757
676
 
758
677
install-pdf: install-pdf-am
759
678
 
760
 
install-pdf-am:
761
 
 
762
679
install-ps: install-ps-am
763
680
 
764
 
install-ps-am:
765
 
 
766
681
installcheck-am:
767
682
 
768
683
maintainer-clean: maintainer-clean-am
788
703
 
789
704
uninstall-man: uninstall-man8
790
705
 
791
 
.MAKE: check-am install-am install-strip
 
706
.MAKE: install-am install-strip
792
707
 
793
708
.PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \
794
709
        clean-generic clean-libtool clean-sbinPROGRAMS \
809
724
 
810
725
@ENABLE_REGENERATE_MAN_TRUE@README: pam_tally2.8.xml
811
726
@ENABLE_REGENERATE_MAN_TRUE@-include $(top_srcdir)/Make.xml.rules
812
 
 
813
727
# Tell versions [3.59,3.63) of GNU make to not export all variables.
814
728
# Otherwise a system limit (for SysV at least) may be exceeded.
815
729
.NOEXPORT: