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

« back to all changes in this revision

Viewing changes to modules/demux/playlist/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
93
110
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
94
111
depcomp = $(SHELL) $(top_srcdir)/autotools/depcomp
95
112
am__depfiles_maybe = depfiles
 
113
am__mv = mv -f
96
114
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
97
115
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
98
116
LTCOMPILE = $(LIBTOOL) --tag=CC $(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@
733
753
              exit 1;; \
734
754
          esac; \
735
755
        done; \
736
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  modules/demux/playlist/Makefile'; \
737
 
        cd $(top_srcdir) && \
738
 
          $(AUTOMAKE) --gnu  modules/demux/playlist/Makefile
 
756
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu modules/demux/playlist/Makefile'; \
 
757
        $(am__cd) $(top_srcdir) && \
 
758
          $(AUTOMAKE) --gnu modules/demux/playlist/Makefile
739
759
.PRECIOUS: Makefile
740
760
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
741
761
        @case '$?' in \
753
773
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
754
774
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
755
775
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
776
$(am__aclocal_m4_deps):
756
777
install-libvlcLTLIBRARIES: $(libvlc_LTLIBRARIES)
757
778
        @$(NORMAL_INSTALL)
758
779
        test -z "$(libvlcdir)" || $(MKDIR_P) "$(DESTDIR)$(libvlcdir)"
759
 
        @list='$(libvlc_LTLIBRARIES)'; for p in $$list; do \
 
780
        @list='$(libvlc_LTLIBRARIES)'; test -n "$(libvlcdir)" || list=; \
 
781
        list2=; for p in $$list; do \
760
782
          if test -f $$p; then \
761
 
            f=$(am__strip_dir) \
762
 
            echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libvlcLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libvlcdir)/$$f'"; \
763
 
            $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libvlcLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libvlcdir)/$$f"; \
 
783
            list2="$$list2 $$p"; \
764
784
          else :; fi; \
765
 
        done
 
785
        done; \
 
786
        test -z "$$list2" || { \
 
787
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libvlcdir)'"; \
 
788
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libvlcdir)"; \
 
789
        }
766
790
 
767
791
uninstall-libvlcLTLIBRARIES:
768
792
        @$(NORMAL_UNINSTALL)
769
 
        @list='$(libvlc_LTLIBRARIES)'; for p in $$list; do \
770
 
          p=$(am__strip_dir) \
771
 
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libvlcdir)/$$p'"; \
772
 
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libvlcdir)/$$p"; \
 
793
        @list='$(libvlc_LTLIBRARIES)'; test -n "$(libvlcdir)" || list=; \
 
794
        for p in $$list; do \
 
795
          $(am__strip_dir) \
 
796
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libvlcdir)/$$f'"; \
 
797
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libvlcdir)/$$f"; \
773
798
        done
774
799
 
775
800
clean-libvlcLTLIBRARIES:
807
832
 
808
833
.c.o:
809
834
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
810
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
835
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
811
836
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
812
837
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
813
838
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
814
839
 
815
840
.c.obj:
816
841
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
817
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
842
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
818
843
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
819
844
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
820
845
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
821
846
 
822
847
.c.lo:
823
848
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
824
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
849
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
825
850
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
826
851
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
827
852
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
828
853
 
829
854
libplaylist_plugin_la-playlist.lo: playlist.c
830
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libplaylist_plugin_la_CFLAGS) $(CFLAGS) -MT libplaylist_plugin_la-playlist.lo -MD -MP -MF $(DEPDIR)/libplaylist_plugin_la-playlist.Tpo -c -o libplaylist_plugin_la-playlist.lo `test -f 'playlist.c' || echo '$(srcdir)/'`playlist.c
831
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libplaylist_plugin_la-playlist.Tpo $(DEPDIR)/libplaylist_plugin_la-playlist.Plo
 
855
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libplaylist_plugin_la_CFLAGS) $(CFLAGS) -MT libplaylist_plugin_la-playlist.lo -MD -MP -MF $(DEPDIR)/libplaylist_plugin_la-playlist.Tpo -c -o libplaylist_plugin_la-playlist.lo `test -f 'playlist.c' || echo '$(srcdir)/'`playlist.c
 
856
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libplaylist_plugin_la-playlist.Tpo $(DEPDIR)/libplaylist_plugin_la-playlist.Plo
832
857
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='playlist.c' object='libplaylist_plugin_la-playlist.lo' libtool=yes @AMDEPBACKSLASH@
833
858
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
834
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libplaylist_plugin_la_CFLAGS) $(CFLAGS) -c -o libplaylist_plugin_la-playlist.lo `test -f 'playlist.c' || echo '$(srcdir)/'`playlist.c
 
859
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libplaylist_plugin_la_CFLAGS) $(CFLAGS) -c -o libplaylist_plugin_la-playlist.lo `test -f 'playlist.c' || echo '$(srcdir)/'`playlist.c
835
860
 
836
861
libplaylist_plugin_la-m3u.lo: m3u.c
837
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libplaylist_plugin_la_CFLAGS) $(CFLAGS) -MT libplaylist_plugin_la-m3u.lo -MD -MP -MF $(DEPDIR)/libplaylist_plugin_la-m3u.Tpo -c -o libplaylist_plugin_la-m3u.lo `test -f 'm3u.c' || echo '$(srcdir)/'`m3u.c
838
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libplaylist_plugin_la-m3u.Tpo $(DEPDIR)/libplaylist_plugin_la-m3u.Plo
 
862
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libplaylist_plugin_la_CFLAGS) $(CFLAGS) -MT libplaylist_plugin_la-m3u.lo -MD -MP -MF $(DEPDIR)/libplaylist_plugin_la-m3u.Tpo -c -o libplaylist_plugin_la-m3u.lo `test -f 'm3u.c' || echo '$(srcdir)/'`m3u.c
 
863
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libplaylist_plugin_la-m3u.Tpo $(DEPDIR)/libplaylist_plugin_la-m3u.Plo
839
864
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='m3u.c' object='libplaylist_plugin_la-m3u.lo' libtool=yes @AMDEPBACKSLASH@
840
865
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
841
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libplaylist_plugin_la_CFLAGS) $(CFLAGS) -c -o libplaylist_plugin_la-m3u.lo `test -f 'm3u.c' || echo '$(srcdir)/'`m3u.c
 
866
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libplaylist_plugin_la_CFLAGS) $(CFLAGS) -c -o libplaylist_plugin_la-m3u.lo `test -f 'm3u.c' || echo '$(srcdir)/'`m3u.c
842
867
 
843
868
libplaylist_plugin_la-ram.lo: ram.c
844
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libplaylist_plugin_la_CFLAGS) $(CFLAGS) -MT libplaylist_plugin_la-ram.lo -MD -MP -MF $(DEPDIR)/libplaylist_plugin_la-ram.Tpo -c -o libplaylist_plugin_la-ram.lo `test -f 'ram.c' || echo '$(srcdir)/'`ram.c
845
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libplaylist_plugin_la-ram.Tpo $(DEPDIR)/libplaylist_plugin_la-ram.Plo
 
869
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libplaylist_plugin_la_CFLAGS) $(CFLAGS) -MT libplaylist_plugin_la-ram.lo -MD -MP -MF $(DEPDIR)/libplaylist_plugin_la-ram.Tpo -c -o libplaylist_plugin_la-ram.lo `test -f 'ram.c' || echo '$(srcdir)/'`ram.c
 
870
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libplaylist_plugin_la-ram.Tpo $(DEPDIR)/libplaylist_plugin_la-ram.Plo
846
871
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ram.c' object='libplaylist_plugin_la-ram.lo' libtool=yes @AMDEPBACKSLASH@
847
872
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
848
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libplaylist_plugin_la_CFLAGS) $(CFLAGS) -c -o libplaylist_plugin_la-ram.lo `test -f 'ram.c' || echo '$(srcdir)/'`ram.c
 
873
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libplaylist_plugin_la_CFLAGS) $(CFLAGS) -c -o libplaylist_plugin_la-ram.lo `test -f 'ram.c' || echo '$(srcdir)/'`ram.c
849
874
 
850
875
libplaylist_plugin_la-b4s.lo: b4s.c
851
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libplaylist_plugin_la_CFLAGS) $(CFLAGS) -MT libplaylist_plugin_la-b4s.lo -MD -MP -MF $(DEPDIR)/libplaylist_plugin_la-b4s.Tpo -c -o libplaylist_plugin_la-b4s.lo `test -f 'b4s.c' || echo '$(srcdir)/'`b4s.c
852
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libplaylist_plugin_la-b4s.Tpo $(DEPDIR)/libplaylist_plugin_la-b4s.Plo
 
876
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libplaylist_plugin_la_CFLAGS) $(CFLAGS) -MT libplaylist_plugin_la-b4s.lo -MD -MP -MF $(DEPDIR)/libplaylist_plugin_la-b4s.Tpo -c -o libplaylist_plugin_la-b4s.lo `test -f 'b4s.c' || echo '$(srcdir)/'`b4s.c
 
877
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libplaylist_plugin_la-b4s.Tpo $(DEPDIR)/libplaylist_plugin_la-b4s.Plo
853
878
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='b4s.c' object='libplaylist_plugin_la-b4s.lo' libtool=yes @AMDEPBACKSLASH@
854
879
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
855
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libplaylist_plugin_la_CFLAGS) $(CFLAGS) -c -o libplaylist_plugin_la-b4s.lo `test -f 'b4s.c' || echo '$(srcdir)/'`b4s.c
 
880
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libplaylist_plugin_la_CFLAGS) $(CFLAGS) -c -o libplaylist_plugin_la-b4s.lo `test -f 'b4s.c' || echo '$(srcdir)/'`b4s.c
856
881
 
857
882
libplaylist_plugin_la-pls.lo: pls.c
858
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libplaylist_plugin_la_CFLAGS) $(CFLAGS) -MT libplaylist_plugin_la-pls.lo -MD -MP -MF $(DEPDIR)/libplaylist_plugin_la-pls.Tpo -c -o libplaylist_plugin_la-pls.lo `test -f 'pls.c' || echo '$(srcdir)/'`pls.c
859
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libplaylist_plugin_la-pls.Tpo $(DEPDIR)/libplaylist_plugin_la-pls.Plo
 
883
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libplaylist_plugin_la_CFLAGS) $(CFLAGS) -MT libplaylist_plugin_la-pls.lo -MD -MP -MF $(DEPDIR)/libplaylist_plugin_la-pls.Tpo -c -o libplaylist_plugin_la-pls.lo `test -f 'pls.c' || echo '$(srcdir)/'`pls.c
 
884
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libplaylist_plugin_la-pls.Tpo $(DEPDIR)/libplaylist_plugin_la-pls.Plo
860
885
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='pls.c' object='libplaylist_plugin_la-pls.lo' libtool=yes @AMDEPBACKSLASH@
861
886
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
862
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libplaylist_plugin_la_CFLAGS) $(CFLAGS) -c -o libplaylist_plugin_la-pls.lo `test -f 'pls.c' || echo '$(srcdir)/'`pls.c
 
887
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libplaylist_plugin_la_CFLAGS) $(CFLAGS) -c -o libplaylist_plugin_la-pls.lo `test -f 'pls.c' || echo '$(srcdir)/'`pls.c
863
888
 
864
889
libplaylist_plugin_la-dvb.lo: dvb.c
865
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libplaylist_plugin_la_CFLAGS) $(CFLAGS) -MT libplaylist_plugin_la-dvb.lo -MD -MP -MF $(DEPDIR)/libplaylist_plugin_la-dvb.Tpo -c -o libplaylist_plugin_la-dvb.lo `test -f 'dvb.c' || echo '$(srcdir)/'`dvb.c
866
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libplaylist_plugin_la-dvb.Tpo $(DEPDIR)/libplaylist_plugin_la-dvb.Plo
 
890
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libplaylist_plugin_la_CFLAGS) $(CFLAGS) -MT libplaylist_plugin_la-dvb.lo -MD -MP -MF $(DEPDIR)/libplaylist_plugin_la-dvb.Tpo -c -o libplaylist_plugin_la-dvb.lo `test -f 'dvb.c' || echo '$(srcdir)/'`dvb.c
 
891
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libplaylist_plugin_la-dvb.Tpo $(DEPDIR)/libplaylist_plugin_la-dvb.Plo
867
892
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='dvb.c' object='libplaylist_plugin_la-dvb.lo' libtool=yes @AMDEPBACKSLASH@
868
893
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
869
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libplaylist_plugin_la_CFLAGS) $(CFLAGS) -c -o libplaylist_plugin_la-dvb.lo `test -f 'dvb.c' || echo '$(srcdir)/'`dvb.c
 
894
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libplaylist_plugin_la_CFLAGS) $(CFLAGS) -c -o libplaylist_plugin_la-dvb.lo `test -f 'dvb.c' || echo '$(srcdir)/'`dvb.c
870
895
 
871
896
libplaylist_plugin_la-podcast.lo: podcast.c
872
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libplaylist_plugin_la_CFLAGS) $(CFLAGS) -MT libplaylist_plugin_la-podcast.lo -MD -MP -MF $(DEPDIR)/libplaylist_plugin_la-podcast.Tpo -c -o libplaylist_plugin_la-podcast.lo `test -f 'podcast.c' || echo '$(srcdir)/'`podcast.c
873
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libplaylist_plugin_la-podcast.Tpo $(DEPDIR)/libplaylist_plugin_la-podcast.Plo
 
897
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libplaylist_plugin_la_CFLAGS) $(CFLAGS) -MT libplaylist_plugin_la-podcast.lo -MD -MP -MF $(DEPDIR)/libplaylist_plugin_la-podcast.Tpo -c -o libplaylist_plugin_la-podcast.lo `test -f 'podcast.c' || echo '$(srcdir)/'`podcast.c
 
898
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libplaylist_plugin_la-podcast.Tpo $(DEPDIR)/libplaylist_plugin_la-podcast.Plo
874
899
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='podcast.c' object='libplaylist_plugin_la-podcast.lo' libtool=yes @AMDEPBACKSLASH@
875
900
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
876
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libplaylist_plugin_la_CFLAGS) $(CFLAGS) -c -o libplaylist_plugin_la-podcast.lo `test -f 'podcast.c' || echo '$(srcdir)/'`podcast.c
 
901
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libplaylist_plugin_la_CFLAGS) $(CFLAGS) -c -o libplaylist_plugin_la-podcast.lo `test -f 'podcast.c' || echo '$(srcdir)/'`podcast.c
877
902
 
878
903
libplaylist_plugin_la-xspf.lo: xspf.c
879
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libplaylist_plugin_la_CFLAGS) $(CFLAGS) -MT libplaylist_plugin_la-xspf.lo -MD -MP -MF $(DEPDIR)/libplaylist_plugin_la-xspf.Tpo -c -o libplaylist_plugin_la-xspf.lo `test -f 'xspf.c' || echo '$(srcdir)/'`xspf.c
880
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libplaylist_plugin_la-xspf.Tpo $(DEPDIR)/libplaylist_plugin_la-xspf.Plo
 
904
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libplaylist_plugin_la_CFLAGS) $(CFLAGS) -MT libplaylist_plugin_la-xspf.lo -MD -MP -MF $(DEPDIR)/libplaylist_plugin_la-xspf.Tpo -c -o libplaylist_plugin_la-xspf.lo `test -f 'xspf.c' || echo '$(srcdir)/'`xspf.c
 
905
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libplaylist_plugin_la-xspf.Tpo $(DEPDIR)/libplaylist_plugin_la-xspf.Plo
881
906
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='xspf.c' object='libplaylist_plugin_la-xspf.lo' libtool=yes @AMDEPBACKSLASH@
882
907
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
883
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libplaylist_plugin_la_CFLAGS) $(CFLAGS) -c -o libplaylist_plugin_la-xspf.lo `test -f 'xspf.c' || echo '$(srcdir)/'`xspf.c
 
908
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libplaylist_plugin_la_CFLAGS) $(CFLAGS) -c -o libplaylist_plugin_la-xspf.lo `test -f 'xspf.c' || echo '$(srcdir)/'`xspf.c
884
909
 
885
910
libplaylist_plugin_la-shoutcast.lo: shoutcast.c
886
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libplaylist_plugin_la_CFLAGS) $(CFLAGS) -MT libplaylist_plugin_la-shoutcast.lo -MD -MP -MF $(DEPDIR)/libplaylist_plugin_la-shoutcast.Tpo -c -o libplaylist_plugin_la-shoutcast.lo `test -f 'shoutcast.c' || echo '$(srcdir)/'`shoutcast.c
887
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libplaylist_plugin_la-shoutcast.Tpo $(DEPDIR)/libplaylist_plugin_la-shoutcast.Plo
 
911
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libplaylist_plugin_la_CFLAGS) $(CFLAGS) -MT libplaylist_plugin_la-shoutcast.lo -MD -MP -MF $(DEPDIR)/libplaylist_plugin_la-shoutcast.Tpo -c -o libplaylist_plugin_la-shoutcast.lo `test -f 'shoutcast.c' || echo '$(srcdir)/'`shoutcast.c
 
912
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libplaylist_plugin_la-shoutcast.Tpo $(DEPDIR)/libplaylist_plugin_la-shoutcast.Plo
888
913
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='shoutcast.c' object='libplaylist_plugin_la-shoutcast.lo' libtool=yes @AMDEPBACKSLASH@
889
914
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
890
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libplaylist_plugin_la_CFLAGS) $(CFLAGS) -c -o libplaylist_plugin_la-shoutcast.lo `test -f 'shoutcast.c' || echo '$(srcdir)/'`shoutcast.c
 
915
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libplaylist_plugin_la_CFLAGS) $(CFLAGS) -c -o libplaylist_plugin_la-shoutcast.lo `test -f 'shoutcast.c' || echo '$(srcdir)/'`shoutcast.c
891
916
 
892
917
libplaylist_plugin_la-asx.lo: asx.c
893
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libplaylist_plugin_la_CFLAGS) $(CFLAGS) -MT libplaylist_plugin_la-asx.lo -MD -MP -MF $(DEPDIR)/libplaylist_plugin_la-asx.Tpo -c -o libplaylist_plugin_la-asx.lo `test -f 'asx.c' || echo '$(srcdir)/'`asx.c
894
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libplaylist_plugin_la-asx.Tpo $(DEPDIR)/libplaylist_plugin_la-asx.Plo
 
918
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libplaylist_plugin_la_CFLAGS) $(CFLAGS) -MT libplaylist_plugin_la-asx.lo -MD -MP -MF $(DEPDIR)/libplaylist_plugin_la-asx.Tpo -c -o libplaylist_plugin_la-asx.lo `test -f 'asx.c' || echo '$(srcdir)/'`asx.c
 
919
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libplaylist_plugin_la-asx.Tpo $(DEPDIR)/libplaylist_plugin_la-asx.Plo
895
920
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='asx.c' object='libplaylist_plugin_la-asx.lo' libtool=yes @AMDEPBACKSLASH@
896
921
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
897
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libplaylist_plugin_la_CFLAGS) $(CFLAGS) -c -o libplaylist_plugin_la-asx.lo `test -f 'asx.c' || echo '$(srcdir)/'`asx.c
 
922
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libplaylist_plugin_la_CFLAGS) $(CFLAGS) -c -o libplaylist_plugin_la-asx.lo `test -f 'asx.c' || echo '$(srcdir)/'`asx.c
898
923
 
899
924
libplaylist_plugin_la-sgimb.lo: sgimb.c
900
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libplaylist_plugin_la_CFLAGS) $(CFLAGS) -MT libplaylist_plugin_la-sgimb.lo -MD -MP -MF $(DEPDIR)/libplaylist_plugin_la-sgimb.Tpo -c -o libplaylist_plugin_la-sgimb.lo `test -f 'sgimb.c' || echo '$(srcdir)/'`sgimb.c
901
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libplaylist_plugin_la-sgimb.Tpo $(DEPDIR)/libplaylist_plugin_la-sgimb.Plo
 
925
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libplaylist_plugin_la_CFLAGS) $(CFLAGS) -MT libplaylist_plugin_la-sgimb.lo -MD -MP -MF $(DEPDIR)/libplaylist_plugin_la-sgimb.Tpo -c -o libplaylist_plugin_la-sgimb.lo `test -f 'sgimb.c' || echo '$(srcdir)/'`sgimb.c
 
926
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libplaylist_plugin_la-sgimb.Tpo $(DEPDIR)/libplaylist_plugin_la-sgimb.Plo
902
927
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='sgimb.c' object='libplaylist_plugin_la-sgimb.lo' libtool=yes @AMDEPBACKSLASH@
903
928
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
904
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libplaylist_plugin_la_CFLAGS) $(CFLAGS) -c -o libplaylist_plugin_la-sgimb.lo `test -f 'sgimb.c' || echo '$(srcdir)/'`sgimb.c
 
929
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libplaylist_plugin_la_CFLAGS) $(CFLAGS) -c -o libplaylist_plugin_la-sgimb.lo `test -f 'sgimb.c' || echo '$(srcdir)/'`sgimb.c
905
930
 
906
931
libplaylist_plugin_la-qtl.lo: qtl.c
907
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libplaylist_plugin_la_CFLAGS) $(CFLAGS) -MT libplaylist_plugin_la-qtl.lo -MD -MP -MF $(DEPDIR)/libplaylist_plugin_la-qtl.Tpo -c -o libplaylist_plugin_la-qtl.lo `test -f 'qtl.c' || echo '$(srcdir)/'`qtl.c
908
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libplaylist_plugin_la-qtl.Tpo $(DEPDIR)/libplaylist_plugin_la-qtl.Plo
 
932
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libplaylist_plugin_la_CFLAGS) $(CFLAGS) -MT libplaylist_plugin_la-qtl.lo -MD -MP -MF $(DEPDIR)/libplaylist_plugin_la-qtl.Tpo -c -o libplaylist_plugin_la-qtl.lo `test -f 'qtl.c' || echo '$(srcdir)/'`qtl.c
 
933
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libplaylist_plugin_la-qtl.Tpo $(DEPDIR)/libplaylist_plugin_la-qtl.Plo
909
934
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='qtl.c' object='libplaylist_plugin_la-qtl.lo' libtool=yes @AMDEPBACKSLASH@
910
935
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
911
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libplaylist_plugin_la_CFLAGS) $(CFLAGS) -c -o libplaylist_plugin_la-qtl.lo `test -f 'qtl.c' || echo '$(srcdir)/'`qtl.c
 
936
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libplaylist_plugin_la_CFLAGS) $(CFLAGS) -c -o libplaylist_plugin_la-qtl.lo `test -f 'qtl.c' || echo '$(srcdir)/'`qtl.c
912
937
 
913
938
libplaylist_plugin_la-gvp.lo: gvp.c
914
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libplaylist_plugin_la_CFLAGS) $(CFLAGS) -MT libplaylist_plugin_la-gvp.lo -MD -MP -MF $(DEPDIR)/libplaylist_plugin_la-gvp.Tpo -c -o libplaylist_plugin_la-gvp.lo `test -f 'gvp.c' || echo '$(srcdir)/'`gvp.c
915
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libplaylist_plugin_la-gvp.Tpo $(DEPDIR)/libplaylist_plugin_la-gvp.Plo
 
939
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libplaylist_plugin_la_CFLAGS) $(CFLAGS) -MT libplaylist_plugin_la-gvp.lo -MD -MP -MF $(DEPDIR)/libplaylist_plugin_la-gvp.Tpo -c -o libplaylist_plugin_la-gvp.lo `test -f 'gvp.c' || echo '$(srcdir)/'`gvp.c
 
940
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libplaylist_plugin_la-gvp.Tpo $(DEPDIR)/libplaylist_plugin_la-gvp.Plo
916
941
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='gvp.c' object='libplaylist_plugin_la-gvp.lo' libtool=yes @AMDEPBACKSLASH@
917
942
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
918
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libplaylist_plugin_la_CFLAGS) $(CFLAGS) -c -o libplaylist_plugin_la-gvp.lo `test -f 'gvp.c' || echo '$(srcdir)/'`gvp.c
 
943
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libplaylist_plugin_la_CFLAGS) $(CFLAGS) -c -o libplaylist_plugin_la-gvp.lo `test -f 'gvp.c' || echo '$(srcdir)/'`gvp.c
919
944
 
920
945
libplaylist_plugin_la-ifo.lo: ifo.c
921
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libplaylist_plugin_la_CFLAGS) $(CFLAGS) -MT libplaylist_plugin_la-ifo.lo -MD -MP -MF $(DEPDIR)/libplaylist_plugin_la-ifo.Tpo -c -o libplaylist_plugin_la-ifo.lo `test -f 'ifo.c' || echo '$(srcdir)/'`ifo.c
922
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libplaylist_plugin_la-ifo.Tpo $(DEPDIR)/libplaylist_plugin_la-ifo.Plo
 
946
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libplaylist_plugin_la_CFLAGS) $(CFLAGS) -MT libplaylist_plugin_la-ifo.lo -MD -MP -MF $(DEPDIR)/libplaylist_plugin_la-ifo.Tpo -c -o libplaylist_plugin_la-ifo.lo `test -f 'ifo.c' || echo '$(srcdir)/'`ifo.c
 
947
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libplaylist_plugin_la-ifo.Tpo $(DEPDIR)/libplaylist_plugin_la-ifo.Plo
923
948
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ifo.c' object='libplaylist_plugin_la-ifo.lo' libtool=yes @AMDEPBACKSLASH@
924
949
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
925
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libplaylist_plugin_la_CFLAGS) $(CFLAGS) -c -o libplaylist_plugin_la-ifo.lo `test -f 'ifo.c' || echo '$(srcdir)/'`ifo.c
 
950
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libplaylist_plugin_la_CFLAGS) $(CFLAGS) -c -o libplaylist_plugin_la-ifo.lo `test -f 'ifo.c' || echo '$(srcdir)/'`ifo.c
926
951
 
927
952
libplaylist_plugin_la-itml.lo: itml.c
928
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libplaylist_plugin_la_CFLAGS) $(CFLAGS) -MT libplaylist_plugin_la-itml.lo -MD -MP -MF $(DEPDIR)/libplaylist_plugin_la-itml.Tpo -c -o libplaylist_plugin_la-itml.lo `test -f 'itml.c' || echo '$(srcdir)/'`itml.c
929
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libplaylist_plugin_la-itml.Tpo $(DEPDIR)/libplaylist_plugin_la-itml.Plo
 
953
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libplaylist_plugin_la_CFLAGS) $(CFLAGS) -MT libplaylist_plugin_la-itml.lo -MD -MP -MF $(DEPDIR)/libplaylist_plugin_la-itml.Tpo -c -o libplaylist_plugin_la-itml.lo `test -f 'itml.c' || echo '$(srcdir)/'`itml.c
 
954
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libplaylist_plugin_la-itml.Tpo $(DEPDIR)/libplaylist_plugin_la-itml.Plo
930
955
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='itml.c' object='libplaylist_plugin_la-itml.lo' libtool=yes @AMDEPBACKSLASH@
931
956
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
932
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libplaylist_plugin_la_CFLAGS) $(CFLAGS) -c -o libplaylist_plugin_la-itml.lo `test -f 'itml.c' || echo '$(srcdir)/'`itml.c
 
957
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libplaylist_plugin_la_CFLAGS) $(CFLAGS) -c -o libplaylist_plugin_la-itml.lo `test -f 'itml.c' || echo '$(srcdir)/'`itml.c
933
958
 
934
959
mostlyclean-libtool:
935
960
        -rm -f *.lo
949
974
 
950
975
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
951
976
                $(TAGS_FILES) $(LISP)
952
 
        tags=; \
 
977
        set x; \
953
978
        here=`pwd`; \
954
979
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
955
980
        unique=`for i in $$list; do \
957
982
          done | \
958
983
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
959
984
              END { if (nonempty) { for (i in files) print i; }; }'`; \
960
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
985
        shift; \
 
986
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
961
987
          test -n "$$unique" || unique=$$empty_fix; \
962
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
963
 
            $$tags $$unique; \
 
988
          if test $$# -gt 0; then \
 
989
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
990
              "$$@" $$unique; \
 
991
          else \
 
992
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
993
              $$unique; \
 
994
          fi; \
964
995
        fi
965
996
ctags: CTAGS
966
997
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
967
998
                $(TAGS_FILES) $(LISP)
968
 
        tags=; \
969
999
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
970
1000
        unique=`for i in $$list; do \
971
1001
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
972
1002
          done | \
973
1003
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
974
1004
              END { if (nonempty) { for (i in files) print i; }; }'`; \
975
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
1005
        test -z "$(CTAGS_ARGS)$$unique" \
976
1006
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
977
 
             $$tags $$unique
 
1007
             $$unique
978
1008
 
979
1009
GTAGS:
980
1010
        here=`$(am__cd) $(top_builddir) && pwd` \
981
 
          && cd $(top_srcdir) \
982
 
          && gtags -i $(GTAGS_ARGS) $$here
 
1011
          && $(am__cd) $(top_srcdir) \
 
1012
          && gtags -i $(GTAGS_ARGS) "$$here"
983
1013
 
984
1014
distclean-tags:
985
1015
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1000
1030
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1001
1031
          if test -d $$d/$$file; then \
1002
1032
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
1033
            if test -d "$(distdir)/$$file"; then \
 
1034
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
1035
            fi; \
1003
1036
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1004
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
1037
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
1038
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1005
1039
            fi; \
1006
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
1040
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1007
1041
          else \
1008
 
            test -f $(distdir)/$$file \
1009
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
1042
            test -f "$(distdir)/$$file" \
 
1043
            || cp -p $$d/$$file "$(distdir)/$$file" \
1010
1044
            || exit 1; \
1011
1045
          fi; \
1012
1046
        done
1040
1074
 
1041
1075
distclean-generic:
1042
1076
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
1077
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1043
1078
 
1044
1079
maintainer-clean-generic:
1045
1080
        @echo "This command is intended for maintainers to use"
1062
1097
 
1063
1098
html: html-am
1064
1099
 
 
1100
html-am:
 
1101
 
1065
1102
info: info-am
1066
1103
 
1067
1104
info-am:
1070
1107
 
1071
1108
install-dvi: install-dvi-am
1072
1109
 
 
1110
install-dvi-am:
 
1111
 
1073
1112
install-exec-am:
1074
1113
 
1075
1114
install-html: install-html-am
1076
1115
 
 
1116
install-html-am:
 
1117
 
1077
1118
install-info: install-info-am
1078
1119
 
 
1120
install-info-am:
 
1121
 
1079
1122
install-man:
1080
1123
 
1081
1124
install-pdf: install-pdf-am
1082
1125
 
 
1126
install-pdf-am:
 
1127
 
1083
1128
install-ps: install-ps-am
1084
1129
 
 
1130
install-ps-am:
 
1131
 
1085
1132
installcheck-am:
1086
1133
 
1087
1134
maintainer-clean: maintainer-clean-am
1104
1151
 
1105
1152
uninstall-am: uninstall-libvlcLTLIBRARIES
1106
1153
 
1107
 
.MAKE: install-am install-strip
 
1154
.MAKE: all check install install-am install-strip
1108
1155
 
1109
1156
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
1110
1157
        clean-libtool clean-libvlcLTLIBRARIES ctags distclean \
1128
1175
        $(top_builddir)/compile
1129
1176
 
1130
1177
.PHONY: nice
 
1178
 
1131
1179
# Tell versions [3.59,3.63) of GNU make to not export all variables.
1132
1180
# Otherwise a system limit (for SysV at least) may be exceeded.
1133
1181
.NOEXPORT: