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

« back to all changes in this revision

Viewing changes to examples/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.
21
20
 
22
21
VPATH = @srcdir@
23
22
pkgdatadir = $(datadir)/@PACKAGE@
 
23
pkglibdir = $(libdir)/@PACKAGE@
24
24
pkgincludedir = $(includedir)/@PACKAGE@
25
 
pkglibdir = $(libdir)/@PACKAGE@
26
 
pkglibexecdir = $(libexecdir)/@PACKAGE@
27
25
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
28
26
install_sh_DATA = $(install_sh) -c -m 644
29
27
install_sh_PROGRAM = $(install_sh) -c
60
58
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
61
59
CONFIG_HEADER = $(top_builddir)/config.h
62
60
CONFIG_CLEAN_FILES =
63
 
CONFIG_CLEAN_VPATH_FILES =
64
61
PROGRAMS = $(noinst_PROGRAMS)
65
62
blank_SOURCES = blank.c
66
63
blank_OBJECTS = blank.$(OBJEXT)
81
78
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
82
79
depcomp = $(SHELL) $(top_srcdir)/depcomp
83
80
am__depfiles_maybe = depfiles
84
 
am__mv = mv -f
85
81
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
86
82
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
87
83
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
106
102
BROWSER = @BROWSER@
107
103
CC = @CC@
108
104
CCDEPMODE = @CCDEPMODE@
 
105
CC_FOR_BUILD = @CC_FOR_BUILD@
109
106
CFLAGS = @CFLAGS@
110
107
CPP = @CPP@
111
108
CPPFLAGS = @CPPFLAGS@
272
269
        @for dep in $?; do \
273
270
          case '$(am__configure_deps)' in \
274
271
            *$$dep*) \
275
 
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
276
 
                && { if test -f $@; then exit 0; else break; fi; }; \
 
272
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
273
                && exit 0; \
277
274
              exit 1;; \
278
275
          esac; \
279
276
        done; \
280
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu examples/Makefile'; \
281
 
        $(am__cd) $(top_srcdir) && \
282
 
          $(AUTOMAKE) --gnu examples/Makefile
 
277
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  examples/Makefile'; \
 
278
        cd $(top_srcdir) && \
 
279
          $(AUTOMAKE) --gnu  examples/Makefile
283
280
.PRECIOUS: Makefile
284
281
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
285
282
        @case '$?' in \
297
294
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
298
295
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
299
296
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
300
 
$(am__aclocal_m4_deps):
301
297
 
302
298
clean-noinstPROGRAMS:
303
 
        @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
304
 
        echo " rm -f" $$list; \
305
 
        rm -f $$list || exit $$?; \
306
 
        test -n "$(EXEEXT)" || exit 0; \
307
 
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
308
 
        echo " rm -f" $$list; \
309
 
        rm -f $$list
 
299
        @list='$(noinst_PROGRAMS)'; for p in $$list; do \
 
300
          f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
 
301
          echo " rm -f $$p $$f"; \
 
302
          rm -f $$p $$f ; \
 
303
        done
310
304
blank$(EXEEXT): $(blank_OBJECTS) $(blank_DEPENDENCIES) 
311
305
        @rm -f blank$(EXEEXT)
312
306
        $(LINK) $(blank_OBJECTS) $(blank_LDADD) $(LIBS)
333
327
 
334
328
.c.o:
335
329
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
336
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
330
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
337
331
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
338
332
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
339
333
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
340
334
 
341
335
.c.obj:
342
336
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
343
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
337
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
344
338
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
345
339
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
346
340
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
347
341
 
348
342
.c.lo:
349
343
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
350
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
344
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
351
345
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
352
346
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
353
347
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
363
357
        unique=`for i in $$list; do \
364
358
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
365
359
          done | \
366
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
360
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
367
361
              END { if (nonempty) { for (i in files) print i; }; }'`; \
368
362
        mkid -fID $$unique
369
363
tags: TAGS
370
364
 
371
365
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
372
366
                $(TAGS_FILES) $(LISP)
373
 
        set x; \
 
367
        tags=; \
374
368
        here=`pwd`; \
375
369
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
376
370
        unique=`for i in $$list; do \
378
372
          done | \
379
373
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
380
374
              END { if (nonempty) { for (i in files) print i; }; }'`; \
381
 
        shift; \
382
 
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
375
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
383
376
          test -n "$$unique" || unique=$$empty_fix; \
384
 
          if test $$# -gt 0; then \
385
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
386
 
              "$$@" $$unique; \
387
 
          else \
388
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
389
 
              $$unique; \
390
 
          fi; \
 
377
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
378
            $$tags $$unique; \
391
379
        fi
392
380
ctags: CTAGS
393
381
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
394
382
                $(TAGS_FILES) $(LISP)
 
383
        tags=; \
395
384
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
396
385
        unique=`for i in $$list; do \
397
386
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
398
387
          done | \
399
388
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
400
389
              END { if (nonempty) { for (i in files) print i; }; }'`; \
401
 
        test -z "$(CTAGS_ARGS)$$unique" \
 
390
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
402
391
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
403
 
             $$unique
 
392
             $$tags $$unique
404
393
 
405
394
GTAGS:
406
395
        here=`$(am__cd) $(top_builddir) && pwd` \
407
 
          && $(am__cd) $(top_srcdir) \
408
 
          && gtags -i $(GTAGS_ARGS) "$$here"
 
396
          && cd $(top_srcdir) \
 
397
          && gtags -i $(GTAGS_ARGS) $$here
409
398
 
410
399
distclean-tags:
411
400
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
426
415
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
427
416
          if test -d $$d/$$file; then \
428
417
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
429
 
            if test -d "$(distdir)/$$file"; then \
430
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
431
 
            fi; \
432
418
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
433
 
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
434
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
419
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
435
420
            fi; \
436
 
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
421
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
437
422
          else \
438
 
            test -f "$(distdir)/$$file" \
439
 
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
423
            test -f $(distdir)/$$file \
 
424
            || cp -p $$d/$$file $(distdir)/$$file \
440
425
            || exit 1; \
441
426
          fi; \
442
427
        done
465
450
 
466
451
distclean-generic:
467
452
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
468
 
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
469
453
 
470
454
maintainer-clean-generic:
471
455
        @echo "This command is intended for maintainers to use"
487
471
 
488
472
html: html-am
489
473
 
490
 
html-am:
491
 
 
492
474
info: info-am
493
475
 
494
476
info-am:
497
479
 
498
480
install-dvi: install-dvi-am
499
481
 
500
 
install-dvi-am:
501
 
 
502
482
install-exec-am:
503
483
 
504
484
install-html: install-html-am
505
485
 
506
 
install-html-am:
507
 
 
508
486
install-info: install-info-am
509
487
 
510
 
install-info-am:
511
 
 
512
488
install-man:
513
489
 
514
490
install-pdf: install-pdf-am
515
491
 
516
 
install-pdf-am:
517
 
 
518
492
install-ps: install-ps-am
519
493
 
520
 
install-ps-am:
521
 
 
522
494
installcheck-am:
523
495
 
524
496
maintainer-clean: maintainer-clean-am
556
528
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
557
529
        pdf pdf-am ps ps-am tags uninstall uninstall-am
558
530
 
559
 
 
560
531
# Tell versions [3.59,3.63) of GNU make to not export all variables.
561
532
# Otherwise a system limit (for SysV at least) may be exceeded.
562
533
.NOEXPORT: