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

« back to all changes in this revision

Viewing changes to modules/misc/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
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@
715
735
              exit 1;; \
716
736
          esac; \
717
737
        done; \
718
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  modules/misc/playlist/Makefile'; \
719
 
        cd $(top_srcdir) && \
720
 
          $(AUTOMAKE) --gnu  modules/misc/playlist/Makefile
 
738
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu modules/misc/playlist/Makefile'; \
 
739
        $(am__cd) $(top_srcdir) && \
 
740
          $(AUTOMAKE) --gnu modules/misc/playlist/Makefile
721
741
.PRECIOUS: Makefile
722
742
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
723
743
        @case '$?' in \
735
755
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
736
756
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
737
757
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
758
$(am__aclocal_m4_deps):
738
759
install-libvlcLTLIBRARIES: $(libvlc_LTLIBRARIES)
739
760
        @$(NORMAL_INSTALL)
740
761
        test -z "$(libvlcdir)" || $(MKDIR_P) "$(DESTDIR)$(libvlcdir)"
741
 
        @list='$(libvlc_LTLIBRARIES)'; for p in $$list; do \
 
762
        @list='$(libvlc_LTLIBRARIES)'; test -n "$(libvlcdir)" || list=; \
 
763
        list2=; for p in $$list; do \
742
764
          if test -f $$p; then \
743
 
            f=$(am__strip_dir) \
744
 
            echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libvlcLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libvlcdir)/$$f'"; \
745
 
            $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libvlcLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libvlcdir)/$$f"; \
 
765
            list2="$$list2 $$p"; \
746
766
          else :; fi; \
747
 
        done
 
767
        done; \
 
768
        test -z "$$list2" || { \
 
769
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libvlcdir)'"; \
 
770
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libvlcdir)"; \
 
771
        }
748
772
 
749
773
uninstall-libvlcLTLIBRARIES:
750
774
        @$(NORMAL_UNINSTALL)
751
 
        @list='$(libvlc_LTLIBRARIES)'; for p in $$list; do \
752
 
          p=$(am__strip_dir) \
753
 
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libvlcdir)/$$p'"; \
754
 
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libvlcdir)/$$p"; \
 
775
        @list='$(libvlc_LTLIBRARIES)'; test -n "$(libvlcdir)" || list=; \
 
776
        for p in $$list; do \
 
777
          $(am__strip_dir) \
 
778
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libvlcdir)/$$f'"; \
 
779
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libvlcdir)/$$f"; \
755
780
        done
756
781
 
757
782
clean-libvlcLTLIBRARIES:
779
804
 
780
805
.c.o:
781
806
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
782
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
807
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
783
808
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
784
809
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
785
810
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
786
811
 
787
812
.c.obj:
788
813
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
789
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
814
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
790
815
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
791
816
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
792
817
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
793
818
 
794
819
.c.lo:
795
820
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
796
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
821
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
797
822
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
798
823
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
799
824
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
800
825
 
801
826
libexport_plugin_la-export.lo: export.c
802
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexport_plugin_la_CFLAGS) $(CFLAGS) -MT libexport_plugin_la-export.lo -MD -MP -MF $(DEPDIR)/libexport_plugin_la-export.Tpo -c -o libexport_plugin_la-export.lo `test -f 'export.c' || echo '$(srcdir)/'`export.c
803
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libexport_plugin_la-export.Tpo $(DEPDIR)/libexport_plugin_la-export.Plo
 
827
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexport_plugin_la_CFLAGS) $(CFLAGS) -MT libexport_plugin_la-export.lo -MD -MP -MF $(DEPDIR)/libexport_plugin_la-export.Tpo -c -o libexport_plugin_la-export.lo `test -f 'export.c' || echo '$(srcdir)/'`export.c
 
828
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libexport_plugin_la-export.Tpo $(DEPDIR)/libexport_plugin_la-export.Plo
804
829
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='export.c' object='libexport_plugin_la-export.lo' libtool=yes @AMDEPBACKSLASH@
805
830
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
806
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexport_plugin_la_CFLAGS) $(CFLAGS) -c -o libexport_plugin_la-export.lo `test -f 'export.c' || echo '$(srcdir)/'`export.c
 
831
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexport_plugin_la_CFLAGS) $(CFLAGS) -c -o libexport_plugin_la-export.lo `test -f 'export.c' || echo '$(srcdir)/'`export.c
807
832
 
808
833
libexport_plugin_la-html.lo: html.c
809
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexport_plugin_la_CFLAGS) $(CFLAGS) -MT libexport_plugin_la-html.lo -MD -MP -MF $(DEPDIR)/libexport_plugin_la-html.Tpo -c -o libexport_plugin_la-html.lo `test -f 'html.c' || echo '$(srcdir)/'`html.c
810
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libexport_plugin_la-html.Tpo $(DEPDIR)/libexport_plugin_la-html.Plo
 
834
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexport_plugin_la_CFLAGS) $(CFLAGS) -MT libexport_plugin_la-html.lo -MD -MP -MF $(DEPDIR)/libexport_plugin_la-html.Tpo -c -o libexport_plugin_la-html.lo `test -f 'html.c' || echo '$(srcdir)/'`html.c
 
835
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libexport_plugin_la-html.Tpo $(DEPDIR)/libexport_plugin_la-html.Plo
811
836
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='html.c' object='libexport_plugin_la-html.lo' libtool=yes @AMDEPBACKSLASH@
812
837
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
813
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexport_plugin_la_CFLAGS) $(CFLAGS) -c -o libexport_plugin_la-html.lo `test -f 'html.c' || echo '$(srcdir)/'`html.c
 
838
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexport_plugin_la_CFLAGS) $(CFLAGS) -c -o libexport_plugin_la-html.lo `test -f 'html.c' || echo '$(srcdir)/'`html.c
814
839
 
815
840
libexport_plugin_la-m3u.lo: m3u.c
816
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexport_plugin_la_CFLAGS) $(CFLAGS) -MT libexport_plugin_la-m3u.lo -MD -MP -MF $(DEPDIR)/libexport_plugin_la-m3u.Tpo -c -o libexport_plugin_la-m3u.lo `test -f 'm3u.c' || echo '$(srcdir)/'`m3u.c
817
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libexport_plugin_la-m3u.Tpo $(DEPDIR)/libexport_plugin_la-m3u.Plo
 
841
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexport_plugin_la_CFLAGS) $(CFLAGS) -MT libexport_plugin_la-m3u.lo -MD -MP -MF $(DEPDIR)/libexport_plugin_la-m3u.Tpo -c -o libexport_plugin_la-m3u.lo `test -f 'm3u.c' || echo '$(srcdir)/'`m3u.c
 
842
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libexport_plugin_la-m3u.Tpo $(DEPDIR)/libexport_plugin_la-m3u.Plo
818
843
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='m3u.c' object='libexport_plugin_la-m3u.lo' libtool=yes @AMDEPBACKSLASH@
819
844
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
820
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexport_plugin_la_CFLAGS) $(CFLAGS) -c -o libexport_plugin_la-m3u.lo `test -f 'm3u.c' || echo '$(srcdir)/'`m3u.c
 
845
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexport_plugin_la_CFLAGS) $(CFLAGS) -c -o libexport_plugin_la-m3u.lo `test -f 'm3u.c' || echo '$(srcdir)/'`m3u.c
821
846
 
822
847
libexport_plugin_la-xspf.lo: xspf.c
823
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexport_plugin_la_CFLAGS) $(CFLAGS) -MT libexport_plugin_la-xspf.lo -MD -MP -MF $(DEPDIR)/libexport_plugin_la-xspf.Tpo -c -o libexport_plugin_la-xspf.lo `test -f 'xspf.c' || echo '$(srcdir)/'`xspf.c
824
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libexport_plugin_la-xspf.Tpo $(DEPDIR)/libexport_plugin_la-xspf.Plo
 
848
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexport_plugin_la_CFLAGS) $(CFLAGS) -MT libexport_plugin_la-xspf.lo -MD -MP -MF $(DEPDIR)/libexport_plugin_la-xspf.Tpo -c -o libexport_plugin_la-xspf.lo `test -f 'xspf.c' || echo '$(srcdir)/'`xspf.c
 
849
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libexport_plugin_la-xspf.Tpo $(DEPDIR)/libexport_plugin_la-xspf.Plo
825
850
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='xspf.c' object='libexport_plugin_la-xspf.lo' libtool=yes @AMDEPBACKSLASH@
826
851
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
827
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexport_plugin_la_CFLAGS) $(CFLAGS) -c -o libexport_plugin_la-xspf.lo `test -f 'xspf.c' || echo '$(srcdir)/'`xspf.c
 
852
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexport_plugin_la_CFLAGS) $(CFLAGS) -c -o libexport_plugin_la-xspf.lo `test -f 'xspf.c' || echo '$(srcdir)/'`xspf.c
828
853
 
829
854
libexport_plugin_la-old.lo: old.c
830
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexport_plugin_la_CFLAGS) $(CFLAGS) -MT libexport_plugin_la-old.lo -MD -MP -MF $(DEPDIR)/libexport_plugin_la-old.Tpo -c -o libexport_plugin_la-old.lo `test -f 'old.c' || echo '$(srcdir)/'`old.c
831
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libexport_plugin_la-old.Tpo $(DEPDIR)/libexport_plugin_la-old.Plo
 
855
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexport_plugin_la_CFLAGS) $(CFLAGS) -MT libexport_plugin_la-old.lo -MD -MP -MF $(DEPDIR)/libexport_plugin_la-old.Tpo -c -o libexport_plugin_la-old.lo `test -f 'old.c' || echo '$(srcdir)/'`old.c
 
856
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libexport_plugin_la-old.Tpo $(DEPDIR)/libexport_plugin_la-old.Plo
832
857
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='old.c' object='libexport_plugin_la-old.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) $(libexport_plugin_la_CFLAGS) $(CFLAGS) -c -o libexport_plugin_la-old.lo `test -f 'old.c' || echo '$(srcdir)/'`old.c
 
859
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexport_plugin_la_CFLAGS) $(CFLAGS) -c -o libexport_plugin_la-old.lo `test -f 'old.c' || echo '$(srcdir)/'`old.c
835
860
 
836
861
mostlyclean-libtool:
837
862
        -rm -f *.lo
851
876
 
852
877
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
853
878
                $(TAGS_FILES) $(LISP)
854
 
        tags=; \
 
879
        set x; \
855
880
        here=`pwd`; \
856
881
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
857
882
        unique=`for i in $$list; do \
859
884
          done | \
860
885
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
861
886
              END { if (nonempty) { for (i in files) print i; }; }'`; \
862
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
887
        shift; \
 
888
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
863
889
          test -n "$$unique" || unique=$$empty_fix; \
864
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
865
 
            $$tags $$unique; \
 
890
          if test $$# -gt 0; then \
 
891
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
892
              "$$@" $$unique; \
 
893
          else \
 
894
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
895
              $$unique; \
 
896
          fi; \
866
897
        fi
867
898
ctags: CTAGS
868
899
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
869
900
                $(TAGS_FILES) $(LISP)
870
 
        tags=; \
871
901
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
872
902
        unique=`for i in $$list; do \
873
903
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
874
904
          done | \
875
905
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
876
906
              END { if (nonempty) { for (i in files) print i; }; }'`; \
877
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
907
        test -z "$(CTAGS_ARGS)$$unique" \
878
908
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
879
 
             $$tags $$unique
 
909
             $$unique
880
910
 
881
911
GTAGS:
882
912
        here=`$(am__cd) $(top_builddir) && pwd` \
883
 
          && cd $(top_srcdir) \
884
 
          && gtags -i $(GTAGS_ARGS) $$here
 
913
          && $(am__cd) $(top_srcdir) \
 
914
          && gtags -i $(GTAGS_ARGS) "$$here"
885
915
 
886
916
distclean-tags:
887
917
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
902
932
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
903
933
          if test -d $$d/$$file; then \
904
934
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
935
            if test -d "$(distdir)/$$file"; then \
 
936
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
937
            fi; \
905
938
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
906
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
939
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
940
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
907
941
            fi; \
908
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
942
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
909
943
          else \
910
 
            test -f $(distdir)/$$file \
911
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
944
            test -f "$(distdir)/$$file" \
 
945
            || cp -p $$d/$$file "$(distdir)/$$file" \
912
946
            || exit 1; \
913
947
          fi; \
914
948
        done
942
976
 
943
977
distclean-generic:
944
978
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
979
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
945
980
 
946
981
maintainer-clean-generic:
947
982
        @echo "This command is intended for maintainers to use"
964
999
 
965
1000
html: html-am
966
1001
 
 
1002
html-am:
 
1003
 
967
1004
info: info-am
968
1005
 
969
1006
info-am:
972
1009
 
973
1010
install-dvi: install-dvi-am
974
1011
 
 
1012
install-dvi-am:
 
1013
 
975
1014
install-exec-am:
976
1015
 
977
1016
install-html: install-html-am
978
1017
 
 
1018
install-html-am:
 
1019
 
979
1020
install-info: install-info-am
980
1021
 
 
1022
install-info-am:
 
1023
 
981
1024
install-man:
982
1025
 
983
1026
install-pdf: install-pdf-am
984
1027
 
 
1028
install-pdf-am:
 
1029
 
985
1030
install-ps: install-ps-am
986
1031
 
 
1032
install-ps-am:
 
1033
 
987
1034
installcheck-am:
988
1035
 
989
1036
maintainer-clean: maintainer-clean-am
1006
1053
 
1007
1054
uninstall-am: uninstall-libvlcLTLIBRARIES
1008
1055
 
1009
 
.MAKE: install-am install-strip
 
1056
.MAKE: all check install install-am install-strip
1010
1057
 
1011
1058
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
1012
1059
        clean-libtool clean-libvlcLTLIBRARIES ctags distclean \
1030
1077
        $(top_builddir)/compile
1031
1078
 
1032
1079
.PHONY: nice
 
1080
 
1033
1081
# Tell versions [3.59,3.63) of GNU make to not export all variables.
1034
1082
# Otherwise a system limit (for SysV at least) may be exceeded.
1035
1083
.NOEXPORT: