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

« back to all changes in this revision

Viewing changes to modules/pam_filter/upperLOWER/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
59
57
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
60
58
CONFIG_HEADER = $(top_builddir)/config.h
61
59
CONFIG_CLEAN_FILES =
62
 
CONFIG_CLEAN_VPATH_FILES =
63
60
am__installdirs = "$(DESTDIR)$(securelibfilterdir)"
 
61
securelibfilterPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
64
62
PROGRAMS = $(securelibfilter_PROGRAMS)
65
63
upperLOWER_SOURCES = upperLOWER.c
66
64
upperLOWER_OBJECTS = upperLOWER.$(OBJEXT)
69
67
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
70
68
depcomp = $(SHELL) $(top_srcdir)/depcomp
71
69
am__depfiles_maybe = depfiles
72
 
am__mv = mv -f
73
70
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
74
71
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
75
72
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
94
91
BROWSER = @BROWSER@
95
92
CC = @CC@
96
93
CCDEPMODE = @CCDEPMODE@
 
94
CC_FOR_BUILD = @CC_FOR_BUILD@
97
95
CFLAGS = @CFLAGS@
98
96
CPP = @CPP@
99
97
CPPFLAGS = @CPPFLAGS@
259
257
        @for dep in $?; do \
260
258
          case '$(am__configure_deps)' in \
261
259
            *$$dep*) \
262
 
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
263
 
                && { if test -f $@; then exit 0; else break; fi; }; \
 
260
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
261
                && exit 0; \
264
262
              exit 1;; \
265
263
          esac; \
266
264
        done; \
267
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu modules/pam_filter/upperLOWER/Makefile'; \
268
 
        $(am__cd) $(top_srcdir) && \
269
 
          $(AUTOMAKE) --gnu modules/pam_filter/upperLOWER/Makefile
 
265
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  modules/pam_filter/upperLOWER/Makefile'; \
 
266
        cd $(top_srcdir) && \
 
267
          $(AUTOMAKE) --gnu  modules/pam_filter/upperLOWER/Makefile
270
268
.PRECIOUS: Makefile
271
269
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
272
270
        @case '$?' in \
284
282
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
285
283
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
286
284
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
287
 
$(am__aclocal_m4_deps):
288
285
install-securelibfilterPROGRAMS: $(securelibfilter_PROGRAMS)
289
286
        @$(NORMAL_INSTALL)
290
287
        test -z "$(securelibfilterdir)" || $(MKDIR_P) "$(DESTDIR)$(securelibfilterdir)"
291
 
        @list='$(securelibfilter_PROGRAMS)'; test -n "$(securelibfilterdir)" || list=; \
292
 
        for p in $$list; do echo "$$p $$p"; done | \
293
 
        sed 's/$(EXEEXT)$$//' | \
294
 
        while read p p1; do if test -f $$p || test -f $$p1; \
295
 
          then echo "$$p"; echo "$$p"; else :; fi; \
296
 
        done | \
297
 
        sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
298
 
            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
299
 
        sed 'N;N;N;s,\n, ,g' | \
300
 
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
301
 
          { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
302
 
            if ($$2 == $$4) files[d] = files[d] " " $$1; \
303
 
            else { print "f", $$3 "/" $$4, $$1; } } \
304
 
          END { for (d in files) print "f", d, files[d] }' | \
305
 
        while read type dir files; do \
306
 
            if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
307
 
            test -z "$$files" || { \
308
 
            echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(securelibfilterdir)$$dir'"; \
309
 
            $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(securelibfilterdir)$$dir" || exit $$?; \
310
 
            } \
311
 
        ; done
 
288
        @list='$(securelibfilter_PROGRAMS)'; for p in $$list; do \
 
289
          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
 
290
          if test -f $$p \
 
291
             || test -f $$p1 \
 
292
          ; then \
 
293
            f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
 
294
           echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(securelibfilterPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(securelibfilterdir)/$$f'"; \
 
295
           $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(securelibfilterPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(securelibfilterdir)/$$f" || exit 1; \
 
296
          else :; fi; \
 
297
        done
312
298
 
313
299
uninstall-securelibfilterPROGRAMS:
314
300
        @$(NORMAL_UNINSTALL)
315
 
        @list='$(securelibfilter_PROGRAMS)'; test -n "$(securelibfilterdir)" || list=; \
316
 
        files=`for p in $$list; do echo "$$p"; done | \
317
 
          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
318
 
              -e 's/$$/$(EXEEXT)/' `; \
319
 
        test -n "$$list" || exit 0; \
320
 
        echo " ( cd '$(DESTDIR)$(securelibfilterdir)' && rm -f" $$files ")"; \
321
 
        cd "$(DESTDIR)$(securelibfilterdir)" && rm -f $$files
 
301
        @list='$(securelibfilter_PROGRAMS)'; for p in $$list; do \
 
302
          f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
 
303
          echo " rm -f '$(DESTDIR)$(securelibfilterdir)/$$f'"; \
 
304
          rm -f "$(DESTDIR)$(securelibfilterdir)/$$f"; \
 
305
        done
322
306
 
323
307
clean-securelibfilterPROGRAMS:
324
 
        @list='$(securelibfilter_PROGRAMS)'; test -n "$$list" || exit 0; \
325
 
        echo " rm -f" $$list; \
326
 
        rm -f $$list || exit $$?; \
327
 
        test -n "$(EXEEXT)" || exit 0; \
328
 
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
329
 
        echo " rm -f" $$list; \
330
 
        rm -f $$list
 
308
        @list='$(securelibfilter_PROGRAMS)'; for p in $$list; do \
 
309
          f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
 
310
          echo " rm -f $$p $$f"; \
 
311
          rm -f $$p $$f ; \
 
312
        done
331
313
upperLOWER$(EXEEXT): $(upperLOWER_OBJECTS) $(upperLOWER_DEPENDENCIES) 
332
314
        @rm -f upperLOWER$(EXEEXT)
333
315
        $(LINK) $(upperLOWER_OBJECTS) $(upperLOWER_LDADD) $(LIBS)
342
324
 
343
325
.c.o:
344
326
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
345
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
327
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
346
328
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
347
329
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
348
330
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
349
331
 
350
332
.c.obj:
351
333
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
352
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
334
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
353
335
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
354
336
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
355
337
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
356
338
 
357
339
.c.lo:
358
340
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
359
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
341
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
360
342
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
361
343
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
362
344
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
372
354
        unique=`for i in $$list; do \
373
355
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
374
356
          done | \
375
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
357
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
376
358
              END { if (nonempty) { for (i in files) print i; }; }'`; \
377
359
        mkid -fID $$unique
378
360
tags: TAGS
379
361
 
380
362
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
381
363
                $(TAGS_FILES) $(LISP)
382
 
        set x; \
 
364
        tags=; \
383
365
        here=`pwd`; \
384
366
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
385
367
        unique=`for i in $$list; do \
387
369
          done | \
388
370
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
389
371
              END { if (nonempty) { for (i in files) print i; }; }'`; \
390
 
        shift; \
391
 
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
372
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
392
373
          test -n "$$unique" || unique=$$empty_fix; \
393
 
          if test $$# -gt 0; then \
394
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
395
 
              "$$@" $$unique; \
396
 
          else \
397
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
398
 
              $$unique; \
399
 
          fi; \
 
374
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
375
            $$tags $$unique; \
400
376
        fi
401
377
ctags: CTAGS
402
378
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
403
379
                $(TAGS_FILES) $(LISP)
 
380
        tags=; \
404
381
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
405
382
        unique=`for i in $$list; do \
406
383
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
407
384
          done | \
408
385
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
409
386
              END { if (nonempty) { for (i in files) print i; }; }'`; \
410
 
        test -z "$(CTAGS_ARGS)$$unique" \
 
387
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
411
388
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
412
 
             $$unique
 
389
             $$tags $$unique
413
390
 
414
391
GTAGS:
415
392
        here=`$(am__cd) $(top_builddir) && pwd` \
416
 
          && $(am__cd) $(top_srcdir) \
417
 
          && gtags -i $(GTAGS_ARGS) "$$here"
 
393
          && cd $(top_srcdir) \
 
394
          && gtags -i $(GTAGS_ARGS) $$here
418
395
 
419
396
distclean-tags:
420
397
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
435
412
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
436
413
          if test -d $$d/$$file; then \
437
414
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
438
 
            if test -d "$(distdir)/$$file"; then \
439
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
440
 
            fi; \
441
415
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
442
 
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
443
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
416
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
444
417
            fi; \
445
 
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
418
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
446
419
          else \
447
 
            test -f "$(distdir)/$$file" \
448
 
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
420
            test -f $(distdir)/$$file \
 
421
            || cp -p $$d/$$file $(distdir)/$$file \
449
422
            || exit 1; \
450
423
          fi; \
451
424
        done
477
450
 
478
451
distclean-generic:
479
452
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
480
 
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
481
453
 
482
454
maintainer-clean-generic:
483
455
        @echo "This command is intended for maintainers to use"
499
471
 
500
472
html: html-am
501
473
 
502
 
html-am:
503
 
 
504
474
info: info-am
505
475
 
506
476
info-am:
509
479
 
510
480
install-dvi: install-dvi-am
511
481
 
512
 
install-dvi-am:
513
 
 
514
482
install-exec-am:
515
483
 
516
484
install-html: install-html-am
517
485
 
518
 
install-html-am:
519
 
 
520
486
install-info: install-info-am
521
487
 
522
 
install-info-am:
523
 
 
524
488
install-man:
525
489
 
526
490
install-pdf: install-pdf-am
527
491
 
528
 
install-pdf-am:
529
 
 
530
492
install-ps: install-ps-am
531
493
 
532
 
install-ps-am:
533
 
 
534
494
installcheck-am:
535
495
 
536
496
maintainer-clean: maintainer-clean-am
569
529
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
570
530
        tags uninstall uninstall-am uninstall-securelibfilterPROGRAMS
571
531
 
572
 
 
573
532
# Tell versions [3.59,3.63) of GNU make to not export all variables.
574
533
# Otherwise a system limit (for SysV at least) may be exceeded.
575
534
.NOEXPORT: