~ubuntu-branches/ubuntu/trusty/gst-libav1.0/trusty-proposed

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Package Import Robot
  • Author(s): Sebastian Dröge
  • Date: 2013-07-13 11:39:37 UTC
  • mfrom: (1.1.14)
  • Revision ID: package-import@ubuntu.com-20130713113937-46ye1u0rcmfbxs7e
Tags: 1.0.8-1
New upstream bugfix release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.12.6 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.6 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
 
# Copyright (C) 1994-2012 Free Software Foundation, Inc.
5
 
 
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
 
6
# Foundation, 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.
100
101
CONFIG_HEADER = config.h
101
102
CONFIG_CLEAN_FILES = gst-libav.spec
102
103
CONFIG_CLEAN_VPATH_FILES =
103
 
AM_V_P = $(am__v_P_@AM_V@)
104
 
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
105
 
am__v_P_0 = false
106
 
am__v_P_1 = :
107
104
AM_V_GEN = $(am__v_GEN_@AM_V@)
108
105
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
109
 
am__v_GEN_0 = @echo "  GEN     " $@;
110
 
am__v_GEN_1 = 
 
106
am__v_GEN_0 = @echo "  GEN   " $@;
111
107
AM_V_at = $(am__v_at_@AM_V@)
112
108
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
113
109
am__v_at_0 = @
114
 
am__v_at_1 = 
115
110
SOURCES =
116
111
DIST_SOURCES =
117
112
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
130
125
  distclean-recursive maintainer-clean-recursive
131
126
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
132
127
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
133
 
        cscope distdir dist dist-all distcheck
 
128
        distdir dist dist-all distcheck
134
129
ETAGS = etags
135
130
CTAGS = ctags
136
 
CSCOPE = cscope
137
131
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
138
132
distdir = $(PACKAGE)-$(VERSION)
139
133
top_distdir = $(distdir)
143
137
      && rm -rf "$(distdir)" \
144
138
      || { sleep 5 && rm -rf "$(distdir)"; }; \
145
139
  else :; fi
146
 
am__post_remove_distdir = $(am__remove_distdir)
147
140
am__relativize = \
148
141
  dir0=`pwd`; \
149
142
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
171
164
  reldir="$$dir2"
172
165
GZIP_ENV = --best
173
166
DIST_ARCHIVES = $(distdir).tar.xz
174
 
DIST_TARGETS = dist-xz
175
167
distuninstallcheck_listfiles = find . -type f -print
176
168
am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
177
169
  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
485
477
        -rm -f libtool config.lt
486
478
 
487
479
# This directory's subdirectories are mostly independent; you can cd
488
 
# into them and run 'make' without going through this Makefile.
489
 
# To change the values of 'make' variables: instead of editing Makefiles,
490
 
# (1) if the variable is set in 'config.status', edit 'config.status'
491
 
#     (which will cause the Makefiles to be regenerated when you run 'make');
492
 
# (2) otherwise, pass the desired values on the 'make' command line.
493
 
$(RECURSIVE_TARGETS) $(RECURSIVE_CLEAN_TARGETS):
 
480
# into them and run `make' without going through this Makefile.
 
481
# To change the values of `make' variables: instead of editing Makefiles,
 
482
# (1) if the variable is set in `config.status', edit `config.status'
 
483
#     (which will cause the Makefiles to be regenerated when you run `make');
 
484
# (2) otherwise, pass the desired values on the `make' command line.
 
485
$(RECURSIVE_TARGETS):
494
486
        @fail= failcom='exit 1'; \
495
487
        for f in x $$MAKEFLAGS; do \
496
488
          case $$f in \
500
492
        done; \
501
493
        dot_seen=no; \
502
494
        target=`echo $@ | sed s/-recursive//`; \
503
 
        case "$@" in \
504
 
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
505
 
          *) list='$(SUBDIRS)' ;; \
506
 
        esac; \
507
 
        for subdir in $$list; do \
 
495
        list='$(SUBDIRS)'; for subdir in $$list; do \
508
496
          echo "Making $$target in $$subdir"; \
509
497
          if test "$$subdir" = "."; then \
510
498
            dot_seen=yes; \
518
506
        if test "$$dot_seen" = "no"; then \
519
507
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
520
508
        fi; test -z "$$fail"
 
509
 
 
510
$(RECURSIVE_CLEAN_TARGETS):
 
511
        @fail= failcom='exit 1'; \
 
512
        for f in x $$MAKEFLAGS; do \
 
513
          case $$f in \
 
514
            *=* | --[!k]*);; \
 
515
            *k*) failcom='fail=yes';; \
 
516
          esac; \
 
517
        done; \
 
518
        dot_seen=no; \
 
519
        case "$@" in \
 
520
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
521
          *) list='$(SUBDIRS)' ;; \
 
522
        esac; \
 
523
        rev=''; for subdir in $$list; do \
 
524
          if test "$$subdir" = "."; then :; else \
 
525
            rev="$$subdir $$rev"; \
 
526
          fi; \
 
527
        done; \
 
528
        rev="$$rev ."; \
 
529
        target=`echo $@ | sed s/-recursive//`; \
 
530
        for subdir in $$rev; do \
 
531
          echo "Making $$target in $$subdir"; \
 
532
          if test "$$subdir" = "."; then \
 
533
            local_target="$$target-am"; \
 
534
          else \
 
535
            local_target="$$target"; \
 
536
          fi; \
 
537
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
538
          || eval $$failcom; \
 
539
        done && test -z "$$fail"
521
540
tags-recursive:
522
541
        list='$(SUBDIRS)'; for subdir in $$list; do \
523
542
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
526
545
        list='$(SUBDIRS)'; for subdir in $$list; do \
527
546
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
528
547
        done
529
 
cscopelist-recursive:
530
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
531
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) cscopelist); \
532
 
        done
533
548
 
534
549
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
535
550
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
593
608
          && $(am__cd) $(top_srcdir) \
594
609
          && gtags -i $(GTAGS_ARGS) "$$here"
595
610
 
596
 
cscope: cscope.files
597
 
        test ! -s cscope.files \
598
 
          || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
599
 
 
600
 
clean-cscope:
601
 
        -rm -f cscope.files
602
 
 
603
 
cscope.files: clean-cscope cscopelist-recursive cscopelist
604
 
 
605
 
cscopelist: cscopelist-recursive $(HEADERS) $(SOURCES) $(LISP)
606
 
        list='$(SOURCES) $(HEADERS) $(LISP)'; \
607
 
        case "$(srcdir)" in \
608
 
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
609
 
          *) sdir=$(subdir)/$(srcdir) ;; \
610
 
        esac; \
611
 
        for i in $$list; do \
612
 
          if test -f "$$i"; then \
613
 
            echo "$(subdir)/$$i"; \
614
 
          else \
615
 
            echo "$$sdir/$$i"; \
616
 
          fi; \
617
 
        done >> $(top_builddir)/cscope.files
618
 
 
619
611
distclean-tags:
620
612
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
621
 
        -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
622
613
 
623
614
distdir: $(DISTFILES)
624
615
        $(am__remove_distdir)
689
680
        || chmod -R a+r "$(distdir)"
690
681
dist-gzip: distdir
691
682
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
692
 
        $(am__post_remove_distdir)
 
683
        $(am__remove_distdir)
693
684
 
694
685
dist-bzip2: distdir
695
686
        tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
696
 
        $(am__post_remove_distdir)
 
687
        $(am__remove_distdir)
697
688
 
698
689
dist-lzip: distdir
699
690
        tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
700
 
        $(am__post_remove_distdir)
 
691
        $(am__remove_distdir)
 
692
 
 
693
dist-lzma: distdir
 
694
        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
 
695
        $(am__remove_distdir)
701
696
dist-xz: distdir
702
697
        tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
703
 
        $(am__post_remove_distdir)
 
698
        $(am__remove_distdir)
704
699
 
705
700
dist-tarZ: distdir
706
701
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
707
 
        $(am__post_remove_distdir)
 
702
        $(am__remove_distdir)
708
703
 
709
704
dist-shar: distdir
710
705
        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
711
 
        $(am__post_remove_distdir)
 
706
        $(am__remove_distdir)
712
707
 
713
708
dist-zip: distdir
714
709
        -rm -f $(distdir).zip
715
710
        zip -rq $(distdir).zip $(distdir)
716
 
        $(am__post_remove_distdir)
 
711
        $(am__remove_distdir)
717
712
 
718
 
dist dist-all:
719
 
        $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
720
 
        $(am__post_remove_distdir)
 
713
dist dist-all: distdir
 
714
        tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
 
715
        $(am__remove_distdir)
721
716
 
722
717
# This target untars the dist file and tries a VPATH configuration.  Then
723
718
# it guarantees that the distribution is self-contained by making another
728
723
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
729
724
        *.tar.bz2*) \
730
725
          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
 
726
        *.tar.lzma*) \
 
727
          lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
731
728
        *.tar.lz*) \
732
729
          lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
733
730
        *.tar.xz*) \
739
736
        *.zip*) \
740
737
          unzip $(distdir).zip ;;\
741
738
        esac
742
 
        chmod -R a-w $(distdir)
743
 
        chmod u+w $(distdir)
744
 
        mkdir $(distdir)/_build $(distdir)/_inst
 
739
        chmod -R a-w $(distdir); chmod u+w $(distdir)
 
740
        mkdir $(distdir)/_build
 
741
        mkdir $(distdir)/_inst
745
742
        chmod a-w $(distdir)
746
743
        test -d $(distdir)/_build || exit 0; \
747
744
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
774
771
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
775
772
          && cd "$$am__cwd" \
776
773
          || exit 1
777
 
        $(am__post_remove_distdir)
 
774
        $(am__remove_distdir)
778
775
        @(echo "$(distdir) archives ready for distribution: "; \
779
776
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
780
777
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
910
907
uninstall-am:
911
908
 
912
909
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
913
 
        cscopelist-recursive ctags-recursive install-am install-strip \
914
 
        tags-recursive
 
910
        ctags-recursive install-am install-strip tags-recursive
915
911
 
916
912
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
917
913
        all all-am all-local am--refresh check check-am clean \
918
 
        clean-cscope clean-generic clean-libtool cscope cscopelist \
919
 
        cscopelist-recursive ctags ctags-recursive dist dist-all \
920
 
        dist-bzip2 dist-gzip dist-hook dist-lzip dist-shar dist-tarZ \
921
 
        dist-xz dist-zip distcheck distclean distclean-generic \
922
 
        distclean-hdr distclean-libtool distclean-tags distcleancheck \
923
 
        distdir distuninstallcheck dvi dvi-am html html-am info \
924
 
        info-am install install-am install-data install-data-am \
925
 
        install-dvi install-dvi-am install-exec install-exec-am \
926
 
        install-html install-html-am install-info install-info-am \
927
 
        install-man install-pdf install-pdf-am install-ps \
928
 
        install-ps-am install-strip installcheck installcheck-am \
929
 
        installdirs installdirs-am maintainer-clean \
930
 
        maintainer-clean-generic mostlyclean mostlyclean-generic \
931
 
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
932
 
        uninstall uninstall-am
 
914
        clean-generic clean-libtool ctags ctags-recursive dist \
 
915
        dist-all dist-bzip2 dist-gzip dist-hook dist-lzip dist-lzma \
 
916
        dist-shar dist-tarZ dist-xz dist-zip distcheck distclean \
 
917
        distclean-generic distclean-hdr distclean-libtool \
 
918
        distclean-tags distcleancheck distdir distuninstallcheck dvi \
 
919
        dvi-am html html-am info info-am install install-am \
 
920
        install-data install-data-am install-dvi install-dvi-am \
 
921
        install-exec install-exec-am install-html install-html-am \
 
922
        install-info install-info-am install-man install-pdf \
 
923
        install-pdf-am install-ps install-ps-am install-strip \
 
924
        installcheck installcheck-am installdirs installdirs-am \
 
925
        maintainer-clean maintainer-clean-generic mostlyclean \
 
926
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
927
        tags tags-recursive uninstall uninstall-am
933
928
 
934
929
 
935
930
win32-debug: