~ubuntu-branches/debian/squeeze/vlc/squeeze

« back to all changes in this revision

Viewing changes to modules/video_output/qte/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Christophe Mutricy
  • Date: 2009-09-20 01:08:41 UTC
  • mto: This revision was merged to the branch mainline in revision 9.
  • Revision ID: james.westby@ubuntu.com-20090920010841-vc6vme91a70r5w0t
Tags: upstream-1.0.2
ImportĀ upstreamĀ versionĀ 1.0.2

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.
26
27
 
27
28
VPATH = @srcdir@
28
29
pkgdatadir = $(datadir)/@PACKAGE@
 
30
pkgincludedir = $(includedir)/@PACKAGE@
29
31
pkglibdir = $(libdir)/@PACKAGE@
30
 
pkgincludedir = $(includedir)/@PACKAGE@
 
32
pkglibexecdir = $(libexecdir)/@PACKAGE@
31
33
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
32
34
install_sh_DATA = $(install_sh) -c -m 644
33
35
install_sh_PROGRAM = $(install_sh) -c
60
62
mkinstalldirs = $(install_sh) -d
61
63
CONFIG_HEADER = $(top_builddir)/config.h
62
64
CONFIG_CLEAN_FILES =
 
65
CONFIG_CLEAN_VPATH_FILES =
63
66
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
64
67
am__vpath_adj = case $$p in \
65
68
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
66
69
    *) f=$$p;; \
67
70
  esac;
68
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
71
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
72
am__install_max = 40
 
73
am__nobase_strip_setup = \
 
74
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
75
am__nobase_strip = \
 
76
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
77
am__nobase_list = $(am__nobase_strip_setup); \
 
78
  for p in $$list; do echo "$$p $$p"; done | \
 
79
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
80
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
81
    if (++n[$$2] == $(am__install_max)) \
 
82
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
83
    END { for (dir in files) print dir, files[dir] }'
 
84
am__base_list = \
 
85
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
86
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
69
87
am__installdirs = "$(DESTDIR)$(libvlcdir)"
70
 
libvlcLTLIBRARIES_INSTALL = $(INSTALL)
71
88
LTLIBRARIES = $(libvlc_LTLIBRARIES)
72
89
am__DEPENDENCIES_1 = `$(VLC_CONFIG) plugin $@` $(LTLIBVLCCORE) \
73
90
        $(top_builddir)/compat/libcompat.la
84
101
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
85
102
depcomp = $(SHELL) $(top_srcdir)/autotools/depcomp
86
103
am__depfiles_maybe = depfiles
 
104
am__mv = mv -f
87
105
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
88
106
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
89
107
LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
528
546
PACKAGE_NAME = @PACKAGE_NAME@
529
547
PACKAGE_STRING = @PACKAGE_STRING@
530
548
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
549
PACKAGE_URL = @PACKAGE_URL@
531
550
PACKAGE_VERSION = @PACKAGE_VERSION@
532
551
PATH_SEPARATOR = @PATH_SEPARATOR@
533
552
PCRE_CFLAGS = @PCRE_CFLAGS@
555
574
SHELL = @SHELL@
556
575
SHOUT_CFLAGS = @SHOUT_CFLAGS@
557
576
SHOUT_LIBS = @SHOUT_LIBS@
 
577
SOCKET_LIBS = @SOCKET_LIBS@
558
578
STRIP = @STRIP@
559
579
SVG_CFLAGS = @SVG_CFLAGS@
560
580
SVG_LIBS = @SVG_LIBS@
717
737
              exit 1;; \
718
738
          esac; \
719
739
        done; \
720
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  modules/video_output/qte/Makefile'; \
721
 
        cd $(top_srcdir) && \
722
 
          $(AUTOMAKE) --gnu  modules/video_output/qte/Makefile
 
740
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu modules/video_output/qte/Makefile'; \
 
741
        $(am__cd) $(top_srcdir) && \
 
742
          $(AUTOMAKE) --gnu modules/video_output/qte/Makefile
723
743
.PRECIOUS: Makefile
724
744
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
725
745
        @case '$?' in \
737
757
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
738
758
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
739
759
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
760
$(am__aclocal_m4_deps):
740
761
install-libvlcLTLIBRARIES: $(libvlc_LTLIBRARIES)
741
762
        @$(NORMAL_INSTALL)
742
763
        test -z "$(libvlcdir)" || $(MKDIR_P) "$(DESTDIR)$(libvlcdir)"
743
 
        @list='$(libvlc_LTLIBRARIES)'; for p in $$list; do \
 
764
        @list='$(libvlc_LTLIBRARIES)'; test -n "$(libvlcdir)" || list=; \
 
765
        list2=; for p in $$list; do \
744
766
          if test -f $$p; then \
745
 
            f=$(am__strip_dir) \
746
 
            echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libvlcLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libvlcdir)/$$f'"; \
747
 
            $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libvlcLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libvlcdir)/$$f"; \
 
767
            list2="$$list2 $$p"; \
748
768
          else :; fi; \
749
 
        done
 
769
        done; \
 
770
        test -z "$$list2" || { \
 
771
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libvlcdir)'"; \
 
772
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libvlcdir)"; \
 
773
        }
750
774
 
751
775
uninstall-libvlcLTLIBRARIES:
752
776
        @$(NORMAL_UNINSTALL)
753
 
        @list='$(libvlc_LTLIBRARIES)'; for p in $$list; do \
754
 
          p=$(am__strip_dir) \
755
 
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libvlcdir)/$$p'"; \
756
 
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libvlcdir)/$$p"; \
 
777
        @list='$(libvlc_LTLIBRARIES)'; test -n "$(libvlcdir)" || list=; \
 
778
        for p in $$list; do \
 
779
          $(am__strip_dir) \
 
780
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libvlcdir)/$$f'"; \
 
781
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libvlcdir)/$$f"; \
757
782
        done
758
783
 
759
784
clean-libvlcLTLIBRARIES:
777
802
 
778
803
.cpp.o:
779
804
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
780
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
805
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
781
806
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
782
807
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
783
808
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
784
809
 
785
810
.cpp.obj:
786
811
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
787
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
812
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
788
813
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
789
814
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
790
815
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
791
816
 
792
817
.cpp.lo:
793
818
@am__fastdepCXX_TRUE@   $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
794
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
819
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
795
820
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
796
821
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
797
822
@am__fastdepCXX_FALSE@  $(LTCXXCOMPILE) -c -o $@ $<
798
823
 
799
824
libqte_plugin_la-qte.lo: qte.cpp
800
 
@am__fastdepCXX_TRUE@   $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libqte_plugin_la_CXXFLAGS) $(CXXFLAGS) -MT libqte_plugin_la-qte.lo -MD -MP -MF $(DEPDIR)/libqte_plugin_la-qte.Tpo -c -o libqte_plugin_la-qte.lo `test -f 'qte.cpp' || echo '$(srcdir)/'`qte.cpp
801
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/libqte_plugin_la-qte.Tpo $(DEPDIR)/libqte_plugin_la-qte.Plo
 
825
@am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libqte_plugin_la_CXXFLAGS) $(CXXFLAGS) -MT libqte_plugin_la-qte.lo -MD -MP -MF $(DEPDIR)/libqte_plugin_la-qte.Tpo -c -o libqte_plugin_la-qte.lo `test -f 'qte.cpp' || echo '$(srcdir)/'`qte.cpp
 
826
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/libqte_plugin_la-qte.Tpo $(DEPDIR)/libqte_plugin_la-qte.Plo
802
827
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='qte.cpp' object='libqte_plugin_la-qte.lo' libtool=yes @AMDEPBACKSLASH@
803
828
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
804
 
@am__fastdepCXX_FALSE@  $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libqte_plugin_la_CXXFLAGS) $(CXXFLAGS) -c -o libqte_plugin_la-qte.lo `test -f 'qte.cpp' || echo '$(srcdir)/'`qte.cpp
 
829
@am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libqte_plugin_la_CXXFLAGS) $(CXXFLAGS) -c -o libqte_plugin_la-qte.lo `test -f 'qte.cpp' || echo '$(srcdir)/'`qte.cpp
805
830
 
806
831
mostlyclean-libtool:
807
832
        -rm -f *.lo
821
846
 
822
847
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
823
848
                $(TAGS_FILES) $(LISP)
824
 
        tags=; \
 
849
        set x; \
825
850
        here=`pwd`; \
826
851
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
827
852
        unique=`for i in $$list; do \
829
854
          done | \
830
855
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
831
856
              END { if (nonempty) { for (i in files) print i; }; }'`; \
832
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
857
        shift; \
 
858
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
833
859
          test -n "$$unique" || unique=$$empty_fix; \
834
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
835
 
            $$tags $$unique; \
 
860
          if test $$# -gt 0; then \
 
861
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
862
              "$$@" $$unique; \
 
863
          else \
 
864
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
865
              $$unique; \
 
866
          fi; \
836
867
        fi
837
868
ctags: CTAGS
838
869
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
839
870
                $(TAGS_FILES) $(LISP)
840
 
        tags=; \
841
871
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
842
872
        unique=`for i in $$list; do \
843
873
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
844
874
          done | \
845
875
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
846
876
              END { if (nonempty) { for (i in files) print i; }; }'`; \
847
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
877
        test -z "$(CTAGS_ARGS)$$unique" \
848
878
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
849
 
             $$tags $$unique
 
879
             $$unique
850
880
 
851
881
GTAGS:
852
882
        here=`$(am__cd) $(top_builddir) && pwd` \
853
 
          && cd $(top_srcdir) \
854
 
          && gtags -i $(GTAGS_ARGS) $$here
 
883
          && $(am__cd) $(top_srcdir) \
 
884
          && gtags -i $(GTAGS_ARGS) "$$here"
855
885
 
856
886
distclean-tags:
857
887
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
872
902
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
873
903
          if test -d $$d/$$file; then \
874
904
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
905
            if test -d "$(distdir)/$$file"; then \
 
906
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
907
            fi; \
875
908
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
876
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
909
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
910
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
877
911
            fi; \
878
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
912
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
879
913
          else \
880
 
            test -f $(distdir)/$$file \
881
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
914
            test -f "$(distdir)/$$file" \
 
915
            || cp -p $$d/$$file "$(distdir)/$$file" \
882
916
            || exit 1; \
883
917
          fi; \
884
918
        done
912
946
 
913
947
distclean-generic:
914
948
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
949
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
915
950
 
916
951
maintainer-clean-generic:
917
952
        @echo "This command is intended for maintainers to use"
934
969
 
935
970
html: html-am
936
971
 
 
972
html-am:
 
973
 
937
974
info: info-am
938
975
 
939
976
info-am:
942
979
 
943
980
install-dvi: install-dvi-am
944
981
 
 
982
install-dvi-am:
 
983
 
945
984
install-exec-am:
946
985
 
947
986
install-html: install-html-am
948
987
 
 
988
install-html-am:
 
989
 
949
990
install-info: install-info-am
950
991
 
 
992
install-info-am:
 
993
 
951
994
install-man:
952
995
 
953
996
install-pdf: install-pdf-am
954
997
 
 
998
install-pdf-am:
 
999
 
955
1000
install-ps: install-ps-am
956
1001
 
 
1002
install-ps-am:
 
1003
 
957
1004
installcheck-am:
958
1005
 
959
1006
maintainer-clean: maintainer-clean-am
976
1023
 
977
1024
uninstall-am: uninstall-libvlcLTLIBRARIES
978
1025
 
979
 
.MAKE: install-am install-strip
 
1026
.MAKE: all check install install-am install-strip
980
1027
 
981
1028
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
982
1029
        clean-libtool clean-libvlcLTLIBRARIES ctags distclean \
1000
1047
        $(top_builddir)/compile
1001
1048
 
1002
1049
.PHONY: nice
 
1050
 
1003
1051
# Tell versions [3.59,3.63) of GNU make to not export all variables.
1004
1052
# Otherwise a system limit (for SysV at least) may be exceeded.
1005
1053
.NOEXPORT: