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

« back to all changes in this revision

Viewing changes to modules/pam_localuser/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.
22
21
 
23
22
VPATH = @srcdir@
24
23
pkgdatadir = $(datadir)/@PACKAGE@
 
24
pkglibdir = $(libdir)/@PACKAGE@
25
25
pkgincludedir = $(includedir)/@PACKAGE@
26
 
pkglibdir = $(libdir)/@PACKAGE@
27
 
pkglibexecdir = $(libexecdir)/@PACKAGE@
28
26
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
29
27
install_sh_DATA = $(install_sh) -c -m 644
30
28
install_sh_PROGRAM = $(install_sh) -c
60
58
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
61
59
CONFIG_HEADER = $(top_builddir)/config.h
62
60
CONFIG_CLEAN_FILES =
63
 
CONFIG_CLEAN_VPATH_FILES =
64
61
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
65
62
am__vpath_adj = case $$p in \
66
63
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
67
64
    *) f=$$p;; \
68
65
  esac;
69
 
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
70
 
am__install_max = 40
71
 
am__nobase_strip_setup = \
72
 
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
73
 
am__nobase_strip = \
74
 
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
75
 
am__nobase_list = $(am__nobase_strip_setup); \
76
 
  for p in $$list; do echo "$$p $$p"; done | \
77
 
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
78
 
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
79
 
    if (++n[$$2] == $(am__install_max)) \
80
 
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
81
 
    END { for (dir in files) print dir, files[dir] }'
82
 
am__base_list = \
83
 
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
84
 
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
66
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
85
67
am__installdirs = "$(DESTDIR)$(securelibdir)" "$(DESTDIR)$(man8dir)"
 
68
securelibLTLIBRARIES_INSTALL = $(INSTALL)
86
69
LTLIBRARIES = $(securelib_LTLIBRARIES)
87
70
pam_localuser_la_DEPENDENCIES =
88
71
pam_localuser_la_SOURCES = pam_localuser.c
90
73
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
91
74
depcomp = $(SHELL) $(top_srcdir)/depcomp
92
75
am__depfiles_maybe = depfiles
93
 
am__mv = mv -f
94
76
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
95
77
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
96
78
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
108
90
DATA = $(noinst_DATA)
109
91
ETAGS = etags
110
92
CTAGS = ctags
111
 
am__tty_colors = \
112
 
red=; grn=; lgn=; blu=; std=
113
93
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
114
94
ACLOCAL = @ACLOCAL@
115
95
AMTAR = @AMTAR@
121
101
BROWSER = @BROWSER@
122
102
CC = @CC@
123
103
CCDEPMODE = @CCDEPMODE@
 
104
CC_FOR_BUILD = @CC_FOR_BUILD@
124
105
CFLAGS = @CFLAGS@
125
106
CPP = @CPP@
126
107
CPPFLAGS = @CPPFLAGS@
292
273
        @for dep in $?; do \
293
274
          case '$(am__configure_deps)' in \
294
275
            *$$dep*) \
295
 
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
296
 
                && { if test -f $@; then exit 0; else break; fi; }; \
 
276
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
277
                && exit 0; \
297
278
              exit 1;; \
298
279
          esac; \
299
280
        done; \
300
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu modules/pam_localuser/Makefile'; \
301
 
        $(am__cd) $(top_srcdir) && \
302
 
          $(AUTOMAKE) --gnu modules/pam_localuser/Makefile
 
281
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  modules/pam_localuser/Makefile'; \
 
282
        cd $(top_srcdir) && \
 
283
          $(AUTOMAKE) --gnu  modules/pam_localuser/Makefile
303
284
.PRECIOUS: Makefile
304
285
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
305
286
        @case '$?' in \
317
298
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
318
299
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
319
300
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
320
 
$(am__aclocal_m4_deps):
321
301
install-securelibLTLIBRARIES: $(securelib_LTLIBRARIES)
322
302
        @$(NORMAL_INSTALL)
323
303
        test -z "$(securelibdir)" || $(MKDIR_P) "$(DESTDIR)$(securelibdir)"
324
 
        @list='$(securelib_LTLIBRARIES)'; test -n "$(securelibdir)" || list=; \
325
 
        list2=; for p in $$list; do \
 
304
        @list='$(securelib_LTLIBRARIES)'; for p in $$list; do \
326
305
          if test -f $$p; then \
327
 
            list2="$$list2 $$p"; \
 
306
            f=$(am__strip_dir) \
 
307
            echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(securelibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(securelibdir)/$$f'"; \
 
308
            $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(securelibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(securelibdir)/$$f"; \
328
309
          else :; fi; \
329
 
        done; \
330
 
        test -z "$$list2" || { \
331
 
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(securelibdir)'"; \
332
 
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(securelibdir)"; \
333
 
        }
 
310
        done
334
311
 
335
312
uninstall-securelibLTLIBRARIES:
336
313
        @$(NORMAL_UNINSTALL)
337
 
        @list='$(securelib_LTLIBRARIES)'; test -n "$(securelibdir)" || list=; \
338
 
        for p in $$list; do \
339
 
          $(am__strip_dir) \
340
 
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(securelibdir)/$$f'"; \
341
 
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(securelibdir)/$$f"; \
 
314
        @list='$(securelib_LTLIBRARIES)'; for p in $$list; do \
 
315
          p=$(am__strip_dir) \
 
316
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(securelibdir)/$$p'"; \
 
317
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(securelibdir)/$$p"; \
342
318
        done
343
319
 
344
320
clean-securelibLTLIBRARIES:
362
338
 
363
339
.c.o:
364
340
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
365
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
341
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
366
342
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
367
343
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
368
344
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
369
345
 
370
346
.c.obj:
371
347
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
372
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
348
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
373
349
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
374
350
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
375
351
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
376
352
 
377
353
.c.lo:
378
354
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
379
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
355
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
380
356
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
381
357
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
382
358
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
386
362
 
387
363
clean-libtool:
388
364
        -rm -rf .libs _libs
389
 
install-man8: $(man_MANS)
 
365
install-man8: $(man8_MANS) $(man_MANS)
390
366
        @$(NORMAL_INSTALL)
391
367
        test -z "$(man8dir)" || $(MKDIR_P) "$(DESTDIR)$(man8dir)"
392
 
        @list=''; test -n "$(man8dir)" || exit 0; \
393
 
        { for i in $$list; do echo "$$i"; done; \
394
 
        l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
395
 
          sed -n '/\.8[a-z]*$$/p'; \
396
 
        } | while read p; do \
397
 
          if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
398
 
          echo "$$d$$p"; echo "$$p"; \
399
 
        done | \
400
 
        sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
401
 
              -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
402
 
        sed 'N;N;s,\n, ,g' | { \
403
 
        list=; while read file base inst; do \
404
 
          if test "$$base" = "$$inst"; then list="$$list $$file"; else \
405
 
            echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man8dir)/$$inst'"; \
406
 
            $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man8dir)/$$inst" || exit $$?; \
407
 
          fi; \
 
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; \
408
374
        done; \
409
 
        for i in $$list; do echo "$$i"; done | $(am__base_list) | \
410
 
        while read files; do \
411
 
          test -z "$$files" || { \
412
 
            echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man8dir)'"; \
413
 
            $(INSTALL_DATA) $$files "$(DESTDIR)$(man8dir)" || exit $$?; }; \
414
 
        done; }
415
 
 
 
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
416
389
uninstall-man8:
417
390
        @$(NORMAL_UNINSTALL)
418
 
        @list=''; test -n "$(man8dir)" || exit 0; \
419
 
        files=`{ for i in $$list; do echo "$$i"; done; \
420
 
        l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
421
 
          sed -n '/\.8[a-z]*$$/p'; \
422
 
        } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
423
 
              -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
424
 
        test -z "$$files" || { \
425
 
          echo " ( cd '$(DESTDIR)$(man8dir)' && rm -f" $$files ")"; \
426
 
          cd "$(DESTDIR)$(man8dir)" && rm -f $$files; }
 
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
427
410
 
428
411
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
429
412
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
430
413
        unique=`for i in $$list; do \
431
414
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
432
415
          done | \
433
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
416
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
434
417
              END { if (nonempty) { for (i in files) print i; }; }'`; \
435
418
        mkid -fID $$unique
436
419
tags: TAGS
437
420
 
438
421
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
439
422
                $(TAGS_FILES) $(LISP)
440
 
        set x; \
 
423
        tags=; \
441
424
        here=`pwd`; \
442
425
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
443
426
        unique=`for i in $$list; do \
445
428
          done | \
446
429
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
447
430
              END { if (nonempty) { for (i in files) print i; }; }'`; \
448
 
        shift; \
449
 
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
431
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
450
432
          test -n "$$unique" || unique=$$empty_fix; \
451
 
          if test $$# -gt 0; then \
452
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
453
 
              "$$@" $$unique; \
454
 
          else \
455
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
456
 
              $$unique; \
457
 
          fi; \
 
433
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
434
            $$tags $$unique; \
458
435
        fi
459
436
ctags: CTAGS
460
437
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
461
438
                $(TAGS_FILES) $(LISP)
 
439
        tags=; \
462
440
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
463
441
        unique=`for i in $$list; do \
464
442
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
465
443
          done | \
466
444
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
467
445
              END { if (nonempty) { for (i in files) print i; }; }'`; \
468
 
        test -z "$(CTAGS_ARGS)$$unique" \
 
446
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
469
447
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
470
 
             $$unique
 
448
             $$tags $$unique
471
449
 
472
450
GTAGS:
473
451
        here=`$(am__cd) $(top_builddir) && pwd` \
474
 
          && $(am__cd) $(top_srcdir) \
475
 
          && gtags -i $(GTAGS_ARGS) "$$here"
 
452
          && cd $(top_srcdir) \
 
453
          && gtags -i $(GTAGS_ARGS) $$here
476
454
 
477
455
distclean-tags:
478
456
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
479
457
 
480
458
check-TESTS: $(TESTS)
481
 
        @failed=0; all=0; xfail=0; xpass=0; skip=0; \
 
459
        @failed=0; all=0; xfail=0; xpass=0; skip=0; ws='[        ]'; \
482
460
        srcdir=$(srcdir); export srcdir; \
483
461
        list=' $(TESTS) '; \
484
 
        $(am__tty_colors); \
485
462
        if test -n "$$list"; then \
486
463
          for tst in $$list; do \
487
464
            if test -f ./$$tst; then dir=./; \
490
467
            if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
491
468
              all=`expr $$all + 1`; \
492
469
              case " $(XFAIL_TESTS) " in \
493
 
              *[\ \     ]$$tst[\ \      ]*) \
 
470
              *$$ws$$tst$$ws*) \
494
471
                xpass=`expr $$xpass + 1`; \
495
472
                failed=`expr $$failed + 1`; \
496
 
                col=$$red; res=XPASS; \
 
473
                echo "XPASS: $$tst"; \
497
474
              ;; \
498
475
              *) \
499
 
                col=$$grn; res=PASS; \
 
476
                echo "PASS: $$tst"; \
500
477
              ;; \
501
478
              esac; \
502
479
            elif test $$? -ne 77; then \
503
480
              all=`expr $$all + 1`; \
504
481
              case " $(XFAIL_TESTS) " in \
505
 
              *[\ \     ]$$tst[\ \      ]*) \
 
482
              *$$ws$$tst$$ws*) \
506
483
                xfail=`expr $$xfail + 1`; \
507
 
                col=$$lgn; res=XFAIL; \
 
484
                echo "XFAIL: $$tst"; \
508
485
              ;; \
509
486
              *) \
510
487
                failed=`expr $$failed + 1`; \
511
 
                col=$$red; res=FAIL; \
 
488
                echo "FAIL: $$tst"; \
512
489
              ;; \
513
490
              esac; \
514
491
            else \
515
492
              skip=`expr $$skip + 1`; \
516
 
              col=$$blu; res=SKIP; \
 
493
              echo "SKIP: $$tst"; \
517
494
            fi; \
518
 
            echo "$${col}$$res$${std}: $$tst"; \
519
495
          done; \
520
 
          if test "$$all" -eq 1; then \
521
 
            tests="test"; \
522
 
            All=""; \
523
 
          else \
524
 
            tests="tests"; \
525
 
            All="All "; \
526
 
          fi; \
527
496
          if test "$$failed" -eq 0; then \
528
497
            if test "$$xfail" -eq 0; then \
529
 
              banner="$$All$$all $$tests passed"; \
 
498
              banner="All $$all tests passed"; \
530
499
            else \
531
 
              if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
532
 
              banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
 
500
              banner="All $$all tests behaved as expected ($$xfail expected failures)"; \
533
501
            fi; \
534
502
          else \
535
503
            if test "$$xpass" -eq 0; then \
536
 
              banner="$$failed of $$all $$tests failed"; \
 
504
              banner="$$failed of $$all tests failed"; \
537
505
            else \
538
 
              if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
539
 
              banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
 
506
              banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
540
507
            fi; \
541
508
          fi; \
542
509
          dashes="$$banner"; \
543
510
          skipped=""; \
544
511
          if test "$$skip" -ne 0; then \
545
 
            if test "$$skip" -eq 1; then \
546
 
              skipped="($$skip test was not run)"; \
547
 
            else \
548
 
              skipped="($$skip tests were not run)"; \
549
 
            fi; \
 
512
            skipped="($$skip tests were not run)"; \
550
513
            test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
551
514
              dashes="$$skipped"; \
552
515
          fi; \
557
520
              dashes="$$report"; \
558
521
          fi; \
559
522
          dashes=`echo "$$dashes" | sed s/./=/g`; \
560
 
          if test "$$failed" -eq 0; then \
561
 
            echo "$$grn$$dashes"; \
562
 
          else \
563
 
            echo "$$red$$dashes"; \
564
 
          fi; \
 
523
          echo "$$dashes"; \
565
524
          echo "$$banner"; \
566
525
          test -z "$$skipped" || echo "$$skipped"; \
567
526
          test -z "$$report" || echo "$$report"; \
568
 
          echo "$$dashes$$std"; \
 
527
          echo "$$dashes"; \
569
528
          test "$$failed" -eq 0; \
570
529
        else :; fi
571
530
 
572
531
distdir: $(DISTFILES)
573
 
        @list='$(MANS)'; if test -n "$$list"; then \
574
 
          list=`for p in $$list; do \
575
 
            if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
576
 
            if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
577
 
          if test -n "$$list" && \
578
 
            grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
579
 
            echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \
580
 
            grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/         /' >&2; \
581
 
            echo "       to fix them, install help2man, remove and regenerate the man pages;" >&2; \
582
 
            echo "       typically \`make maintainer-clean' will remove them" >&2; \
583
 
            exit 1; \
584
 
          else :; fi; \
585
 
        else :; fi
586
532
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
587
533
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
588
534
        list='$(DISTFILES)'; \
598
544
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
599
545
          if test -d $$d/$$file; then \
600
546
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
601
 
            if test -d "$(distdir)/$$file"; then \
602
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
603
 
            fi; \
604
547
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
605
 
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
606
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
548
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
607
549
            fi; \
608
 
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
550
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
609
551
          else \
610
 
            test -f "$(distdir)/$$file" \
611
 
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
552
            test -f $(distdir)/$$file \
 
553
            || cp -p $$d/$$file $(distdir)/$$file \
612
554
            || exit 1; \
613
555
          fi; \
614
556
        done
641
583
 
642
584
distclean-generic:
643
585
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
644
 
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
645
586
 
646
587
maintainer-clean-generic:
647
588
        @echo "This command is intended for maintainers to use"
664
605
 
665
606
html: html-am
666
607
 
667
 
html-am:
668
 
 
669
608
info: info-am
670
609
 
671
610
info-am:
674
613
 
675
614
install-dvi: install-dvi-am
676
615
 
677
 
install-dvi-am:
678
 
 
679
616
install-exec-am:
680
617
 
681
618
install-html: install-html-am
682
619
 
683
 
install-html-am:
684
 
 
685
620
install-info: install-info-am
686
621
 
687
 
install-info-am:
688
 
 
689
622
install-man: install-man8
690
623
 
691
624
install-pdf: install-pdf-am
692
625
 
693
 
install-pdf-am:
694
 
 
695
626
install-ps: install-ps-am
696
627
 
697
 
install-ps-am:
698
 
 
699
628
installcheck-am:
700
629
 
701
630
maintainer-clean: maintainer-clean-am
720
649
 
721
650
uninstall-man: uninstall-man8
722
651
 
723
 
.MAKE: check-am install-am install-strip
 
652
.MAKE: install-am install-strip
724
653
 
725
654
.PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \
726
655
        clean-generic clean-libtool clean-securelibLTLIBRARIES ctags \
740
669
 
741
670
@ENABLE_REGENERATE_MAN_TRUE@README: pam_localuser.8.xml
742
671
@ENABLE_REGENERATE_MAN_TRUE@-include $(top_srcdir)/Make.xml.rules
743
 
 
744
672
# Tell versions [3.59,3.63) of GNU make to not export all variables.
745
673
# Otherwise a system limit (for SysV at least) may be exceeded.
746
674
.NOEXPORT: