~ubuntu-branches/ubuntu/lucid/hal/lucid-proposed

« back to all changes in this revision

Viewing changes to doc/api/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2009-12-03 01:21:24 UTC
  • mto: (1.1.18 squeeze)
  • mto: This revision was merged to the branch mainline in revision 165.
  • Revision ID: james.westby@ubuntu.com-20091203012124-3573qknop973uvc2
Tags: upstream-0.5.14
ImportĀ upstreamĀ versionĀ 0.5.14

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.
15
16
@SET_MAKE@
16
17
VPATH = @srcdir@
17
18
pkgdatadir = $(datadir)/@PACKAGE@
 
19
pkgincludedir = $(includedir)/@PACKAGE@
18
20
pkglibdir = $(libdir)/@PACKAGE@
19
 
pkgincludedir = $(includedir)/@PACKAGE@
 
21
pkglibexecdir = $(libexecdir)/@PACKAGE@
20
22
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
21
23
install_sh_DATA = $(install_sh) -c -m 644
22
24
install_sh_PROGRAM = $(install_sh) -c
41
43
mkinstalldirs = $(install_sh) -d
42
44
CONFIG_HEADER = $(top_builddir)/config.h
43
45
CONFIG_CLEAN_FILES =
 
46
CONFIG_CLEAN_VPATH_FILES =
 
47
AM_V_GEN = $(am__v_GEN_$(V))
 
48
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
 
49
am__v_GEN_0 = @echo "  GEN   " $@;
 
50
AM_V_at = $(am__v_at_$(V))
 
51
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 
52
am__v_at_0 = @
44
53
SOURCES =
45
54
DIST_SOURCES =
46
55
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
52
61
        ps-recursive uninstall-recursive
53
62
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
54
63
  distclean-recursive maintainer-clean-recursive
 
64
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
65
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
66
        distdir
55
67
ETAGS = etags
56
68
CTAGS = ctags
57
69
DIST_SUBDIRS = $(SUBDIRS)
58
70
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
71
am__relativize = \
 
72
  dir0=`pwd`; \
 
73
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
74
  sed_rest='s,^[^/]*/*,,'; \
 
75
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
76
  sed_butlast='s,/*[^/]*$$,,'; \
 
77
  while test -n "$$dir1"; do \
 
78
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
79
    if test "$$first" != "."; then \
 
80
      if test "$$first" = ".."; then \
 
81
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
82
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
83
      else \
 
84
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
85
        if test "$$first2" = "$$first"; then \
 
86
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
87
        else \
 
88
          dir2="../$$dir2"; \
 
89
        fi; \
 
90
        dir0="$$dir0"/"$$first"; \
 
91
      fi; \
 
92
    fi; \
 
93
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
94
  done; \
 
95
  reldir="$$dir2"
59
96
ACLOCAL = @ACLOCAL@
60
97
ACPI_ACPID = @ACPI_ACPID@
61
98
ACPI_PROC = @ACPI_PROC@
62
99
AMTAR = @AMTAR@
 
100
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
63
101
AR = @AR@
64
102
AUTOCONF = @AUTOCONF@
65
103
AUTOHEADER = @AUTOHEADER@
116
154
LIBOBJS = @LIBOBJS@
117
155
LIBS = @LIBS@
118
156
LIBTOOL = @LIBTOOL@
 
157
LIBUSB20_LIBS = @LIBUSB20_LIBS@
119
158
LINUX_INPUT_H = @LINUX_INPUT_H@
120
159
LIPO = @LIPO@
121
160
LN_S = @LN_S@
138
177
PACKAGE_NAME = @PACKAGE_NAME@
139
178
PACKAGE_STRING = @PACKAGE_STRING@
140
179
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
180
PACKAGE_URL = @PACKAGE_URL@
141
181
PACKAGE_VERSION = @PACKAGE_VERSION@
142
182
PARTED_CFLAGS = @PARTED_CFLAGS@
143
183
PARTED_LIBS = @PARTED_LIBS@
158
198
USE_PNP_IDS = @USE_PNP_IDS@
159
199
USE_USB_IDS = @USE_USB_IDS@
160
200
VERSION = @VERSION@
 
201
VOLUME_ID_CFLAGS = @VOLUME_ID_CFLAGS@
 
202
VOLUME_ID_LIBS = @VOLUME_ID_LIBS@
161
203
XMLLINT = @XMLLINT@
162
204
XMLTO = @XMLTO@
163
205
abs_builddir = @abs_builddir@
232
274
              exit 1;; \
233
275
          esac; \
234
276
        done; \
235
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  doc/api/Makefile'; \
236
 
        cd $(top_srcdir) && \
237
 
          $(AUTOMAKE) --gnu  doc/api/Makefile
 
277
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu doc/api/Makefile'; \
 
278
        $(am__cd) $(top_srcdir) && \
 
279
          $(AUTOMAKE) --gnu doc/api/Makefile
238
280
.PRECIOUS: Makefile
239
281
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
240
282
        @case '$?' in \
252
294
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
253
295
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
254
296
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
297
$(am__aclocal_m4_deps):
255
298
 
256
299
mostlyclean-libtool:
257
300
        -rm -f *.lo
283
326
          else \
284
327
            local_target="$$target"; \
285
328
          fi; \
286
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
329
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
287
330
          || eval $$failcom; \
288
331
        done; \
289
332
        if test "$$dot_seen" = "no"; then \
317
360
          else \
318
361
            local_target="$$target"; \
319
362
          fi; \
320
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
363
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
321
364
          || eval $$failcom; \
322
365
        done && test -z "$$fail"
323
366
tags-recursive:
324
367
        list='$(SUBDIRS)'; for subdir in $$list; do \
325
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
368
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
326
369
        done
327
370
ctags-recursive:
328
371
        list='$(SUBDIRS)'; for subdir in $$list; do \
329
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
372
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
330
373
        done
331
374
 
332
375
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
341
384
 
342
385
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
343
386
                $(TAGS_FILES) $(LISP)
344
 
        tags=; \
 
387
        set x; \
345
388
        here=`pwd`; \
346
389
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
347
390
          include_option=--etags-include; \
353
396
        list='$(SUBDIRS)'; for subdir in $$list; do \
354
397
          if test "$$subdir" = .; then :; else \
355
398
            test ! -f $$subdir/TAGS || \
356
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
399
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
357
400
          fi; \
358
401
        done; \
359
402
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
362
405
          done | \
363
406
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
364
407
              END { if (nonempty) { for (i in files) print i; }; }'`; \
365
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
408
        shift; \
 
409
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
366
410
          test -n "$$unique" || unique=$$empty_fix; \
367
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
368
 
            $$tags $$unique; \
 
411
          if test $$# -gt 0; then \
 
412
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
413
              "$$@" $$unique; \
 
414
          else \
 
415
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
416
              $$unique; \
 
417
          fi; \
369
418
        fi
370
419
ctags: CTAGS
371
420
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
372
421
                $(TAGS_FILES) $(LISP)
373
 
        tags=; \
374
422
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
375
423
        unique=`for i in $$list; do \
376
424
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
377
425
          done | \
378
426
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
379
427
              END { if (nonempty) { for (i in files) print i; }; }'`; \
380
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
428
        test -z "$(CTAGS_ARGS)$$unique" \
381
429
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
382
 
             $$tags $$unique
 
430
             $$unique
383
431
 
384
432
GTAGS:
385
433
        here=`$(am__cd) $(top_builddir) && pwd` \
386
 
          && cd $(top_srcdir) \
387
 
          && gtags -i $(GTAGS_ARGS) $$here
 
434
          && $(am__cd) $(top_srcdir) \
 
435
          && gtags -i $(GTAGS_ARGS) "$$here"
388
436
 
389
437
distclean-tags:
390
438
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
405
453
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
406
454
          if test -d $$d/$$file; then \
407
455
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
456
            if test -d "$(distdir)/$$file"; then \
 
457
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
458
            fi; \
408
459
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
409
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
460
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
461
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
410
462
            fi; \
411
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
463
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
412
464
          else \
413
 
            test -f $(distdir)/$$file \
414
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
465
            test -f "$(distdir)/$$file" \
 
466
            || cp -p $$d/$$file "$(distdir)/$$file" \
415
467
            || exit 1; \
416
468
          fi; \
417
469
        done
418
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
470
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
419
471
          if test "$$subdir" = .; then :; else \
420
472
            test -d "$(distdir)/$$subdir" \
421
473
            || $(MKDIR_P) "$(distdir)/$$subdir" \
422
474
            || exit 1; \
423
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
424
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
425
 
            (cd $$subdir && \
 
475
          fi; \
 
476
        done
 
477
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
478
          if test "$$subdir" = .; then :; else \
 
479
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
480
            $(am__relativize); \
 
481
            new_distdir=$$reldir; \
 
482
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
483
            $(am__relativize); \
 
484
            new_top_distdir=$$reldir; \
 
485
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
486
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
487
            ($(am__cd) $$subdir && \
426
488
              $(MAKE) $(AM_MAKEFLAGS) \
427
 
                top_distdir="$$top_distdir" \
428
 
                distdir="$$distdir/$$subdir" \
 
489
                top_distdir="$$new_top_distdir" \
 
490
                distdir="$$new_distdir" \
429
491
                am__remove_distdir=: \
430
492
                am__skip_length_check=: \
 
493
                am__skip_mode_fix=: \
431
494
                distdir) \
432
495
              || exit 1; \
433
496
          fi; \
457
520
 
458
521
distclean-generic:
459
522
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
523
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
460
524
 
461
525
maintainer-clean-generic:
462
526
        @echo "This command is intended for maintainers to use"
476
540
 
477
541
html: html-recursive
478
542
 
 
543
html-am:
 
544
 
479
545
info: info-recursive
480
546
 
481
547
info-am:
484
550
 
485
551
install-dvi: install-dvi-recursive
486
552
 
 
553
install-dvi-am:
 
554
 
487
555
install-exec-am:
488
556
 
489
557
install-html: install-html-recursive
490
558
 
 
559
install-html-am:
 
560
 
491
561
install-info: install-info-recursive
492
562
 
 
563
install-info-am:
 
564
 
493
565
install-man:
494
566
 
495
567
install-pdf: install-pdf-recursive
496
568
 
 
569
install-pdf-am:
 
570
 
497
571
install-ps: install-ps-recursive
498
572
 
 
573
install-ps-am:
 
574
 
499
575
installcheck-am:
500
576
 
501
577
maintainer-clean: maintainer-clean-recursive
516
592
 
517
593
uninstall-am:
518
594
 
519
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
520
 
        install-strip
 
595
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
 
596
        install-am install-strip tags-recursive
521
597
 
522
598
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
523
599
        all all-am check check-am clean clean-generic clean-libtool \
533
609
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
534
610
        uninstall uninstall-am
535
611
 
 
612
 
536
613
# Tell versions [3.59,3.63) of GNU make to not export all variables.
537
614
# Otherwise a system limit (for SysV at least) may be exceeded.
538
615
.NOEXPORT: