~ubuntu-branches/ubuntu/karmic/udev/karmic-updates

« back to all changes in this revision

Viewing changes to libudev/docs/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Scott James Remnant
  • Date: 2009-09-22 22:45:39 UTC
  • Revision ID: james.westby@ubuntu.com-20090922224539-2djdpm3u7g9jt6aq
Tags: 147~-4
* Update to GIT HEAD (still pre 147 release):
  - fix signal mask harder.  LP: #407428, #434852.

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.2 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
52
50
mkinstalldirs = $(install_sh) -d
53
51
CONFIG_HEADER = $(top_builddir)/config.h
54
52
CONFIG_CLEAN_FILES = version.xml
55
 
CONFIG_CLEAN_VPATH_FILES =
56
 
AM_V_GEN = $(am__v_GEN_$(V))
57
 
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
58
 
am__v_GEN_0 = @echo "  GEN   " $@;
59
 
AM_V_at = $(am__v_at_$(V))
60
 
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
61
 
am__v_at_0 = @
62
53
SOURCES =
63
54
DIST_SOURCES =
64
55
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
65
56
ACLOCAL = @ACLOCAL@
66
57
AMTAR = @AMTAR@
67
 
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
68
58
AR = @AR@
69
59
AUTOCONF = @AUTOCONF@
70
60
AUTOHEADER = @AUTOHEADER@
127
117
PACKAGE_NAME = @PACKAGE_NAME@
128
118
PACKAGE_STRING = @PACKAGE_STRING@
129
119
PACKAGE_TARNAME = @PACKAGE_TARNAME@
130
 
PACKAGE_URL = @PACKAGE_URL@
131
120
PACKAGE_VERSION = @PACKAGE_VERSION@
132
121
PATH_SEPARATOR = @PATH_SEPARATOR@
133
122
PCI_DATABASE = @PCI_DATABASE@
326
315
              exit 1;; \
327
316
          esac; \
328
317
        done; \
329
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign libudev/docs/Makefile'; \
330
 
        $(am__cd) $(top_srcdir) && \
331
 
          $(AUTOMAKE) --foreign libudev/docs/Makefile
 
318
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  libudev/docs/Makefile'; \
 
319
        cd $(top_srcdir) && \
 
320
          $(AUTOMAKE) --foreign  libudev/docs/Makefile
332
321
.PRECIOUS: Makefile
333
322
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
334
323
        @case '$?' in \
346
335
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
347
336
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
348
337
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
349
 
$(am__aclocal_m4_deps):
350
338
version.xml: $(top_builddir)/config.status $(srcdir)/version.xml.in
351
339
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
352
340
 
378
366
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
379
367
          if test -d $$d/$$file; then \
380
368
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
381
 
            if test -d "$(distdir)/$$file"; then \
382
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
383
 
            fi; \
384
369
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
385
 
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
386
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
370
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
387
371
            fi; \
388
 
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
372
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
389
373
          else \
390
 
            test -f "$(distdir)/$$file" \
391
 
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
374
            test -f $(distdir)/$$file \
 
375
            || cp -p $$d/$$file $(distdir)/$$file \
392
376
            || exit 1; \
393
377
          fi; \
394
378
        done
420
404
 
421
405
distclean-generic:
422
406
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
423
 
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
424
407
 
425
408
maintainer-clean-generic:
426
409
        @echo "This command is intended for maintainers to use"
439
422
 
440
423
html: html-am
441
424
 
442
 
html-am:
443
 
 
444
425
info: info-am
445
426
 
446
427
info-am:
449
430
 
450
431
install-dvi: install-dvi-am
451
432
 
452
 
install-dvi-am:
453
 
 
454
433
install-exec-am:
455
434
 
456
435
install-html: install-html-am
457
436
 
458
 
install-html-am:
459
 
 
460
437
install-info: install-info-am
461
438
 
462
 
install-info-am:
463
 
 
464
439
install-man:
465
440
 
466
441
install-pdf: install-pdf-am
467
442
 
468
 
install-pdf-am:
469
 
 
470
443
install-ps: install-ps-am
471
444
 
472
 
install-ps-am:
473
 
 
474
445
installcheck-am:
475
446
 
476
447
maintainer-clean: maintainer-clean-am
658
629
# Comment this out if you want your docs-status tested during 'make check'
659
630
#TESTS_ENVIRONMENT = cd $(srcsrc)
660
631
#TESTS = $(GTKDOC_CHECK)
661
 
 
662
632
# Tell versions [3.59,3.63) of GNU make to not export all variables.
663
633
# Otherwise a system limit (for SysV at least) may be exceeded.
664
634
.NOEXPORT: