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

« back to all changes in this revision

Viewing changes to fdi/policy/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.
16
17
 
17
18
VPATH = @srcdir@
18
19
pkgdatadir = $(datadir)/@PACKAGE@
 
20
pkgincludedir = $(includedir)/@PACKAGE@
19
21
pkglibdir = $(libdir)/@PACKAGE@
20
 
pkgincludedir = $(includedir)/@PACKAGE@
 
22
pkglibexecdir = $(libexecdir)/@PACKAGE@
21
23
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
22
24
install_sh_DATA = $(install_sh) -c -m 644
23
25
install_sh_PROGRAM = $(install_sh) -c
43
45
mkinstalldirs = $(install_sh) -d
44
46
CONFIG_HEADER = $(top_builddir)/config.h
45
47
CONFIG_CLEAN_FILES =
 
48
CONFIG_CLEAN_VPATH_FILES =
 
49
AM_V_GEN = $(am__v_GEN_$(V))
 
50
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
 
51
am__v_GEN_0 = @echo "  GEN   " $@;
 
52
AM_V_at = $(am__v_at_$(V))
 
53
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 
54
am__v_at_0 = @
46
55
SOURCES =
47
56
DIST_SOURCES =
48
57
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
57
66
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
58
67
    *) f=$$p;; \
59
68
  esac;
60
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
69
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
70
am__install_max = 40
 
71
am__nobase_strip_setup = \
 
72
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
73
am__nobase_strip = \
 
74
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
75
am__nobase_list = $(am__nobase_strip_setup); \
 
76
  for p in $$list; do echo "$$p $$p"; done | \
 
77
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
78
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
79
    if (++n[$$2] == $(am__install_max)) \
 
80
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
81
    END { for (dir in files) print dir, files[dir] }'
 
82
am__base_list = \
 
83
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
84
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
61
85
am__installdirs = "$(DESTDIR)$(fdidir)"
62
 
dist_fdiDATA_INSTALL = $(INSTALL_DATA)
63
86
DATA = $(dist_fdi_DATA)
64
87
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
65
88
  distclean-recursive maintainer-clean-recursive
 
89
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
90
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
91
        distdir
66
92
ETAGS = etags
67
93
CTAGS = ctags
68
94
DIST_SUBDIRS = $(SUBDIRS)
69
95
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
96
am__relativize = \
 
97
  dir0=`pwd`; \
 
98
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
99
  sed_rest='s,^[^/]*/*,,'; \
 
100
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
101
  sed_butlast='s,/*[^/]*$$,,'; \
 
102
  while test -n "$$dir1"; do \
 
103
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
104
    if test "$$first" != "."; then \
 
105
      if test "$$first" = ".."; then \
 
106
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
107
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
108
      else \
 
109
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
110
        if test "$$first2" = "$$first"; then \
 
111
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
112
        else \
 
113
          dir2="../$$dir2"; \
 
114
        fi; \
 
115
        dir0="$$dir0"/"$$first"; \
 
116
      fi; \
 
117
    fi; \
 
118
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
119
  done; \
 
120
  reldir="$$dir2"
70
121
ACLOCAL = @ACLOCAL@
71
122
ACPI_ACPID = @ACPI_ACPID@
72
123
ACPI_PROC = @ACPI_PROC@
73
124
AMTAR = @AMTAR@
 
125
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
74
126
AR = @AR@
75
127
AUTOCONF = @AUTOCONF@
76
128
AUTOHEADER = @AUTOHEADER@
127
179
LIBOBJS = @LIBOBJS@
128
180
LIBS = @LIBS@
129
181
LIBTOOL = @LIBTOOL@
 
182
LIBUSB20_LIBS = @LIBUSB20_LIBS@
130
183
LINUX_INPUT_H = @LINUX_INPUT_H@
131
184
LIPO = @LIPO@
132
185
LN_S = @LN_S@
149
202
PACKAGE_NAME = @PACKAGE_NAME@
150
203
PACKAGE_STRING = @PACKAGE_STRING@
151
204
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
205
PACKAGE_URL = @PACKAGE_URL@
152
206
PACKAGE_VERSION = @PACKAGE_VERSION@
153
207
PARTED_CFLAGS = @PARTED_CFLAGS@
154
208
PARTED_LIBS = @PARTED_LIBS@
169
223
USE_PNP_IDS = @USE_PNP_IDS@
170
224
USE_USB_IDS = @USE_USB_IDS@
171
225
VERSION = @VERSION@
 
226
VOLUME_ID_CFLAGS = @VOLUME_ID_CFLAGS@
 
227
VOLUME_ID_LIBS = @VOLUME_ID_LIBS@
172
228
XMLLINT = @XMLLINT@
173
229
XMLTO = @XMLTO@
174
230
abs_builddir = @abs_builddir@
240
296
              exit 1;; \
241
297
          esac; \
242
298
        done; \
243
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  fdi/policy/Makefile'; \
244
 
        cd $(top_srcdir) && \
245
 
          $(AUTOMAKE) --gnu  fdi/policy/Makefile
 
299
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu fdi/policy/Makefile'; \
 
300
        $(am__cd) $(top_srcdir) && \
 
301
          $(AUTOMAKE) --gnu fdi/policy/Makefile
246
302
.PRECIOUS: Makefile
247
303
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
248
304
        @case '$?' in \
260
316
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
261
317
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
262
318
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
319
$(am__aclocal_m4_deps):
263
320
 
264
321
mostlyclean-libtool:
265
322
        -rm -f *.lo
269
326
install-dist_fdiDATA: $(dist_fdi_DATA)
270
327
        @$(NORMAL_INSTALL)
271
328
        test -z "$(fdidir)" || $(MKDIR_P) "$(DESTDIR)$(fdidir)"
272
 
        @list='$(dist_fdi_DATA)'; for p in $$list; do \
 
329
        @list='$(dist_fdi_DATA)'; test -n "$(fdidir)" || list=; \
 
330
        for p in $$list; do \
273
331
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
274
 
          f=$(am__strip_dir) \
275
 
          echo " $(dist_fdiDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(fdidir)/$$f'"; \
276
 
          $(dist_fdiDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(fdidir)/$$f"; \
 
332
          echo "$$d$$p"; \
 
333
        done | $(am__base_list) | \
 
334
        while read files; do \
 
335
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(fdidir)'"; \
 
336
          $(INSTALL_DATA) $$files "$(DESTDIR)$(fdidir)" || exit $$?; \
277
337
        done
278
338
 
279
339
uninstall-dist_fdiDATA:
280
340
        @$(NORMAL_UNINSTALL)
281
 
        @list='$(dist_fdi_DATA)'; for p in $$list; do \
282
 
          f=$(am__strip_dir) \
283
 
          echo " rm -f '$(DESTDIR)$(fdidir)/$$f'"; \
284
 
          rm -f "$(DESTDIR)$(fdidir)/$$f"; \
285
 
        done
 
341
        @list='$(dist_fdi_DATA)'; test -n "$(fdidir)" || list=; \
 
342
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
343
        test -n "$$files" || exit 0; \
 
344
        echo " ( cd '$(DESTDIR)$(fdidir)' && rm -f" $$files ")"; \
 
345
        cd "$(DESTDIR)$(fdidir)" && rm -f $$files
286
346
 
287
347
# This directory's subdirectories are mostly independent; you can cd
288
348
# into them and run `make' without going through this Makefile.
308
368
          else \
309
369
            local_target="$$target"; \
310
370
          fi; \
311
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
371
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
312
372
          || eval $$failcom; \
313
373
        done; \
314
374
        if test "$$dot_seen" = "no"; then \
342
402
          else \
343
403
            local_target="$$target"; \
344
404
          fi; \
345
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
405
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
346
406
          || eval $$failcom; \
347
407
        done && test -z "$$fail"
348
408
tags-recursive:
349
409
        list='$(SUBDIRS)'; for subdir in $$list; do \
350
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
410
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
351
411
        done
352
412
ctags-recursive:
353
413
        list='$(SUBDIRS)'; for subdir in $$list; do \
354
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
414
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
355
415
        done
356
416
 
357
417
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
366
426
 
367
427
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
368
428
                $(TAGS_FILES) $(LISP)
369
 
        tags=; \
 
429
        set x; \
370
430
        here=`pwd`; \
371
431
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
372
432
          include_option=--etags-include; \
378
438
        list='$(SUBDIRS)'; for subdir in $$list; do \
379
439
          if test "$$subdir" = .; then :; else \
380
440
            test ! -f $$subdir/TAGS || \
381
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
441
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
382
442
          fi; \
383
443
        done; \
384
444
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
387
447
          done | \
388
448
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
389
449
              END { if (nonempty) { for (i in files) print i; }; }'`; \
390
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
450
        shift; \
 
451
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
391
452
          test -n "$$unique" || unique=$$empty_fix; \
392
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
393
 
            $$tags $$unique; \
 
453
          if test $$# -gt 0; then \
 
454
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
455
              "$$@" $$unique; \
 
456
          else \
 
457
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
458
              $$unique; \
 
459
          fi; \
394
460
        fi
395
461
ctags: CTAGS
396
462
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
397
463
                $(TAGS_FILES) $(LISP)
398
 
        tags=; \
399
464
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
400
465
        unique=`for i in $$list; do \
401
466
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
402
467
          done | \
403
468
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
404
469
              END { if (nonempty) { for (i in files) print i; }; }'`; \
405
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
470
        test -z "$(CTAGS_ARGS)$$unique" \
406
471
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
407
 
             $$tags $$unique
 
472
             $$unique
408
473
 
409
474
GTAGS:
410
475
        here=`$(am__cd) $(top_builddir) && pwd` \
411
 
          && cd $(top_srcdir) \
412
 
          && gtags -i $(GTAGS_ARGS) $$here
 
476
          && $(am__cd) $(top_srcdir) \
 
477
          && gtags -i $(GTAGS_ARGS) "$$here"
413
478
 
414
479
distclean-tags:
415
480
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
430
495
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
431
496
          if test -d $$d/$$file; then \
432
497
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
498
            if test -d "$(distdir)/$$file"; then \
 
499
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
500
            fi; \
433
501
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
434
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
502
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
503
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
435
504
            fi; \
436
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
505
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
437
506
          else \
438
 
            test -f $(distdir)/$$file \
439
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
507
            test -f "$(distdir)/$$file" \
 
508
            || cp -p $$d/$$file "$(distdir)/$$file" \
440
509
            || exit 1; \
441
510
          fi; \
442
511
        done
443
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
512
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
444
513
          if test "$$subdir" = .; then :; else \
445
514
            test -d "$(distdir)/$$subdir" \
446
515
            || $(MKDIR_P) "$(distdir)/$$subdir" \
447
516
            || exit 1; \
448
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
449
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
450
 
            (cd $$subdir && \
 
517
          fi; \
 
518
        done
 
519
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
520
          if test "$$subdir" = .; then :; else \
 
521
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
522
            $(am__relativize); \
 
523
            new_distdir=$$reldir; \
 
524
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
525
            $(am__relativize); \
 
526
            new_top_distdir=$$reldir; \
 
527
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
528
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
529
            ($(am__cd) $$subdir && \
451
530
              $(MAKE) $(AM_MAKEFLAGS) \
452
 
                top_distdir="$$top_distdir" \
453
 
                distdir="$$distdir/$$subdir" \
 
531
                top_distdir="$$new_top_distdir" \
 
532
                distdir="$$new_distdir" \
454
533
                am__remove_distdir=: \
455
534
                am__skip_length_check=: \
 
535
                am__skip_mode_fix=: \
456
536
                distdir) \
457
537
              || exit 1; \
458
538
          fi; \
485
565
 
486
566
distclean-generic:
487
567
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
568
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
488
569
 
489
570
maintainer-clean-generic:
490
571
        @echo "This command is intended for maintainers to use"
503
584
 
504
585
html: html-recursive
505
586
 
 
587
html-am:
 
588
 
506
589
info: info-recursive
507
590
 
508
591
info-am:
511
594
 
512
595
install-dvi: install-dvi-recursive
513
596
 
 
597
install-dvi-am:
 
598
 
514
599
install-exec-am:
515
600
 
516
601
install-html: install-html-recursive
517
602
 
 
603
install-html-am:
 
604
 
518
605
install-info: install-info-recursive
519
606
 
 
607
install-info-am:
 
608
 
520
609
install-man:
521
610
 
522
611
install-pdf: install-pdf-recursive
523
612
 
 
613
install-pdf-am:
 
614
 
524
615
install-ps: install-ps-recursive
525
616
 
 
617
install-ps-am:
 
618
 
526
619
installcheck-am:
527
620
 
528
621
maintainer-clean: maintainer-clean-recursive
543
636
 
544
637
uninstall-am: uninstall-dist_fdiDATA
545
638
 
546
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
547
 
        install-strip
 
639
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
 
640
        install-am install-strip tags-recursive
548
641
 
549
642
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
550
643
        all all-am check check-am clean clean-generic clean-libtool \
561
654
        ps ps-am tags tags-recursive uninstall uninstall-am \
562
655
        uninstall-dist_fdiDATA
563
656
 
 
657
 
564
658
# Tell versions [3.59,3.63) of GNU make to not export all variables.
565
659
# Otherwise a system limit (for SysV at least) may be exceeded.
566
660
.NOEXPORT: