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

« back to all changes in this revision

Viewing changes to modules/pam_timestamp/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.
24
25
 
25
26
VPATH = @srcdir@
26
27
pkgdatadir = $(datadir)/@PACKAGE@
 
28
pkgincludedir = $(includedir)/@PACKAGE@
27
29
pkglibdir = $(libdir)/@PACKAGE@
28
 
pkgincludedir = $(includedir)/@PACKAGE@
 
30
pkglibexecdir = $(libexecdir)/@PACKAGE@
29
31
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
30
32
install_sh_DATA = $(install_sh) -c -m 644
31
33
install_sh_PROGRAM = $(install_sh) -c
40
42
POST_UNINSTALL = :
41
43
build_triplet = @build@
42
44
host_triplet = @host@
43
 
TESTS = tst-pam_timestamp hmacfile$(EXEEXT)
 
45
TESTS = $(dist_TESTS) $(am__EXEEXT_1)
44
46
@HAVE_VERSIONING_TRUE@am__append_1 = -Wl,--version-script=$(srcdir)/../modules.map
45
47
sbin_PROGRAMS = pam_timestamp_check$(EXEEXT)
46
48
noinst_PROGRAMS = hmacfile$(EXEEXT)
49
51
        $(srcdir)/Makefile.in
50
52
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
51
53
am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
52
 
        $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intlmacosx.m4 \
 
54
        $(top_srcdir)/m4/iconv.m4 \
53
55
        $(top_srcdir)/m4/japhar_grep_cflags.m4 \
54
56
        $(top_srcdir)/m4/jh_path_xml_catalog.m4 \
55
57
        $(top_srcdir)/m4/ld-O1.m4 $(top_srcdir)/m4/ld-as-needed.m4 \
62
64
        $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.in
63
65
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
64
66
        $(ACLOCAL_M4)
65
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
67
mkinstalldirs = $(install_sh) -d
66
68
CONFIG_HEADER = $(top_builddir)/config.h
67
69
CONFIG_CLEAN_FILES =
 
70
CONFIG_CLEAN_VPATH_FILES =
68
71
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
69
72
am__vpath_adj = case $$p in \
70
73
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
71
74
    *) f=$$p;; \
72
75
  esac;
73
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
76
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
77
am__install_max = 40
 
78
am__nobase_strip_setup = \
 
79
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
80
am__nobase_strip = \
 
81
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
82
am__nobase_list = $(am__nobase_strip_setup); \
 
83
  for p in $$list; do echo "$$p $$p"; done | \
 
84
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
85
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
86
    if (++n[$$2] == $(am__install_max)) \
 
87
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
88
    END { for (dir in files) print dir, files[dir] }'
 
89
am__base_list = \
 
90
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
91
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
74
92
am__installdirs = "$(DESTDIR)$(securelibdir)" "$(DESTDIR)$(sbindir)" \
75
93
        "$(DESTDIR)$(man8dir)"
76
 
securelibLTLIBRARIES_INSTALL = $(INSTALL)
77
94
LTLIBRARIES = $(securelib_LTLIBRARIES)
78
 
pam_timestamp_la_DEPENDENCIES =
 
95
pam_timestamp_la_DEPENDENCIES = $(top_builddir)/libpam/libpam.la
79
96
am_pam_timestamp_la_OBJECTS = pam_timestamp_la-pam_timestamp.lo \
80
97
        pam_timestamp_la-hmacsha1.lo pam_timestamp_la-sha1.lo
81
98
pam_timestamp_la_OBJECTS = $(am_pam_timestamp_la_OBJECTS)
82
99
pam_timestamp_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
83
100
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(pam_timestamp_la_CFLAGS) \
84
101
        $(CFLAGS) $(pam_timestamp_la_LDFLAGS) $(LDFLAGS) -o $@
85
 
sbinPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
86
102
PROGRAMS = $(noinst_PROGRAMS) $(sbin_PROGRAMS)
87
103
am_hmacfile_OBJECTS = hmacfile.$(OBJEXT) hmacsha1.$(OBJEXT) \
88
104
        sha1.$(OBJEXT)
89
105
hmacfile_OBJECTS = $(am_hmacfile_OBJECTS)
90
 
hmacfile_DEPENDENCIES =
 
106
hmacfile_DEPENDENCIES = $(top_builddir)/libpam/libpam.la
91
107
am_pam_timestamp_check_OBJECTS =  \
92
108
        pam_timestamp_check-pam_timestamp_check.$(OBJEXT)
93
109
pam_timestamp_check_OBJECTS = $(am_pam_timestamp_check_OBJECTS)
94
 
pam_timestamp_check_DEPENDENCIES =
 
110
pam_timestamp_check_DEPENDENCIES = $(top_builddir)/libpam/libpam.la
95
111
pam_timestamp_check_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
96
112
        $(LIBTOOLFLAGS) --mode=link $(CCLD) \
97
113
        $(pam_timestamp_check_CFLAGS) $(CFLAGS) \
98
114
        $(pam_timestamp_check_LDFLAGS) $(LDFLAGS) -o $@
99
115
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
100
 
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
116
depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
101
117
am__depfiles_maybe = depfiles
 
118
am__mv = mv -f
102
119
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
103
120
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
104
121
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
119
136
HEADERS = $(noinst_HEADERS)
120
137
ETAGS = etags
121
138
CTAGS = ctags
 
139
am__tty_colors = \
 
140
red=; grn=; lgn=; blu=; std=
 
141
am__EXEEXT_1 = hmacfile$(EXEEXT)
122
142
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
123
143
ACLOCAL = @ACLOCAL@
124
144
AMTAR = @AMTAR@
148
168
EXEEXT = @EXEEXT@
149
169
FGREP = @FGREP@
150
170
FO2PDF = @FO2PDF@
151
 
GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
152
171
GMSGFMT = @GMSGFMT@
153
172
GMSGFMT_015 = @GMSGFMT_015@
154
173
GREP = @GREP@
172
191
LIBDL = @LIBDL@
173
192
LIBICONV = @LIBICONV@
174
193
LIBINTL = @LIBINTL@
175
 
LIBNSL = @LIBNSL@
176
194
LIBOBJS = @LIBOBJS@
177
195
LIBPRELUDE_CFLAGS = @LIBPRELUDE_CFLAGS@
178
196
LIBPRELUDE_CONFIG = @LIBPRELUDE_CONFIG@
194
212
MSGFMT = @MSGFMT@
195
213
MSGFMT_015 = @MSGFMT_015@
196
214
MSGMERGE = @MSGMERGE@
 
215
NIS_CFLAGS = @NIS_CFLAGS@
 
216
NIS_LIBS = @NIS_LIBS@
197
217
NM = @NM@
198
218
NMEDIT = @NMEDIT@
199
219
OBJDUMP = @OBJDUMP@
205
225
PACKAGE_NAME = @PACKAGE_NAME@
206
226
PACKAGE_STRING = @PACKAGE_STRING@
207
227
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
228
PACKAGE_URL = @PACKAGE_URL@
208
229
PACKAGE_VERSION = @PACKAGE_VERSION@
209
230
PATH_SEPARATOR = @PATH_SEPARATOR@
210
231
PIE_CFLAGS = @PIE_CFLAGS@
211
232
PIE_LDFLAGS = @PIE_LDFLAGS@
 
233
PKG_CONFIG = @PKG_CONFIG@
212
234
POSUB = @POSUB@
213
235
RANLIB = @RANLIB@
214
236
SCONFIGDIR = @SCONFIGDIR@
221
243
VERSION = @VERSION@
222
244
XGETTEXT = @XGETTEXT@
223
245
XGETTEXT_015 = @XGETTEXT_015@
224
 
XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
225
246
XMLCATALOG = @XMLCATALOG@
226
247
XMLLINT = @XMLLINT@
227
248
XML_CATALOG_FILE = @XML_CATALOG_FILE@
263
284
libc_cv_fpie = @libc_cv_fpie@
264
285
libdir = @libdir@
265
286
libexecdir = @libexecdir@
 
287
libtirpc_CFLAGS = @libtirpc_CFLAGS@
 
288
libtirpc_LIBS = @libtirpc_LIBS@
266
289
localedir = @localedir@
267
290
localstatedir = @localstatedir@
268
291
lt_ECHO = @lt_ECHO@
289
312
MAINTAINERCLEANFILES = $(MANS) README
290
313
XMLS = README.xml pam_timestamp.8.xml pam_timestamp_check.8.xml
291
314
man_MANS = pam_timestamp.8 pam_timestamp_check.8
292
 
EXTRA_DIST = $(man_MANS) $(XMLS) $(TESTS)
 
315
dist_TESTS = tst-pam_timestamp
 
316
nodist_TESTS = hmacfile
 
317
EXTRA_DIST = $(man_MANS) $(XMLS) $(dist_TESTS)
293
318
securelibdir = $(SECUREDIR)
294
319
secureconfdir = $(SCONFIGDIR)
295
320
noinst_HEADERS = hmacsha1.h sha1.h
296
321
AM_CFLAGS = -I$(top_srcdir)/libpam/include -I$(top_srcdir)/libpamc/include
297
322
pam_timestamp_la_LDFLAGS = -no-undefined -avoid-version -module \
298
323
        $(AM_LDFLAGS) $(am__append_1)
299
 
pam_timestamp_la_LIBADD = -L$(top_builddir)/libpam -lpam
 
324
pam_timestamp_la_LIBADD = $(top_builddir)/libpam/libpam.la
300
325
securelib_LTLIBRARIES = pam_timestamp.la
301
326
pam_timestamp_la_SOURCES = pam_timestamp.c hmacsha1.c sha1.c
302
327
pam_timestamp_la_CFLAGS = $(AM_CFLAGS)
303
328
pam_timestamp_check_SOURCES = pam_timestamp_check.c
304
329
pam_timestamp_check_CFLAGS = $(AM_CFLAGS) @PIE_CFLAGS@
305
 
pam_timestamp_check_LDADD = -L$(top_builddir)/libpam -lpam
 
330
pam_timestamp_check_LDADD = $(top_builddir)/libpam/libpam.la
306
331
pam_timestamp_check_LDFLAGS = @PIE_LDFLAGS@
307
332
hmacfile_SOURCES = hmacfile.c hmacsha1.c sha1.c
308
 
hmacfile_LDADD = -L$(top_builddir)/libpam -lpam
 
333
hmacfile_LDADD = $(top_builddir)/libpam/libpam.la
309
334
@ENABLE_REGENERATE_MAN_TRUE@noinst_DATA = README
310
335
all: all-am
311
336
 
315
340
        @for dep in $?; do \
316
341
          case '$(am__configure_deps)' in \
317
342
            *$$dep*) \
318
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
319
 
                && exit 0; \
 
343
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
344
                && { if test -f $@; then exit 0; else break; fi; }; \
320
345
              exit 1;; \
321
346
          esac; \
322
347
        done; \
323
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  modules/pam_timestamp/Makefile'; \
324
 
        cd $(top_srcdir) && \
325
 
          $(AUTOMAKE) --gnu  modules/pam_timestamp/Makefile
 
348
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu modules/pam_timestamp/Makefile'; \
 
349
        $(am__cd) $(top_srcdir) && \
 
350
          $(AUTOMAKE) --gnu modules/pam_timestamp/Makefile
326
351
.PRECIOUS: Makefile
327
352
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
328
353
        @case '$?' in \
340
365
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
341
366
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
342
367
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
368
$(am__aclocal_m4_deps):
343
369
install-securelibLTLIBRARIES: $(securelib_LTLIBRARIES)
344
370
        @$(NORMAL_INSTALL)
345
371
        test -z "$(securelibdir)" || $(MKDIR_P) "$(DESTDIR)$(securelibdir)"
346
 
        @list='$(securelib_LTLIBRARIES)'; for p in $$list; do \
 
372
        @list='$(securelib_LTLIBRARIES)'; test -n "$(securelibdir)" || list=; \
 
373
        list2=; for p in $$list; do \
347
374
          if test -f $$p; then \
348
 
            f=$(am__strip_dir) \
349
 
            echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(securelibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(securelibdir)/$$f'"; \
350
 
            $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(securelibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(securelibdir)/$$f"; \
 
375
            list2="$$list2 $$p"; \
351
376
          else :; fi; \
352
 
        done
 
377
        done; \
 
378
        test -z "$$list2" || { \
 
379
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(securelibdir)'"; \
 
380
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(securelibdir)"; \
 
381
        }
353
382
 
354
383
uninstall-securelibLTLIBRARIES:
355
384
        @$(NORMAL_UNINSTALL)
356
 
        @list='$(securelib_LTLIBRARIES)'; for p in $$list; do \
357
 
          p=$(am__strip_dir) \
358
 
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(securelibdir)/$$p'"; \
359
 
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(securelibdir)/$$p"; \
 
385
        @list='$(securelib_LTLIBRARIES)'; test -n "$(securelibdir)" || list=; \
 
386
        for p in $$list; do \
 
387
          $(am__strip_dir) \
 
388
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(securelibdir)/$$f'"; \
 
389
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(securelibdir)/$$f"; \
360
390
        done
361
391
 
362
392
clean-securelibLTLIBRARIES:
371
401
        $(pam_timestamp_la_LINK) -rpath $(securelibdir) $(pam_timestamp_la_OBJECTS) $(pam_timestamp_la_LIBADD) $(LIBS)
372
402
 
373
403
clean-noinstPROGRAMS:
374
 
        @list='$(noinst_PROGRAMS)'; for p in $$list; do \
375
 
          f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
376
 
          echo " rm -f $$p $$f"; \
377
 
          rm -f $$p $$f ; \
378
 
        done
 
404
        @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
 
405
        echo " rm -f" $$list; \
 
406
        rm -f $$list || exit $$?; \
 
407
        test -n "$(EXEEXT)" || exit 0; \
 
408
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
 
409
        echo " rm -f" $$list; \
 
410
        rm -f $$list
379
411
install-sbinPROGRAMS: $(sbin_PROGRAMS)
380
412
        @$(NORMAL_INSTALL)
381
413
        test -z "$(sbindir)" || $(MKDIR_P) "$(DESTDIR)$(sbindir)"
382
 
        @list='$(sbin_PROGRAMS)'; for p in $$list; do \
383
 
          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
384
 
          if test -f $$p \
385
 
             || test -f $$p1 \
386
 
          ; then \
387
 
            f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
388
 
           echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(sbinPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(sbindir)/$$f'"; \
389
 
           $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(sbinPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(sbindir)/$$f" || exit 1; \
390
 
          else :; fi; \
391
 
        done
 
414
        @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
 
415
        for p in $$list; do echo "$$p $$p"; done | \
 
416
        sed 's/$(EXEEXT)$$//' | \
 
417
        while read p p1; do if test -f $$p || test -f $$p1; \
 
418
          then echo "$$p"; echo "$$p"; else :; fi; \
 
419
        done | \
 
420
        sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
 
421
            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
 
422
        sed 'N;N;N;s,\n, ,g' | \
 
423
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
 
424
          { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
 
425
            if ($$2 == $$4) files[d] = files[d] " " $$1; \
 
426
            else { print "f", $$3 "/" $$4, $$1; } } \
 
427
          END { for (d in files) print "f", d, files[d] }' | \
 
428
        while read type dir files; do \
 
429
            if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
 
430
            test -z "$$files" || { \
 
431
            echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(sbindir)$$dir'"; \
 
432
            $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(sbindir)$$dir" || exit $$?; \
 
433
            } \
 
434
        ; done
392
435
 
393
436
uninstall-sbinPROGRAMS:
394
437
        @$(NORMAL_UNINSTALL)
395
 
        @list='$(sbin_PROGRAMS)'; for p in $$list; do \
396
 
          f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
397
 
          echo " rm -f '$(DESTDIR)$(sbindir)/$$f'"; \
398
 
          rm -f "$(DESTDIR)$(sbindir)/$$f"; \
399
 
        done
 
438
        @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
 
439
        files=`for p in $$list; do echo "$$p"; done | \
 
440
          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
 
441
              -e 's/$$/$(EXEEXT)/' `; \
 
442
        test -n "$$list" || exit 0; \
 
443
        echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \
 
444
        cd "$(DESTDIR)$(sbindir)" && rm -f $$files
400
445
 
401
446
clean-sbinPROGRAMS:
402
 
        @list='$(sbin_PROGRAMS)'; for p in $$list; do \
403
 
          f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
404
 
          echo " rm -f $$p $$f"; \
405
 
          rm -f $$p $$f ; \
406
 
        done
 
447
        @list='$(sbin_PROGRAMS)'; test -n "$$list" || exit 0; \
 
448
        echo " rm -f" $$list; \
 
449
        rm -f $$list || exit $$?; \
 
450
        test -n "$(EXEEXT)" || exit 0; \
 
451
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
 
452
        echo " rm -f" $$list; \
 
453
        rm -f $$list
407
454
hmacfile$(EXEEXT): $(hmacfile_OBJECTS) $(hmacfile_DEPENDENCIES) 
408
455
        @rm -f hmacfile$(EXEEXT)
409
456
        $(LINK) $(hmacfile_OBJECTS) $(hmacfile_LDADD) $(LIBS)
427
474
 
428
475
.c.o:
429
476
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
430
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
477
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
431
478
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
432
479
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
433
480
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
434
481
 
435
482
.c.obj:
436
483
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
437
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
484
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
438
485
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
439
486
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
440
487
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
441
488
 
442
489
.c.lo:
443
490
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
444
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
491
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
445
492
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
446
493
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
447
494
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
448
495
 
449
496
pam_timestamp_la-pam_timestamp.lo: pam_timestamp.c
450
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pam_timestamp_la_CFLAGS) $(CFLAGS) -MT pam_timestamp_la-pam_timestamp.lo -MD -MP -MF $(DEPDIR)/pam_timestamp_la-pam_timestamp.Tpo -c -o pam_timestamp_la-pam_timestamp.lo `test -f 'pam_timestamp.c' || echo '$(srcdir)/'`pam_timestamp.c
451
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/pam_timestamp_la-pam_timestamp.Tpo $(DEPDIR)/pam_timestamp_la-pam_timestamp.Plo
 
497
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pam_timestamp_la_CFLAGS) $(CFLAGS) -MT pam_timestamp_la-pam_timestamp.lo -MD -MP -MF $(DEPDIR)/pam_timestamp_la-pam_timestamp.Tpo -c -o pam_timestamp_la-pam_timestamp.lo `test -f 'pam_timestamp.c' || echo '$(srcdir)/'`pam_timestamp.c
 
498
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/pam_timestamp_la-pam_timestamp.Tpo $(DEPDIR)/pam_timestamp_la-pam_timestamp.Plo
452
499
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='pam_timestamp.c' object='pam_timestamp_la-pam_timestamp.lo' libtool=yes @AMDEPBACKSLASH@
453
500
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
454
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pam_timestamp_la_CFLAGS) $(CFLAGS) -c -o pam_timestamp_la-pam_timestamp.lo `test -f 'pam_timestamp.c' || echo '$(srcdir)/'`pam_timestamp.c
 
501
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pam_timestamp_la_CFLAGS) $(CFLAGS) -c -o pam_timestamp_la-pam_timestamp.lo `test -f 'pam_timestamp.c' || echo '$(srcdir)/'`pam_timestamp.c
455
502
 
456
503
pam_timestamp_la-hmacsha1.lo: hmacsha1.c
457
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pam_timestamp_la_CFLAGS) $(CFLAGS) -MT pam_timestamp_la-hmacsha1.lo -MD -MP -MF $(DEPDIR)/pam_timestamp_la-hmacsha1.Tpo -c -o pam_timestamp_la-hmacsha1.lo `test -f 'hmacsha1.c' || echo '$(srcdir)/'`hmacsha1.c
458
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/pam_timestamp_la-hmacsha1.Tpo $(DEPDIR)/pam_timestamp_la-hmacsha1.Plo
 
504
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pam_timestamp_la_CFLAGS) $(CFLAGS) -MT pam_timestamp_la-hmacsha1.lo -MD -MP -MF $(DEPDIR)/pam_timestamp_la-hmacsha1.Tpo -c -o pam_timestamp_la-hmacsha1.lo `test -f 'hmacsha1.c' || echo '$(srcdir)/'`hmacsha1.c
 
505
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/pam_timestamp_la-hmacsha1.Tpo $(DEPDIR)/pam_timestamp_la-hmacsha1.Plo
459
506
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='hmacsha1.c' object='pam_timestamp_la-hmacsha1.lo' libtool=yes @AMDEPBACKSLASH@
460
507
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
461
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pam_timestamp_la_CFLAGS) $(CFLAGS) -c -o pam_timestamp_la-hmacsha1.lo `test -f 'hmacsha1.c' || echo '$(srcdir)/'`hmacsha1.c
 
508
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pam_timestamp_la_CFLAGS) $(CFLAGS) -c -o pam_timestamp_la-hmacsha1.lo `test -f 'hmacsha1.c' || echo '$(srcdir)/'`hmacsha1.c
462
509
 
463
510
pam_timestamp_la-sha1.lo: sha1.c
464
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pam_timestamp_la_CFLAGS) $(CFLAGS) -MT pam_timestamp_la-sha1.lo -MD -MP -MF $(DEPDIR)/pam_timestamp_la-sha1.Tpo -c -o pam_timestamp_la-sha1.lo `test -f 'sha1.c' || echo '$(srcdir)/'`sha1.c
465
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/pam_timestamp_la-sha1.Tpo $(DEPDIR)/pam_timestamp_la-sha1.Plo
 
511
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pam_timestamp_la_CFLAGS) $(CFLAGS) -MT pam_timestamp_la-sha1.lo -MD -MP -MF $(DEPDIR)/pam_timestamp_la-sha1.Tpo -c -o pam_timestamp_la-sha1.lo `test -f 'sha1.c' || echo '$(srcdir)/'`sha1.c
 
512
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/pam_timestamp_la-sha1.Tpo $(DEPDIR)/pam_timestamp_la-sha1.Plo
466
513
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='sha1.c' object='pam_timestamp_la-sha1.lo' libtool=yes @AMDEPBACKSLASH@
467
514
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
468
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pam_timestamp_la_CFLAGS) $(CFLAGS) -c -o pam_timestamp_la-sha1.lo `test -f 'sha1.c' || echo '$(srcdir)/'`sha1.c
 
515
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pam_timestamp_la_CFLAGS) $(CFLAGS) -c -o pam_timestamp_la-sha1.lo `test -f 'sha1.c' || echo '$(srcdir)/'`sha1.c
469
516
 
470
517
pam_timestamp_check-pam_timestamp_check.o: pam_timestamp_check.c
471
518
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pam_timestamp_check_CFLAGS) $(CFLAGS) -MT pam_timestamp_check-pam_timestamp_check.o -MD -MP -MF $(DEPDIR)/pam_timestamp_check-pam_timestamp_check.Tpo -c -o pam_timestamp_check-pam_timestamp_check.o `test -f 'pam_timestamp_check.c' || echo '$(srcdir)/'`pam_timestamp_check.c
472
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/pam_timestamp_check-pam_timestamp_check.Tpo $(DEPDIR)/pam_timestamp_check-pam_timestamp_check.Po
 
519
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/pam_timestamp_check-pam_timestamp_check.Tpo $(DEPDIR)/pam_timestamp_check-pam_timestamp_check.Po
473
520
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='pam_timestamp_check.c' object='pam_timestamp_check-pam_timestamp_check.o' libtool=no @AMDEPBACKSLASH@
474
521
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
475
522
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pam_timestamp_check_CFLAGS) $(CFLAGS) -c -o pam_timestamp_check-pam_timestamp_check.o `test -f 'pam_timestamp_check.c' || echo '$(srcdir)/'`pam_timestamp_check.c
476
523
 
477
524
pam_timestamp_check-pam_timestamp_check.obj: pam_timestamp_check.c
478
525
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pam_timestamp_check_CFLAGS) $(CFLAGS) -MT pam_timestamp_check-pam_timestamp_check.obj -MD -MP -MF $(DEPDIR)/pam_timestamp_check-pam_timestamp_check.Tpo -c -o pam_timestamp_check-pam_timestamp_check.obj `if test -f 'pam_timestamp_check.c'; then $(CYGPATH_W) 'pam_timestamp_check.c'; else $(CYGPATH_W) '$(srcdir)/pam_timestamp_check.c'; fi`
479
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/pam_timestamp_check-pam_timestamp_check.Tpo $(DEPDIR)/pam_timestamp_check-pam_timestamp_check.Po
 
526
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/pam_timestamp_check-pam_timestamp_check.Tpo $(DEPDIR)/pam_timestamp_check-pam_timestamp_check.Po
480
527
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='pam_timestamp_check.c' object='pam_timestamp_check-pam_timestamp_check.obj' libtool=no @AMDEPBACKSLASH@
481
528
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
482
529
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pam_timestamp_check_CFLAGS) $(CFLAGS) -c -o pam_timestamp_check-pam_timestamp_check.obj `if test -f 'pam_timestamp_check.c'; then $(CYGPATH_W) 'pam_timestamp_check.c'; else $(CYGPATH_W) '$(srcdir)/pam_timestamp_check.c'; fi`
486
533
 
487
534
clean-libtool:
488
535
        -rm -rf .libs _libs
489
 
install-man8: $(man8_MANS) $(man_MANS)
 
536
install-man8: $(man_MANS)
490
537
        @$(NORMAL_INSTALL)
491
538
        test -z "$(man8dir)" || $(MKDIR_P) "$(DESTDIR)$(man8dir)"
492
 
        @list='$(man8_MANS) $(dist_man8_MANS) $(nodist_man8_MANS)'; \
493
 
        l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
494
 
        for i in $$l2; do \
495
 
          case "$$i" in \
496
 
            *.8*) list="$$list $$i" ;; \
497
 
          esac; \
 
539
        @list=''; test -n "$(man8dir)" || exit 0; \
 
540
        { for i in $$list; do echo "$$i"; done; \
 
541
        l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
 
542
          sed -n '/\.8[a-z]*$$/p'; \
 
543
        } | while read p; do \
 
544
          if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
 
545
          echo "$$d$$p"; echo "$$p"; \
 
546
        done | \
 
547
        sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
 
548
              -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
 
549
        sed 'N;N;s,\n, ,g' | { \
 
550
        list=; while read file base inst; do \
 
551
          if test "$$base" = "$$inst"; then list="$$list $$file"; else \
 
552
            echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man8dir)/$$inst'"; \
 
553
            $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man8dir)/$$inst" || exit $$?; \
 
554
          fi; \
498
555
        done; \
499
 
        for i in $$list; do \
500
 
          if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
501
 
          else file=$$i; fi; \
502
 
          ext=`echo $$i | sed -e 's/^.*\\.//'`; \
503
 
          case "$$ext" in \
504
 
            8*) ;; \
505
 
            *) ext='8' ;; \
506
 
          esac; \
507
 
          inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
508
 
          inst=`echo $$inst | sed -e 's/^.*\///'`; \
509
 
          inst=`echo $$inst | sed '$(transform)'`.$$ext; \
510
 
          echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man8dir)/$$inst'"; \
511
 
          $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man8dir)/$$inst"; \
512
 
        done
 
556
        for i in $$list; do echo "$$i"; done | $(am__base_list) | \
 
557
        while read files; do \
 
558
          test -z "$$files" || { \
 
559
            echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man8dir)'"; \
 
560
            $(INSTALL_DATA) $$files "$(DESTDIR)$(man8dir)" || exit $$?; }; \
 
561
        done; }
 
562
 
513
563
uninstall-man8:
514
564
        @$(NORMAL_UNINSTALL)
515
 
        @list='$(man8_MANS) $(dist_man8_MANS) $(nodist_man8_MANS)'; \
516
 
        l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
517
 
        for i in $$l2; do \
518
 
          case "$$i" in \
519
 
            *.8*) list="$$list $$i" ;; \
520
 
          esac; \
521
 
        done; \
522
 
        for i in $$list; do \
523
 
          ext=`echo $$i | sed -e 's/^.*\\.//'`; \
524
 
          case "$$ext" in \
525
 
            8*) ;; \
526
 
            *) ext='8' ;; \
527
 
          esac; \
528
 
          inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
529
 
          inst=`echo $$inst | sed -e 's/^.*\///'`; \
530
 
          inst=`echo $$inst | sed '$(transform)'`.$$ext; \
531
 
          echo " rm -f '$(DESTDIR)$(man8dir)/$$inst'"; \
532
 
          rm -f "$(DESTDIR)$(man8dir)/$$inst"; \
533
 
        done
 
565
        @list=''; test -n "$(man8dir)" || exit 0; \
 
566
        files=`{ for i in $$list; do echo "$$i"; done; \
 
567
        l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
 
568
          sed -n '/\.8[a-z]*$$/p'; \
 
569
        } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
 
570
              -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
 
571
        test -z "$$files" || { \
 
572
          echo " ( cd '$(DESTDIR)$(man8dir)' && rm -f" $$files ")"; \
 
573
          cd "$(DESTDIR)$(man8dir)" && rm -f $$files; }
534
574
 
535
575
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
536
576
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
537
577
        unique=`for i in $$list; do \
538
578
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
539
579
          done | \
540
 
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
580
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
541
581
              END { if (nonempty) { for (i in files) print i; }; }'`; \
542
582
        mkid -fID $$unique
543
583
tags: TAGS
544
584
 
545
585
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
546
586
                $(TAGS_FILES) $(LISP)
547
 
        tags=; \
 
587
        set x; \
548
588
        here=`pwd`; \
549
589
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
550
590
        unique=`for i in $$list; do \
552
592
          done | \
553
593
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
554
594
              END { if (nonempty) { for (i in files) print i; }; }'`; \
555
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
595
        shift; \
 
596
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
556
597
          test -n "$$unique" || unique=$$empty_fix; \
557
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
558
 
            $$tags $$unique; \
 
598
          if test $$# -gt 0; then \
 
599
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
600
              "$$@" $$unique; \
 
601
          else \
 
602
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
603
              $$unique; \
 
604
          fi; \
559
605
        fi
560
606
ctags: CTAGS
561
607
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
562
608
                $(TAGS_FILES) $(LISP)
563
 
        tags=; \
564
609
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
565
610
        unique=`for i in $$list; do \
566
611
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
567
612
          done | \
568
613
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
569
614
              END { if (nonempty) { for (i in files) print i; }; }'`; \
570
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
615
        test -z "$(CTAGS_ARGS)$$unique" \
571
616
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
572
 
             $$tags $$unique
 
617
             $$unique
573
618
 
574
619
GTAGS:
575
620
        here=`$(am__cd) $(top_builddir) && pwd` \
576
 
          && cd $(top_srcdir) \
577
 
          && gtags -i $(GTAGS_ARGS) $$here
 
621
          && $(am__cd) $(top_srcdir) \
 
622
          && gtags -i $(GTAGS_ARGS) "$$here"
578
623
 
579
624
distclean-tags:
580
625
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
581
626
 
582
627
check-TESTS: $(TESTS)
583
 
        @failed=0; all=0; xfail=0; xpass=0; skip=0; ws='[        ]'; \
 
628
        @failed=0; all=0; xfail=0; xpass=0; skip=0; \
584
629
        srcdir=$(srcdir); export srcdir; \
585
630
        list=' $(TESTS) '; \
 
631
        $(am__tty_colors); \
586
632
        if test -n "$$list"; then \
587
633
          for tst in $$list; do \
588
634
            if test -f ./$$tst; then dir=./; \
591
637
            if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
592
638
              all=`expr $$all + 1`; \
593
639
              case " $(XFAIL_TESTS) " in \
594
 
              *$$ws$$tst$$ws*) \
 
640
              *[\ \     ]$$tst[\ \      ]*) \
595
641
                xpass=`expr $$xpass + 1`; \
596
642
                failed=`expr $$failed + 1`; \
597
 
                echo "XPASS: $$tst"; \
 
643
                col=$$red; res=XPASS; \
598
644
              ;; \
599
645
              *) \
600
 
                echo "PASS: $$tst"; \
 
646
                col=$$grn; res=PASS; \
601
647
              ;; \
602
648
              esac; \
603
649
            elif test $$? -ne 77; then \
604
650
              all=`expr $$all + 1`; \
605
651
              case " $(XFAIL_TESTS) " in \
606
 
              *$$ws$$tst$$ws*) \
 
652
              *[\ \     ]$$tst[\ \      ]*) \
607
653
                xfail=`expr $$xfail + 1`; \
608
 
                echo "XFAIL: $$tst"; \
 
654
                col=$$lgn; res=XFAIL; \
609
655
              ;; \
610
656
              *) \
611
657
                failed=`expr $$failed + 1`; \
612
 
                echo "FAIL: $$tst"; \
 
658
                col=$$red; res=FAIL; \
613
659
              ;; \
614
660
              esac; \
615
661
            else \
616
662
              skip=`expr $$skip + 1`; \
617
 
              echo "SKIP: $$tst"; \
 
663
              col=$$blu; res=SKIP; \
618
664
            fi; \
 
665
            echo "$${col}$$res$${std}: $$tst"; \
619
666
          done; \
 
667
          if test "$$all" -eq 1; then \
 
668
            tests="test"; \
 
669
            All=""; \
 
670
          else \
 
671
            tests="tests"; \
 
672
            All="All "; \
 
673
          fi; \
620
674
          if test "$$failed" -eq 0; then \
621
675
            if test "$$xfail" -eq 0; then \
622
 
              banner="All $$all tests passed"; \
 
676
              banner="$$All$$all $$tests passed"; \
623
677
            else \
624
 
              banner="All $$all tests behaved as expected ($$xfail expected failures)"; \
 
678
              if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
 
679
              banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
625
680
            fi; \
626
681
          else \
627
682
            if test "$$xpass" -eq 0; then \
628
 
              banner="$$failed of $$all tests failed"; \
 
683
              banner="$$failed of $$all $$tests failed"; \
629
684
            else \
630
 
              banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
 
685
              if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
 
686
              banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
631
687
            fi; \
632
688
          fi; \
633
689
          dashes="$$banner"; \
634
690
          skipped=""; \
635
691
          if test "$$skip" -ne 0; then \
636
 
            skipped="($$skip tests were not run)"; \
 
692
            if test "$$skip" -eq 1; then \
 
693
              skipped="($$skip test was not run)"; \
 
694
            else \
 
695
              skipped="($$skip tests were not run)"; \
 
696
            fi; \
637
697
            test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
638
698
              dashes="$$skipped"; \
639
699
          fi; \
644
704
              dashes="$$report"; \
645
705
          fi; \
646
706
          dashes=`echo "$$dashes" | sed s/./=/g`; \
647
 
          echo "$$dashes"; \
 
707
          if test "$$failed" -eq 0; then \
 
708
            echo "$$grn$$dashes"; \
 
709
          else \
 
710
            echo "$$red$$dashes"; \
 
711
          fi; \
648
712
          echo "$$banner"; \
649
713
          test -z "$$skipped" || echo "$$skipped"; \
650
714
          test -z "$$report" || echo "$$report"; \
651
 
          echo "$$dashes"; \
 
715
          echo "$$dashes$$std"; \
652
716
          test "$$failed" -eq 0; \
653
717
        else :; fi
654
718
 
655
719
distdir: $(DISTFILES)
 
720
        @list='$(MANS)'; if test -n "$$list"; then \
 
721
          list=`for p in $$list; do \
 
722
            if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
 
723
            if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
 
724
          if test -n "$$list" && \
 
725
            grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
 
726
            echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \
 
727
            grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/         /' >&2; \
 
728
            echo "       to fix them, install help2man, remove and regenerate the man pages;" >&2; \
 
729
            echo "       typically \`make maintainer-clean' will remove them" >&2; \
 
730
            exit 1; \
 
731
          else :; fi; \
 
732
        else :; fi
656
733
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
657
734
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
658
735
        list='$(DISTFILES)'; \
668
745
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
669
746
          if test -d $$d/$$file; then \
670
747
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
748
            if test -d "$(distdir)/$$file"; then \
 
749
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
750
            fi; \
671
751
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
672
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
752
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
753
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
673
754
            fi; \
674
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
755
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
675
756
          else \
676
 
            test -f $(distdir)/$$file \
677
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
757
            test -f "$(distdir)/$$file" \
 
758
            || cp -p $$d/$$file "$(distdir)/$$file" \
678
759
            || exit 1; \
679
760
          fi; \
680
761
        done
707
788
 
708
789
distclean-generic:
709
790
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
791
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
710
792
 
711
793
maintainer-clean-generic:
712
794
        @echo "This command is intended for maintainers to use"
729
811
 
730
812
html: html-am
731
813
 
 
814
html-am:
 
815
 
732
816
info: info-am
733
817
 
734
818
info-am:
737
821
 
738
822
install-dvi: install-dvi-am
739
823
 
 
824
install-dvi-am:
 
825
 
740
826
install-exec-am: install-sbinPROGRAMS
741
827
 
742
828
install-html: install-html-am
743
829
 
 
830
install-html-am:
 
831
 
744
832
install-info: install-info-am
745
833
 
 
834
install-info-am:
 
835
 
746
836
install-man: install-man8
747
837
 
748
838
install-pdf: install-pdf-am
749
839
 
 
840
install-pdf-am:
 
841
 
750
842
install-ps: install-ps-am
751
843
 
 
844
install-ps-am:
 
845
 
752
846
installcheck-am:
753
847
 
754
848
maintainer-clean: maintainer-clean-am
774
868
 
775
869
uninstall-man: uninstall-man8
776
870
 
777
 
.MAKE: install-am install-strip
 
871
.MAKE: check-am install-am install-strip
778
872
 
779
873
.PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \
780
874
        clean-generic clean-libtool clean-noinstPROGRAMS \
795
889
 
796
890
@ENABLE_REGENERATE_MAN_TRUE@README: pam_timestamp.8.xml
797
891
@ENABLE_REGENERATE_MAN_TRUE@-include $(top_srcdir)/Make.xml.rules
 
892
 
798
893
# Tell versions [3.59,3.63) of GNU make to not export all variables.
799
894
# Otherwise a system limit (for SysV at least) may be exceeded.
800
895
.NOEXPORT: