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

« back to all changes in this revision

Viewing changes to modules/pam_filter/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Steve Langasek
  • Date: 2011-02-17 16:15:47 UTC
  • mfrom: (3.2.15 sid)
  • Revision ID: james.westby@ubuntu.com-20110217161547-afxi0yboxvn18a5t
Tags: 1.1.2-2ubuntu1
* Merge from Debian unstable, remaining changes:
  - debian/libpam-modules.postinst: Add PATH to /etc/environment if it's
    not present there or in /etc/security/pam_env.conf. (should send to
    Debian).
  - debian/libpam0g.postinst: only ask questions during update-manager when
    there are non-default services running.
  - debian/patches-applied/series: Ubuntu patches are as below ...
  - debian/patches-applied/ubuntu-rlimit_nice_correction: Explicitly
    initialise RLIMIT_NICE rather than relying on the kernel limits.
  - Change Vcs-Bzr to point at the Ubuntu branch.
  - debian/patches-applied/pam_motd-legal-notice: display the contents of
    /etc/legal once, then set a flag in the user's homedir to prevent
    showing it again.
  - debian/update-motd.5, debian/libpam-modules.manpages: add a manpage
    for update-motd, with some best practices and notes of explanation.
  - debian/patches/update-motd-manpage-ref: add a reference in pam_motd(8)
    to update-motd(5)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11 from Makefile.am.
 
1
# Makefile.in generated by automake 1.10.1 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6
 
# Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
7
6
# This Makefile.in is free software; the Free Software Foundation
8
7
# gives unlimited permission to copy and/or distribute it,
9
8
# with or without modifications, as long as this notice is preserved.
23
22
 
24
23
VPATH = @srcdir@
25
24
pkgdatadir = $(datadir)/@PACKAGE@
 
25
pkglibdir = $(libdir)/@PACKAGE@
26
26
pkgincludedir = $(includedir)/@PACKAGE@
27
 
pkglibdir = $(libdir)/@PACKAGE@
28
 
pkglibexecdir = $(libexecdir)/@PACKAGE@
29
27
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
30
28
install_sh_DATA = $(install_sh) -c -m 644
31
29
install_sh_PROGRAM = $(install_sh) -c
62
60
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
63
61
CONFIG_HEADER = $(top_builddir)/config.h
64
62
CONFIG_CLEAN_FILES =
65
 
CONFIG_CLEAN_VPATH_FILES =
66
63
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
67
64
am__vpath_adj = case $$p in \
68
65
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
69
66
    *) f=$$p;; \
70
67
  esac;
71
 
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
72
 
am__install_max = 40
73
 
am__nobase_strip_setup = \
74
 
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
75
 
am__nobase_strip = \
76
 
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
77
 
am__nobase_list = $(am__nobase_strip_setup); \
78
 
  for p in $$list; do echo "$$p $$p"; done | \
79
 
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
80
 
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
81
 
    if (++n[$$2] == $(am__install_max)) \
82
 
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
83
 
    END { for (dir in files) print dir, files[dir] }'
84
 
am__base_list = \
85
 
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
86
 
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
68
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
87
69
am__installdirs = "$(DESTDIR)$(securelibdir)" "$(DESTDIR)$(man8dir)" \
88
70
        "$(DESTDIR)$(includedir)"
 
71
securelibLTLIBRARIES_INSTALL = $(INSTALL)
89
72
LTLIBRARIES = $(securelib_LTLIBRARIES)
90
73
pam_filter_la_DEPENDENCIES =
91
74
pam_filter_la_SOURCES = pam_filter.c
93
76
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
94
77
depcomp = $(SHELL) $(top_srcdir)/depcomp
95
78
am__depfiles_maybe = depfiles
96
 
am__mv = mv -f
97
79
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
98
80
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
99
81
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
116
98
NROFF = nroff
117
99
MANS = $(man_MANS)
118
100
DATA = $(noinst_DATA)
 
101
includeHEADERS_INSTALL = $(INSTALL_HEADER)
119
102
HEADERS = $(include_HEADERS)
120
103
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
121
104
  distclean-recursive maintainer-clean-recursive
122
 
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
123
 
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
124
 
        distdir
125
105
ETAGS = etags
126
106
CTAGS = ctags
127
 
am__tty_colors = \
128
 
red=; grn=; lgn=; blu=; std=
129
107
DIST_SUBDIRS = $(SUBDIRS)
130
108
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
131
 
am__relativize = \
132
 
  dir0=`pwd`; \
133
 
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
134
 
  sed_rest='s,^[^/]*/*,,'; \
135
 
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
136
 
  sed_butlast='s,/*[^/]*$$,,'; \
137
 
  while test -n "$$dir1"; do \
138
 
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
139
 
    if test "$$first" != "."; then \
140
 
      if test "$$first" = ".."; then \
141
 
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
142
 
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
143
 
      else \
144
 
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
145
 
        if test "$$first2" = "$$first"; then \
146
 
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
147
 
        else \
148
 
          dir2="../$$dir2"; \
149
 
        fi; \
150
 
        dir0="$$dir0"/"$$first"; \
151
 
      fi; \
152
 
    fi; \
153
 
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
154
 
  done; \
155
 
  reldir="$$dir2"
156
109
ACLOCAL = @ACLOCAL@
157
110
AMTAR = @AMTAR@
158
111
AR = @AR@
163
116
BROWSER = @BROWSER@
164
117
CC = @CC@
165
118
CCDEPMODE = @CCDEPMODE@
 
119
CC_FOR_BUILD = @CC_FOR_BUILD@
166
120
CFLAGS = @CFLAGS@
167
121
CPP = @CPP@
168
122
CPPFLAGS = @CPPFLAGS@
336
290
        @for dep in $?; do \
337
291
          case '$(am__configure_deps)' in \
338
292
            *$$dep*) \
339
 
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
340
 
                && { if test -f $@; then exit 0; else break; fi; }; \
 
293
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
294
                && exit 0; \
341
295
              exit 1;; \
342
296
          esac; \
343
297
        done; \
344
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu modules/pam_filter/Makefile'; \
345
 
        $(am__cd) $(top_srcdir) && \
346
 
          $(AUTOMAKE) --gnu modules/pam_filter/Makefile
 
298
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  modules/pam_filter/Makefile'; \
 
299
        cd $(top_srcdir) && \
 
300
          $(AUTOMAKE) --gnu  modules/pam_filter/Makefile
347
301
.PRECIOUS: Makefile
348
302
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
349
303
        @case '$?' in \
361
315
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
362
316
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
363
317
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
364
 
$(am__aclocal_m4_deps):
365
318
install-securelibLTLIBRARIES: $(securelib_LTLIBRARIES)
366
319
        @$(NORMAL_INSTALL)
367
320
        test -z "$(securelibdir)" || $(MKDIR_P) "$(DESTDIR)$(securelibdir)"
368
 
        @list='$(securelib_LTLIBRARIES)'; test -n "$(securelibdir)" || list=; \
369
 
        list2=; for p in $$list; do \
 
321
        @list='$(securelib_LTLIBRARIES)'; for p in $$list; do \
370
322
          if test -f $$p; then \
371
 
            list2="$$list2 $$p"; \
 
323
            f=$(am__strip_dir) \
 
324
            echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(securelibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(securelibdir)/$$f'"; \
 
325
            $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(securelibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(securelibdir)/$$f"; \
372
326
          else :; fi; \
373
 
        done; \
374
 
        test -z "$$list2" || { \
375
 
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(securelibdir)'"; \
376
 
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(securelibdir)"; \
377
 
        }
 
327
        done
378
328
 
379
329
uninstall-securelibLTLIBRARIES:
380
330
        @$(NORMAL_UNINSTALL)
381
 
        @list='$(securelib_LTLIBRARIES)'; test -n "$(securelibdir)" || list=; \
382
 
        for p in $$list; do \
383
 
          $(am__strip_dir) \
384
 
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(securelibdir)/$$f'"; \
385
 
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(securelibdir)/$$f"; \
 
331
        @list='$(securelib_LTLIBRARIES)'; for p in $$list; do \
 
332
          p=$(am__strip_dir) \
 
333
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(securelibdir)/$$p'"; \
 
334
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(securelibdir)/$$p"; \
386
335
        done
387
336
 
388
337
clean-securelibLTLIBRARIES:
406
355
 
407
356
.c.o:
408
357
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
409
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
358
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
410
359
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
411
360
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
412
361
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
413
362
 
414
363
.c.obj:
415
364
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
416
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
365
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
417
366
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
418
367
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
419
368
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
420
369
 
421
370
.c.lo:
422
371
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
423
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
372
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
424
373
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
425
374
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
426
375
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
430
379
 
431
380
clean-libtool:
432
381
        -rm -rf .libs _libs
433
 
install-man8: $(man_MANS)
 
382
install-man8: $(man8_MANS) $(man_MANS)
434
383
        @$(NORMAL_INSTALL)
435
384
        test -z "$(man8dir)" || $(MKDIR_P) "$(DESTDIR)$(man8dir)"
436
 
        @list=''; test -n "$(man8dir)" || exit 0; \
437
 
        { for i in $$list; do echo "$$i"; done; \
438
 
        l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
439
 
          sed -n '/\.8[a-z]*$$/p'; \
440
 
        } | while read p; do \
441
 
          if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
442
 
          echo "$$d$$p"; echo "$$p"; \
443
 
        done | \
444
 
        sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
445
 
              -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
446
 
        sed 'N;N;s,\n, ,g' | { \
447
 
        list=; while read file base inst; do \
448
 
          if test "$$base" = "$$inst"; then list="$$list $$file"; else \
449
 
            echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man8dir)/$$inst'"; \
450
 
            $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man8dir)/$$inst" || exit $$?; \
451
 
          fi; \
 
385
        @list='$(man8_MANS) $(dist_man8_MANS) $(nodist_man8_MANS)'; \
 
386
        l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
 
387
        for i in $$l2; do \
 
388
          case "$$i" in \
 
389
            *.8*) list="$$list $$i" ;; \
 
390
          esac; \
452
391
        done; \
453
 
        for i in $$list; do echo "$$i"; done | $(am__base_list) | \
454
 
        while read files; do \
455
 
          test -z "$$files" || { \
456
 
            echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man8dir)'"; \
457
 
            $(INSTALL_DATA) $$files "$(DESTDIR)$(man8dir)" || exit $$?; }; \
458
 
        done; }
459
 
 
 
392
        for i in $$list; do \
 
393
          if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
 
394
          else file=$$i; fi; \
 
395
          ext=`echo $$i | sed -e 's/^.*\\.//'`; \
 
396
          case "$$ext" in \
 
397
            8*) ;; \
 
398
            *) ext='8' ;; \
 
399
          esac; \
 
400
          inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
 
401
          inst=`echo $$inst | sed -e 's/^.*\///'`; \
 
402
          inst=`echo $$inst | sed '$(transform)'`.$$ext; \
 
403
          echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man8dir)/$$inst'"; \
 
404
          $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man8dir)/$$inst"; \
 
405
        done
460
406
uninstall-man8:
461
407
        @$(NORMAL_UNINSTALL)
462
 
        @list=''; test -n "$(man8dir)" || exit 0; \
463
 
        files=`{ for i in $$list; do echo "$$i"; done; \
464
 
        l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
465
 
          sed -n '/\.8[a-z]*$$/p'; \
466
 
        } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
467
 
              -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
468
 
        test -z "$$files" || { \
469
 
          echo " ( cd '$(DESTDIR)$(man8dir)' && rm -f" $$files ")"; \
470
 
          cd "$(DESTDIR)$(man8dir)" && rm -f $$files; }
 
408
        @list='$(man8_MANS) $(dist_man8_MANS) $(nodist_man8_MANS)'; \
 
409
        l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
 
410
        for i in $$l2; do \
 
411
          case "$$i" in \
 
412
            *.8*) list="$$list $$i" ;; \
 
413
          esac; \
 
414
        done; \
 
415
        for i in $$list; do \
 
416
          ext=`echo $$i | sed -e 's/^.*\\.//'`; \
 
417
          case "$$ext" in \
 
418
            8*) ;; \
 
419
            *) ext='8' ;; \
 
420
          esac; \
 
421
          inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
 
422
          inst=`echo $$inst | sed -e 's/^.*\///'`; \
 
423
          inst=`echo $$inst | sed '$(transform)'`.$$ext; \
 
424
          echo " rm -f '$(DESTDIR)$(man8dir)/$$inst'"; \
 
425
          rm -f "$(DESTDIR)$(man8dir)/$$inst"; \
 
426
        done
471
427
install-includeHEADERS: $(include_HEADERS)
472
428
        @$(NORMAL_INSTALL)
473
429
        test -z "$(includedir)" || $(MKDIR_P) "$(DESTDIR)$(includedir)"
474
 
        @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
475
 
        for p in $$list; do \
 
430
        @list='$(include_HEADERS)'; for p in $$list; do \
476
431
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
477
 
          echo "$$d$$p"; \
478
 
        done | $(am__base_list) | \
479
 
        while read files; do \
480
 
          echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \
481
 
          $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \
 
432
          f=$(am__strip_dir) \
 
433
          echo " $(includeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(includedir)/$$f'"; \
 
434
          $(includeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(includedir)/$$f"; \
482
435
        done
483
436
 
484
437
uninstall-includeHEADERS:
485
438
        @$(NORMAL_UNINSTALL)
486
 
        @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
487
 
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
488
 
        test -n "$$files" || exit 0; \
489
 
        echo " ( cd '$(DESTDIR)$(includedir)' && rm -f" $$files ")"; \
490
 
        cd "$(DESTDIR)$(includedir)" && rm -f $$files
 
439
        @list='$(include_HEADERS)'; for p in $$list; do \
 
440
          f=$(am__strip_dir) \
 
441
          echo " rm -f '$(DESTDIR)$(includedir)/$$f'"; \
 
442
          rm -f "$(DESTDIR)$(includedir)/$$f"; \
 
443
        done
491
444
 
492
445
# This directory's subdirectories are mostly independent; you can cd
493
446
# into them and run `make' without going through this Makefile.
513
466
          else \
514
467
            local_target="$$target"; \
515
468
          fi; \
516
 
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
469
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
517
470
          || eval $$failcom; \
518
471
        done; \
519
472
        if test "$$dot_seen" = "no"; then \
547
500
          else \
548
501
            local_target="$$target"; \
549
502
          fi; \
550
 
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
503
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
551
504
          || eval $$failcom; \
552
505
        done && test -z "$$fail"
553
506
tags-recursive:
554
507
        list='$(SUBDIRS)'; for subdir in $$list; do \
555
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
508
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
556
509
        done
557
510
ctags-recursive:
558
511
        list='$(SUBDIRS)'; for subdir in $$list; do \
559
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
512
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
560
513
        done
561
514
 
562
515
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
564
517
        unique=`for i in $$list; do \
565
518
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
566
519
          done | \
567
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
520
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
568
521
              END { if (nonempty) { for (i in files) print i; }; }'`; \
569
522
        mkid -fID $$unique
570
523
tags: TAGS
571
524
 
572
525
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
573
526
                $(TAGS_FILES) $(LISP)
574
 
        set x; \
 
527
        tags=; \
575
528
        here=`pwd`; \
576
529
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
577
530
          include_option=--etags-include; \
583
536
        list='$(SUBDIRS)'; for subdir in $$list; do \
584
537
          if test "$$subdir" = .; then :; else \
585
538
            test ! -f $$subdir/TAGS || \
586
 
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
 
539
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
587
540
          fi; \
588
541
        done; \
589
542
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
592
545
          done | \
593
546
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
594
547
              END { if (nonempty) { for (i in files) print i; }; }'`; \
595
 
        shift; \
596
 
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
548
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
597
549
          test -n "$$unique" || unique=$$empty_fix; \
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; \
 
550
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
551
            $$tags $$unique; \
605
552
        fi
606
553
ctags: CTAGS
607
554
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
608
555
                $(TAGS_FILES) $(LISP)
 
556
        tags=; \
609
557
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
610
558
        unique=`for i in $$list; do \
611
559
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
612
560
          done | \
613
561
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
614
562
              END { if (nonempty) { for (i in files) print i; }; }'`; \
615
 
        test -z "$(CTAGS_ARGS)$$unique" \
 
563
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
616
564
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
617
 
             $$unique
 
565
             $$tags $$unique
618
566
 
619
567
GTAGS:
620
568
        here=`$(am__cd) $(top_builddir) && pwd` \
621
 
          && $(am__cd) $(top_srcdir) \
622
 
          && gtags -i $(GTAGS_ARGS) "$$here"
 
569
          && cd $(top_srcdir) \
 
570
          && gtags -i $(GTAGS_ARGS) $$here
623
571
 
624
572
distclean-tags:
625
573
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
626
574
 
627
575
check-TESTS: $(TESTS)
628
 
        @failed=0; all=0; xfail=0; xpass=0; skip=0; \
 
576
        @failed=0; all=0; xfail=0; xpass=0; skip=0; ws='[        ]'; \
629
577
        srcdir=$(srcdir); export srcdir; \
630
578
        list=' $(TESTS) '; \
631
 
        $(am__tty_colors); \
632
579
        if test -n "$$list"; then \
633
580
          for tst in $$list; do \
634
581
            if test -f ./$$tst; then dir=./; \
637
584
            if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
638
585
              all=`expr $$all + 1`; \
639
586
              case " $(XFAIL_TESTS) " in \
640
 
              *[\ \     ]$$tst[\ \      ]*) \
 
587
              *$$ws$$tst$$ws*) \
641
588
                xpass=`expr $$xpass + 1`; \
642
589
                failed=`expr $$failed + 1`; \
643
 
                col=$$red; res=XPASS; \
 
590
                echo "XPASS: $$tst"; \
644
591
              ;; \
645
592
              *) \
646
 
                col=$$grn; res=PASS; \
 
593
                echo "PASS: $$tst"; \
647
594
              ;; \
648
595
              esac; \
649
596
            elif test $$? -ne 77; then \
650
597
              all=`expr $$all + 1`; \
651
598
              case " $(XFAIL_TESTS) " in \
652
 
              *[\ \     ]$$tst[\ \      ]*) \
 
599
              *$$ws$$tst$$ws*) \
653
600
                xfail=`expr $$xfail + 1`; \
654
 
                col=$$lgn; res=XFAIL; \
 
601
                echo "XFAIL: $$tst"; \
655
602
              ;; \
656
603
              *) \
657
604
                failed=`expr $$failed + 1`; \
658
 
                col=$$red; res=FAIL; \
 
605
                echo "FAIL: $$tst"; \
659
606
              ;; \
660
607
              esac; \
661
608
            else \
662
609
              skip=`expr $$skip + 1`; \
663
 
              col=$$blu; res=SKIP; \
 
610
              echo "SKIP: $$tst"; \
664
611
            fi; \
665
 
            echo "$${col}$$res$${std}: $$tst"; \
666
612
          done; \
667
 
          if test "$$all" -eq 1; then \
668
 
            tests="test"; \
669
 
            All=""; \
670
 
          else \
671
 
            tests="tests"; \
672
 
            All="All "; \
673
 
          fi; \
674
613
          if test "$$failed" -eq 0; then \
675
614
            if test "$$xfail" -eq 0; then \
676
 
              banner="$$All$$all $$tests passed"; \
 
615
              banner="All $$all tests passed"; \
677
616
            else \
678
 
              if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
679
 
              banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
 
617
              banner="All $$all tests behaved as expected ($$xfail expected failures)"; \
680
618
            fi; \
681
619
          else \
682
620
            if test "$$xpass" -eq 0; then \
683
 
              banner="$$failed of $$all $$tests failed"; \
 
621
              banner="$$failed of $$all tests failed"; \
684
622
            else \
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)"; \
 
623
              banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
687
624
            fi; \
688
625
          fi; \
689
626
          dashes="$$banner"; \
690
627
          skipped=""; \
691
628
          if test "$$skip" -ne 0; then \
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; \
 
629
            skipped="($$skip tests were not run)"; \
697
630
            test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
698
631
              dashes="$$skipped"; \
699
632
          fi; \
704
637
              dashes="$$report"; \
705
638
          fi; \
706
639
          dashes=`echo "$$dashes" | sed s/./=/g`; \
707
 
          if test "$$failed" -eq 0; then \
708
 
            echo "$$grn$$dashes"; \
709
 
          else \
710
 
            echo "$$red$$dashes"; \
711
 
          fi; \
 
640
          echo "$$dashes"; \
712
641
          echo "$$banner"; \
713
642
          test -z "$$skipped" || echo "$$skipped"; \
714
643
          test -z "$$report" || echo "$$report"; \
715
 
          echo "$$dashes$$std"; \
 
644
          echo "$$dashes"; \
716
645
          test "$$failed" -eq 0; \
717
646
        else :; fi
718
647
 
719
648
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
733
649
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
734
650
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
735
651
        list='$(DISTFILES)'; \
745
661
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
746
662
          if test -d $$d/$$file; then \
747
663
            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; \
751
664
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
752
 
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
753
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
665
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
754
666
            fi; \
755
 
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
667
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
756
668
          else \
757
 
            test -f "$(distdir)/$$file" \
758
 
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
669
            test -f $(distdir)/$$file \
 
670
            || cp -p $$d/$$file $(distdir)/$$file \
759
671
            || exit 1; \
760
672
          fi; \
761
673
        done
762
 
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
674
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
763
675
          if test "$$subdir" = .; then :; else \
764
676
            test -d "$(distdir)/$$subdir" \
765
677
            || $(MKDIR_P) "$(distdir)/$$subdir" \
766
678
            || exit 1; \
767
 
          fi; \
768
 
        done
769
 
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
770
 
          if test "$$subdir" = .; then :; else \
771
 
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
772
 
            $(am__relativize); \
773
 
            new_distdir=$$reldir; \
774
 
            dir1=$$subdir; dir2="$(top_distdir)"; \
775
 
            $(am__relativize); \
776
 
            new_top_distdir=$$reldir; \
777
 
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
778
 
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
779
 
            ($(am__cd) $$subdir && \
 
679
            distdir=`$(am__cd) $(distdir) && pwd`; \
 
680
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
 
681
            (cd $$subdir && \
780
682
              $(MAKE) $(AM_MAKEFLAGS) \
781
 
                top_distdir="$$new_top_distdir" \
782
 
                distdir="$$new_distdir" \
 
683
                top_distdir="$$top_distdir" \
 
684
                distdir="$$distdir/$$subdir" \
783
685
                am__remove_distdir=: \
784
686
                am__skip_length_check=: \
785
 
                am__skip_mode_fix=: \
786
687
                distdir) \
787
688
              || exit 1; \
788
689
          fi; \
817
718
 
818
719
distclean-generic:
819
720
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
820
 
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
821
721
 
822
722
maintainer-clean-generic:
823
723
        @echo "This command is intended for maintainers to use"
840
740
 
841
741
html: html-recursive
842
742
 
843
 
html-am:
844
 
 
845
743
info: info-recursive
846
744
 
847
745
info-am:
851
749
 
852
750
install-dvi: install-dvi-recursive
853
751
 
854
 
install-dvi-am:
855
 
 
856
752
install-exec-am:
857
753
 
858
754
install-html: install-html-recursive
859
755
 
860
 
install-html-am:
861
 
 
862
756
install-info: install-info-recursive
863
757
 
864
 
install-info-am:
865
 
 
866
758
install-man: install-man8
867
759
 
868
760
install-pdf: install-pdf-recursive
869
761
 
870
 
install-pdf-am:
871
 
 
872
762
install-ps: install-ps-recursive
873
763
 
874
 
install-ps-am:
875
 
 
876
764
installcheck-am:
877
765
 
878
766
maintainer-clean: maintainer-clean-recursive
898
786
 
899
787
uninstall-man: uninstall-man8
900
788
 
901
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) check-am \
902
 
        ctags-recursive install-am install-strip tags-recursive
 
789
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
 
790
        install-strip
903
791
 
904
792
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
905
793
        all all-am check check-TESTS check-am clean clean-generic \
921
809
 
922
810
@ENABLE_REGENERATE_MAN_TRUE@README: pam_filter.8.xml
923
811
@ENABLE_REGENERATE_MAN_TRUE@-include $(top_srcdir)/Make.xml.rules
924
 
 
925
812
# Tell versions [3.59,3.63) of GNU make to not export all variables.
926
813
# Otherwise a system limit (for SysV at least) may be exceeded.
927
814
.NOEXPORT: