~ubuntu-branches/debian/stretch/pam/stretch

« back to all changes in this revision

Viewing changes to libpam/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Steve Langasek
  • Date: 2011-02-15 23:21:41 UTC
  • mfrom: (1.2.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20110215232141-yg5ttedznim6mbgm
Tags: 1.1.2-1
* New upstream release.
  - Add support for NSS groups to pam_group.  Closes: #589019,
    LP: #297408.
  - Support cross-building the package.  Thanks to Neil Williams
    <codehelp@debian.org> for the patch.  Closes: #284854.   
* debian/rules: pass getconf LFS_CFLAGS so that we get a 64-bit rlimit
  interface.  Closes: #579402.
* Drop patches conditional_module,_conditional_man and
  mkhomedir_linking.patch, which are included upstream.
* debian/patches/hurd_no_setfsuid: pam_env and pam_mail now also use
  setfsuid, so patch them to be likewise Hurd-safe.
* Update debian/source.lintian-overrides to clean up some spurious
  warnings.
* debian/libpam-modules.postinst: if any 'min=n' options are found in
  /etc/pam.d/common-password, convert them on upgrade to 'minlen=n' for
  compatibility with upstream.
* debian/NEWS: document the disappearance of 'min=n', in case users have
  encoded this option elsewhere outside of /etc/pam.d/common-password.
* debian/patches/007_modules_pam_unix: drop compatibility handling of
  'max=' no-op; use of this option will now log an error, as warned three
  years ago.
* Bump Standards-Version to 3.9.1.
* Add lintian overrides for a few more spurious warnings.
* debian/patches-applied/no_PATH_MAX_on_hurd: define PATH_MAX for
  compatibility when it's not already set.  Closes: #552043.
* debian/local/pam-auth-update: Don't try to pass embedded newlines to
  debconf; backslash-escape them instead and use CAPB escape.
* debian/local/pam-auth-update: sort additional module options before
  writing them out, so that we don't wind up with a different config file
  on every invocation.  Thanks to Jim Paris <jim@jtan.com> for the patch.
  Closes: #594123.
* debian/libpam-runtime.{postinst,templates}: since 1.1.2-1 is targeted
  for post-squeeze, we don't need to support upgrades from 1.0.1-6 to
  1.0.1-10 anymore.  Drop the debconf error note about having configured
  your system with a lack of authentication, so that translators don't
  spend any more time on it.
* Updated debconf translations:
  - Swedish, thanks to Martin Bagge <brother@bsnet.se> (closes: #575875)

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.
22
21
 
23
22
VPATH = @srcdir@
24
23
pkgdatadir = $(datadir)/@PACKAGE@
 
24
pkglibdir = $(libdir)/@PACKAGE@
25
25
pkgincludedir = $(includedir)/@PACKAGE@
26
 
pkglibdir = $(libdir)/@PACKAGE@
27
 
pkglibexecdir = $(libexecdir)/@PACKAGE@
28
26
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
29
27
install_sh_DATA = $(install_sh) -c -m 644
30
28
install_sh_PROGRAM = $(install_sh) -c
65
63
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
66
64
CONFIG_HEADER = $(top_builddir)/config.h
67
65
CONFIG_CLEAN_FILES =
68
 
CONFIG_CLEAN_VPATH_FILES =
69
66
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
70
67
am__vpath_adj = case $$p in \
71
68
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
72
69
    *) f=$$p;; \
73
70
  esac;
74
 
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
75
 
am__install_max = 40
76
 
am__nobase_strip_setup = \
77
 
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
78
 
am__nobase_strip = \
79
 
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
80
 
am__nobase_list = $(am__nobase_strip_setup); \
81
 
  for p in $$list; do echo "$$p $$p"; done | \
82
 
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
83
 
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
84
 
    if (++n[$$2] == $(am__install_max)) \
85
 
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
86
 
    END { for (dir in files) print dir, files[dir] }'
87
 
am__base_list = \
88
 
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
89
 
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
71
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
90
72
am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)"
 
73
libLTLIBRARIES_INSTALL = $(INSTALL)
91
74
LTLIBRARIES = $(lib_LTLIBRARIES)
92
75
am__DEPENDENCIES_1 =
93
76
@STATIC_MODULES_TRUE@am__DEPENDENCIES_2 = $(shell ls \
110
93
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
111
94
depcomp = $(SHELL) $(top_srcdir)/depcomp
112
95
am__depfiles_maybe = depfiles
113
 
am__mv = mv -f
114
96
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
115
97
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
116
98
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
122
104
        $(LDFLAGS) -o $@
123
105
SOURCES = $(libpam_la_SOURCES)
124
106
DIST_SOURCES = $(libpam_la_SOURCES)
 
107
includeHEADERS_INSTALL = $(INSTALL_HEADER)
125
108
HEADERS = $(include_HEADERS) $(noinst_HEADERS)
126
109
ETAGS = etags
127
110
CTAGS = ctags
136
119
BROWSER = @BROWSER@
137
120
CC = @CC@
138
121
CCDEPMODE = @CCDEPMODE@
 
122
CC_FOR_BUILD = @CC_FOR_BUILD@
139
123
CFLAGS = @CFLAGS@
140
124
CPP = @CPP@
141
125
CPPFLAGS = @CPPFLAGS@
299
283
noinst_HEADERS = pam_prelude.h pam_private.h pam_tokens.h \
300
284
                pam_modutil_private.h pam_static_modules.h
301
285
 
302
 
libpam_la_LDFLAGS = -no-undefined -version-info 82:2:82 \
 
286
libpam_la_LDFLAGS = -no-undefined -version-info 82:3:82 \
303
287
        $(am__append_3)
304
288
libpam_la_LIBADD = @LIBAUDIT@ $(LIBPRELUDE_LIBS) @LIBDL@ \
305
289
        $(am__append_2)
322
306
        @for dep in $?; do \
323
307
          case '$(am__configure_deps)' in \
324
308
            *$$dep*) \
325
 
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
326
 
                && { if test -f $@; then exit 0; else break; fi; }; \
 
309
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
310
                && exit 0; \
327
311
              exit 1;; \
328
312
          esac; \
329
313
        done; \
330
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu libpam/Makefile'; \
331
 
        $(am__cd) $(top_srcdir) && \
332
 
          $(AUTOMAKE) --gnu libpam/Makefile
 
314
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  libpam/Makefile'; \
 
315
        cd $(top_srcdir) && \
 
316
          $(AUTOMAKE) --gnu  libpam/Makefile
333
317
.PRECIOUS: Makefile
334
318
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
335
319
        @case '$?' in \
347
331
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
348
332
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
349
333
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
350
 
$(am__aclocal_m4_deps):
351
334
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
352
335
        @$(NORMAL_INSTALL)
353
336
        test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
354
 
        @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
355
 
        list2=; for p in $$list; do \
 
337
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
356
338
          if test -f $$p; then \
357
 
            list2="$$list2 $$p"; \
 
339
            f=$(am__strip_dir) \
 
340
            echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
 
341
            $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
358
342
          else :; fi; \
359
 
        done; \
360
 
        test -z "$$list2" || { \
361
 
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
362
 
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
363
 
        }
 
343
        done
364
344
 
365
345
uninstall-libLTLIBRARIES:
366
346
        @$(NORMAL_UNINSTALL)
367
 
        @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
368
 
        for p in $$list; do \
369
 
          $(am__strip_dir) \
370
 
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
371
 
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
 
347
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
 
348
          p=$(am__strip_dir) \
 
349
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
 
350
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
372
351
        done
373
352
 
374
353
clean-libLTLIBRARIES:
421
400
 
422
401
.c.o:
423
402
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
424
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
403
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
425
404
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
426
405
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
427
406
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
428
407
 
429
408
.c.obj:
430
409
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
431
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
410
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
432
411
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
433
412
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
434
413
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
435
414
 
436
415
.c.lo:
437
416
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
438
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
417
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
439
418
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
440
419
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
441
420
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
448
427
install-includeHEADERS: $(include_HEADERS)
449
428
        @$(NORMAL_INSTALL)
450
429
        test -z "$(includedir)" || $(MKDIR_P) "$(DESTDIR)$(includedir)"
451
 
        @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
452
 
        for p in $$list; do \
 
430
        @list='$(include_HEADERS)'; for p in $$list; do \
453
431
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
454
 
          echo "$$d$$p"; \
455
 
        done | $(am__base_list) | \
456
 
        while read files; do \
457
 
          echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \
458
 
          $(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"; \
459
435
        done
460
436
 
461
437
uninstall-includeHEADERS:
462
438
        @$(NORMAL_UNINSTALL)
463
 
        @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
464
 
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
465
 
        test -n "$$files" || exit 0; \
466
 
        echo " ( cd '$(DESTDIR)$(includedir)' && rm -f" $$files ")"; \
467
 
        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
468
444
 
469
445
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
470
446
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
471
447
        unique=`for i in $$list; do \
472
448
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
473
449
          done | \
474
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
450
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
475
451
              END { if (nonempty) { for (i in files) print i; }; }'`; \
476
452
        mkid -fID $$unique
477
453
tags: TAGS
478
454
 
479
455
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
480
456
                $(TAGS_FILES) $(LISP)
481
 
        set x; \
 
457
        tags=; \
482
458
        here=`pwd`; \
483
459
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
484
460
        unique=`for i in $$list; do \
486
462
          done | \
487
463
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
488
464
              END { if (nonempty) { for (i in files) print i; }; }'`; \
489
 
        shift; \
490
 
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
465
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
491
466
          test -n "$$unique" || unique=$$empty_fix; \
492
 
          if test $$# -gt 0; then \
493
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
494
 
              "$$@" $$unique; \
495
 
          else \
496
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
497
 
              $$unique; \
498
 
          fi; \
 
467
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
468
            $$tags $$unique; \
499
469
        fi
500
470
ctags: CTAGS
501
471
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
502
472
                $(TAGS_FILES) $(LISP)
 
473
        tags=; \
503
474
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
504
475
        unique=`for i in $$list; do \
505
476
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
506
477
          done | \
507
478
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
508
479
              END { if (nonempty) { for (i in files) print i; }; }'`; \
509
 
        test -z "$(CTAGS_ARGS)$$unique" \
 
480
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
510
481
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
511
 
             $$unique
 
482
             $$tags $$unique
512
483
 
513
484
GTAGS:
514
485
        here=`$(am__cd) $(top_builddir) && pwd` \
515
 
          && $(am__cd) $(top_srcdir) \
516
 
          && gtags -i $(GTAGS_ARGS) "$$here"
 
486
          && cd $(top_srcdir) \
 
487
          && gtags -i $(GTAGS_ARGS) $$here
517
488
 
518
489
distclean-tags:
519
490
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
534
505
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
535
506
          if test -d $$d/$$file; then \
536
507
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
537
 
            if test -d "$(distdir)/$$file"; then \
538
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
539
 
            fi; \
540
508
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
541
 
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
542
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
509
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
543
510
            fi; \
544
 
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
511
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
545
512
          else \
546
 
            test -f "$(distdir)/$$file" \
547
 
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
513
            test -f $(distdir)/$$file \
 
514
            || cp -p $$d/$$file $(distdir)/$$file \
548
515
            || exit 1; \
549
516
          fi; \
550
517
        done
576
543
 
577
544
distclean-generic:
578
545
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
579
 
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
580
546
 
581
547
maintainer-clean-generic:
582
548
        @echo "This command is intended for maintainers to use"
598
564
 
599
565
html: html-am
600
566
 
601
 
html-am:
602
 
 
603
567
info: info-am
604
568
 
605
569
info-am:
608
572
 
609
573
install-dvi: install-dvi-am
610
574
 
611
 
install-dvi-am:
612
 
 
613
575
install-exec-am: install-libLTLIBRARIES
614
576
 
615
577
install-html: install-html-am
616
578
 
617
 
install-html-am:
618
 
 
619
579
install-info: install-info-am
620
580
 
621
 
install-info-am:
622
 
 
623
581
install-man:
624
582
 
625
583
install-pdf: install-pdf-am
626
584
 
627
 
install-pdf-am:
628
 
 
629
585
install-ps: install-ps-am
630
586
 
631
 
install-ps-am:
632
 
 
633
587
installcheck-am:
634
588
 
635
589
maintainer-clean: maintainer-clean-am
669
623
        tags uninstall uninstall-am uninstall-includeHEADERS \
670
624
        uninstall-libLTLIBRARIES
671
625
 
672
 
 
673
626
# Tell versions [3.59,3.63) of GNU make to not export all variables.
674
627
# Otherwise a system limit (for SysV at least) may be exceeded.
675
628
.NOEXPORT: