~ubuntu-branches/debian/squeeze/gstreamer0.10-ffmpeg/squeeze

« back to all changes in this revision

Viewing changes to common/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2010-02-19 18:14:59 UTC
  • mfrom: (4.1.5 experimental)
  • Revision ID: james.westby@ubuntu.com-20100219181459-mect96st3px2jfsi
Tags: 0.10.9.2-1
* New upstream pre-release:
  + debian/patches/03_restricted-caps.patch,
    debian/patches/04_ignore-vdpau.patch:
    - Dropped, merged upstream.
* debian/patches/03_too-new-codec-ids.patch:
  + Disable some ffmpeg codec IDs because Debian's
    ffmpeg is once again too old...

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.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  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
62
64
        $(ACLOCAL_M4)
63
65
mkinstalldirs = $(install_sh) -d
64
66
CONFIG_HEADER = $(top_builddir)/config.h
 
67
CONFIG_CLEAN_VPATH_FILES =
65
68
SOURCES =
66
69
DIST_SOURCES =
67
70
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
73
76
        ps-recursive uninstall-recursive
74
77
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
75
78
  distclean-recursive maintainer-clean-recursive
 
79
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
80
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
81
        distdir
76
82
ETAGS = etags
77
83
CTAGS = ctags
78
84
DIST_SUBDIRS = $(SUBDIRS)
79
85
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
86
am__relativize = \
 
87
  dir0=`pwd`; \
 
88
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
89
  sed_rest='s,^[^/]*/*,,'; \
 
90
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
91
  sed_butlast='s,/*[^/]*$$,,'; \
 
92
  while test -n "$$dir1"; do \
 
93
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
94
    if test "$$first" != "."; then \
 
95
      if test "$$first" = ".."; then \
 
96
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
97
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
98
      else \
 
99
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
100
        if test "$$first2" = "$$first"; then \
 
101
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
102
        else \
 
103
          dir2="../$$dir2"; \
 
104
        fi; \
 
105
        dir0="$$dir0"/"$$first"; \
 
106
      fi; \
 
107
    fi; \
 
108
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
109
  done; \
 
110
  reldir="$$dir2"
80
111
ACLOCAL = @ACLOCAL@
81
112
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
82
113
AMTAR = @AMTAR@
184
215
PACKAGE_NAME = @PACKAGE_NAME@
185
216
PACKAGE_STRING = @PACKAGE_STRING@
186
217
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
218
PACKAGE_URL = @PACKAGE_URL@
187
219
PACKAGE_VERSION = @PACKAGE_VERSION@
188
220
PACKAGE_VERSION_MAJOR = @PACKAGE_VERSION_MAJOR@
189
221
PACKAGE_VERSION_MICRO = @PACKAGE_VERSION_MICRO@
282
314
        ChangeLog \
283
315
        gettext.patch \
284
316
        glib-gen.mak gtk-doc.mak upload-doc.mak \
285
 
        release.mak win32.mak po.mak \
 
317
        cruft.mak release.mak win32.mak po.mak \
286
318
        gst-autogen.sh \
287
319
        check-exports \
288
320
        c-to-xml.py gst-xmlinspect.py mangle-tmpl.py scangobj-merge.py \
308
340
              exit 1;; \
309
341
          esac; \
310
342
        done; \
311
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  common/Makefile'; \
312
 
        cd $(top_srcdir) && \
313
 
          $(AUTOMAKE) --gnu  common/Makefile
 
343
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu common/Makefile'; \
 
344
        $(am__cd) $(top_srcdir) && \
 
345
          $(AUTOMAKE) --gnu common/Makefile
314
346
.PRECIOUS: Makefile
315
347
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
316
348
        @case '$?' in \
328
360
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
329
361
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
330
362
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
363
$(am__aclocal_m4_deps):
331
364
shave: $(top_builddir)/config.status $(srcdir)/shave.in
332
365
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
333
366
shave-libtool: $(top_builddir)/config.status $(srcdir)/shave-libtool.in
346
379
#     (which will cause the Makefiles to be regenerated when you run `make');
347
380
# (2) otherwise, pass the desired values on the `make' command line.
348
381
$(RECURSIVE_TARGETS):
349
 
        @failcom='exit 1'; \
 
382
        @fail= failcom='exit 1'; \
350
383
        for f in x $$MAKEFLAGS; do \
351
384
          case $$f in \
352
385
            *=* | --[!k]*);; \
363
396
          else \
364
397
            local_target="$$target"; \
365
398
          fi; \
366
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
399
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
367
400
          || eval $$failcom; \
368
401
        done; \
369
402
        if test "$$dot_seen" = "no"; then \
371
404
        fi; test -z "$$fail"
372
405
 
373
406
$(RECURSIVE_CLEAN_TARGETS):
374
 
        @failcom='exit 1'; \
 
407
        @fail= failcom='exit 1'; \
375
408
        for f in x $$MAKEFLAGS; do \
376
409
          case $$f in \
377
410
            *=* | --[!k]*);; \
397
430
          else \
398
431
            local_target="$$target"; \
399
432
          fi; \
400
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
433
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
401
434
          || eval $$failcom; \
402
435
        done && test -z "$$fail"
403
436
tags-recursive:
404
437
        list='$(SUBDIRS)'; for subdir in $$list; do \
405
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
438
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
406
439
        done
407
440
ctags-recursive:
408
441
        list='$(SUBDIRS)'; for subdir in $$list; do \
409
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
442
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
410
443
        done
411
444
 
412
445
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
421
454
 
422
455
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
423
456
                $(TAGS_FILES) $(LISP)
424
 
        tags=; \
 
457
        set x; \
425
458
        here=`pwd`; \
426
459
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
427
460
          include_option=--etags-include; \
433
466
        list='$(SUBDIRS)'; for subdir in $$list; do \
434
467
          if test "$$subdir" = .; then :; else \
435
468
            test ! -f $$subdir/TAGS || \
436
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
469
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
437
470
          fi; \
438
471
        done; \
439
472
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
442
475
          done | \
443
476
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
444
477
              END { if (nonempty) { for (i in files) print i; }; }'`; \
445
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
478
        shift; \
 
479
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
446
480
          test -n "$$unique" || unique=$$empty_fix; \
447
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
448
 
            $$tags $$unique; \
 
481
          if test $$# -gt 0; then \
 
482
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
483
              "$$@" $$unique; \
 
484
          else \
 
485
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
486
              $$unique; \
 
487
          fi; \
449
488
        fi
450
489
ctags: CTAGS
451
490
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
452
491
                $(TAGS_FILES) $(LISP)
453
 
        tags=; \
454
492
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
455
493
        unique=`for i in $$list; do \
456
494
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
457
495
          done | \
458
496
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
459
497
              END { if (nonempty) { for (i in files) print i; }; }'`; \
460
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
498
        test -z "$(CTAGS_ARGS)$$unique" \
461
499
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
462
 
             $$tags $$unique
 
500
             $$unique
463
501
 
464
502
GTAGS:
465
503
        here=`$(am__cd) $(top_builddir) && pwd` \
466
 
          && cd $(top_srcdir) \
467
 
          && gtags -i $(GTAGS_ARGS) $$here
 
504
          && $(am__cd) $(top_srcdir) \
 
505
          && gtags -i $(GTAGS_ARGS) "$$here"
468
506
 
469
507
distclean-tags:
470
508
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
485
523
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
486
524
          if test -d $$d/$$file; then \
487
525
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
526
            if test -d "$(distdir)/$$file"; then \
 
527
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
528
            fi; \
488
529
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
489
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
530
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
531
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
490
532
            fi; \
491
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
533
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
492
534
          else \
493
 
            test -f $(distdir)/$$file \
494
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
535
            test -f "$(distdir)/$$file" \
 
536
            || cp -p $$d/$$file "$(distdir)/$$file" \
495
537
            || exit 1; \
496
538
          fi; \
497
539
        done
498
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
540
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
499
541
          if test "$$subdir" = .; then :; else \
500
542
            test -d "$(distdir)/$$subdir" \
501
543
            || $(MKDIR_P) "$(distdir)/$$subdir" \
502
544
            || exit 1; \
503
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
504
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
505
 
            (cd $$subdir && \
 
545
          fi; \
 
546
        done
 
547
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
548
          if test "$$subdir" = .; then :; else \
 
549
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
550
            $(am__relativize); \
 
551
            new_distdir=$$reldir; \
 
552
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
553
            $(am__relativize); \
 
554
            new_top_distdir=$$reldir; \
 
555
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
556
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
557
            ($(am__cd) $$subdir && \
506
558
              $(MAKE) $(AM_MAKEFLAGS) \
507
 
                top_distdir="$$top_distdir" \
508
 
                distdir="$$distdir/$$subdir" \
 
559
                top_distdir="$$new_top_distdir" \
 
560
                distdir="$$new_distdir" \
509
561
                am__remove_distdir=: \
510
562
                am__skip_length_check=: \
 
563
                am__skip_mode_fix=: \
511
564
                distdir) \
512
565
              || exit 1; \
513
566
          fi; \
537
590
 
538
591
distclean-generic:
539
592
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
593
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
540
594
 
541
595
maintainer-clean-generic:
542
596
        @echo "This command is intended for maintainers to use"
555
609
 
556
610
html: html-recursive
557
611
 
 
612
html-am:
 
613
 
558
614
info: info-recursive
559
615
 
560
616
info-am:
563
619
 
564
620
install-dvi: install-dvi-recursive
565
621
 
 
622
install-dvi-am:
 
623
 
566
624
install-exec-am:
567
625
 
568
626
install-html: install-html-recursive
569
627
 
 
628
install-html-am:
 
629
 
570
630
install-info: install-info-recursive
571
631
 
 
632
install-info-am:
 
633
 
572
634
install-man:
573
635
 
574
636
install-pdf: install-pdf-recursive
575
637
 
 
638
install-pdf-am:
 
639
 
576
640
install-ps: install-ps-recursive
577
641
 
 
642
install-ps-am:
 
643
 
578
644
installcheck-am:
579
645
 
580
646
maintainer-clean: maintainer-clean-recursive
595
661
 
596
662
uninstall-am:
597
663
 
598
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
599
 
        install-strip
 
664
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
 
665
        install-am install-strip tags-recursive
600
666
 
601
667
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
602
668
        all all-am check check-am clean clean-generic clean-libtool \
612
678
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
613
679
        uninstall uninstall-am
614
680
 
 
681
 
615
682
# Tell versions [3.59,3.63) of GNU make to not export all variables.
616
683
# Otherwise a system limit (for SysV at least) may be exceeded.
617
684
.NOEXPORT: