~ubuntu-branches/ubuntu/wily/hal-info/wily

« back to all changes in this revision

Viewing changes to fdi/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Michael Biebl
  • Date: 2009-12-01 19:33:17 UTC
  • mfrom: (1.3.9 upstream) (4.1.8 sid)
  • Revision ID: james.westby@ubuntu.com-20091201193317-fd1m9b7rlky1m4as
Tags: 20091130-1
* New upstream release.
  - Recognize Creative MuVo 100 as USB music player. (Closes: #544235)
* Switch patch management system to quilt.
* Bump Standards-Version to 3.8.3. No further changes.
* debian/patches/15-suspend-quirks-asus-A2D.patch
  - Apply correct suspend quirks for ASUS A2D laptops. (Closes: #525552)

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
39
41
mkinstalldirs = $(install_sh) -d
40
42
CONFIG_HEADER = $(top_builddir)/config.h
41
43
CONFIG_CLEAN_FILES =
 
44
CONFIG_CLEAN_VPATH_FILES =
42
45
SOURCES =
43
46
DIST_SOURCES =
44
47
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
50
53
        ps-recursive uninstall-recursive
51
54
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
52
55
  distclean-recursive maintainer-clean-recursive
 
56
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
57
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
58
        distdir
53
59
ETAGS = etags
54
60
CTAGS = ctags
55
61
DIST_SUBDIRS = $(SUBDIRS)
56
62
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
63
am__relativize = \
 
64
  dir0=`pwd`; \
 
65
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
66
  sed_rest='s,^[^/]*/*,,'; \
 
67
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
68
  sed_butlast='s,/*[^/]*$$,,'; \
 
69
  while test -n "$$dir1"; do \
 
70
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
71
    if test "$$first" != "."; then \
 
72
      if test "$$first" = ".."; then \
 
73
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
74
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
75
      else \
 
76
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
77
        if test "$$first2" = "$$first"; then \
 
78
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
79
        else \
 
80
          dir2="../$$dir2"; \
 
81
        fi; \
 
82
        dir0="$$dir0"/"$$first"; \
 
83
      fi; \
 
84
    fi; \
 
85
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
86
  done; \
 
87
  reldir="$$dir2"
57
88
ACLOCAL = @ACLOCAL@
58
89
AMTAR = @AMTAR@
59
90
AUTOCONF = @AUTOCONF@
89
120
PACKAGE_NAME = @PACKAGE_NAME@
90
121
PACKAGE_STRING = @PACKAGE_STRING@
91
122
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
123
PACKAGE_URL = @PACKAGE_URL@
92
124
PACKAGE_VERSION = @PACKAGE_VERSION@
93
125
PATH_SEPARATOR = @PATH_SEPARATOR@
94
126
PKG_CONFIG = @PKG_CONFIG@
152
184
              exit 1;; \
153
185
          esac; \
154
186
        done; \
155
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  fdi/Makefile'; \
156
 
        cd $(top_srcdir) && \
157
 
          $(AUTOMAKE) --gnu  fdi/Makefile
 
187
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu fdi/Makefile'; \
 
188
        $(am__cd) $(top_srcdir) && \
 
189
          $(AUTOMAKE) --gnu fdi/Makefile
158
190
.PRECIOUS: Makefile
159
191
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
160
192
        @case '$?' in \
172
204
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
173
205
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
174
206
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
207
$(am__aclocal_m4_deps):
175
208
 
176
209
# This directory's subdirectories are mostly independent; you can cd
177
210
# into them and run `make' without going through this Makefile.
197
230
          else \
198
231
            local_target="$$target"; \
199
232
          fi; \
200
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
233
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
201
234
          || eval $$failcom; \
202
235
        done; \
203
236
        if test "$$dot_seen" = "no"; then \
231
264
          else \
232
265
            local_target="$$target"; \
233
266
          fi; \
234
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
267
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
235
268
          || eval $$failcom; \
236
269
        done && test -z "$$fail"
237
270
tags-recursive:
238
271
        list='$(SUBDIRS)'; for subdir in $$list; do \
239
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
272
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
240
273
        done
241
274
ctags-recursive:
242
275
        list='$(SUBDIRS)'; for subdir in $$list; do \
243
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
276
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
244
277
        done
245
278
 
246
279
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
255
288
 
256
289
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
257
290
                $(TAGS_FILES) $(LISP)
258
 
        tags=; \
 
291
        set x; \
259
292
        here=`pwd`; \
260
293
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
261
294
          include_option=--etags-include; \
267
300
        list='$(SUBDIRS)'; for subdir in $$list; do \
268
301
          if test "$$subdir" = .; then :; else \
269
302
            test ! -f $$subdir/TAGS || \
270
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
303
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
271
304
          fi; \
272
305
        done; \
273
306
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
276
309
          done | \
277
310
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
278
311
              END { if (nonempty) { for (i in files) print i; }; }'`; \
279
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
312
        shift; \
 
313
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
280
314
          test -n "$$unique" || unique=$$empty_fix; \
281
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
282
 
            $$tags $$unique; \
 
315
          if test $$# -gt 0; then \
 
316
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
317
              "$$@" $$unique; \
 
318
          else \
 
319
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
320
              $$unique; \
 
321
          fi; \
283
322
        fi
284
323
ctags: CTAGS
285
324
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
286
325
                $(TAGS_FILES) $(LISP)
287
 
        tags=; \
288
326
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
289
327
        unique=`for i in $$list; do \
290
328
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
291
329
          done | \
292
330
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
293
331
              END { if (nonempty) { for (i in files) print i; }; }'`; \
294
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
332
        test -z "$(CTAGS_ARGS)$$unique" \
295
333
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
296
 
             $$tags $$unique
 
334
             $$unique
297
335
 
298
336
GTAGS:
299
337
        here=`$(am__cd) $(top_builddir) && pwd` \
300
 
          && cd $(top_srcdir) \
301
 
          && gtags -i $(GTAGS_ARGS) $$here
 
338
          && $(am__cd) $(top_srcdir) \
 
339
          && gtags -i $(GTAGS_ARGS) "$$here"
302
340
 
303
341
distclean-tags:
304
342
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
319
357
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
320
358
          if test -d $$d/$$file; then \
321
359
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
360
            if test -d "$(distdir)/$$file"; then \
 
361
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
362
            fi; \
322
363
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
323
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
364
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
365
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
324
366
            fi; \
325
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
367
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
326
368
          else \
327
 
            test -f $(distdir)/$$file \
328
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
369
            test -f "$(distdir)/$$file" \
 
370
            || cp -p $$d/$$file "$(distdir)/$$file" \
329
371
            || exit 1; \
330
372
          fi; \
331
373
        done
332
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
374
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
333
375
          if test "$$subdir" = .; then :; else \
334
376
            test -d "$(distdir)/$$subdir" \
335
377
            || $(MKDIR_P) "$(distdir)/$$subdir" \
336
378
            || exit 1; \
337
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
338
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
339
 
            (cd $$subdir && \
 
379
          fi; \
 
380
        done
 
381
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
382
          if test "$$subdir" = .; then :; else \
 
383
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
384
            $(am__relativize); \
 
385
            new_distdir=$$reldir; \
 
386
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
387
            $(am__relativize); \
 
388
            new_top_distdir=$$reldir; \
 
389
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
390
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
391
            ($(am__cd) $$subdir && \
340
392
              $(MAKE) $(AM_MAKEFLAGS) \
341
 
                top_distdir="$$top_distdir" \
342
 
                distdir="$$distdir/$$subdir" \
 
393
                top_distdir="$$new_top_distdir" \
 
394
                distdir="$$new_distdir" \
343
395
                am__remove_distdir=: \
344
396
                am__skip_length_check=: \
 
397
                am__skip_mode_fix=: \
345
398
                distdir) \
346
399
              || exit 1; \
347
400
          fi; \
371
424
 
372
425
distclean-generic:
373
426
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
427
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
374
428
 
375
429
maintainer-clean-generic:
376
430
        @echo "This command is intended for maintainers to use"
389
443
 
390
444
html: html-recursive
391
445
 
 
446
html-am:
 
447
 
392
448
info: info-recursive
393
449
 
394
450
info-am:
397
453
 
398
454
install-dvi: install-dvi-recursive
399
455
 
 
456
install-dvi-am:
 
457
 
400
458
install-exec-am:
401
459
 
402
460
install-html: install-html-recursive
403
461
 
 
462
install-html-am:
 
463
 
404
464
install-info: install-info-recursive
405
465
 
 
466
install-info-am:
 
467
 
406
468
install-man:
407
469
 
408
470
install-pdf: install-pdf-recursive
409
471
 
 
472
install-pdf-am:
 
473
 
410
474
install-ps: install-ps-recursive
411
475
 
 
476
install-ps-am:
 
477
 
412
478
installcheck-am:
413
479
 
414
480
maintainer-clean: maintainer-clean-recursive
429
495
 
430
496
uninstall-am:
431
497
 
432
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
433
 
        install-strip
 
498
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
 
499
        install-am install-strip tags-recursive
434
500
 
435
501
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
436
502
        all all-am check check-am clean clean-generic ctags \
445
511
        mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags \
446
512
        tags-recursive uninstall uninstall-am
447
513
 
 
514
 
448
515
# Tell versions [3.59,3.63) of GNU make to not export all variables.
449
516
# Otherwise a system limit (for SysV at least) may be exceeded.
450
517
.NOEXPORT: