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

« back to all changes in this revision

Viewing changes to doc/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.
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
SOURCES =
64
61
DIST_SOURCES =
65
62
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
74
71
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
75
72
    *) f=$$p;; \
76
73
  esac;
77
 
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
78
 
am__install_max = 40
79
 
am__nobase_strip_setup = \
80
 
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
81
 
am__nobase_strip = \
82
 
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
83
 
am__nobase_list = $(am__nobase_strip_setup); \
84
 
  for p in $$list; do echo "$$p $$p"; done | \
85
 
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
86
 
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
87
 
    if (++n[$$2] == $(am__install_max)) \
88
 
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
89
 
    END { for (dir in files) print dir, files[dir] }'
90
 
am__base_list = \
91
 
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
92
 
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
74
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
93
75
am__installdirs = "$(DESTDIR)$(htmldir)"
 
76
dist_htmlDATA_INSTALL = $(INSTALL_DATA)
94
77
DATA = $(dist_html_DATA)
95
78
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
96
79
  distclean-recursive maintainer-clean-recursive
97
 
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
98
 
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
99
 
        distdir
100
80
ETAGS = etags
101
81
CTAGS = ctags
102
82
DIST_SUBDIRS = $(SUBDIRS)
103
83
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
104
 
am__relativize = \
105
 
  dir0=`pwd`; \
106
 
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
107
 
  sed_rest='s,^[^/]*/*,,'; \
108
 
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
109
 
  sed_butlast='s,/*[^/]*$$,,'; \
110
 
  while test -n "$$dir1"; do \
111
 
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
112
 
    if test "$$first" != "."; then \
113
 
      if test "$$first" = ".."; then \
114
 
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
115
 
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
116
 
      else \
117
 
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
118
 
        if test "$$first2" = "$$first"; then \
119
 
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
120
 
        else \
121
 
          dir2="../$$dir2"; \
122
 
        fi; \
123
 
        dir0="$$dir0"/"$$first"; \
124
 
      fi; \
125
 
    fi; \
126
 
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
127
 
  done; \
128
 
  reldir="$$dir2"
129
84
ACLOCAL = @ACLOCAL@
130
85
AMTAR = @AMTAR@
131
86
AR = @AR@
136
91
BROWSER = @BROWSER@
137
92
CC = @CC@
138
93
CCDEPMODE = @CCDEPMODE@
 
94
CC_FOR_BUILD = @CC_FOR_BUILD@
139
95
CFLAGS = @CFLAGS@
140
96
CPP = @CPP@
141
97
CPPFLAGS = @CPPFLAGS@
296
252
        @for dep in $?; do \
297
253
          case '$(am__configure_deps)' in \
298
254
            *$$dep*) \
299
 
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
300
 
                && { if test -f $@; then exit 0; else break; fi; }; \
 
255
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
256
                && exit 0; \
301
257
              exit 1;; \
302
258
          esac; \
303
259
        done; \
304
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu doc/Makefile'; \
305
 
        $(am__cd) $(top_srcdir) && \
306
 
          $(AUTOMAKE) --gnu doc/Makefile
 
260
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  doc/Makefile'; \
 
261
        cd $(top_srcdir) && \
 
262
          $(AUTOMAKE) --gnu  doc/Makefile
307
263
.PRECIOUS: Makefile
308
264
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
309
265
        @case '$?' in \
321
277
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
322
278
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
323
279
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
324
 
$(am__aclocal_m4_deps):
325
280
 
326
281
mostlyclean-libtool:
327
282
        -rm -f *.lo
331
286
install-dist_htmlDATA: $(dist_html_DATA)
332
287
        @$(NORMAL_INSTALL)
333
288
        test -z "$(htmldir)" || $(MKDIR_P) "$(DESTDIR)$(htmldir)"
334
 
        @list='$(dist_html_DATA)'; test -n "$(htmldir)" || list=; \
335
 
        for p in $$list; do \
 
289
        @list='$(dist_html_DATA)'; for p in $$list; do \
336
290
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
337
 
          echo "$$d$$p"; \
338
 
        done | $(am__base_list) | \
339
 
        while read files; do \
340
 
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(htmldir)'"; \
341
 
          $(INSTALL_DATA) $$files "$(DESTDIR)$(htmldir)" || exit $$?; \
 
291
          f=$(am__strip_dir) \
 
292
          echo " $(dist_htmlDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(htmldir)/$$f'"; \
 
293
          $(dist_htmlDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(htmldir)/$$f"; \
342
294
        done
343
295
 
344
296
uninstall-dist_htmlDATA:
345
297
        @$(NORMAL_UNINSTALL)
346
 
        @list='$(dist_html_DATA)'; test -n "$(htmldir)" || list=; \
347
 
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
348
 
        test -n "$$files" || exit 0; \
349
 
        echo " ( cd '$(DESTDIR)$(htmldir)' && rm -f" $$files ")"; \
350
 
        cd "$(DESTDIR)$(htmldir)" && rm -f $$files
 
298
        @list='$(dist_html_DATA)'; for p in $$list; do \
 
299
          f=$(am__strip_dir) \
 
300
          echo " rm -f '$(DESTDIR)$(htmldir)/$$f'"; \
 
301
          rm -f "$(DESTDIR)$(htmldir)/$$f"; \
 
302
        done
351
303
 
352
304
# This directory's subdirectories are mostly independent; you can cd
353
305
# into them and run `make' without going through this Makefile.
373
325
          else \
374
326
            local_target="$$target"; \
375
327
          fi; \
376
 
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
328
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
377
329
          || eval $$failcom; \
378
330
        done; \
379
331
        if test "$$dot_seen" = "no"; then \
407
359
          else \
408
360
            local_target="$$target"; \
409
361
          fi; \
410
 
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
362
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
411
363
          || eval $$failcom; \
412
364
        done && test -z "$$fail"
413
365
tags-recursive:
414
366
        list='$(SUBDIRS)'; for subdir in $$list; do \
415
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
367
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
416
368
        done
417
369
ctags-recursive:
418
370
        list='$(SUBDIRS)'; for subdir in $$list; do \
419
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
371
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
420
372
        done
421
373
 
422
374
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
424
376
        unique=`for i in $$list; do \
425
377
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
426
378
          done | \
427
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
379
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
428
380
              END { if (nonempty) { for (i in files) print i; }; }'`; \
429
381
        mkid -fID $$unique
430
382
tags: TAGS
431
383
 
432
384
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
433
385
                $(TAGS_FILES) $(LISP)
434
 
        set x; \
 
386
        tags=; \
435
387
        here=`pwd`; \
436
388
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
437
389
          include_option=--etags-include; \
443
395
        list='$(SUBDIRS)'; for subdir in $$list; do \
444
396
          if test "$$subdir" = .; then :; else \
445
397
            test ! -f $$subdir/TAGS || \
446
 
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
 
398
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
447
399
          fi; \
448
400
        done; \
449
401
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
452
404
          done | \
453
405
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
454
406
              END { if (nonempty) { for (i in files) print i; }; }'`; \
455
 
        shift; \
456
 
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
407
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
457
408
          test -n "$$unique" || unique=$$empty_fix; \
458
 
          if test $$# -gt 0; then \
459
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
460
 
              "$$@" $$unique; \
461
 
          else \
462
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
463
 
              $$unique; \
464
 
          fi; \
 
409
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
410
            $$tags $$unique; \
465
411
        fi
466
412
ctags: CTAGS
467
413
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
468
414
                $(TAGS_FILES) $(LISP)
 
415
        tags=; \
469
416
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
470
417
        unique=`for i in $$list; do \
471
418
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
472
419
          done | \
473
420
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
474
421
              END { if (nonempty) { for (i in files) print i; }; }'`; \
475
 
        test -z "$(CTAGS_ARGS)$$unique" \
 
422
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
476
423
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
477
 
             $$unique
 
424
             $$tags $$unique
478
425
 
479
426
GTAGS:
480
427
        here=`$(am__cd) $(top_builddir) && pwd` \
481
 
          && $(am__cd) $(top_srcdir) \
482
 
          && gtags -i $(GTAGS_ARGS) "$$here"
 
428
          && cd $(top_srcdir) \
 
429
          && gtags -i $(GTAGS_ARGS) $$here
483
430
 
484
431
distclean-tags:
485
432
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
500
447
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
501
448
          if test -d $$d/$$file; then \
502
449
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
503
 
            if test -d "$(distdir)/$$file"; then \
504
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
505
 
            fi; \
506
450
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
507
 
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
508
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
451
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
509
452
            fi; \
510
 
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
453
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
511
454
          else \
512
 
            test -f "$(distdir)/$$file" \
513
 
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
455
            test -f $(distdir)/$$file \
 
456
            || cp -p $$d/$$file $(distdir)/$$file \
514
457
            || exit 1; \
515
458
          fi; \
516
459
        done
517
 
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
460
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
518
461
          if test "$$subdir" = .; then :; else \
519
462
            test -d "$(distdir)/$$subdir" \
520
463
            || $(MKDIR_P) "$(distdir)/$$subdir" \
521
464
            || exit 1; \
522
 
          fi; \
523
 
        done
524
 
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
525
 
          if test "$$subdir" = .; then :; else \
526
 
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
527
 
            $(am__relativize); \
528
 
            new_distdir=$$reldir; \
529
 
            dir1=$$subdir; dir2="$(top_distdir)"; \
530
 
            $(am__relativize); \
531
 
            new_top_distdir=$$reldir; \
532
 
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
533
 
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
534
 
            ($(am__cd) $$subdir && \
 
465
            distdir=`$(am__cd) $(distdir) && pwd`; \
 
466
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
 
467
            (cd $$subdir && \
535
468
              $(MAKE) $(AM_MAKEFLAGS) \
536
 
                top_distdir="$$new_top_distdir" \
537
 
                distdir="$$new_distdir" \
 
469
                top_distdir="$$top_distdir" \
 
470
                distdir="$$distdir/$$subdir" \
538
471
                am__remove_distdir=: \
539
472
                am__skip_length_check=: \
540
 
                am__skip_mode_fix=: \
541
473
                distdir) \
542
474
              || exit 1; \
543
475
          fi; \
571
503
 
572
504
distclean-generic:
573
505
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
574
 
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
575
506
 
576
507
maintainer-clean-generic:
577
508
        @echo "This command is intended for maintainers to use"
590
521
 
591
522
html: html-recursive
592
523
 
593
 
html-am:
594
 
 
595
524
info: info-recursive
596
525
 
597
526
info-am:
600
529
 
601
530
install-dvi: install-dvi-recursive
602
531
 
603
 
install-dvi-am:
604
 
 
605
532
install-exec-am:
606
533
 
607
534
install-html: install-html-recursive
608
535
 
609
 
install-html-am:
610
 
 
611
536
install-info: install-info-recursive
612
537
 
613
 
install-info-am:
614
 
 
615
538
install-man:
616
539
 
617
540
install-pdf: install-pdf-recursive
618
541
 
619
 
install-pdf-am:
620
 
 
621
542
install-ps: install-ps-recursive
622
543
 
623
 
install-ps-am:
624
 
 
625
544
installcheck-am:
626
545
 
627
546
maintainer-clean: maintainer-clean-recursive
642
561
 
643
562
uninstall-am: uninstall-dist_htmlDATA
644
563
 
645
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
646
 
        install-am install-strip tags-recursive
 
564
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
 
565
        install-strip
647
566
 
648
567
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
649
568
        all all-am check check-am clean clean-generic clean-libtool \
672
591
        make -C sag releasedocs
673
592
        make -C adg releasedocs
674
593
        make -C mwg releasedocs
675
 
 
676
594
# Tell versions [3.59,3.63) of GNU make to not export all variables.
677
595
# Otherwise a system limit (for SysV at least) may be exceeded.
678
596
.NOEXPORT: