~mfisch/brasero/update-to-3.8.0

« back to all changes in this revision

Viewing changes to plugins/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Moog
  • Date: 2009-07-28 01:12:27 UTC
  • mto: (1.4.1 experimental)
  • mto: This revision was merged to the branch mainline in revision 46.
  • Revision ID: james.westby@ubuntu.com-20090728011227-tiva9yorc5d1r5hs
Tags: upstream-2.27.5
ImportĀ upstreamĀ versionĀ 2.27.5

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.1 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.
16
15
@SET_MAKE@
17
16
VPATH = @srcdir@
18
17
pkgdatadir = $(datadir)/@PACKAGE@
 
18
pkglibdir = $(libdir)/@PACKAGE@
19
19
pkgincludedir = $(includedir)/@PACKAGE@
20
 
pkglibdir = $(libdir)/@PACKAGE@
21
 
pkglibexecdir = $(libexecdir)/@PACKAGE@
22
20
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23
21
install_sh_DATA = $(install_sh) -c -m 644
24
22
install_sh_PROGRAM = $(install_sh) -c
45
43
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
46
44
CONFIG_HEADER = $(top_builddir)/config.h
47
45
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 = @
55
46
SOURCES =
56
47
DIST_SOURCES =
57
48
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
63
54
        ps-recursive uninstall-recursive
64
55
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
65
56
  distclean-recursive maintainer-clean-recursive
66
 
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
67
 
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
68
 
        distdir
69
57
ETAGS = etags
70
58
CTAGS = ctags
71
59
DIST_SUBDIRS = cdrdao transcode dvdcss growisofs checksum local-track \
72
60
        dvdauthor vcdimager libburnia cdrkit cdrtools
73
61
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
74
 
am__relativize = \
75
 
  dir0=`pwd`; \
76
 
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
77
 
  sed_rest='s,^[^/]*/*,,'; \
78
 
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
79
 
  sed_butlast='s,/*[^/]*$$,,'; \
80
 
  while test -n "$$dir1"; do \
81
 
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
82
 
    if test "$$first" != "."; then \
83
 
      if test "$$first" = ".."; then \
84
 
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
85
 
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
86
 
      else \
87
 
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
88
 
        if test "$$first2" = "$$first"; then \
89
 
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
90
 
        else \
91
 
          dir2="../$$dir2"; \
92
 
        fi; \
93
 
        dir0="$$dir0"/"$$first"; \
94
 
      fi; \
95
 
    fi; \
96
 
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
97
 
  done; \
98
 
  reldir="$$dir2"
99
62
ACLOCAL = @ACLOCAL@
100
63
ALL_LINGUAS = @ALL_LINGUAS@
101
64
AMTAR = @AMTAR@
102
 
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
103
65
AR = @AR@
104
66
AUTOCONF = @AUTOCONF@
105
67
AUTOHEADER = @AUTOHEADER@
198
160
MAINT = @MAINT@
199
161
MAKEINFO = @MAKEINFO@
200
162
MKDIR_P = @MKDIR_P@
201
 
MKINSTALLDIRS = @MKINSTALLDIRS@
202
163
MSGFMT = @MSGFMT@
203
164
MSGFMT_OPTS = @MSGFMT_OPTS@
204
165
MSGMERGE = @MSGMERGE@
296
257
        @for dep in $?; do \
297
258
          case '$(am__configure_deps)' in \
298
259
            *$$dep*) \
299
 
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
300
 
                && { if test -f $@; then exit 0; else break; fi; }; \
 
260
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
261
                && exit 0; \
301
262
              exit 1;; \
302
263
          esac; \
303
264
        done; \
304
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign plugins/Makefile'; \
305
 
        $(am__cd) $(top_srcdir) && \
306
 
          $(AUTOMAKE) --foreign plugins/Makefile
 
265
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  plugins/Makefile'; \
 
266
        cd $(top_srcdir) && \
 
267
          $(AUTOMAKE) --foreign  plugins/Makefile
307
268
.PRECIOUS: Makefile
308
269
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
309
270
        @case '$?' in \
321
282
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
322
283
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
323
284
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
324
 
$(am__aclocal_m4_deps):
325
285
 
326
286
mostlyclean-libtool:
327
287
        -rm -f *.lo
353
313
          else \
354
314
            local_target="$$target"; \
355
315
          fi; \
356
 
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
316
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
357
317
          || eval $$failcom; \
358
318
        done; \
359
319
        if test "$$dot_seen" = "no"; then \
387
347
          else \
388
348
            local_target="$$target"; \
389
349
          fi; \
390
 
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
350
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
391
351
          || eval $$failcom; \
392
352
        done && test -z "$$fail"
393
353
tags-recursive:
394
354
        list='$(SUBDIRS)'; for subdir in $$list; do \
395
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
355
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
396
356
        done
397
357
ctags-recursive:
398
358
        list='$(SUBDIRS)'; for subdir in $$list; do \
399
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
359
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
400
360
        done
401
361
 
402
362
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
404
364
        unique=`for i in $$list; do \
405
365
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
406
366
          done | \
407
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
367
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
408
368
              END { if (nonempty) { for (i in files) print i; }; }'`; \
409
369
        mkid -fID $$unique
410
370
tags: TAGS
411
371
 
412
372
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
413
373
                $(TAGS_FILES) $(LISP)
414
 
        set x; \
 
374
        tags=; \
415
375
        here=`pwd`; \
416
376
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
417
377
          include_option=--etags-include; \
423
383
        list='$(SUBDIRS)'; for subdir in $$list; do \
424
384
          if test "$$subdir" = .; then :; else \
425
385
            test ! -f $$subdir/TAGS || \
426
 
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
 
386
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
427
387
          fi; \
428
388
        done; \
429
389
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
432
392
          done | \
433
393
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
434
394
              END { if (nonempty) { for (i in files) print i; }; }'`; \
435
 
        shift; \
436
 
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
395
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
437
396
          test -n "$$unique" || unique=$$empty_fix; \
438
 
          if test $$# -gt 0; then \
439
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
440
 
              "$$@" $$unique; \
441
 
          else \
442
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
443
 
              $$unique; \
444
 
          fi; \
 
397
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
398
            $$tags $$unique; \
445
399
        fi
446
400
ctags: CTAGS
447
401
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
448
402
                $(TAGS_FILES) $(LISP)
 
403
        tags=; \
449
404
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
450
405
        unique=`for i in $$list; do \
451
406
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
452
407
          done | \
453
408
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
454
409
              END { if (nonempty) { for (i in files) print i; }; }'`; \
455
 
        test -z "$(CTAGS_ARGS)$$unique" \
 
410
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
456
411
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
457
 
             $$unique
 
412
             $$tags $$unique
458
413
 
459
414
GTAGS:
460
415
        here=`$(am__cd) $(top_builddir) && pwd` \
461
 
          && $(am__cd) $(top_srcdir) \
462
 
          && gtags -i $(GTAGS_ARGS) "$$here"
 
416
          && cd $(top_srcdir) \
 
417
          && gtags -i $(GTAGS_ARGS) $$here
463
418
 
464
419
distclean-tags:
465
420
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
480
435
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
481
436
          if test -d $$d/$$file; then \
482
437
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
483
 
            if test -d "$(distdir)/$$file"; then \
484
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
485
 
            fi; \
486
438
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
487
 
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
488
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
439
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
489
440
            fi; \
490
 
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
441
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
491
442
          else \
492
 
            test -f "$(distdir)/$$file" \
493
 
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
443
            test -f $(distdir)/$$file \
 
444
            || cp -p $$d/$$file $(distdir)/$$file \
494
445
            || exit 1; \
495
446
          fi; \
496
447
        done
497
 
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
448
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
498
449
          if test "$$subdir" = .; then :; else \
499
450
            test -d "$(distdir)/$$subdir" \
500
451
            || $(MKDIR_P) "$(distdir)/$$subdir" \
501
452
            || exit 1; \
502
 
          fi; \
503
 
        done
504
 
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
505
 
          if test "$$subdir" = .; then :; else \
506
 
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
507
 
            $(am__relativize); \
508
 
            new_distdir=$$reldir; \
509
 
            dir1=$$subdir; dir2="$(top_distdir)"; \
510
 
            $(am__relativize); \
511
 
            new_top_distdir=$$reldir; \
512
 
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
513
 
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
514
 
            ($(am__cd) $$subdir && \
 
453
            distdir=`$(am__cd) $(distdir) && pwd`; \
 
454
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
 
455
            (cd $$subdir && \
515
456
              $(MAKE) $(AM_MAKEFLAGS) \
516
 
                top_distdir="$$new_top_distdir" \
517
 
                distdir="$$new_distdir" \
 
457
                top_distdir="$$top_distdir" \
 
458
                distdir="$$distdir/$$subdir" \
518
459
                am__remove_distdir=: \
519
460
                am__skip_length_check=: \
520
 
                am__skip_mode_fix=: \
521
461
                distdir) \
522
462
              || exit 1; \
523
463
          fi; \
547
487
 
548
488
distclean-generic:
549
489
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
550
 
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
551
490
 
552
491
maintainer-clean-generic:
553
492
        @echo "This command is intended for maintainers to use"
566
505
 
567
506
html: html-recursive
568
507
 
569
 
html-am:
570
 
 
571
508
info: info-recursive
572
509
 
573
510
info-am:
576
513
 
577
514
install-dvi: install-dvi-recursive
578
515
 
579
 
install-dvi-am:
580
 
 
581
516
install-exec-am:
582
517
 
583
518
install-html: install-html-recursive
584
519
 
585
 
install-html-am:
586
 
 
587
520
install-info: install-info-recursive
588
521
 
589
 
install-info-am:
590
 
 
591
522
install-man:
592
523
 
593
524
install-pdf: install-pdf-recursive
594
525
 
595
 
install-pdf-am:
596
 
 
597
526
install-ps: install-ps-recursive
598
527
 
599
 
install-ps-am:
600
 
 
601
528
installcheck-am:
602
529
 
603
530
maintainer-clean: maintainer-clean-recursive
618
545
 
619
546
uninstall-am:
620
547
 
621
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
622
 
        install-am install-strip tags-recursive
 
548
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
 
549
        install-strip
623
550
 
624
551
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
625
552
        all all-am check check-am clean clean-generic clean-libtool \
637
564
 
638
565
 
639
566
-include $(top_srcdir)/git.mk
640
 
 
641
567
# Tell versions [3.59,3.63) of GNU make to not export all variables.
642
568
# Otherwise a system limit (for SysV at least) may be exceeded.
643
569
.NOEXPORT: