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

« back to all changes in this revision

Viewing changes to doc/mwg/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.
20
19
#
21
20
VPATH = @srcdir@
22
21
pkgdatadir = $(datadir)/@PACKAGE@
 
22
pkglibdir = $(libdir)/@PACKAGE@
23
23
pkgincludedir = $(includedir)/@PACKAGE@
24
 
pkglibdir = $(libdir)/@PACKAGE@
25
 
pkglibexecdir = $(libexecdir)/@PACKAGE@
26
24
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
27
25
install_sh_DATA = $(install_sh) -c -m 644
28
26
install_sh_PROGRAM = $(install_sh) -c
57
55
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
58
56
CONFIG_HEADER = $(top_builddir)/config.h
59
57
CONFIG_CLEAN_FILES =
60
 
CONFIG_CLEAN_VPATH_FILES =
61
58
SOURCES =
62
59
DIST_SOURCES =
63
60
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
71
68
BROWSER = @BROWSER@
72
69
CC = @CC@
73
70
CCDEPMODE = @CCDEPMODE@
 
71
CC_FOR_BUILD = @CC_FOR_BUILD@
74
72
CFLAGS = @CFLAGS@
75
73
CPP = @CPP@
76
74
CPPFLAGS = @CPPFLAGS@
233
231
        @for dep in $?; do \
234
232
          case '$(am__configure_deps)' in \
235
233
            *$$dep*) \
236
 
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
237
 
                && { if test -f $@; then exit 0; else break; fi; }; \
 
234
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
235
                && exit 0; \
238
236
              exit 1;; \
239
237
          esac; \
240
238
        done; \
241
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu doc/mwg/Makefile'; \
242
 
        $(am__cd) $(top_srcdir) && \
243
 
          $(AUTOMAKE) --gnu doc/mwg/Makefile
 
239
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  doc/mwg/Makefile'; \
 
240
        cd $(top_srcdir) && \
 
241
          $(AUTOMAKE) --gnu  doc/mwg/Makefile
244
242
.PRECIOUS: Makefile
245
243
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
246
244
        @case '$?' in \
258
256
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
259
257
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
260
258
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
261
 
$(am__aclocal_m4_deps):
262
259
 
263
260
mostlyclean-libtool:
264
261
        -rm -f *.lo
288
285
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
289
286
          if test -d $$d/$$file; then \
290
287
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
291
 
            if test -d "$(distdir)/$$file"; then \
292
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
293
 
            fi; \
294
288
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
295
 
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
296
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
289
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
297
290
            fi; \
298
 
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
291
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
299
292
          else \
300
 
            test -f "$(distdir)/$$file" \
301
 
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
293
            test -f $(distdir)/$$file \
 
294
            || cp -p $$d/$$file $(distdir)/$$file \
302
295
            || exit 1; \
303
296
          fi; \
304
297
        done
327
320
 
328
321
distclean-generic:
329
322
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
330
 
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
331
323
 
332
324
maintainer-clean-generic:
333
325
        @echo "This command is intended for maintainers to use"
348
340
 
349
341
html: html-am
350
342
 
351
 
html-am:
352
 
 
353
343
info: info-am
354
344
 
355
345
info-am:
358
348
 
359
349
install-dvi: install-dvi-am
360
350
 
361
 
install-dvi-am:
362
 
 
363
351
install-exec-am:
364
352
 
365
353
install-html: install-html-am
366
354
 
367
 
install-html-am:
368
 
 
369
355
install-info: install-info-am
370
356
 
371
 
install-info-am:
372
 
 
373
357
install-man:
374
358
 
375
359
install-pdf: install-pdf-am
376
360
 
377
 
install-pdf-am:
378
 
 
379
361
install-ps: install-ps-am
380
362
 
381
 
install-ps-am:
382
 
 
383
363
installcheck-am:
384
364
 
385
365
maintainer-clean: maintainer-clean-am
493
473
                $(top_builddir)/Linux-PAM-$(VERSION)/doc/mwg/ || \
494
474
            cp -p $(srcdir)/Linux-PAM_MWG.pdf \
495
475
                $(top_builddir)/Linux-PAM-$(VERSION)/doc/mwg/
496
 
 
497
476
# Tell versions [3.59,3.63) of GNU make to not export all variables.
498
477
# Otherwise a system limit (for SysV at least) may be exceeded.
499
478
.NOEXPORT: