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

« back to all changes in this revision

Viewing changes to extras/gudev/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@
334
323
              exit 1;; \
335
324
          esac; \
336
325
        done; \
337
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign extras/gudev/docs/Makefile'; \
338
 
        $(am__cd) $(top_srcdir) && \
339
 
          $(AUTOMAKE) --foreign extras/gudev/docs/Makefile
 
326
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  extras/gudev/docs/Makefile'; \
 
327
        cd $(top_srcdir) && \
 
328
          $(AUTOMAKE) --foreign  extras/gudev/docs/Makefile
340
329
.PRECIOUS: Makefile
341
330
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
342
331
        @case '$?' in \
354
343
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
355
344
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
356
345
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
357
 
$(am__aclocal_m4_deps):
358
346
version.xml: $(top_builddir)/config.status $(srcdir)/version.xml.in
359
347
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
360
348
 
386
374
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
387
375
          if test -d $$d/$$file; then \
388
376
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
389
 
            if test -d "$(distdir)/$$file"; then \
390
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
391
 
            fi; \
392
377
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
393
 
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
394
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
378
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
395
379
            fi; \
396
 
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
380
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
397
381
          else \
398
 
            test -f "$(distdir)/$$file" \
399
 
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
382
            test -f $(distdir)/$$file \
 
383
            || cp -p $$d/$$file $(distdir)/$$file \
400
384
            || exit 1; \
401
385
          fi; \
402
386
        done
428
412
 
429
413
distclean-generic:
430
414
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
431
 
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
432
415
 
433
416
maintainer-clean-generic:
434
417
        @echo "This command is intended for maintainers to use"
447
430
 
448
431
html: html-am
449
432
 
450
 
html-am:
451
 
 
452
433
info: info-am
453
434
 
454
435
info-am:
457
438
 
458
439
install-dvi: install-dvi-am
459
440
 
460
 
install-dvi-am:
461
 
 
462
441
install-exec-am:
463
442
 
464
443
install-html: install-html-am
465
444
 
466
 
install-html-am:
467
 
 
468
445
install-info: install-info-am
469
446
 
470
 
install-info-am:
471
 
 
472
447
install-man:
473
448
 
474
449
install-pdf: install-pdf-am
475
450
 
476
 
install-pdf-am:
477
 
 
478
451
install-ps: install-ps-am
479
452
 
480
 
install-ps-am:
481
 
 
482
453
installcheck-am:
483
454
 
484
455
maintainer-clean: maintainer-clean-am
666
637
# Comment this out if you want your docs-status tested during 'make check'
667
638
#TESTS_ENVIRONMENT = cd $(srcsrc)
668
639
#TESTS = $(GTKDOC_CHECK)
669
 
 
670
640
# Tell versions [3.59,3.63) of GNU make to not export all variables.
671
641
# Otherwise a system limit (for SysV at least) may be exceeded.
672
642
.NOEXPORT: