~ubuntu-branches/ubuntu/oneiric/pam/oneiric-proposed

« back to all changes in this revision

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