~ubuntu-branches/ubuntu/trusty/pam/trusty-proposed

« back to all changes in this revision

Viewing changes to modules/pam_succeed_if/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Steve Langasek
  • Date: 2014-01-16 02:40:41 UTC
  • mfrom: (3.2.29 sid)
  • Revision ID: package-import@ubuntu.com-20140116024041-icb0n92uw90aoofm
Tags: 1.1.8-1ubuntu1
* 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/libpam0g.postinst: check if gdm is actually running before
    trying to reload it.
  - debian/libpam0g.postinst: the init script for 'samba' is now named
    'smbd' in Ubuntu, so fix the restart handling.
  - Change Vcs-Bzr to point at the Ubuntu branch.
  - 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.
  - debian/patches-applied/pam_umask_usergroups_from_login.defs.patch:
    Deprecate pam_unix's explicit "usergroups" option and instead read it
    from /etc/login.def's "USERGROUP_ENAB" option if umask is only defined
    there. This restores compatibility with the pre-PAM behaviour of login.
  - 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)
  - debian/local/common-session{,-noninteractive}: Enable pam_umask by
    default, now that the umask setting is gone from /etc/profile.
  - debian/local/pam-auth-update: Add the new md5sums for pam_umask addition.
  - Build-depend on libfl-dev in addition to flex, for cross-building
    support.
  - Add /usr/local/games to PATH.
  - Adjust debian/patches-applied/update-motd to write to
    /run/motd.dynamic, as sysvinit/ssh/login in Debian have been changed
    to use this file and no longer links /etc/motd to /var/run/motd.
* debian/patches-applied/pam_umask_usergroups_from_login.defs.patch: include
  patch to autogenerated manpage file

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.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  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
6
# Inc.
6
7
# This Makefile.in is free software; the Free Software Foundation
7
8
# gives unlimited permission to copy and/or distribute it,
8
9
# with or without modifications, as long as this notice is preserved.
21
22
 
22
23
VPATH = @srcdir@
23
24
pkgdatadir = $(datadir)/@PACKAGE@
 
25
pkgincludedir = $(includedir)/@PACKAGE@
24
26
pkglibdir = $(libdir)/@PACKAGE@
25
 
pkgincludedir = $(includedir)/@PACKAGE@
 
27
pkglibexecdir = $(libexecdir)/@PACKAGE@
26
28
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
27
29
install_sh_DATA = $(install_sh) -c -m 644
28
30
install_sh_PROGRAM = $(install_sh) -c
42
44
DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in
43
45
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
44
46
am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
45
 
        $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intlmacosx.m4 \
 
47
        $(top_srcdir)/m4/iconv.m4 \
46
48
        $(top_srcdir)/m4/japhar_grep_cflags.m4 \
47
49
        $(top_srcdir)/m4/jh_path_xml_catalog.m4 \
48
50
        $(top_srcdir)/m4/ld-O1.m4 $(top_srcdir)/m4/ld-as-needed.m4 \
55
57
        $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.in
56
58
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
57
59
        $(ACLOCAL_M4)
58
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
60
mkinstalldirs = $(install_sh) -d
59
61
CONFIG_HEADER = $(top_builddir)/config.h
60
62
CONFIG_CLEAN_FILES =
 
63
CONFIG_CLEAN_VPATH_FILES =
61
64
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
62
65
am__vpath_adj = case $$p in \
63
66
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
64
67
    *) f=$$p;; \
65
68
  esac;
66
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
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'
67
85
am__installdirs = "$(DESTDIR)$(securelibdir)" "$(DESTDIR)$(man8dir)"
68
 
securelibLTLIBRARIES_INSTALL = $(INSTALL)
69
86
LTLIBRARIES = $(securelib_LTLIBRARIES)
70
 
pam_succeed_if_la_DEPENDENCIES =
 
87
pam_succeed_if_la_DEPENDENCIES = $(top_builddir)/libpam/libpam.la
71
88
pam_succeed_if_la_SOURCES = pam_succeed_if.c
72
89
pam_succeed_if_la_OBJECTS = pam_succeed_if.lo
73
90
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
74
 
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
91
depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
75
92
am__depfiles_maybe = depfiles
 
93
am__mv = mv -f
76
94
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
77
95
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
78
96
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
90
108
DATA = $(noinst_DATA)
91
109
ETAGS = etags
92
110
CTAGS = ctags
 
111
am__tty_colors = \
 
112
red=; grn=; lgn=; blu=; std=
93
113
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
94
114
ACLOCAL = @ACLOCAL@
95
115
AMTAR = @AMTAR@
119
139
EXEEXT = @EXEEXT@
120
140
FGREP = @FGREP@
121
141
FO2PDF = @FO2PDF@
122
 
GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
123
142
GMSGFMT = @GMSGFMT@
124
143
GMSGFMT_015 = @GMSGFMT_015@
125
144
GREP = @GREP@
143
162
LIBDL = @LIBDL@
144
163
LIBICONV = @LIBICONV@
145
164
LIBINTL = @LIBINTL@
146
 
LIBNSL = @LIBNSL@
147
165
LIBOBJS = @LIBOBJS@
148
166
LIBPRELUDE_CFLAGS = @LIBPRELUDE_CFLAGS@
149
167
LIBPRELUDE_CONFIG = @LIBPRELUDE_CONFIG@
165
183
MSGFMT = @MSGFMT@
166
184
MSGFMT_015 = @MSGFMT_015@
167
185
MSGMERGE = @MSGMERGE@
 
186
NIS_CFLAGS = @NIS_CFLAGS@
 
187
NIS_LIBS = @NIS_LIBS@
168
188
NM = @NM@
169
189
NMEDIT = @NMEDIT@
170
190
OBJDUMP = @OBJDUMP@
176
196
PACKAGE_NAME = @PACKAGE_NAME@
177
197
PACKAGE_STRING = @PACKAGE_STRING@
178
198
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
199
PACKAGE_URL = @PACKAGE_URL@
179
200
PACKAGE_VERSION = @PACKAGE_VERSION@
180
201
PATH_SEPARATOR = @PATH_SEPARATOR@
181
202
PIE_CFLAGS = @PIE_CFLAGS@
182
203
PIE_LDFLAGS = @PIE_LDFLAGS@
 
204
PKG_CONFIG = @PKG_CONFIG@
183
205
POSUB = @POSUB@
184
206
RANLIB = @RANLIB@
185
207
SCONFIGDIR = @SCONFIGDIR@
192
214
VERSION = @VERSION@
193
215
XGETTEXT = @XGETTEXT@
194
216
XGETTEXT_015 = @XGETTEXT_015@
195
 
XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
196
217
XMLCATALOG = @XMLCATALOG@
197
218
XMLLINT = @XMLLINT@
198
219
XML_CATALOG_FILE = @XML_CATALOG_FILE@
234
255
libc_cv_fpie = @libc_cv_fpie@
235
256
libdir = @libdir@
236
257
libexecdir = @libexecdir@
 
258
libtirpc_CFLAGS = @libtirpc_CFLAGS@
 
259
libtirpc_LIBS = @libtirpc_LIBS@
237
260
localedir = @localedir@
238
261
localstatedir = @localstatedir@
239
262
lt_ECHO = @lt_ECHO@
267
290
AM_CFLAGS = -I$(top_srcdir)/libpam/include -I$(top_srcdir)/libpamc/include
268
291
AM_LDFLAGS = -no-undefined -avoid-version -module $(am__append_1)
269
292
securelib_LTLIBRARIES = pam_succeed_if.la
270
 
pam_succeed_if_la_LIBADD = -L$(top_builddir)/libpam -lpam
 
293
pam_succeed_if_la_LIBADD = $(top_builddir)/libpam/libpam.la
271
294
@ENABLE_REGENERATE_MAN_TRUE@noinst_DATA = README
272
295
all: all-am
273
296
 
277
300
        @for dep in $?; do \
278
301
          case '$(am__configure_deps)' in \
279
302
            *$$dep*) \
280
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
281
 
                && exit 0; \
 
303
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
304
                && { if test -f $@; then exit 0; else break; fi; }; \
282
305
              exit 1;; \
283
306
          esac; \
284
307
        done; \
285
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  modules/pam_succeed_if/Makefile'; \
286
 
        cd $(top_srcdir) && \
287
 
          $(AUTOMAKE) --gnu  modules/pam_succeed_if/Makefile
 
308
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu modules/pam_succeed_if/Makefile'; \
 
309
        $(am__cd) $(top_srcdir) && \
 
310
          $(AUTOMAKE) --gnu modules/pam_succeed_if/Makefile
288
311
.PRECIOUS: Makefile
289
312
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
290
313
        @case '$?' in \
302
325
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
303
326
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
304
327
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
328
$(am__aclocal_m4_deps):
305
329
install-securelibLTLIBRARIES: $(securelib_LTLIBRARIES)
306
330
        @$(NORMAL_INSTALL)
307
331
        test -z "$(securelibdir)" || $(MKDIR_P) "$(DESTDIR)$(securelibdir)"
308
 
        @list='$(securelib_LTLIBRARIES)'; for p in $$list; do \
 
332
        @list='$(securelib_LTLIBRARIES)'; test -n "$(securelibdir)" || list=; \
 
333
        list2=; for p in $$list; do \
309
334
          if test -f $$p; then \
310
 
            f=$(am__strip_dir) \
311
 
            echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(securelibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(securelibdir)/$$f'"; \
312
 
            $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(securelibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(securelibdir)/$$f"; \
 
335
            list2="$$list2 $$p"; \
313
336
          else :; fi; \
314
 
        done
 
337
        done; \
 
338
        test -z "$$list2" || { \
 
339
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(securelibdir)'"; \
 
340
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(securelibdir)"; \
 
341
        }
315
342
 
316
343
uninstall-securelibLTLIBRARIES:
317
344
        @$(NORMAL_UNINSTALL)
318
 
        @list='$(securelib_LTLIBRARIES)'; for p in $$list; do \
319
 
          p=$(am__strip_dir) \
320
 
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(securelibdir)/$$p'"; \
321
 
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(securelibdir)/$$p"; \
 
345
        @list='$(securelib_LTLIBRARIES)'; test -n "$(securelibdir)" || list=; \
 
346
        for p in $$list; do \
 
347
          $(am__strip_dir) \
 
348
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(securelibdir)/$$f'"; \
 
349
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(securelibdir)/$$f"; \
322
350
        done
323
351
 
324
352
clean-securelibLTLIBRARIES:
342
370
 
343
371
.c.o:
344
372
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
345
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
373
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
346
374
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
347
375
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
348
376
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
349
377
 
350
378
.c.obj:
351
379
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
352
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
380
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
353
381
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
354
382
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
355
383
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
356
384
 
357
385
.c.lo:
358
386
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
359
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
387
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
360
388
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
361
389
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
362
390
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
366
394
 
367
395
clean-libtool:
368
396
        -rm -rf .libs _libs
369
 
install-man8: $(man8_MANS) $(man_MANS)
 
397
install-man8: $(man_MANS)
370
398
        @$(NORMAL_INSTALL)
371
399
        test -z "$(man8dir)" || $(MKDIR_P) "$(DESTDIR)$(man8dir)"
372
 
        @list='$(man8_MANS) $(dist_man8_MANS) $(nodist_man8_MANS)'; \
373
 
        l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
374
 
        for i in $$l2; do \
375
 
          case "$$i" in \
376
 
            *.8*) list="$$list $$i" ;; \
377
 
          esac; \
 
400
        @list=''; test -n "$(man8dir)" || exit 0; \
 
401
        { for i in $$list; do echo "$$i"; done; \
 
402
        l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
 
403
          sed -n '/\.8[a-z]*$$/p'; \
 
404
        } | while read p; do \
 
405
          if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
 
406
          echo "$$d$$p"; echo "$$p"; \
 
407
        done | \
 
408
        sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
 
409
              -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
 
410
        sed 'N;N;s,\n, ,g' | { \
 
411
        list=; while read file base inst; do \
 
412
          if test "$$base" = "$$inst"; then list="$$list $$file"; else \
 
413
            echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man8dir)/$$inst'"; \
 
414
            $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man8dir)/$$inst" || exit $$?; \
 
415
          fi; \
378
416
        done; \
379
 
        for i in $$list; do \
380
 
          if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
381
 
          else file=$$i; fi; \
382
 
          ext=`echo $$i | sed -e 's/^.*\\.//'`; \
383
 
          case "$$ext" in \
384
 
            8*) ;; \
385
 
            *) ext='8' ;; \
386
 
          esac; \
387
 
          inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
388
 
          inst=`echo $$inst | sed -e 's/^.*\///'`; \
389
 
          inst=`echo $$inst | sed '$(transform)'`.$$ext; \
390
 
          echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man8dir)/$$inst'"; \
391
 
          $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man8dir)/$$inst"; \
392
 
        done
 
417
        for i in $$list; do echo "$$i"; done | $(am__base_list) | \
 
418
        while read files; do \
 
419
          test -z "$$files" || { \
 
420
            echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man8dir)'"; \
 
421
            $(INSTALL_DATA) $$files "$(DESTDIR)$(man8dir)" || exit $$?; }; \
 
422
        done; }
 
423
 
393
424
uninstall-man8:
394
425
        @$(NORMAL_UNINSTALL)
395
 
        @list='$(man8_MANS) $(dist_man8_MANS) $(nodist_man8_MANS)'; \
396
 
        l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
397
 
        for i in $$l2; do \
398
 
          case "$$i" in \
399
 
            *.8*) list="$$list $$i" ;; \
400
 
          esac; \
401
 
        done; \
402
 
        for i in $$list; do \
403
 
          ext=`echo $$i | sed -e 's/^.*\\.//'`; \
404
 
          case "$$ext" in \
405
 
            8*) ;; \
406
 
            *) ext='8' ;; \
407
 
          esac; \
408
 
          inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
409
 
          inst=`echo $$inst | sed -e 's/^.*\///'`; \
410
 
          inst=`echo $$inst | sed '$(transform)'`.$$ext; \
411
 
          echo " rm -f '$(DESTDIR)$(man8dir)/$$inst'"; \
412
 
          rm -f "$(DESTDIR)$(man8dir)/$$inst"; \
413
 
        done
 
426
        @list=''; test -n "$(man8dir)" || exit 0; \
 
427
        files=`{ for i in $$list; do echo "$$i"; done; \
 
428
        l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
 
429
          sed -n '/\.8[a-z]*$$/p'; \
 
430
        } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
 
431
              -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
 
432
        test -z "$$files" || { \
 
433
          echo " ( cd '$(DESTDIR)$(man8dir)' && rm -f" $$files ")"; \
 
434
          cd "$(DESTDIR)$(man8dir)" && rm -f $$files; }
414
435
 
415
436
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
416
437
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
417
438
        unique=`for i in $$list; do \
418
439
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
419
440
          done | \
420
 
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
441
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
421
442
              END { if (nonempty) { for (i in files) print i; }; }'`; \
422
443
        mkid -fID $$unique
423
444
tags: TAGS
424
445
 
425
446
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
426
447
                $(TAGS_FILES) $(LISP)
427
 
        tags=; \
 
448
        set x; \
428
449
        here=`pwd`; \
429
450
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
430
451
        unique=`for i in $$list; do \
432
453
          done | \
433
454
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
434
455
              END { if (nonempty) { for (i in files) print i; }; }'`; \
435
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
456
        shift; \
 
457
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
436
458
          test -n "$$unique" || unique=$$empty_fix; \
437
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
438
 
            $$tags $$unique; \
 
459
          if test $$# -gt 0; then \
 
460
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
461
              "$$@" $$unique; \
 
462
          else \
 
463
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
464
              $$unique; \
 
465
          fi; \
439
466
        fi
440
467
ctags: CTAGS
441
468
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
442
469
                $(TAGS_FILES) $(LISP)
443
 
        tags=; \
444
470
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
445
471
        unique=`for i in $$list; do \
446
472
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
447
473
          done | \
448
474
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
449
475
              END { if (nonempty) { for (i in files) print i; }; }'`; \
450
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
476
        test -z "$(CTAGS_ARGS)$$unique" \
451
477
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
452
 
             $$tags $$unique
 
478
             $$unique
453
479
 
454
480
GTAGS:
455
481
        here=`$(am__cd) $(top_builddir) && pwd` \
456
 
          && cd $(top_srcdir) \
457
 
          && gtags -i $(GTAGS_ARGS) $$here
 
482
          && $(am__cd) $(top_srcdir) \
 
483
          && gtags -i $(GTAGS_ARGS) "$$here"
458
484
 
459
485
distclean-tags:
460
486
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
461
487
 
462
488
check-TESTS: $(TESTS)
463
 
        @failed=0; all=0; xfail=0; xpass=0; skip=0; ws='[        ]'; \
 
489
        @failed=0; all=0; xfail=0; xpass=0; skip=0; \
464
490
        srcdir=$(srcdir); export srcdir; \
465
491
        list=' $(TESTS) '; \
 
492
        $(am__tty_colors); \
466
493
        if test -n "$$list"; then \
467
494
          for tst in $$list; do \
468
495
            if test -f ./$$tst; then dir=./; \
471
498
            if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
472
499
              all=`expr $$all + 1`; \
473
500
              case " $(XFAIL_TESTS) " in \
474
 
              *$$ws$$tst$$ws*) \
 
501
              *[\ \     ]$$tst[\ \      ]*) \
475
502
                xpass=`expr $$xpass + 1`; \
476
503
                failed=`expr $$failed + 1`; \
477
 
                echo "XPASS: $$tst"; \
 
504
                col=$$red; res=XPASS; \
478
505
              ;; \
479
506
              *) \
480
 
                echo "PASS: $$tst"; \
 
507
                col=$$grn; res=PASS; \
481
508
              ;; \
482
509
              esac; \
483
510
            elif test $$? -ne 77; then \
484
511
              all=`expr $$all + 1`; \
485
512
              case " $(XFAIL_TESTS) " in \
486
 
              *$$ws$$tst$$ws*) \
 
513
              *[\ \     ]$$tst[\ \      ]*) \
487
514
                xfail=`expr $$xfail + 1`; \
488
 
                echo "XFAIL: $$tst"; \
 
515
                col=$$lgn; res=XFAIL; \
489
516
              ;; \
490
517
              *) \
491
518
                failed=`expr $$failed + 1`; \
492
 
                echo "FAIL: $$tst"; \
 
519
                col=$$red; res=FAIL; \
493
520
              ;; \
494
521
              esac; \
495
522
            else \
496
523
              skip=`expr $$skip + 1`; \
497
 
              echo "SKIP: $$tst"; \
 
524
              col=$$blu; res=SKIP; \
498
525
            fi; \
 
526
            echo "$${col}$$res$${std}: $$tst"; \
499
527
          done; \
 
528
          if test "$$all" -eq 1; then \
 
529
            tests="test"; \
 
530
            All=""; \
 
531
          else \
 
532
            tests="tests"; \
 
533
            All="All "; \
 
534
          fi; \
500
535
          if test "$$failed" -eq 0; then \
501
536
            if test "$$xfail" -eq 0; then \
502
 
              banner="All $$all tests passed"; \
 
537
              banner="$$All$$all $$tests passed"; \
503
538
            else \
504
 
              banner="All $$all tests behaved as expected ($$xfail expected failures)"; \
 
539
              if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
 
540
              banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
505
541
            fi; \
506
542
          else \
507
543
            if test "$$xpass" -eq 0; then \
508
 
              banner="$$failed of $$all tests failed"; \
 
544
              banner="$$failed of $$all $$tests failed"; \
509
545
            else \
510
 
              banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
 
546
              if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
 
547
              banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
511
548
            fi; \
512
549
          fi; \
513
550
          dashes="$$banner"; \
514
551
          skipped=""; \
515
552
          if test "$$skip" -ne 0; then \
516
 
            skipped="($$skip tests were not run)"; \
 
553
            if test "$$skip" -eq 1; then \
 
554
              skipped="($$skip test was not run)"; \
 
555
            else \
 
556
              skipped="($$skip tests were not run)"; \
 
557
            fi; \
517
558
            test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
518
559
              dashes="$$skipped"; \
519
560
          fi; \
524
565
              dashes="$$report"; \
525
566
          fi; \
526
567
          dashes=`echo "$$dashes" | sed s/./=/g`; \
527
 
          echo "$$dashes"; \
 
568
          if test "$$failed" -eq 0; then \
 
569
            echo "$$grn$$dashes"; \
 
570
          else \
 
571
            echo "$$red$$dashes"; \
 
572
          fi; \
528
573
          echo "$$banner"; \
529
574
          test -z "$$skipped" || echo "$$skipped"; \
530
575
          test -z "$$report" || echo "$$report"; \
531
 
          echo "$$dashes"; \
 
576
          echo "$$dashes$$std"; \
532
577
          test "$$failed" -eq 0; \
533
578
        else :; fi
534
579
 
535
580
distdir: $(DISTFILES)
 
581
        @list='$(MANS)'; if test -n "$$list"; then \
 
582
          list=`for p in $$list; do \
 
583
            if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
 
584
            if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
 
585
          if test -n "$$list" && \
 
586
            grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
 
587
            echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \
 
588
            grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/         /' >&2; \
 
589
            echo "       to fix them, install help2man, remove and regenerate the man pages;" >&2; \
 
590
            echo "       typically \`make maintainer-clean' will remove them" >&2; \
 
591
            exit 1; \
 
592
          else :; fi; \
 
593
        else :; fi
536
594
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
537
595
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
538
596
        list='$(DISTFILES)'; \
548
606
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
549
607
          if test -d $$d/$$file; then \
550
608
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
609
            if test -d "$(distdir)/$$file"; then \
 
610
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
611
            fi; \
551
612
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
552
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
613
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
614
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
553
615
            fi; \
554
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
616
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
555
617
          else \
556
 
            test -f $(distdir)/$$file \
557
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
618
            test -f "$(distdir)/$$file" \
 
619
            || cp -p $$d/$$file "$(distdir)/$$file" \
558
620
            || exit 1; \
559
621
          fi; \
560
622
        done
587
649
 
588
650
distclean-generic:
589
651
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
652
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
590
653
 
591
654
maintainer-clean-generic:
592
655
        @echo "This command is intended for maintainers to use"
609
672
 
610
673
html: html-am
611
674
 
 
675
html-am:
 
676
 
612
677
info: info-am
613
678
 
614
679
info-am:
617
682
 
618
683
install-dvi: install-dvi-am
619
684
 
 
685
install-dvi-am:
 
686
 
620
687
install-exec-am:
621
688
 
622
689
install-html: install-html-am
623
690
 
 
691
install-html-am:
 
692
 
624
693
install-info: install-info-am
625
694
 
 
695
install-info-am:
 
696
 
626
697
install-man: install-man8
627
698
 
628
699
install-pdf: install-pdf-am
629
700
 
 
701
install-pdf-am:
 
702
 
630
703
install-ps: install-ps-am
631
704
 
 
705
install-ps-am:
 
706
 
632
707
installcheck-am:
633
708
 
634
709
maintainer-clean: maintainer-clean-am
653
728
 
654
729
uninstall-man: uninstall-man8
655
730
 
656
 
.MAKE: install-am install-strip
 
731
.MAKE: check-am install-am install-strip
657
732
 
658
733
.PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \
659
734
        clean-generic clean-libtool clean-securelibLTLIBRARIES ctags \
673
748
 
674
749
@ENABLE_REGENERATE_MAN_TRUE@README: pam_succeed_if.8.xml
675
750
@ENABLE_REGENERATE_MAN_TRUE@-include $(top_srcdir)/Make.xml.rules
 
751
 
676
752
# Tell versions [3.59,3.63) of GNU make to not export all variables.
677
753
# Otherwise a system limit (for SysV at least) may be exceeded.
678
754
.NOEXPORT: