~ubuntu-branches/ubuntu/lucid/pam/lucid

« back to all changes in this revision

Viewing changes to modules/pam_unix/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Steve Langasek
  • Date: 2010-02-01 09:55:02 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20100201095502-w39gpsnno205tkqo
Tags: 1.1.1-1ubuntu1
* Merge from Debian, 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-no-error-if-missingok: add a new, magic
    module option 'missingok' which will suppress logging of errors by
    libpam if the module is not found.
  - 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.
  - Make libpam-modules depend on base-files (>= 5.0.0ubuntu6), to ensure
    run-parts does the right thing in /etc/update-motd.d.
  - 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/local/common-{auth,account,password}.md5sums: include the
    Ubuntu-specific intrepid,jaunty md5sums for use during the
    common-session-noninteractive upgrade.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.2 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11 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.
15
16
@SET_MAKE@
16
17
 
17
18
#
18
 
# Copyright (c) 2005, 2006 Thorsten Kukuk <kukuk@suse.de>
 
19
# Copyright (c) 2005, 2006, 2009 Thorsten Kukuk <kukuk@suse.de>
19
20
#
20
21
 
21
22
 
23
24
 
24
25
VPATH = @srcdir@
25
26
pkgdatadir = $(datadir)/@PACKAGE@
 
27
pkgincludedir = $(includedir)/@PACKAGE@
26
28
pkglibdir = $(libdir)/@PACKAGE@
27
 
pkgincludedir = $(includedir)/@PACKAGE@
 
29
pkglibexecdir = $(libexecdir)/@PACKAGE@
28
30
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
29
31
install_sh_DATA = $(install_sh) -c -m 644
30
32
install_sh_PROGRAM = $(install_sh) -c
64
66
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
65
67
CONFIG_HEADER = $(top_builddir)/config.h
66
68
CONFIG_CLEAN_FILES =
 
69
CONFIG_CLEAN_VPATH_FILES =
67
70
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
68
71
am__vpath_adj = case $$p in \
69
72
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
70
73
    *) f=$$p;; \
71
74
  esac;
72
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
75
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
76
am__install_max = 40
 
77
am__nobase_strip_setup = \
 
78
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
79
am__nobase_strip = \
 
80
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
81
am__nobase_list = $(am__nobase_strip_setup); \
 
82
  for p in $$list; do echo "$$p $$p"; done | \
 
83
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
84
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
85
    if (++n[$$2] == $(am__install_max)) \
 
86
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
87
    END { for (dir in files) print dir, files[dir] }'
 
88
am__base_list = \
 
89
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
90
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
73
91
am__installdirs = "$(DESTDIR)$(securelibdir)" "$(DESTDIR)$(sbindir)" \
74
92
        "$(DESTDIR)$(man8dir)"
75
 
securelibLTLIBRARIES_INSTALL = $(INSTALL)
76
93
LTLIBRARIES = $(securelib_LTLIBRARIES)
77
94
pam_unix_la_DEPENDENCIES =
78
95
am_pam_unix_la_OBJECTS = bigcrypt.lo pam_unix_acct.lo pam_unix_auth.lo \
82
99
pam_unix_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
83
100
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
84
101
        $(pam_unix_la_LDFLAGS) $(LDFLAGS) -o $@
85
 
sbinPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
86
102
PROGRAMS = $(noinst_PROGRAMS) $(sbin_PROGRAMS)
87
103
am_bigcrypt_OBJECTS = bigcrypt-bigcrypt.$(OBJEXT) \
88
104
        bigcrypt-bigcrypt_main.$(OBJEXT)
114
130
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
115
131
depcomp = $(SHELL) $(top_srcdir)/depcomp
116
132
am__depfiles_maybe = depfiles
 
133
am__mv = mv -f
117
134
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
118
135
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
119
136
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
134
151
HEADERS = $(noinst_HEADERS)
135
152
ETAGS = etags
136
153
CTAGS = ctags
 
154
am__tty_colors = \
 
155
red=; grn=; lgn=; blu=; std=
137
156
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
138
157
ACLOCAL = @ACLOCAL@
139
158
AMTAR = @AMTAR@
296
315
top_builddir = @top_builddir@
297
316
top_srcdir = @top_srcdir@
298
317
CLEANFILES = *~
 
318
MAINTAINERCLEANFILES = $(MANS) README
299
319
EXTRA_DIST = README md5.c md5_crypt.c lckpwdf.-c $(MANS) CHANGELOG \
300
 
                tst-pam_unix $(XMLS) 
 
320
                tst-pam_unix $(XMLS)
301
321
 
302
322
man_MANS = pam_unix.8 unix_chkpwd.8 unix_update.8
303
323
XMLS = README.xml pam_unix.8.xml unix_chkpwd.8.xml unix_update.8.xml
326
346
        passverify.c
327
347
 
328
348
unix_chkpwd_CFLAGS = $(AM_CFLAGS) @PIE_CFLAGS@ -DHELPER_COMPILE=\"unix_chkpwd\"
329
 
unix_chkpwd_LDFLAGS = @PIE_LDFLAGS@ 
 
349
unix_chkpwd_LDFLAGS = @PIE_LDFLAGS@
330
350
unix_chkpwd_LDADD = @LIBCRYPT@ @LIBSELINUX@ @LIBAUDIT@
331
351
unix_update_SOURCES = unix_update.c md5_good.c md5_broken.c bigcrypt.c \
332
352
        passverify.c
333
353
 
334
354
unix_update_CFLAGS = $(AM_CFLAGS) @PIE_CFLAGS@ -DHELPER_COMPILE=\"unix_update\"
335
 
unix_update_LDFLAGS = @PIE_LDFLAGS@ 
 
355
unix_update_LDFLAGS = @PIE_LDFLAGS@
336
356
unix_update_LDADD = @LIBCRYPT@ @LIBSELINUX@
337
357
@ENABLE_REGENERATE_MAN_TRUE@noinst_DATA = README
338
358
all: all-am
348
368
              exit 1;; \
349
369
          esac; \
350
370
        done; \
351
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  modules/pam_unix/Makefile'; \
352
 
        cd $(top_srcdir) && \
353
 
          $(AUTOMAKE) --gnu  modules/pam_unix/Makefile
 
371
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu modules/pam_unix/Makefile'; \
 
372
        $(am__cd) $(top_srcdir) && \
 
373
          $(AUTOMAKE) --gnu modules/pam_unix/Makefile
354
374
.PRECIOUS: Makefile
355
375
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
356
376
        @case '$?' in \
368
388
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
369
389
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
370
390
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
391
$(am__aclocal_m4_deps):
371
392
install-securelibLTLIBRARIES: $(securelib_LTLIBRARIES)
372
393
        @$(NORMAL_INSTALL)
373
394
        test -z "$(securelibdir)" || $(MKDIR_P) "$(DESTDIR)$(securelibdir)"
374
 
        @list='$(securelib_LTLIBRARIES)'; for p in $$list; do \
 
395
        @list='$(securelib_LTLIBRARIES)'; test -n "$(securelibdir)" || list=; \
 
396
        list2=; for p in $$list; do \
375
397
          if test -f $$p; then \
376
 
            f=$(am__strip_dir) \
377
 
            echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(securelibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(securelibdir)/$$f'"; \
378
 
            $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(securelibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(securelibdir)/$$f"; \
 
398
            list2="$$list2 $$p"; \
379
399
          else :; fi; \
380
 
        done
 
400
        done; \
 
401
        test -z "$$list2" || { \
 
402
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(securelibdir)'"; \
 
403
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(securelibdir)"; \
 
404
        }
381
405
 
382
406
uninstall-securelibLTLIBRARIES:
383
407
        @$(NORMAL_UNINSTALL)
384
 
        @list='$(securelib_LTLIBRARIES)'; for p in $$list; do \
385
 
          p=$(am__strip_dir) \
386
 
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(securelibdir)/$$p'"; \
387
 
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(securelibdir)/$$p"; \
 
408
        @list='$(securelib_LTLIBRARIES)'; test -n "$(securelibdir)" || list=; \
 
409
        for p in $$list; do \
 
410
          $(am__strip_dir) \
 
411
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(securelibdir)/$$f'"; \
 
412
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(securelibdir)/$$f"; \
388
413
        done
389
414
 
390
415
clean-securelibLTLIBRARIES:
399
424
        $(pam_unix_la_LINK) -rpath $(securelibdir) $(pam_unix_la_OBJECTS) $(pam_unix_la_LIBADD) $(LIBS)
400
425
 
401
426
clean-noinstPROGRAMS:
402
 
        @list='$(noinst_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
 
427
        @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
 
428
        echo " rm -f" $$list; \
 
429
        rm -f $$list || exit $$?; \
 
430
        test -n "$(EXEEXT)" || exit 0; \
 
431
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
 
432
        echo " rm -f" $$list; \
 
433
        rm -f $$list
407
434
install-sbinPROGRAMS: $(sbin_PROGRAMS)
408
435
        @$(NORMAL_INSTALL)
409
436
        test -z "$(sbindir)" || $(MKDIR_P) "$(DESTDIR)$(sbindir)"
410
 
        @list='$(sbin_PROGRAMS)'; for p in $$list; do \
411
 
          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
412
 
          if test -f $$p \
413
 
             || test -f $$p1 \
414
 
          ; then \
415
 
            f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
416
 
           echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(sbinPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(sbindir)/$$f'"; \
417
 
           $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(sbinPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(sbindir)/$$f" || exit 1; \
418
 
          else :; fi; \
419
 
        done
 
437
        @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
 
438
        for p in $$list; do echo "$$p $$p"; done | \
 
439
        sed 's/$(EXEEXT)$$//' | \
 
440
        while read p p1; do if test -f $$p || test -f $$p1; \
 
441
          then echo "$$p"; echo "$$p"; else :; fi; \
 
442
        done | \
 
443
        sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
 
444
            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
 
445
        sed 'N;N;N;s,\n, ,g' | \
 
446
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
 
447
          { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
 
448
            if ($$2 == $$4) files[d] = files[d] " " $$1; \
 
449
            else { print "f", $$3 "/" $$4, $$1; } } \
 
450
          END { for (d in files) print "f", d, files[d] }' | \
 
451
        while read type dir files; do \
 
452
            if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
 
453
            test -z "$$files" || { \
 
454
            echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(sbindir)$$dir'"; \
 
455
            $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(sbindir)$$dir" || exit $$?; \
 
456
            } \
 
457
        ; done
420
458
 
421
459
uninstall-sbinPROGRAMS:
422
460
        @$(NORMAL_UNINSTALL)
423
 
        @list='$(sbin_PROGRAMS)'; for p in $$list; do \
424
 
          f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
425
 
          echo " rm -f '$(DESTDIR)$(sbindir)/$$f'"; \
426
 
          rm -f "$(DESTDIR)$(sbindir)/$$f"; \
427
 
        done
 
461
        @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
 
462
        files=`for p in $$list; do echo "$$p"; done | \
 
463
          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
 
464
              -e 's/$$/$(EXEEXT)/' `; \
 
465
        test -n "$$list" || exit 0; \
 
466
        echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \
 
467
        cd "$(DESTDIR)$(sbindir)" && rm -f $$files
428
468
 
429
469
clean-sbinPROGRAMS:
430
 
        @list='$(sbin_PROGRAMS)'; for p in $$list; do \
431
 
          f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
432
 
          echo " rm -f $$p $$f"; \
433
 
          rm -f $$p $$f ; \
434
 
        done
 
470
        @list='$(sbin_PROGRAMS)'; test -n "$$list" || exit 0; \
 
471
        echo " rm -f" $$list; \
 
472
        rm -f $$list || exit $$?; \
 
473
        test -n "$(EXEEXT)" || exit 0; \
 
474
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
 
475
        echo " rm -f" $$list; \
 
476
        rm -f $$list
435
477
bigcrypt$(EXEEXT): $(bigcrypt_OBJECTS) $(bigcrypt_DEPENDENCIES) 
436
478
        @rm -f bigcrypt$(EXEEXT)
437
479
        $(bigcrypt_LINK) $(bigcrypt_OBJECTS) $(bigcrypt_LDADD) $(LIBS)
473
515
 
474
516
.c.o:
475
517
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
476
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
518
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
477
519
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
478
520
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
479
521
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
480
522
 
481
523
.c.obj:
482
524
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
483
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
525
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
484
526
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
485
527
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
486
528
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
487
529
 
488
530
.c.lo:
489
531
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
490
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
532
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
491
533
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
492
534
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
493
535
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
494
536
 
495
537
bigcrypt-bigcrypt.o: bigcrypt.c
496
538
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bigcrypt_CFLAGS) $(CFLAGS) -MT bigcrypt-bigcrypt.o -MD -MP -MF $(DEPDIR)/bigcrypt-bigcrypt.Tpo -c -o bigcrypt-bigcrypt.o `test -f 'bigcrypt.c' || echo '$(srcdir)/'`bigcrypt.c
497
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/bigcrypt-bigcrypt.Tpo $(DEPDIR)/bigcrypt-bigcrypt.Po
 
539
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/bigcrypt-bigcrypt.Tpo $(DEPDIR)/bigcrypt-bigcrypt.Po
498
540
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='bigcrypt.c' object='bigcrypt-bigcrypt.o' libtool=no @AMDEPBACKSLASH@
499
541
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
500
542
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bigcrypt_CFLAGS) $(CFLAGS) -c -o bigcrypt-bigcrypt.o `test -f 'bigcrypt.c' || echo '$(srcdir)/'`bigcrypt.c
501
543
 
502
544
bigcrypt-bigcrypt.obj: bigcrypt.c
503
545
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bigcrypt_CFLAGS) $(CFLAGS) -MT bigcrypt-bigcrypt.obj -MD -MP -MF $(DEPDIR)/bigcrypt-bigcrypt.Tpo -c -o bigcrypt-bigcrypt.obj `if test -f 'bigcrypt.c'; then $(CYGPATH_W) 'bigcrypt.c'; else $(CYGPATH_W) '$(srcdir)/bigcrypt.c'; fi`
504
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/bigcrypt-bigcrypt.Tpo $(DEPDIR)/bigcrypt-bigcrypt.Po
 
546
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/bigcrypt-bigcrypt.Tpo $(DEPDIR)/bigcrypt-bigcrypt.Po
505
547
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='bigcrypt.c' object='bigcrypt-bigcrypt.obj' libtool=no @AMDEPBACKSLASH@
506
548
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
507
549
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bigcrypt_CFLAGS) $(CFLAGS) -c -o bigcrypt-bigcrypt.obj `if test -f 'bigcrypt.c'; then $(CYGPATH_W) 'bigcrypt.c'; else $(CYGPATH_W) '$(srcdir)/bigcrypt.c'; fi`
508
550
 
509
551
bigcrypt-bigcrypt_main.o: bigcrypt_main.c
510
552
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bigcrypt_CFLAGS) $(CFLAGS) -MT bigcrypt-bigcrypt_main.o -MD -MP -MF $(DEPDIR)/bigcrypt-bigcrypt_main.Tpo -c -o bigcrypt-bigcrypt_main.o `test -f 'bigcrypt_main.c' || echo '$(srcdir)/'`bigcrypt_main.c
511
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/bigcrypt-bigcrypt_main.Tpo $(DEPDIR)/bigcrypt-bigcrypt_main.Po
 
553
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/bigcrypt-bigcrypt_main.Tpo $(DEPDIR)/bigcrypt-bigcrypt_main.Po
512
554
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='bigcrypt_main.c' object='bigcrypt-bigcrypt_main.o' libtool=no @AMDEPBACKSLASH@
513
555
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
514
556
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bigcrypt_CFLAGS) $(CFLAGS) -c -o bigcrypt-bigcrypt_main.o `test -f 'bigcrypt_main.c' || echo '$(srcdir)/'`bigcrypt_main.c
515
557
 
516
558
bigcrypt-bigcrypt_main.obj: bigcrypt_main.c
517
559
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bigcrypt_CFLAGS) $(CFLAGS) -MT bigcrypt-bigcrypt_main.obj -MD -MP -MF $(DEPDIR)/bigcrypt-bigcrypt_main.Tpo -c -o bigcrypt-bigcrypt_main.obj `if test -f 'bigcrypt_main.c'; then $(CYGPATH_W) 'bigcrypt_main.c'; else $(CYGPATH_W) '$(srcdir)/bigcrypt_main.c'; fi`
518
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/bigcrypt-bigcrypt_main.Tpo $(DEPDIR)/bigcrypt-bigcrypt_main.Po
 
560
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/bigcrypt-bigcrypt_main.Tpo $(DEPDIR)/bigcrypt-bigcrypt_main.Po
519
561
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='bigcrypt_main.c' object='bigcrypt-bigcrypt_main.obj' libtool=no @AMDEPBACKSLASH@
520
562
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
521
563
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(bigcrypt_CFLAGS) $(CFLAGS) -c -o bigcrypt-bigcrypt_main.obj `if test -f 'bigcrypt_main.c'; then $(CYGPATH_W) 'bigcrypt_main.c'; else $(CYGPATH_W) '$(srcdir)/bigcrypt_main.c'; fi`
522
564
 
523
565
unix_chkpwd-unix_chkpwd.o: unix_chkpwd.c
524
566
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unix_chkpwd_CFLAGS) $(CFLAGS) -MT unix_chkpwd-unix_chkpwd.o -MD -MP -MF $(DEPDIR)/unix_chkpwd-unix_chkpwd.Tpo -c -o unix_chkpwd-unix_chkpwd.o `test -f 'unix_chkpwd.c' || echo '$(srcdir)/'`unix_chkpwd.c
525
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/unix_chkpwd-unix_chkpwd.Tpo $(DEPDIR)/unix_chkpwd-unix_chkpwd.Po
 
567
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/unix_chkpwd-unix_chkpwd.Tpo $(DEPDIR)/unix_chkpwd-unix_chkpwd.Po
526
568
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='unix_chkpwd.c' object='unix_chkpwd-unix_chkpwd.o' libtool=no @AMDEPBACKSLASH@
527
569
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
528
570
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unix_chkpwd_CFLAGS) $(CFLAGS) -c -o unix_chkpwd-unix_chkpwd.o `test -f 'unix_chkpwd.c' || echo '$(srcdir)/'`unix_chkpwd.c
529
571
 
530
572
unix_chkpwd-unix_chkpwd.obj: unix_chkpwd.c
531
573
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unix_chkpwd_CFLAGS) $(CFLAGS) -MT unix_chkpwd-unix_chkpwd.obj -MD -MP -MF $(DEPDIR)/unix_chkpwd-unix_chkpwd.Tpo -c -o unix_chkpwd-unix_chkpwd.obj `if test -f 'unix_chkpwd.c'; then $(CYGPATH_W) 'unix_chkpwd.c'; else $(CYGPATH_W) '$(srcdir)/unix_chkpwd.c'; fi`
532
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/unix_chkpwd-unix_chkpwd.Tpo $(DEPDIR)/unix_chkpwd-unix_chkpwd.Po
 
574
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/unix_chkpwd-unix_chkpwd.Tpo $(DEPDIR)/unix_chkpwd-unix_chkpwd.Po
533
575
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='unix_chkpwd.c' object='unix_chkpwd-unix_chkpwd.obj' libtool=no @AMDEPBACKSLASH@
534
576
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
535
577
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unix_chkpwd_CFLAGS) $(CFLAGS) -c -o unix_chkpwd-unix_chkpwd.obj `if test -f 'unix_chkpwd.c'; then $(CYGPATH_W) 'unix_chkpwd.c'; else $(CYGPATH_W) '$(srcdir)/unix_chkpwd.c'; fi`
536
578
 
537
579
unix_chkpwd-md5_good.o: md5_good.c
538
580
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unix_chkpwd_CFLAGS) $(CFLAGS) -MT unix_chkpwd-md5_good.o -MD -MP -MF $(DEPDIR)/unix_chkpwd-md5_good.Tpo -c -o unix_chkpwd-md5_good.o `test -f 'md5_good.c' || echo '$(srcdir)/'`md5_good.c
539
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/unix_chkpwd-md5_good.Tpo $(DEPDIR)/unix_chkpwd-md5_good.Po
 
581
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/unix_chkpwd-md5_good.Tpo $(DEPDIR)/unix_chkpwd-md5_good.Po
540
582
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='md5_good.c' object='unix_chkpwd-md5_good.o' libtool=no @AMDEPBACKSLASH@
541
583
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
542
584
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unix_chkpwd_CFLAGS) $(CFLAGS) -c -o unix_chkpwd-md5_good.o `test -f 'md5_good.c' || echo '$(srcdir)/'`md5_good.c
543
585
 
544
586
unix_chkpwd-md5_good.obj: md5_good.c
545
587
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unix_chkpwd_CFLAGS) $(CFLAGS) -MT unix_chkpwd-md5_good.obj -MD -MP -MF $(DEPDIR)/unix_chkpwd-md5_good.Tpo -c -o unix_chkpwd-md5_good.obj `if test -f 'md5_good.c'; then $(CYGPATH_W) 'md5_good.c'; else $(CYGPATH_W) '$(srcdir)/md5_good.c'; fi`
546
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/unix_chkpwd-md5_good.Tpo $(DEPDIR)/unix_chkpwd-md5_good.Po
 
588
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/unix_chkpwd-md5_good.Tpo $(DEPDIR)/unix_chkpwd-md5_good.Po
547
589
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='md5_good.c' object='unix_chkpwd-md5_good.obj' libtool=no @AMDEPBACKSLASH@
548
590
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
549
591
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unix_chkpwd_CFLAGS) $(CFLAGS) -c -o unix_chkpwd-md5_good.obj `if test -f 'md5_good.c'; then $(CYGPATH_W) 'md5_good.c'; else $(CYGPATH_W) '$(srcdir)/md5_good.c'; fi`
550
592
 
551
593
unix_chkpwd-md5_broken.o: md5_broken.c
552
594
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unix_chkpwd_CFLAGS) $(CFLAGS) -MT unix_chkpwd-md5_broken.o -MD -MP -MF $(DEPDIR)/unix_chkpwd-md5_broken.Tpo -c -o unix_chkpwd-md5_broken.o `test -f 'md5_broken.c' || echo '$(srcdir)/'`md5_broken.c
553
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/unix_chkpwd-md5_broken.Tpo $(DEPDIR)/unix_chkpwd-md5_broken.Po
 
595
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/unix_chkpwd-md5_broken.Tpo $(DEPDIR)/unix_chkpwd-md5_broken.Po
554
596
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='md5_broken.c' object='unix_chkpwd-md5_broken.o' libtool=no @AMDEPBACKSLASH@
555
597
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
556
598
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unix_chkpwd_CFLAGS) $(CFLAGS) -c -o unix_chkpwd-md5_broken.o `test -f 'md5_broken.c' || echo '$(srcdir)/'`md5_broken.c
557
599
 
558
600
unix_chkpwd-md5_broken.obj: md5_broken.c
559
601
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unix_chkpwd_CFLAGS) $(CFLAGS) -MT unix_chkpwd-md5_broken.obj -MD -MP -MF $(DEPDIR)/unix_chkpwd-md5_broken.Tpo -c -o unix_chkpwd-md5_broken.obj `if test -f 'md5_broken.c'; then $(CYGPATH_W) 'md5_broken.c'; else $(CYGPATH_W) '$(srcdir)/md5_broken.c'; fi`
560
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/unix_chkpwd-md5_broken.Tpo $(DEPDIR)/unix_chkpwd-md5_broken.Po
 
602
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/unix_chkpwd-md5_broken.Tpo $(DEPDIR)/unix_chkpwd-md5_broken.Po
561
603
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='md5_broken.c' object='unix_chkpwd-md5_broken.obj' libtool=no @AMDEPBACKSLASH@
562
604
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
563
605
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unix_chkpwd_CFLAGS) $(CFLAGS) -c -o unix_chkpwd-md5_broken.obj `if test -f 'md5_broken.c'; then $(CYGPATH_W) 'md5_broken.c'; else $(CYGPATH_W) '$(srcdir)/md5_broken.c'; fi`
564
606
 
565
607
unix_chkpwd-bigcrypt.o: bigcrypt.c
566
608
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unix_chkpwd_CFLAGS) $(CFLAGS) -MT unix_chkpwd-bigcrypt.o -MD -MP -MF $(DEPDIR)/unix_chkpwd-bigcrypt.Tpo -c -o unix_chkpwd-bigcrypt.o `test -f 'bigcrypt.c' || echo '$(srcdir)/'`bigcrypt.c
567
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/unix_chkpwd-bigcrypt.Tpo $(DEPDIR)/unix_chkpwd-bigcrypt.Po
 
609
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/unix_chkpwd-bigcrypt.Tpo $(DEPDIR)/unix_chkpwd-bigcrypt.Po
568
610
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='bigcrypt.c' object='unix_chkpwd-bigcrypt.o' libtool=no @AMDEPBACKSLASH@
569
611
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
570
612
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unix_chkpwd_CFLAGS) $(CFLAGS) -c -o unix_chkpwd-bigcrypt.o `test -f 'bigcrypt.c' || echo '$(srcdir)/'`bigcrypt.c
571
613
 
572
614
unix_chkpwd-bigcrypt.obj: bigcrypt.c
573
615
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unix_chkpwd_CFLAGS) $(CFLAGS) -MT unix_chkpwd-bigcrypt.obj -MD -MP -MF $(DEPDIR)/unix_chkpwd-bigcrypt.Tpo -c -o unix_chkpwd-bigcrypt.obj `if test -f 'bigcrypt.c'; then $(CYGPATH_W) 'bigcrypt.c'; else $(CYGPATH_W) '$(srcdir)/bigcrypt.c'; fi`
574
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/unix_chkpwd-bigcrypt.Tpo $(DEPDIR)/unix_chkpwd-bigcrypt.Po
 
616
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/unix_chkpwd-bigcrypt.Tpo $(DEPDIR)/unix_chkpwd-bigcrypt.Po
575
617
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='bigcrypt.c' object='unix_chkpwd-bigcrypt.obj' libtool=no @AMDEPBACKSLASH@
576
618
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
577
619
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unix_chkpwd_CFLAGS) $(CFLAGS) -c -o unix_chkpwd-bigcrypt.obj `if test -f 'bigcrypt.c'; then $(CYGPATH_W) 'bigcrypt.c'; else $(CYGPATH_W) '$(srcdir)/bigcrypt.c'; fi`
578
620
 
579
621
unix_chkpwd-passverify.o: passverify.c
580
622
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unix_chkpwd_CFLAGS) $(CFLAGS) -MT unix_chkpwd-passverify.o -MD -MP -MF $(DEPDIR)/unix_chkpwd-passverify.Tpo -c -o unix_chkpwd-passverify.o `test -f 'passverify.c' || echo '$(srcdir)/'`passverify.c
581
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/unix_chkpwd-passverify.Tpo $(DEPDIR)/unix_chkpwd-passverify.Po
 
623
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/unix_chkpwd-passverify.Tpo $(DEPDIR)/unix_chkpwd-passverify.Po
582
624
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='passverify.c' object='unix_chkpwd-passverify.o' libtool=no @AMDEPBACKSLASH@
583
625
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
584
626
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unix_chkpwd_CFLAGS) $(CFLAGS) -c -o unix_chkpwd-passverify.o `test -f 'passverify.c' || echo '$(srcdir)/'`passverify.c
585
627
 
586
628
unix_chkpwd-passverify.obj: passverify.c
587
629
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unix_chkpwd_CFLAGS) $(CFLAGS) -MT unix_chkpwd-passverify.obj -MD -MP -MF $(DEPDIR)/unix_chkpwd-passverify.Tpo -c -o unix_chkpwd-passverify.obj `if test -f 'passverify.c'; then $(CYGPATH_W) 'passverify.c'; else $(CYGPATH_W) '$(srcdir)/passverify.c'; fi`
588
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/unix_chkpwd-passverify.Tpo $(DEPDIR)/unix_chkpwd-passverify.Po
 
630
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/unix_chkpwd-passverify.Tpo $(DEPDIR)/unix_chkpwd-passverify.Po
589
631
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='passverify.c' object='unix_chkpwd-passverify.obj' libtool=no @AMDEPBACKSLASH@
590
632
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
591
633
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unix_chkpwd_CFLAGS) $(CFLAGS) -c -o unix_chkpwd-passverify.obj `if test -f 'passverify.c'; then $(CYGPATH_W) 'passverify.c'; else $(CYGPATH_W) '$(srcdir)/passverify.c'; fi`
592
634
 
593
635
unix_update-unix_update.o: unix_update.c
594
636
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unix_update_CFLAGS) $(CFLAGS) -MT unix_update-unix_update.o -MD -MP -MF $(DEPDIR)/unix_update-unix_update.Tpo -c -o unix_update-unix_update.o `test -f 'unix_update.c' || echo '$(srcdir)/'`unix_update.c
595
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/unix_update-unix_update.Tpo $(DEPDIR)/unix_update-unix_update.Po
 
637
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/unix_update-unix_update.Tpo $(DEPDIR)/unix_update-unix_update.Po
596
638
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='unix_update.c' object='unix_update-unix_update.o' libtool=no @AMDEPBACKSLASH@
597
639
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
598
640
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unix_update_CFLAGS) $(CFLAGS) -c -o unix_update-unix_update.o `test -f 'unix_update.c' || echo '$(srcdir)/'`unix_update.c
599
641
 
600
642
unix_update-unix_update.obj: unix_update.c
601
643
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unix_update_CFLAGS) $(CFLAGS) -MT unix_update-unix_update.obj -MD -MP -MF $(DEPDIR)/unix_update-unix_update.Tpo -c -o unix_update-unix_update.obj `if test -f 'unix_update.c'; then $(CYGPATH_W) 'unix_update.c'; else $(CYGPATH_W) '$(srcdir)/unix_update.c'; fi`
602
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/unix_update-unix_update.Tpo $(DEPDIR)/unix_update-unix_update.Po
 
644
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/unix_update-unix_update.Tpo $(DEPDIR)/unix_update-unix_update.Po
603
645
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='unix_update.c' object='unix_update-unix_update.obj' libtool=no @AMDEPBACKSLASH@
604
646
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
605
647
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unix_update_CFLAGS) $(CFLAGS) -c -o unix_update-unix_update.obj `if test -f 'unix_update.c'; then $(CYGPATH_W) 'unix_update.c'; else $(CYGPATH_W) '$(srcdir)/unix_update.c'; fi`
606
648
 
607
649
unix_update-md5_good.o: md5_good.c
608
650
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unix_update_CFLAGS) $(CFLAGS) -MT unix_update-md5_good.o -MD -MP -MF $(DEPDIR)/unix_update-md5_good.Tpo -c -o unix_update-md5_good.o `test -f 'md5_good.c' || echo '$(srcdir)/'`md5_good.c
609
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/unix_update-md5_good.Tpo $(DEPDIR)/unix_update-md5_good.Po
 
651
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/unix_update-md5_good.Tpo $(DEPDIR)/unix_update-md5_good.Po
610
652
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='md5_good.c' object='unix_update-md5_good.o' libtool=no @AMDEPBACKSLASH@
611
653
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
612
654
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unix_update_CFLAGS) $(CFLAGS) -c -o unix_update-md5_good.o `test -f 'md5_good.c' || echo '$(srcdir)/'`md5_good.c
613
655
 
614
656
unix_update-md5_good.obj: md5_good.c
615
657
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unix_update_CFLAGS) $(CFLAGS) -MT unix_update-md5_good.obj -MD -MP -MF $(DEPDIR)/unix_update-md5_good.Tpo -c -o unix_update-md5_good.obj `if test -f 'md5_good.c'; then $(CYGPATH_W) 'md5_good.c'; else $(CYGPATH_W) '$(srcdir)/md5_good.c'; fi`
616
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/unix_update-md5_good.Tpo $(DEPDIR)/unix_update-md5_good.Po
 
658
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/unix_update-md5_good.Tpo $(DEPDIR)/unix_update-md5_good.Po
617
659
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='md5_good.c' object='unix_update-md5_good.obj' libtool=no @AMDEPBACKSLASH@
618
660
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
619
661
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unix_update_CFLAGS) $(CFLAGS) -c -o unix_update-md5_good.obj `if test -f 'md5_good.c'; then $(CYGPATH_W) 'md5_good.c'; else $(CYGPATH_W) '$(srcdir)/md5_good.c'; fi`
620
662
 
621
663
unix_update-md5_broken.o: md5_broken.c
622
664
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unix_update_CFLAGS) $(CFLAGS) -MT unix_update-md5_broken.o -MD -MP -MF $(DEPDIR)/unix_update-md5_broken.Tpo -c -o unix_update-md5_broken.o `test -f 'md5_broken.c' || echo '$(srcdir)/'`md5_broken.c
623
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/unix_update-md5_broken.Tpo $(DEPDIR)/unix_update-md5_broken.Po
 
665
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/unix_update-md5_broken.Tpo $(DEPDIR)/unix_update-md5_broken.Po
624
666
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='md5_broken.c' object='unix_update-md5_broken.o' libtool=no @AMDEPBACKSLASH@
625
667
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
626
668
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unix_update_CFLAGS) $(CFLAGS) -c -o unix_update-md5_broken.o `test -f 'md5_broken.c' || echo '$(srcdir)/'`md5_broken.c
627
669
 
628
670
unix_update-md5_broken.obj: md5_broken.c
629
671
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unix_update_CFLAGS) $(CFLAGS) -MT unix_update-md5_broken.obj -MD -MP -MF $(DEPDIR)/unix_update-md5_broken.Tpo -c -o unix_update-md5_broken.obj `if test -f 'md5_broken.c'; then $(CYGPATH_W) 'md5_broken.c'; else $(CYGPATH_W) '$(srcdir)/md5_broken.c'; fi`
630
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/unix_update-md5_broken.Tpo $(DEPDIR)/unix_update-md5_broken.Po
 
672
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/unix_update-md5_broken.Tpo $(DEPDIR)/unix_update-md5_broken.Po
631
673
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='md5_broken.c' object='unix_update-md5_broken.obj' libtool=no @AMDEPBACKSLASH@
632
674
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
633
675
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unix_update_CFLAGS) $(CFLAGS) -c -o unix_update-md5_broken.obj `if test -f 'md5_broken.c'; then $(CYGPATH_W) 'md5_broken.c'; else $(CYGPATH_W) '$(srcdir)/md5_broken.c'; fi`
634
676
 
635
677
unix_update-bigcrypt.o: bigcrypt.c
636
678
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unix_update_CFLAGS) $(CFLAGS) -MT unix_update-bigcrypt.o -MD -MP -MF $(DEPDIR)/unix_update-bigcrypt.Tpo -c -o unix_update-bigcrypt.o `test -f 'bigcrypt.c' || echo '$(srcdir)/'`bigcrypt.c
637
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/unix_update-bigcrypt.Tpo $(DEPDIR)/unix_update-bigcrypt.Po
 
679
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/unix_update-bigcrypt.Tpo $(DEPDIR)/unix_update-bigcrypt.Po
638
680
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='bigcrypt.c' object='unix_update-bigcrypt.o' libtool=no @AMDEPBACKSLASH@
639
681
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
640
682
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unix_update_CFLAGS) $(CFLAGS) -c -o unix_update-bigcrypt.o `test -f 'bigcrypt.c' || echo '$(srcdir)/'`bigcrypt.c
641
683
 
642
684
unix_update-bigcrypt.obj: bigcrypt.c
643
685
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unix_update_CFLAGS) $(CFLAGS) -MT unix_update-bigcrypt.obj -MD -MP -MF $(DEPDIR)/unix_update-bigcrypt.Tpo -c -o unix_update-bigcrypt.obj `if test -f 'bigcrypt.c'; then $(CYGPATH_W) 'bigcrypt.c'; else $(CYGPATH_W) '$(srcdir)/bigcrypt.c'; fi`
644
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/unix_update-bigcrypt.Tpo $(DEPDIR)/unix_update-bigcrypt.Po
 
686
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/unix_update-bigcrypt.Tpo $(DEPDIR)/unix_update-bigcrypt.Po
645
687
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='bigcrypt.c' object='unix_update-bigcrypt.obj' libtool=no @AMDEPBACKSLASH@
646
688
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
647
689
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unix_update_CFLAGS) $(CFLAGS) -c -o unix_update-bigcrypt.obj `if test -f 'bigcrypt.c'; then $(CYGPATH_W) 'bigcrypt.c'; else $(CYGPATH_W) '$(srcdir)/bigcrypt.c'; fi`
648
690
 
649
691
unix_update-passverify.o: passverify.c
650
692
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unix_update_CFLAGS) $(CFLAGS) -MT unix_update-passverify.o -MD -MP -MF $(DEPDIR)/unix_update-passverify.Tpo -c -o unix_update-passverify.o `test -f 'passverify.c' || echo '$(srcdir)/'`passverify.c
651
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/unix_update-passverify.Tpo $(DEPDIR)/unix_update-passverify.Po
 
693
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/unix_update-passverify.Tpo $(DEPDIR)/unix_update-passverify.Po
652
694
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='passverify.c' object='unix_update-passverify.o' libtool=no @AMDEPBACKSLASH@
653
695
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
654
696
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unix_update_CFLAGS) $(CFLAGS) -c -o unix_update-passverify.o `test -f 'passverify.c' || echo '$(srcdir)/'`passverify.c
655
697
 
656
698
unix_update-passverify.obj: passverify.c
657
699
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unix_update_CFLAGS) $(CFLAGS) -MT unix_update-passverify.obj -MD -MP -MF $(DEPDIR)/unix_update-passverify.Tpo -c -o unix_update-passverify.obj `if test -f 'passverify.c'; then $(CYGPATH_W) 'passverify.c'; else $(CYGPATH_W) '$(srcdir)/passverify.c'; fi`
658
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/unix_update-passverify.Tpo $(DEPDIR)/unix_update-passverify.Po
 
700
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/unix_update-passverify.Tpo $(DEPDIR)/unix_update-passverify.Po
659
701
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='passverify.c' object='unix_update-passverify.obj' libtool=no @AMDEPBACKSLASH@
660
702
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
661
703
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(unix_update_CFLAGS) $(CFLAGS) -c -o unix_update-passverify.obj `if test -f 'passverify.c'; then $(CYGPATH_W) 'passverify.c'; else $(CYGPATH_W) '$(srcdir)/passverify.c'; fi`
665
707
 
666
708
clean-libtool:
667
709
        -rm -rf .libs _libs
668
 
install-man8: $(man8_MANS) $(man_MANS)
 
710
install-man8: $(man_MANS)
669
711
        @$(NORMAL_INSTALL)
670
712
        test -z "$(man8dir)" || $(MKDIR_P) "$(DESTDIR)$(man8dir)"
671
 
        @list='$(man8_MANS) $(dist_man8_MANS) $(nodist_man8_MANS)'; \
672
 
        l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
673
 
        for i in $$l2; do \
674
 
          case "$$i" in \
675
 
            *.8*) list="$$list $$i" ;; \
676
 
          esac; \
 
713
        @list=''; test -n "$(man8dir)" || exit 0; \
 
714
        { for i in $$list; do echo "$$i"; done; \
 
715
        l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
 
716
          sed -n '/\.8[a-z]*$$/p'; \
 
717
        } | while read p; do \
 
718
          if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
 
719
          echo "$$d$$p"; echo "$$p"; \
 
720
        done | \
 
721
        sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
 
722
              -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
 
723
        sed 'N;N;s,\n, ,g' | { \
 
724
        list=; while read file base inst; do \
 
725
          if test "$$base" = "$$inst"; then list="$$list $$file"; else \
 
726
            echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man8dir)/$$inst'"; \
 
727
            $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man8dir)/$$inst" || exit $$?; \
 
728
          fi; \
677
729
        done; \
678
 
        for i in $$list; do \
679
 
          if test -f $$i; then file=$$i; \
680
 
          else file=$(srcdir)/$$i; fi; \
681
 
          ext=`echo $$i | sed -e 's/^.*\\.//'`; \
682
 
          case "$$ext" in \
683
 
            8*) ;; \
684
 
            *) ext='8' ;; \
685
 
          esac; \
686
 
          inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
687
 
          inst=`echo $$inst | sed -e 's/^.*\///'`; \
688
 
          inst=`echo $$inst | sed '$(transform)'`.$$ext; \
689
 
          echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man8dir)/$$inst'"; \
690
 
          $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man8dir)/$$inst"; \
691
 
        done
 
730
        for i in $$list; do echo "$$i"; done | $(am__base_list) | \
 
731
        while read files; do \
 
732
          test -z "$$files" || { \
 
733
            echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man8dir)'"; \
 
734
            $(INSTALL_DATA) $$files "$(DESTDIR)$(man8dir)" || exit $$?; }; \
 
735
        done; }
 
736
 
692
737
uninstall-man8:
693
738
        @$(NORMAL_UNINSTALL)
694
 
        @list='$(man8_MANS) $(dist_man8_MANS) $(nodist_man8_MANS)'; \
695
 
        l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
696
 
        for i in $$l2; do \
697
 
          case "$$i" in \
698
 
            *.8*) list="$$list $$i" ;; \
699
 
          esac; \
700
 
        done; \
701
 
        for i in $$list; do \
702
 
          ext=`echo $$i | sed -e 's/^.*\\.//'`; \
703
 
          case "$$ext" in \
704
 
            8*) ;; \
705
 
            *) ext='8' ;; \
706
 
          esac; \
707
 
          inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
708
 
          inst=`echo $$inst | sed -e 's/^.*\///'`; \
709
 
          inst=`echo $$inst | sed '$(transform)'`.$$ext; \
710
 
          echo " rm -f '$(DESTDIR)$(man8dir)/$$inst'"; \
711
 
          rm -f "$(DESTDIR)$(man8dir)/$$inst"; \
712
 
        done
 
739
        @list=''; test -n "$(man8dir)" || exit 0; \
 
740
        files=`{ for i in $$list; do echo "$$i"; done; \
 
741
        l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
 
742
          sed -n '/\.8[a-z]*$$/p'; \
 
743
        } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
 
744
              -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
 
745
        test -z "$$files" || { \
 
746
          echo " ( cd '$(DESTDIR)$(man8dir)' && rm -f" $$files ")"; \
 
747
          cd "$(DESTDIR)$(man8dir)" && rm -f $$files; }
713
748
 
714
749
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
715
750
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
723
758
 
724
759
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
725
760
                $(TAGS_FILES) $(LISP)
726
 
        tags=; \
 
761
        set x; \
727
762
        here=`pwd`; \
728
763
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
729
764
        unique=`for i in $$list; do \
731
766
          done | \
732
767
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
733
768
              END { if (nonempty) { for (i in files) print i; }; }'`; \
734
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
769
        shift; \
 
770
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
735
771
          test -n "$$unique" || unique=$$empty_fix; \
736
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
737
 
            $$tags $$unique; \
 
772
          if test $$# -gt 0; then \
 
773
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
774
              "$$@" $$unique; \
 
775
          else \
 
776
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
777
              $$unique; \
 
778
          fi; \
738
779
        fi
739
780
ctags: CTAGS
740
781
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
741
782
                $(TAGS_FILES) $(LISP)
742
 
        tags=; \
743
783
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
744
784
        unique=`for i in $$list; do \
745
785
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
746
786
          done | \
747
787
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
748
788
              END { if (nonempty) { for (i in files) print i; }; }'`; \
749
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
789
        test -z "$(CTAGS_ARGS)$$unique" \
750
790
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
751
 
             $$tags $$unique
 
791
             $$unique
752
792
 
753
793
GTAGS:
754
794
        here=`$(am__cd) $(top_builddir) && pwd` \
755
 
          && cd $(top_srcdir) \
756
 
          && gtags -i $(GTAGS_ARGS) $$here
 
795
          && $(am__cd) $(top_srcdir) \
 
796
          && gtags -i $(GTAGS_ARGS) "$$here"
757
797
 
758
798
distclean-tags:
759
799
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
762
802
        @failed=0; all=0; xfail=0; xpass=0; skip=0; \
763
803
        srcdir=$(srcdir); export srcdir; \
764
804
        list=' $(TESTS) '; \
 
805
        $(am__tty_colors); \
765
806
        if test -n "$$list"; then \
766
807
          for tst in $$list; do \
767
808
            if test -f ./$$tst; then dir=./; \
773
814
              *[\ \     ]$$tst[\ \      ]*) \
774
815
                xpass=`expr $$xpass + 1`; \
775
816
                failed=`expr $$failed + 1`; \
776
 
                echo "XPASS: $$tst"; \
 
817
                col=$$red; res=XPASS; \
777
818
              ;; \
778
819
              *) \
779
 
                echo "PASS: $$tst"; \
 
820
                col=$$grn; res=PASS; \
780
821
              ;; \
781
822
              esac; \
782
823
            elif test $$? -ne 77; then \
784
825
              case " $(XFAIL_TESTS) " in \
785
826
              *[\ \     ]$$tst[\ \      ]*) \
786
827
                xfail=`expr $$xfail + 1`; \
787
 
                echo "XFAIL: $$tst"; \
 
828
                col=$$lgn; res=XFAIL; \
788
829
              ;; \
789
830
              *) \
790
831
                failed=`expr $$failed + 1`; \
791
 
                echo "FAIL: $$tst"; \
 
832
                col=$$red; res=FAIL; \
792
833
              ;; \
793
834
              esac; \
794
835
            else \
795
836
              skip=`expr $$skip + 1`; \
796
 
              echo "SKIP: $$tst"; \
 
837
              col=$$blu; res=SKIP; \
797
838
            fi; \
 
839
            echo "$${col}$$res$${std}: $$tst"; \
798
840
          done; \
799
841
          if test "$$all" -eq 1; then \
800
842
            tests="test"; \
836
878
              dashes="$$report"; \
837
879
          fi; \
838
880
          dashes=`echo "$$dashes" | sed s/./=/g`; \
839
 
          echo "$$dashes"; \
 
881
          if test "$$failed" -eq 0; then \
 
882
            echo "$$grn$$dashes"; \
 
883
          else \
 
884
            echo "$$red$$dashes"; \
 
885
          fi; \
840
886
          echo "$$banner"; \
841
887
          test -z "$$skipped" || echo "$$skipped"; \
842
888
          test -z "$$report" || echo "$$report"; \
843
 
          echo "$$dashes"; \
 
889
          echo "$$dashes$$std"; \
844
890
          test "$$failed" -eq 0; \
845
891
        else :; fi
846
892
 
847
893
distdir: $(DISTFILES)
 
894
        @list='$(MANS)'; if test -n "$$list"; then \
 
895
          list=`for p in $$list; do \
 
896
            if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
 
897
            if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
 
898
          if test -n "$$list" && \
 
899
            grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
 
900
            echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \
 
901
            grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/         /' >&2; \
 
902
            echo "       to fix them, install help2man, remove and regenerate the man pages;" >&2; \
 
903
            echo "       typically \`make maintainer-clean' will remove them" >&2; \
 
904
            exit 1; \
 
905
          else :; fi; \
 
906
        else :; fi
848
907
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
849
908
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
850
909
        list='$(DISTFILES)'; \
860
919
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
861
920
          if test -d $$d/$$file; then \
862
921
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
922
            if test -d "$(distdir)/$$file"; then \
 
923
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
924
            fi; \
863
925
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
864
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
926
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
927
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
865
928
            fi; \
866
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
929
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
867
930
          else \
868
 
            test -f $(distdir)/$$file \
869
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
931
            test -f "$(distdir)/$$file" \
 
932
            || cp -p $$d/$$file "$(distdir)/$$file" \
870
933
            || exit 1; \
871
934
          fi; \
872
935
        done
899
962
 
900
963
distclean-generic:
901
964
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
965
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
902
966
 
903
967
maintainer-clean-generic:
904
968
        @echo "This command is intended for maintainers to use"
905
969
        @echo "it deletes files that may require special tools to rebuild."
 
970
        -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
906
971
clean: clean-am
907
972
 
908
973
clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
920
985
 
921
986
html: html-am
922
987
 
 
988
html-am:
 
989
 
923
990
info: info-am
924
991
 
925
992
info-am:
928
995
 
929
996
install-dvi: install-dvi-am
930
997
 
 
998
install-dvi-am:
 
999
 
931
1000
install-exec-am: install-sbinPROGRAMS
932
1001
 
933
1002
install-html: install-html-am
934
1003
 
 
1004
install-html-am:
 
1005
 
935
1006
install-info: install-info-am
936
1007
 
 
1008
install-info-am:
 
1009
 
937
1010
install-man: install-man8
938
1011
 
939
1012
install-pdf: install-pdf-am
940
1013
 
 
1014
install-pdf-am:
 
1015
 
941
1016
install-ps: install-ps-am
942
1017
 
 
1018
install-ps-am:
 
1019
 
943
1020
installcheck-am:
944
1021
 
945
1022
maintainer-clean: maintainer-clean-am
965
1042
 
966
1043
uninstall-man: uninstall-man8
967
1044
 
968
 
.MAKE: install-am install-strip
 
1045
.MAKE: check-am install-am install-strip
969
1046
 
970
1047
.PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \
971
1048
        clean-generic clean-libtool clean-noinstPROGRAMS \
986
1063
 
987
1064
@ENABLE_REGENERATE_MAN_TRUE@README: pam_unix.8.xml
988
1065
@ENABLE_REGENERATE_MAN_TRUE@-include $(top_srcdir)/Make.xml.rules
 
1066
 
989
1067
# Tell versions [3.59,3.63) of GNU make to not export all variables.
990
1068
# Otherwise a system limit (for SysV at least) may be exceeded.
991
1069
.NOEXPORT: