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

« back to all changes in this revision

Viewing changes to modules/pam_namespace/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
64
62
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
65
63
CONFIG_HEADER = $(top_builddir)/config.h
66
64
CONFIG_CLEAN_FILES =
67
 
CONFIG_CLEAN_VPATH_FILES =
68
65
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
69
66
am__vpath_adj = case $$p in \
70
67
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
71
68
    *) f=$$p;; \
72
69
  esac;
73
 
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
74
 
am__install_max = 40
75
 
am__nobase_strip_setup = \
76
 
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
77
 
am__nobase_strip = \
78
 
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
79
 
am__nobase_list = $(am__nobase_strip_setup); \
80
 
  for p in $$list; do echo "$$p $$p"; done | \
81
 
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
82
 
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
83
 
    if (++n[$$2] == $(am__install_max)) \
84
 
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
85
 
    END { for (dir in files) print dir, files[dir] }'
86
 
am__base_list = \
87
 
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
88
 
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
70
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
89
71
am__installdirs = "$(DESTDIR)$(securelibdir)" \
90
72
        "$(DESTDIR)$(secureconfdir)" "$(DESTDIR)$(man5dir)" \
91
73
        "$(DESTDIR)$(man8dir)" "$(DESTDIR)$(namespaceddir)" \
92
74
        "$(DESTDIR)$(secureconfdir)"
 
75
securelibLTLIBRARIES_INSTALL = $(INSTALL)
93
76
LTLIBRARIES = $(securelib_LTLIBRARIES)
94
77
pam_namespace_la_DEPENDENCIES =
95
78
am__pam_namespace_la_SOURCES_DIST = pam_namespace.c md5.c argv_parse.c
97
80
@HAVE_UNSHARE_TRUE@     md5.lo argv_parse.lo
98
81
pam_namespace_la_OBJECTS = $(am_pam_namespace_la_OBJECTS)
99
82
@HAVE_UNSHARE_TRUE@am_pam_namespace_la_rpath = -rpath $(securelibdir)
 
83
secureconfSCRIPT_INSTALL = $(INSTALL_SCRIPT)
100
84
SCRIPTS = $(secureconf_SCRIPTS)
101
85
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
102
86
depcomp = $(SHELL) $(top_srcdir)/depcomp
103
87
am__depfiles_maybe = depfiles
104
 
am__mv = mv -f
105
88
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
106
89
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
107
90
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
117
100
man8dir = $(mandir)/man8
118
101
NROFF = nroff
119
102
MANS = $(man_MANS)
 
103
namespacedDATA_INSTALL = $(INSTALL_DATA)
 
104
secureconfDATA_INSTALL = $(INSTALL_DATA)
120
105
DATA = $(namespaced_DATA) $(noinst_DATA) $(secureconf_DATA)
121
106
HEADERS = $(noinst_HEADERS)
122
107
ETAGS = etags
123
108
CTAGS = ctags
124
 
am__tty_colors = \
125
 
red=; grn=; lgn=; blu=; std=
126
109
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
127
110
ACLOCAL = @ACLOCAL@
128
111
AMTAR = @AMTAR@
134
117
BROWSER = @BROWSER@
135
118
CC = @CC@
136
119
CCDEPMODE = @CCDEPMODE@
 
120
CC_FOR_BUILD = @CC_FOR_BUILD@
137
121
CFLAGS = @CFLAGS@
138
122
CPP = @CPP@
139
123
CPPFLAGS = @CPPFLAGS@
315
299
        @for dep in $?; do \
316
300
          case '$(am__configure_deps)' in \
317
301
            *$$dep*) \
318
 
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
319
 
                && { if test -f $@; then exit 0; else break; fi; }; \
 
302
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
303
                && exit 0; \
320
304
              exit 1;; \
321
305
          esac; \
322
306
        done; \
323
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu modules/pam_namespace/Makefile'; \
324
 
        $(am__cd) $(top_srcdir) && \
325
 
          $(AUTOMAKE) --gnu modules/pam_namespace/Makefile
 
307
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  modules/pam_namespace/Makefile'; \
 
308
        cd $(top_srcdir) && \
 
309
          $(AUTOMAKE) --gnu  modules/pam_namespace/Makefile
326
310
.PRECIOUS: Makefile
327
311
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
328
312
        @case '$?' in \
340
324
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
341
325
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
342
326
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
343
 
$(am__aclocal_m4_deps):
344
327
install-securelibLTLIBRARIES: $(securelib_LTLIBRARIES)
345
328
        @$(NORMAL_INSTALL)
346
329
        test -z "$(securelibdir)" || $(MKDIR_P) "$(DESTDIR)$(securelibdir)"
347
 
        @list='$(securelib_LTLIBRARIES)'; test -n "$(securelibdir)" || list=; \
348
 
        list2=; for p in $$list; do \
 
330
        @list='$(securelib_LTLIBRARIES)'; for p in $$list; do \
349
331
          if test -f $$p; then \
350
 
            list2="$$list2 $$p"; \
 
332
            f=$(am__strip_dir) \
 
333
            echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(securelibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(securelibdir)/$$f'"; \
 
334
            $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(securelibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(securelibdir)/$$f"; \
351
335
          else :; fi; \
352
 
        done; \
353
 
        test -z "$$list2" || { \
354
 
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(securelibdir)'"; \
355
 
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(securelibdir)"; \
356
 
        }
 
336
        done
357
337
 
358
338
uninstall-securelibLTLIBRARIES:
359
339
        @$(NORMAL_UNINSTALL)
360
 
        @list='$(securelib_LTLIBRARIES)'; test -n "$(securelibdir)" || list=; \
361
 
        for p in $$list; do \
362
 
          $(am__strip_dir) \
363
 
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(securelibdir)/$$f'"; \
364
 
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(securelibdir)/$$f"; \
 
340
        @list='$(securelib_LTLIBRARIES)'; for p in $$list; do \
 
341
          p=$(am__strip_dir) \
 
342
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(securelibdir)/$$p'"; \
 
343
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(securelibdir)/$$p"; \
365
344
        done
366
345
 
367
346
clean-securelibLTLIBRARIES:
377
356
install-secureconfSCRIPTS: $(secureconf_SCRIPTS)
378
357
        @$(NORMAL_INSTALL)
379
358
        test -z "$(secureconfdir)" || $(MKDIR_P) "$(DESTDIR)$(secureconfdir)"
380
 
        @list='$(secureconf_SCRIPTS)'; test -n "$(secureconfdir)" || list=; \
381
 
        for p in $$list; do \
 
359
        @list='$(secureconf_SCRIPTS)'; for p in $$list; do \
382
360
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
383
 
          if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
384
 
        done | \
385
 
        sed -e 'p;s,.*/,,;n' \
386
 
            -e 'h;s|.*|.|' \
387
 
            -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
388
 
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
389
 
          { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
390
 
            if ($$2 == $$4) { files[d] = files[d] " " $$1; \
391
 
              if (++n[d] == $(am__install_max)) { \
392
 
                print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
393
 
            else { print "f", d "/" $$4, $$1 } } \
394
 
          END { for (d in files) print "f", d, files[d] }' | \
395
 
        while read type dir files; do \
396
 
             if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
397
 
             test -z "$$files" || { \
398
 
               echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(secureconfdir)$$dir'"; \
399
 
               $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(secureconfdir)$$dir" || exit $$?; \
400
 
             } \
401
 
        ; done
 
361
          if test -f $$d$$p; then \
 
362
            f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
 
363
            echo " $(secureconfSCRIPT_INSTALL) '$$d$$p' '$(DESTDIR)$(secureconfdir)/$$f'"; \
 
364
            $(secureconfSCRIPT_INSTALL) "$$d$$p" "$(DESTDIR)$(secureconfdir)/$$f"; \
 
365
          else :; fi; \
 
366
        done
402
367
 
403
368
uninstall-secureconfSCRIPTS:
404
369
        @$(NORMAL_UNINSTALL)
405
 
        @list='$(secureconf_SCRIPTS)'; test -n "$(secureconfdir)" || exit 0; \
406
 
        files=`for p in $$list; do echo "$$p"; done | \
407
 
               sed -e 's,.*/,,;$(transform)'`; \
408
 
        test -n "$$list" || exit 0; \
409
 
        echo " ( cd '$(DESTDIR)$(secureconfdir)' && rm -f" $$files ")"; \
410
 
        cd "$(DESTDIR)$(secureconfdir)" && rm -f $$files
 
370
        @list='$(secureconf_SCRIPTS)'; for p in $$list; do \
 
371
          f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
 
372
          echo " rm -f '$(DESTDIR)$(secureconfdir)/$$f'"; \
 
373
          rm -f "$(DESTDIR)$(secureconfdir)/$$f"; \
 
374
        done
411
375
 
412
376
mostlyclean-compile:
413
377
        -rm -f *.$(OBJEXT)
421
385
 
422
386
.c.o:
423
387
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
424
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
388
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
425
389
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
426
390
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
427
391
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
428
392
 
429
393
.c.obj:
430
394
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
431
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
395
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
432
396
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
433
397
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
434
398
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
435
399
 
436
400
.c.lo:
437
401
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
438
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
402
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
439
403
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
440
404
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
441
405
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
445
409
 
446
410
clean-libtool:
447
411
        -rm -rf .libs _libs
448
 
install-man5: $(man_MANS)
 
412
install-man5: $(man5_MANS) $(man_MANS)
449
413
        @$(NORMAL_INSTALL)
450
414
        test -z "$(man5dir)" || $(MKDIR_P) "$(DESTDIR)$(man5dir)"
451
 
        @list=''; test -n "$(man5dir)" || exit 0; \
452
 
        { for i in $$list; do echo "$$i"; done; \
453
 
        l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
454
 
          sed -n '/\.5[a-z]*$$/p'; \
455
 
        } | while read p; do \
456
 
          if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
457
 
          echo "$$d$$p"; echo "$$p"; \
458
 
        done | \
459
 
        sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^5][0-9a-z]*$$,5,;x' \
460
 
              -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
461
 
        sed 'N;N;s,\n, ,g' | { \
462
 
        list=; while read file base inst; do \
463
 
          if test "$$base" = "$$inst"; then list="$$list $$file"; else \
464
 
            echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man5dir)/$$inst'"; \
465
 
            $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man5dir)/$$inst" || exit $$?; \
466
 
          fi; \
 
415
        @list='$(man5_MANS) $(dist_man5_MANS) $(nodist_man5_MANS)'; \
 
416
        l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
 
417
        for i in $$l2; do \
 
418
          case "$$i" in \
 
419
            *.5*) list="$$list $$i" ;; \
 
420
          esac; \
467
421
        done; \
468
 
        for i in $$list; do echo "$$i"; done | $(am__base_list) | \
469
 
        while read files; do \
470
 
          test -z "$$files" || { \
471
 
            echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man5dir)'"; \
472
 
            $(INSTALL_DATA) $$files "$(DESTDIR)$(man5dir)" || exit $$?; }; \
473
 
        done; }
474
 
 
 
422
        for i in $$list; do \
 
423
          if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
 
424
          else file=$$i; fi; \
 
425
          ext=`echo $$i | sed -e 's/^.*\\.//'`; \
 
426
          case "$$ext" in \
 
427
            5*) ;; \
 
428
            *) ext='5' ;; \
 
429
          esac; \
 
430
          inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
 
431
          inst=`echo $$inst | sed -e 's/^.*\///'`; \
 
432
          inst=`echo $$inst | sed '$(transform)'`.$$ext; \
 
433
          echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man5dir)/$$inst'"; \
 
434
          $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man5dir)/$$inst"; \
 
435
        done
475
436
uninstall-man5:
476
437
        @$(NORMAL_UNINSTALL)
477
 
        @list=''; test -n "$(man5dir)" || exit 0; \
478
 
        files=`{ for i in $$list; do echo "$$i"; done; \
479
 
        l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
480
 
          sed -n '/\.5[a-z]*$$/p'; \
481
 
        } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^5][0-9a-z]*$$,5,;x' \
482
 
              -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
483
 
        test -z "$$files" || { \
484
 
          echo " ( cd '$(DESTDIR)$(man5dir)' && rm -f" $$files ")"; \
485
 
          cd "$(DESTDIR)$(man5dir)" && rm -f $$files; }
486
 
install-man8: $(man_MANS)
 
438
        @list='$(man5_MANS) $(dist_man5_MANS) $(nodist_man5_MANS)'; \
 
439
        l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
 
440
        for i in $$l2; do \
 
441
          case "$$i" in \
 
442
            *.5*) list="$$list $$i" ;; \
 
443
          esac; \
 
444
        done; \
 
445
        for i in $$list; do \
 
446
          ext=`echo $$i | sed -e 's/^.*\\.//'`; \
 
447
          case "$$ext" in \
 
448
            5*) ;; \
 
449
            *) ext='5' ;; \
 
450
          esac; \
 
451
          inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
 
452
          inst=`echo $$inst | sed -e 's/^.*\///'`; \
 
453
          inst=`echo $$inst | sed '$(transform)'`.$$ext; \
 
454
          echo " rm -f '$(DESTDIR)$(man5dir)/$$inst'"; \
 
455
          rm -f "$(DESTDIR)$(man5dir)/$$inst"; \
 
456
        done
 
457
install-man8: $(man8_MANS) $(man_MANS)
487
458
        @$(NORMAL_INSTALL)
488
459
        test -z "$(man8dir)" || $(MKDIR_P) "$(DESTDIR)$(man8dir)"
489
 
        @list=''; test -n "$(man8dir)" || exit 0; \
490
 
        { for i in $$list; do echo "$$i"; done; \
491
 
        l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
492
 
          sed -n '/\.8[a-z]*$$/p'; \
493
 
        } | while read p; do \
494
 
          if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
495
 
          echo "$$d$$p"; echo "$$p"; \
496
 
        done | \
497
 
        sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
498
 
              -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
499
 
        sed 'N;N;s,\n, ,g' | { \
500
 
        list=; while read file base inst; do \
501
 
          if test "$$base" = "$$inst"; then list="$$list $$file"; else \
502
 
            echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man8dir)/$$inst'"; \
503
 
            $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man8dir)/$$inst" || exit $$?; \
504
 
          fi; \
 
460
        @list='$(man8_MANS) $(dist_man8_MANS) $(nodist_man8_MANS)'; \
 
461
        l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
 
462
        for i in $$l2; do \
 
463
          case "$$i" in \
 
464
            *.8*) list="$$list $$i" ;; \
 
465
          esac; \
505
466
        done; \
506
 
        for i in $$list; do echo "$$i"; done | $(am__base_list) | \
507
 
        while read files; do \
508
 
          test -z "$$files" || { \
509
 
            echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man8dir)'"; \
510
 
            $(INSTALL_DATA) $$files "$(DESTDIR)$(man8dir)" || exit $$?; }; \
511
 
        done; }
512
 
 
 
467
        for i in $$list; do \
 
468
          if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
 
469
          else file=$$i; fi; \
 
470
          ext=`echo $$i | sed -e 's/^.*\\.//'`; \
 
471
          case "$$ext" in \
 
472
            8*) ;; \
 
473
            *) ext='8' ;; \
 
474
          esac; \
 
475
          inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
 
476
          inst=`echo $$inst | sed -e 's/^.*\///'`; \
 
477
          inst=`echo $$inst | sed '$(transform)'`.$$ext; \
 
478
          echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man8dir)/$$inst'"; \
 
479
          $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man8dir)/$$inst"; \
 
480
        done
513
481
uninstall-man8:
514
482
        @$(NORMAL_UNINSTALL)
515
 
        @list=''; test -n "$(man8dir)" || exit 0; \
516
 
        files=`{ for i in $$list; do echo "$$i"; done; \
517
 
        l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
518
 
          sed -n '/\.8[a-z]*$$/p'; \
519
 
        } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
520
 
              -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
521
 
        test -z "$$files" || { \
522
 
          echo " ( cd '$(DESTDIR)$(man8dir)' && rm -f" $$files ")"; \
523
 
          cd "$(DESTDIR)$(man8dir)" && rm -f $$files; }
 
483
        @list='$(man8_MANS) $(dist_man8_MANS) $(nodist_man8_MANS)'; \
 
484
        l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
 
485
        for i in $$l2; do \
 
486
          case "$$i" in \
 
487
            *.8*) list="$$list $$i" ;; \
 
488
          esac; \
 
489
        done; \
 
490
        for i in $$list; do \
 
491
          ext=`echo $$i | sed -e 's/^.*\\.//'`; \
 
492
          case "$$ext" in \
 
493
            8*) ;; \
 
494
            *) ext='8' ;; \
 
495
          esac; \
 
496
          inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
 
497
          inst=`echo $$inst | sed -e 's/^.*\///'`; \
 
498
          inst=`echo $$inst | sed '$(transform)'`.$$ext; \
 
499
          echo " rm -f '$(DESTDIR)$(man8dir)/$$inst'"; \
 
500
          rm -f "$(DESTDIR)$(man8dir)/$$inst"; \
 
501
        done
524
502
install-namespacedDATA: $(namespaced_DATA)
525
503
        @$(NORMAL_INSTALL)
526
504
        test -z "$(namespaceddir)" || $(MKDIR_P) "$(DESTDIR)$(namespaceddir)"
527
 
        @list='$(namespaced_DATA)'; test -n "$(namespaceddir)" || list=; \
528
 
        for p in $$list; do \
 
505
        @list='$(namespaced_DATA)'; for p in $$list; do \
529
506
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
530
 
          echo "$$d$$p"; \
531
 
        done | $(am__base_list) | \
532
 
        while read files; do \
533
 
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(namespaceddir)'"; \
534
 
          $(INSTALL_DATA) $$files "$(DESTDIR)$(namespaceddir)" || exit $$?; \
 
507
          f=$(am__strip_dir) \
 
508
          echo " $(namespacedDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(namespaceddir)/$$f'"; \
 
509
          $(namespacedDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(namespaceddir)/$$f"; \
535
510
        done
536
511
 
537
512
uninstall-namespacedDATA:
538
513
        @$(NORMAL_UNINSTALL)
539
 
        @list='$(namespaced_DATA)'; test -n "$(namespaceddir)" || list=; \
540
 
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
541
 
        test -n "$$files" || exit 0; \
542
 
        echo " ( cd '$(DESTDIR)$(namespaceddir)' && rm -f" $$files ")"; \
543
 
        cd "$(DESTDIR)$(namespaceddir)" && rm -f $$files
 
514
        @list='$(namespaced_DATA)'; for p in $$list; do \
 
515
          f=$(am__strip_dir) \
 
516
          echo " rm -f '$(DESTDIR)$(namespaceddir)/$$f'"; \
 
517
          rm -f "$(DESTDIR)$(namespaceddir)/$$f"; \
 
518
        done
544
519
install-secureconfDATA: $(secureconf_DATA)
545
520
        @$(NORMAL_INSTALL)
546
521
        test -z "$(secureconfdir)" || $(MKDIR_P) "$(DESTDIR)$(secureconfdir)"
547
 
        @list='$(secureconf_DATA)'; test -n "$(secureconfdir)" || list=; \
548
 
        for p in $$list; do \
 
522
        @list='$(secureconf_DATA)'; for p in $$list; do \
549
523
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
550
 
          echo "$$d$$p"; \
551
 
        done | $(am__base_list) | \
552
 
        while read files; do \
553
 
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(secureconfdir)'"; \
554
 
          $(INSTALL_DATA) $$files "$(DESTDIR)$(secureconfdir)" || exit $$?; \
 
524
          f=$(am__strip_dir) \
 
525
          echo " $(secureconfDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(secureconfdir)/$$f'"; \
 
526
          $(secureconfDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(secureconfdir)/$$f"; \
555
527
        done
556
528
 
557
529
uninstall-secureconfDATA:
558
530
        @$(NORMAL_UNINSTALL)
559
 
        @list='$(secureconf_DATA)'; test -n "$(secureconfdir)" || list=; \
560
 
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
561
 
        test -n "$$files" || exit 0; \
562
 
        echo " ( cd '$(DESTDIR)$(secureconfdir)' && rm -f" $$files ")"; \
563
 
        cd "$(DESTDIR)$(secureconfdir)" && rm -f $$files
 
531
        @list='$(secureconf_DATA)'; for p in $$list; do \
 
532
          f=$(am__strip_dir) \
 
533
          echo " rm -f '$(DESTDIR)$(secureconfdir)/$$f'"; \
 
534
          rm -f "$(DESTDIR)$(secureconfdir)/$$f"; \
 
535
        done
564
536
 
565
537
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
566
538
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
567
539
        unique=`for i in $$list; do \
568
540
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
569
541
          done | \
570
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
542
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
571
543
              END { if (nonempty) { for (i in files) print i; }; }'`; \
572
544
        mkid -fID $$unique
573
545
tags: TAGS
574
546
 
575
547
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
576
548
                $(TAGS_FILES) $(LISP)
577
 
        set x; \
 
549
        tags=; \
578
550
        here=`pwd`; \
579
551
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
580
552
        unique=`for i in $$list; do \
582
554
          done | \
583
555
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
584
556
              END { if (nonempty) { for (i in files) print i; }; }'`; \
585
 
        shift; \
586
 
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
557
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
587
558
          test -n "$$unique" || unique=$$empty_fix; \
588
 
          if test $$# -gt 0; then \
589
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
590
 
              "$$@" $$unique; \
591
 
          else \
592
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
593
 
              $$unique; \
594
 
          fi; \
 
559
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
560
            $$tags $$unique; \
595
561
        fi
596
562
ctags: CTAGS
597
563
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
598
564
                $(TAGS_FILES) $(LISP)
 
565
        tags=; \
599
566
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
600
567
        unique=`for i in $$list; do \
601
568
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
602
569
          done | \
603
570
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
604
571
              END { if (nonempty) { for (i in files) print i; }; }'`; \
605
 
        test -z "$(CTAGS_ARGS)$$unique" \
 
572
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
606
573
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
607
 
             $$unique
 
574
             $$tags $$unique
608
575
 
609
576
GTAGS:
610
577
        here=`$(am__cd) $(top_builddir) && pwd` \
611
 
          && $(am__cd) $(top_srcdir) \
612
 
          && gtags -i $(GTAGS_ARGS) "$$here"
 
578
          && cd $(top_srcdir) \
 
579
          && gtags -i $(GTAGS_ARGS) $$here
613
580
 
614
581
distclean-tags:
615
582
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
616
583
 
617
584
check-TESTS: $(TESTS)
618
 
        @failed=0; all=0; xfail=0; xpass=0; skip=0; \
 
585
        @failed=0; all=0; xfail=0; xpass=0; skip=0; ws='[        ]'; \
619
586
        srcdir=$(srcdir); export srcdir; \
620
587
        list=' $(TESTS) '; \
621
 
        $(am__tty_colors); \
622
588
        if test -n "$$list"; then \
623
589
          for tst in $$list; do \
624
590
            if test -f ./$$tst; then dir=./; \
627
593
            if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
628
594
              all=`expr $$all + 1`; \
629
595
              case " $(XFAIL_TESTS) " in \
630
 
              *[\ \     ]$$tst[\ \      ]*) \
 
596
              *$$ws$$tst$$ws*) \
631
597
                xpass=`expr $$xpass + 1`; \
632
598
                failed=`expr $$failed + 1`; \
633
 
                col=$$red; res=XPASS; \
 
599
                echo "XPASS: $$tst"; \
634
600
              ;; \
635
601
              *) \
636
 
                col=$$grn; res=PASS; \
 
602
                echo "PASS: $$tst"; \
637
603
              ;; \
638
604
              esac; \
639
605
            elif test $$? -ne 77; then \
640
606
              all=`expr $$all + 1`; \
641
607
              case " $(XFAIL_TESTS) " in \
642
 
              *[\ \     ]$$tst[\ \      ]*) \
 
608
              *$$ws$$tst$$ws*) \
643
609
                xfail=`expr $$xfail + 1`; \
644
 
                col=$$lgn; res=XFAIL; \
 
610
                echo "XFAIL: $$tst"; \
645
611
              ;; \
646
612
              *) \
647
613
                failed=`expr $$failed + 1`; \
648
 
                col=$$red; res=FAIL; \
 
614
                echo "FAIL: $$tst"; \
649
615
              ;; \
650
616
              esac; \
651
617
            else \
652
618
              skip=`expr $$skip + 1`; \
653
 
              col=$$blu; res=SKIP; \
 
619
              echo "SKIP: $$tst"; \
654
620
            fi; \
655
 
            echo "$${col}$$res$${std}: $$tst"; \
656
621
          done; \
657
 
          if test "$$all" -eq 1; then \
658
 
            tests="test"; \
659
 
            All=""; \
660
 
          else \
661
 
            tests="tests"; \
662
 
            All="All "; \
663
 
          fi; \
664
622
          if test "$$failed" -eq 0; then \
665
623
            if test "$$xfail" -eq 0; then \
666
 
              banner="$$All$$all $$tests passed"; \
 
624
              banner="All $$all tests passed"; \
667
625
            else \
668
 
              if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
669
 
              banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
 
626
              banner="All $$all tests behaved as expected ($$xfail expected failures)"; \
670
627
            fi; \
671
628
          else \
672
629
            if test "$$xpass" -eq 0; then \
673
 
              banner="$$failed of $$all $$tests failed"; \
 
630
              banner="$$failed of $$all tests failed"; \
674
631
            else \
675
 
              if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
676
 
              banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
 
632
              banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
677
633
            fi; \
678
634
          fi; \
679
635
          dashes="$$banner"; \
680
636
          skipped=""; \
681
637
          if test "$$skip" -ne 0; then \
682
 
            if test "$$skip" -eq 1; then \
683
 
              skipped="($$skip test was not run)"; \
684
 
            else \
685
 
              skipped="($$skip tests were not run)"; \
686
 
            fi; \
 
638
            skipped="($$skip tests were not run)"; \
687
639
            test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
688
640
              dashes="$$skipped"; \
689
641
          fi; \
694
646
              dashes="$$report"; \
695
647
          fi; \
696
648
          dashes=`echo "$$dashes" | sed s/./=/g`; \
697
 
          if test "$$failed" -eq 0; then \
698
 
            echo "$$grn$$dashes"; \
699
 
          else \
700
 
            echo "$$red$$dashes"; \
701
 
          fi; \
 
649
          echo "$$dashes"; \
702
650
          echo "$$banner"; \
703
651
          test -z "$$skipped" || echo "$$skipped"; \
704
652
          test -z "$$report" || echo "$$report"; \
705
 
          echo "$$dashes$$std"; \
 
653
          echo "$$dashes"; \
706
654
          test "$$failed" -eq 0; \
707
655
        else :; fi
708
656
 
709
657
distdir: $(DISTFILES)
710
 
        @list='$(MANS)'; if test -n "$$list"; then \
711
 
          list=`for p in $$list; do \
712
 
            if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
713
 
            if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
714
 
          if test -n "$$list" && \
715
 
            grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
716
 
            echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \
717
 
            grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/         /' >&2; \
718
 
            echo "       to fix them, install help2man, remove and regenerate the man pages;" >&2; \
719
 
            echo "       typically \`make maintainer-clean' will remove them" >&2; \
720
 
            exit 1; \
721
 
          else :; fi; \
722
 
        else :; fi
723
658
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
724
659
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
725
660
        list='$(DISTFILES)'; \
735
670
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
736
671
          if test -d $$d/$$file; then \
737
672
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
738
 
            if test -d "$(distdir)/$$file"; then \
739
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
740
 
            fi; \
741
673
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
742
 
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
743
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
674
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
744
675
            fi; \
745
 
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
676
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
746
677
          else \
747
 
            test -f "$(distdir)/$$file" \
748
 
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
678
            test -f $(distdir)/$$file \
 
679
            || cp -p $$d/$$file $(distdir)/$$file \
749
680
            || exit 1; \
750
681
          fi; \
751
682
        done
778
709
 
779
710
distclean-generic:
780
711
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
781
 
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
782
712
 
783
713
maintainer-clean-generic:
784
714
        @echo "This command is intended for maintainers to use"
801
731
 
802
732
html: html-am
803
733
 
804
 
html-am:
805
 
 
806
734
info: info-am
807
735
 
808
736
info-am:
813
741
 
814
742
install-dvi: install-dvi-am
815
743
 
816
 
install-dvi-am:
817
 
 
818
744
install-exec-am:
819
745
 
820
746
install-html: install-html-am
821
747
 
822
 
install-html-am:
823
 
 
824
748
install-info: install-info-am
825
749
 
826
 
install-info-am:
827
 
 
828
750
install-man: install-man5 install-man8
829
751
 
830
752
install-pdf: install-pdf-am
831
753
 
832
 
install-pdf-am:
833
 
 
834
754
install-ps: install-ps-am
835
755
 
836
 
install-ps-am:
837
 
 
838
756
installcheck-am:
839
757
 
840
758
maintainer-clean: maintainer-clean-am
861
779
 
862
780
uninstall-man: uninstall-man5 uninstall-man8
863
781
 
864
 
.MAKE: check-am install-am install-strip
 
782
.MAKE: install-am install-strip
865
783
 
866
784
.PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \
867
785
        clean-generic clean-libtool clean-securelibLTLIBRARIES ctags \
884
802
 
885
803
@ENABLE_REGENERATE_MAN_TRUE@README: pam_namespace.8.xml namespace.conf.5.xml
886
804
@ENABLE_REGENERATE_MAN_TRUE@-include $(top_srcdir)/Make.xml.rules
887
 
 
888
805
# Tell versions [3.59,3.63) of GNU make to not export all variables.
889
806
# Otherwise a system limit (for SysV at least) may be exceeded.
890
807
.NOEXPORT: