~ubuntu-branches/ubuntu/lucid/vlc/lucid-security

« back to all changes in this revision

Viewing changes to modules/codec/cmml/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Benjamin Drung
  • Date: 2009-09-25 14:44:17 UTC
  • mfrom: (3.5.1 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090925144417-87vomt575d0agvqa
Tags: 1.0.2-1ubuntu1
* Merge from Debian unstable (LP: #435524), remaining changes:
  - build against xulrunner-dev instead of iceape-dev
  - build against libx264-dev and install libx264 plugin
  - add Xb-Npp header to vlc package
  - recommend vlc-plugin-pulse for vlc

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
87
104
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
88
105
depcomp = $(SHELL) $(top_srcdir)/autotools/depcomp
89
106
am__depfiles_maybe = depfiles
 
107
am__mv = mv -f
90
108
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
91
109
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
92
110
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
522
540
PACKAGE_NAME = @PACKAGE_NAME@
523
541
PACKAGE_STRING = @PACKAGE_STRING@
524
542
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
543
PACKAGE_URL = @PACKAGE_URL@
525
544
PACKAGE_VERSION = @PACKAGE_VERSION@
526
545
PATH_SEPARATOR = @PATH_SEPARATOR@
527
546
PCRE_CFLAGS = @PCRE_CFLAGS@
549
568
SHELL = @SHELL@
550
569
SHOUT_CFLAGS = @SHOUT_CFLAGS@
551
570
SHOUT_LIBS = @SHOUT_LIBS@
 
571
SOCKET_LIBS = @SOCKET_LIBS@
552
572
STRIP = @STRIP@
553
573
SVG_CFLAGS = @SVG_CFLAGS@
554
574
SVG_LIBS = @SVG_LIBS@
717
737
              exit 1;; \
718
738
          esac; \
719
739
        done; \
720
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  modules/codec/cmml/Makefile'; \
721
 
        cd $(top_srcdir) && \
722
 
          $(AUTOMAKE) --gnu  modules/codec/cmml/Makefile
 
740
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu modules/codec/cmml/Makefile'; \
 
741
        $(am__cd) $(top_srcdir) && \
 
742
          $(AUTOMAKE) --gnu modules/codec/cmml/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:
784
809
 
785
810
.c.o:
786
811
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
787
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
812
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
788
813
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
789
814
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
790
815
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
791
816
 
792
817
.c.obj:
793
818
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
794
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
819
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
795
820
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
796
821
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
797
822
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
798
823
 
799
824
.c.lo:
800
825
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
801
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
826
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
802
827
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
803
828
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
804
829
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
805
830
 
806
831
libcmml_plugin_la-browser_open.lo: browser_open.c
807
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcmml_plugin_la_CFLAGS) $(CFLAGS) -MT libcmml_plugin_la-browser_open.lo -MD -MP -MF $(DEPDIR)/libcmml_plugin_la-browser_open.Tpo -c -o libcmml_plugin_la-browser_open.lo `test -f 'browser_open.c' || echo '$(srcdir)/'`browser_open.c
808
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcmml_plugin_la-browser_open.Tpo $(DEPDIR)/libcmml_plugin_la-browser_open.Plo
 
832
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcmml_plugin_la_CFLAGS) $(CFLAGS) -MT libcmml_plugin_la-browser_open.lo -MD -MP -MF $(DEPDIR)/libcmml_plugin_la-browser_open.Tpo -c -o libcmml_plugin_la-browser_open.lo `test -f 'browser_open.c' || echo '$(srcdir)/'`browser_open.c
 
833
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libcmml_plugin_la-browser_open.Tpo $(DEPDIR)/libcmml_plugin_la-browser_open.Plo
809
834
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='browser_open.c' object='libcmml_plugin_la-browser_open.lo' libtool=yes @AMDEPBACKSLASH@
810
835
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
811
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcmml_plugin_la_CFLAGS) $(CFLAGS) -c -o libcmml_plugin_la-browser_open.lo `test -f 'browser_open.c' || echo '$(srcdir)/'`browser_open.c
 
836
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcmml_plugin_la_CFLAGS) $(CFLAGS) -c -o libcmml_plugin_la-browser_open.lo `test -f 'browser_open.c' || echo '$(srcdir)/'`browser_open.c
812
837
 
813
838
libcmml_plugin_la-cmml.lo: cmml.c
814
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcmml_plugin_la_CFLAGS) $(CFLAGS) -MT libcmml_plugin_la-cmml.lo -MD -MP -MF $(DEPDIR)/libcmml_plugin_la-cmml.Tpo -c -o libcmml_plugin_la-cmml.lo `test -f 'cmml.c' || echo '$(srcdir)/'`cmml.c
815
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcmml_plugin_la-cmml.Tpo $(DEPDIR)/libcmml_plugin_la-cmml.Plo
 
839
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcmml_plugin_la_CFLAGS) $(CFLAGS) -MT libcmml_plugin_la-cmml.lo -MD -MP -MF $(DEPDIR)/libcmml_plugin_la-cmml.Tpo -c -o libcmml_plugin_la-cmml.lo `test -f 'cmml.c' || echo '$(srcdir)/'`cmml.c
 
840
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libcmml_plugin_la-cmml.Tpo $(DEPDIR)/libcmml_plugin_la-cmml.Plo
816
841
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='cmml.c' object='libcmml_plugin_la-cmml.lo' libtool=yes @AMDEPBACKSLASH@
817
842
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
818
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcmml_plugin_la_CFLAGS) $(CFLAGS) -c -o libcmml_plugin_la-cmml.lo `test -f 'cmml.c' || echo '$(srcdir)/'`cmml.c
 
843
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcmml_plugin_la_CFLAGS) $(CFLAGS) -c -o libcmml_plugin_la-cmml.lo `test -f 'cmml.c' || echo '$(srcdir)/'`cmml.c
819
844
 
820
845
libcmml_plugin_la-history.lo: history.c
821
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcmml_plugin_la_CFLAGS) $(CFLAGS) -MT libcmml_plugin_la-history.lo -MD -MP -MF $(DEPDIR)/libcmml_plugin_la-history.Tpo -c -o libcmml_plugin_la-history.lo `test -f 'history.c' || echo '$(srcdir)/'`history.c
822
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcmml_plugin_la-history.Tpo $(DEPDIR)/libcmml_plugin_la-history.Plo
 
846
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcmml_plugin_la_CFLAGS) $(CFLAGS) -MT libcmml_plugin_la-history.lo -MD -MP -MF $(DEPDIR)/libcmml_plugin_la-history.Tpo -c -o libcmml_plugin_la-history.lo `test -f 'history.c' || echo '$(srcdir)/'`history.c
 
847
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libcmml_plugin_la-history.Tpo $(DEPDIR)/libcmml_plugin_la-history.Plo
823
848
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='history.c' object='libcmml_plugin_la-history.lo' libtool=yes @AMDEPBACKSLASH@
824
849
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
825
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcmml_plugin_la_CFLAGS) $(CFLAGS) -c -o libcmml_plugin_la-history.lo `test -f 'history.c' || echo '$(srcdir)/'`history.c
 
850
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcmml_plugin_la_CFLAGS) $(CFLAGS) -c -o libcmml_plugin_la-history.lo `test -f 'history.c' || echo '$(srcdir)/'`history.c
826
851
 
827
852
libcmml_plugin_la-intf.lo: intf.c
828
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcmml_plugin_la_CFLAGS) $(CFLAGS) -MT libcmml_plugin_la-intf.lo -MD -MP -MF $(DEPDIR)/libcmml_plugin_la-intf.Tpo -c -o libcmml_plugin_la-intf.lo `test -f 'intf.c' || echo '$(srcdir)/'`intf.c
829
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcmml_plugin_la-intf.Tpo $(DEPDIR)/libcmml_plugin_la-intf.Plo
 
853
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcmml_plugin_la_CFLAGS) $(CFLAGS) -MT libcmml_plugin_la-intf.lo -MD -MP -MF $(DEPDIR)/libcmml_plugin_la-intf.Tpo -c -o libcmml_plugin_la-intf.lo `test -f 'intf.c' || echo '$(srcdir)/'`intf.c
 
854
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libcmml_plugin_la-intf.Tpo $(DEPDIR)/libcmml_plugin_la-intf.Plo
830
855
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='intf.c' object='libcmml_plugin_la-intf.lo' libtool=yes @AMDEPBACKSLASH@
831
856
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
832
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcmml_plugin_la_CFLAGS) $(CFLAGS) -c -o libcmml_plugin_la-intf.lo `test -f 'intf.c' || echo '$(srcdir)/'`intf.c
 
857
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcmml_plugin_la_CFLAGS) $(CFLAGS) -c -o libcmml_plugin_la-intf.lo `test -f 'intf.c' || echo '$(srcdir)/'`intf.c
833
858
 
834
859
libcmml_plugin_la-xarray.lo: xarray.c
835
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcmml_plugin_la_CFLAGS) $(CFLAGS) -MT libcmml_plugin_la-xarray.lo -MD -MP -MF $(DEPDIR)/libcmml_plugin_la-xarray.Tpo -c -o libcmml_plugin_la-xarray.lo `test -f 'xarray.c' || echo '$(srcdir)/'`xarray.c
836
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcmml_plugin_la-xarray.Tpo $(DEPDIR)/libcmml_plugin_la-xarray.Plo
 
860
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcmml_plugin_la_CFLAGS) $(CFLAGS) -MT libcmml_plugin_la-xarray.lo -MD -MP -MF $(DEPDIR)/libcmml_plugin_la-xarray.Tpo -c -o libcmml_plugin_la-xarray.lo `test -f 'xarray.c' || echo '$(srcdir)/'`xarray.c
 
861
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libcmml_plugin_la-xarray.Tpo $(DEPDIR)/libcmml_plugin_la-xarray.Plo
837
862
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='xarray.c' object='libcmml_plugin_la-xarray.lo' libtool=yes @AMDEPBACKSLASH@
838
863
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
839
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcmml_plugin_la_CFLAGS) $(CFLAGS) -c -o libcmml_plugin_la-xarray.lo `test -f 'xarray.c' || echo '$(srcdir)/'`xarray.c
 
864
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcmml_plugin_la_CFLAGS) $(CFLAGS) -c -o libcmml_plugin_la-xarray.lo `test -f 'xarray.c' || echo '$(srcdir)/'`xarray.c
840
865
 
841
866
libcmml_plugin_la-xlist.lo: xlist.c
842
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcmml_plugin_la_CFLAGS) $(CFLAGS) -MT libcmml_plugin_la-xlist.lo -MD -MP -MF $(DEPDIR)/libcmml_plugin_la-xlist.Tpo -c -o libcmml_plugin_la-xlist.lo `test -f 'xlist.c' || echo '$(srcdir)/'`xlist.c
843
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcmml_plugin_la-xlist.Tpo $(DEPDIR)/libcmml_plugin_la-xlist.Plo
 
867
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcmml_plugin_la_CFLAGS) $(CFLAGS) -MT libcmml_plugin_la-xlist.lo -MD -MP -MF $(DEPDIR)/libcmml_plugin_la-xlist.Tpo -c -o libcmml_plugin_la-xlist.lo `test -f 'xlist.c' || echo '$(srcdir)/'`xlist.c
 
868
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libcmml_plugin_la-xlist.Tpo $(DEPDIR)/libcmml_plugin_la-xlist.Plo
844
869
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='xlist.c' object='libcmml_plugin_la-xlist.lo' libtool=yes @AMDEPBACKSLASH@
845
870
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
846
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcmml_plugin_la_CFLAGS) $(CFLAGS) -c -o libcmml_plugin_la-xlist.lo `test -f 'xlist.c' || echo '$(srcdir)/'`xlist.c
 
871
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcmml_plugin_la_CFLAGS) $(CFLAGS) -c -o libcmml_plugin_la-xlist.lo `test -f 'xlist.c' || echo '$(srcdir)/'`xlist.c
847
872
 
848
873
libcmml_plugin_la-xtag.lo: xtag.c
849
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcmml_plugin_la_CFLAGS) $(CFLAGS) -MT libcmml_plugin_la-xtag.lo -MD -MP -MF $(DEPDIR)/libcmml_plugin_la-xtag.Tpo -c -o libcmml_plugin_la-xtag.lo `test -f 'xtag.c' || echo '$(srcdir)/'`xtag.c
850
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcmml_plugin_la-xtag.Tpo $(DEPDIR)/libcmml_plugin_la-xtag.Plo
 
874
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcmml_plugin_la_CFLAGS) $(CFLAGS) -MT libcmml_plugin_la-xtag.lo -MD -MP -MF $(DEPDIR)/libcmml_plugin_la-xtag.Tpo -c -o libcmml_plugin_la-xtag.lo `test -f 'xtag.c' || echo '$(srcdir)/'`xtag.c
 
875
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libcmml_plugin_la-xtag.Tpo $(DEPDIR)/libcmml_plugin_la-xtag.Plo
851
876
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='xtag.c' object='libcmml_plugin_la-xtag.lo' libtool=yes @AMDEPBACKSLASH@
852
877
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
853
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcmml_plugin_la_CFLAGS) $(CFLAGS) -c -o libcmml_plugin_la-xtag.lo `test -f 'xtag.c' || echo '$(srcdir)/'`xtag.c
 
878
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcmml_plugin_la_CFLAGS) $(CFLAGS) -c -o libcmml_plugin_la-xtag.lo `test -f 'xtag.c' || echo '$(srcdir)/'`xtag.c
854
879
 
855
880
libcmml_plugin_la-xurl.lo: xurl.c
856
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcmml_plugin_la_CFLAGS) $(CFLAGS) -MT libcmml_plugin_la-xurl.lo -MD -MP -MF $(DEPDIR)/libcmml_plugin_la-xurl.Tpo -c -o libcmml_plugin_la-xurl.lo `test -f 'xurl.c' || echo '$(srcdir)/'`xurl.c
857
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcmml_plugin_la-xurl.Tpo $(DEPDIR)/libcmml_plugin_la-xurl.Plo
 
881
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcmml_plugin_la_CFLAGS) $(CFLAGS) -MT libcmml_plugin_la-xurl.lo -MD -MP -MF $(DEPDIR)/libcmml_plugin_la-xurl.Tpo -c -o libcmml_plugin_la-xurl.lo `test -f 'xurl.c' || echo '$(srcdir)/'`xurl.c
 
882
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libcmml_plugin_la-xurl.Tpo $(DEPDIR)/libcmml_plugin_la-xurl.Plo
858
883
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='xurl.c' object='libcmml_plugin_la-xurl.lo' libtool=yes @AMDEPBACKSLASH@
859
884
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
860
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcmml_plugin_la_CFLAGS) $(CFLAGS) -c -o libcmml_plugin_la-xurl.lo `test -f 'xurl.c' || echo '$(srcdir)/'`xurl.c
 
885
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcmml_plugin_la_CFLAGS) $(CFLAGS) -c -o libcmml_plugin_la-xurl.lo `test -f 'xurl.c' || echo '$(srcdir)/'`xurl.c
861
886
 
862
887
mostlyclean-libtool:
863
888
        -rm -f *.lo
877
902
 
878
903
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
879
904
                $(TAGS_FILES) $(LISP)
880
 
        tags=; \
 
905
        set x; \
881
906
        here=`pwd`; \
882
907
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
883
908
        unique=`for i in $$list; do \
885
910
          done | \
886
911
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
887
912
              END { if (nonempty) { for (i in files) print i; }; }'`; \
888
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
913
        shift; \
 
914
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
889
915
          test -n "$$unique" || unique=$$empty_fix; \
890
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
891
 
            $$tags $$unique; \
 
916
          if test $$# -gt 0; then \
 
917
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
918
              "$$@" $$unique; \
 
919
          else \
 
920
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
921
              $$unique; \
 
922
          fi; \
892
923
        fi
893
924
ctags: CTAGS
894
925
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
895
926
                $(TAGS_FILES) $(LISP)
896
 
        tags=; \
897
927
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
898
928
        unique=`for i in $$list; do \
899
929
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
900
930
          done | \
901
931
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
902
932
              END { if (nonempty) { for (i in files) print i; }; }'`; \
903
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
933
        test -z "$(CTAGS_ARGS)$$unique" \
904
934
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
905
 
             $$tags $$unique
 
935
             $$unique
906
936
 
907
937
GTAGS:
908
938
        here=`$(am__cd) $(top_builddir) && pwd` \
909
 
          && cd $(top_srcdir) \
910
 
          && gtags -i $(GTAGS_ARGS) $$here
 
939
          && $(am__cd) $(top_srcdir) \
 
940
          && gtags -i $(GTAGS_ARGS) "$$here"
911
941
 
912
942
distclean-tags:
913
943
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
928
958
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
929
959
          if test -d $$d/$$file; then \
930
960
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
961
            if test -d "$(distdir)/$$file"; then \
 
962
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
963
            fi; \
931
964
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
932
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
965
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
966
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
933
967
            fi; \
934
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
968
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
935
969
          else \
936
 
            test -f $(distdir)/$$file \
937
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
970
            test -f "$(distdir)/$$file" \
 
971
            || cp -p $$d/$$file "$(distdir)/$$file" \
938
972
            || exit 1; \
939
973
          fi; \
940
974
        done
968
1002
 
969
1003
distclean-generic:
970
1004
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
1005
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
971
1006
 
972
1007
maintainer-clean-generic:
973
1008
        @echo "This command is intended for maintainers to use"
990
1025
 
991
1026
html: html-am
992
1027
 
 
1028
html-am:
 
1029
 
993
1030
info: info-am
994
1031
 
995
1032
info-am:
998
1035
 
999
1036
install-dvi: install-dvi-am
1000
1037
 
 
1038
install-dvi-am:
 
1039
 
1001
1040
install-exec-am:
1002
1041
 
1003
1042
install-html: install-html-am
1004
1043
 
 
1044
install-html-am:
 
1045
 
1005
1046
install-info: install-info-am
1006
1047
 
 
1048
install-info-am:
 
1049
 
1007
1050
install-man:
1008
1051
 
1009
1052
install-pdf: install-pdf-am
1010
1053
 
 
1054
install-pdf-am:
 
1055
 
1011
1056
install-ps: install-ps-am
1012
1057
 
 
1058
install-ps-am:
 
1059
 
1013
1060
installcheck-am:
1014
1061
 
1015
1062
maintainer-clean: maintainer-clean-am
1032
1079
 
1033
1080
uninstall-am: uninstall-libvlcLTLIBRARIES
1034
1081
 
1035
 
.MAKE: install-am install-strip
 
1082
.MAKE: all check install install-am install-strip
1036
1083
 
1037
1084
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
1038
1085
        clean-libtool clean-libvlcLTLIBRARIES ctags distclean \
1056
1103
        $(top_builddir)/compile
1057
1104
 
1058
1105
.PHONY: nice
 
1106
 
1059
1107
# Tell versions [3.59,3.63) of GNU make to not export all variables.
1060
1108
# Otherwise a system limit (for SysV at least) may be exceeded.
1061
1109
.NOEXPORT: