~juanje/udev/udev-acls-android

« 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-23 14:22:52 UTC
  • Revision ID: james.westby@ubuntu.com-20090923142252-rr400v5xf364lb73
Tags: 147~-5
* debian/udev.initramfs-top:
  - Rename from udev.initramfs-bottom and move from local-premount to
    init-top
  - Add a pre-requisite on all_generic_ide so that gets a chance before
    we load IDE devices.
* rules/rules.d/80-drivers.rules:
  - load the fbcon driver when a framebuffer is created.
    LP: #392039, #431812.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.2 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11 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  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
6
# Inc.
6
7
# This Makefile.in is free software; the Free Software Foundation
7
8
# gives unlimited permission to copy and/or distribute it,
8
9
# with or without modifications, as long as this notice is preserved.
21
22
####################################
22
23
VPATH = @srcdir@
23
24
pkgdatadir = $(datadir)/@PACKAGE@
 
25
pkgincludedir = $(includedir)/@PACKAGE@
24
26
pkglibdir = $(libdir)/@PACKAGE@
25
 
pkgincludedir = $(includedir)/@PACKAGE@
 
27
pkglibexecdir = $(libexecdir)/@PACKAGE@
26
28
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
27
29
install_sh_DATA = $(install_sh) -c -m 644
28
30
install_sh_PROGRAM = $(install_sh) -c
50
52
mkinstalldirs = $(install_sh) -d
51
53
CONFIG_HEADER = $(top_builddir)/config.h
52
54
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 = @
53
62
SOURCES =
54
63
DIST_SOURCES =
55
64
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
56
65
ACLOCAL = @ACLOCAL@
57
66
AMTAR = @AMTAR@
 
67
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
58
68
AR = @AR@
59
69
AUTOCONF = @AUTOCONF@
60
70
AUTOHEADER = @AUTOHEADER@
117
127
PACKAGE_NAME = @PACKAGE_NAME@
118
128
PACKAGE_STRING = @PACKAGE_STRING@
119
129
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
130
PACKAGE_URL = @PACKAGE_URL@
120
131
PACKAGE_VERSION = @PACKAGE_VERSION@
121
132
PATH_SEPARATOR = @PATH_SEPARATOR@
122
133
PCI_DATABASE = @PCI_DATABASE@
315
326
              exit 1;; \
316
327
          esac; \
317
328
        done; \
318
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  libudev/docs/Makefile'; \
319
 
        cd $(top_srcdir) && \
320
 
          $(AUTOMAKE) --foreign  libudev/docs/Makefile
 
329
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign libudev/docs/Makefile'; \
 
330
        $(am__cd) $(top_srcdir) && \
 
331
          $(AUTOMAKE) --foreign libudev/docs/Makefile
321
332
.PRECIOUS: Makefile
322
333
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
323
334
        @case '$?' in \
335
346
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
336
347
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
337
348
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
349
$(am__aclocal_m4_deps):
338
350
version.xml: $(top_builddir)/config.status $(srcdir)/version.xml.in
339
351
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
340
352
 
366
378
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
367
379
          if test -d $$d/$$file; then \
368
380
            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; \
369
384
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
370
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
385
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
386
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
371
387
            fi; \
372
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
388
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
373
389
          else \
374
 
            test -f $(distdir)/$$file \
375
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
390
            test -f "$(distdir)/$$file" \
 
391
            || cp -p $$d/$$file "$(distdir)/$$file" \
376
392
            || exit 1; \
377
393
          fi; \
378
394
        done
404
420
 
405
421
distclean-generic:
406
422
        -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)
407
424
 
408
425
maintainer-clean-generic:
409
426
        @echo "This command is intended for maintainers to use"
422
439
 
423
440
html: html-am
424
441
 
 
442
html-am:
 
443
 
425
444
info: info-am
426
445
 
427
446
info-am:
430
449
 
431
450
install-dvi: install-dvi-am
432
451
 
 
452
install-dvi-am:
 
453
 
433
454
install-exec-am:
434
455
 
435
456
install-html: install-html-am
436
457
 
 
458
install-html-am:
 
459
 
437
460
install-info: install-info-am
438
461
 
 
462
install-info-am:
 
463
 
439
464
install-man:
440
465
 
441
466
install-pdf: install-pdf-am
442
467
 
 
468
install-pdf-am:
 
469
 
443
470
install-ps: install-ps-am
444
471
 
 
472
install-ps-am:
 
473
 
445
474
installcheck-am:
446
475
 
447
476
maintainer-clean: maintainer-clean-am
629
658
# Comment this out if you want your docs-status tested during 'make check'
630
659
#TESTS_ENVIRONMENT = cd $(srcsrc)
631
660
#TESTS = $(GTKDOC_CHECK)
 
661
 
632
662
# Tell versions [3.59,3.63) of GNU make to not export all variables.
633
663
# Otherwise a system limit (for SysV at least) may be exceeded.
634
664
.NOEXPORT: