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

« back to all changes in this revision

Viewing changes to modules/access/mms/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
89
106
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
90
107
depcomp = $(SHELL) $(top_srcdir)/autotools/depcomp
91
108
am__depfiles_maybe = depfiles
 
109
am__mv = mv -f
92
110
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
93
111
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
94
112
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
524
542
PACKAGE_NAME = @PACKAGE_NAME@
525
543
PACKAGE_STRING = @PACKAGE_STRING@
526
544
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
545
PACKAGE_URL = @PACKAGE_URL@
527
546
PACKAGE_VERSION = @PACKAGE_VERSION@
528
547
PATH_SEPARATOR = @PATH_SEPARATOR@
529
548
PCRE_CFLAGS = @PCRE_CFLAGS@
551
570
SHELL = @SHELL@
552
571
SHOUT_CFLAGS = @SHOUT_CFLAGS@
553
572
SHOUT_LIBS = @SHOUT_LIBS@
 
573
SOCKET_LIBS = @SOCKET_LIBS@
554
574
STRIP = @STRIP@
555
575
SVG_CFLAGS = @SVG_CFLAGS@
556
576
SVG_LIBS = @SVG_LIBS@
721
741
              exit 1;; \
722
742
          esac; \
723
743
        done; \
724
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  modules/access/mms/Makefile'; \
725
 
        cd $(top_srcdir) && \
726
 
          $(AUTOMAKE) --gnu  modules/access/mms/Makefile
 
744
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu modules/access/mms/Makefile'; \
 
745
        $(am__cd) $(top_srcdir) && \
 
746
          $(AUTOMAKE) --gnu modules/access/mms/Makefile
727
747
.PRECIOUS: Makefile
728
748
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
729
749
        @case '$?' in \
741
761
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
742
762
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
743
763
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
764
$(am__aclocal_m4_deps):
744
765
install-libvlcLTLIBRARIES: $(libvlc_LTLIBRARIES)
745
766
        @$(NORMAL_INSTALL)
746
767
        test -z "$(libvlcdir)" || $(MKDIR_P) "$(DESTDIR)$(libvlcdir)"
747
 
        @list='$(libvlc_LTLIBRARIES)'; for p in $$list; do \
 
768
        @list='$(libvlc_LTLIBRARIES)'; test -n "$(libvlcdir)" || list=; \
 
769
        list2=; for p in $$list; do \
748
770
          if test -f $$p; then \
749
 
            f=$(am__strip_dir) \
750
 
            echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libvlcLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libvlcdir)/$$f'"; \
751
 
            $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libvlcLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libvlcdir)/$$f"; \
 
771
            list2="$$list2 $$p"; \
752
772
          else :; fi; \
753
 
        done
 
773
        done; \
 
774
        test -z "$$list2" || { \
 
775
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libvlcdir)'"; \
 
776
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libvlcdir)"; \
 
777
        }
754
778
 
755
779
uninstall-libvlcLTLIBRARIES:
756
780
        @$(NORMAL_UNINSTALL)
757
 
        @list='$(libvlc_LTLIBRARIES)'; for p in $$list; do \
758
 
          p=$(am__strip_dir) \
759
 
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libvlcdir)/$$p'"; \
760
 
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libvlcdir)/$$p"; \
 
781
        @list='$(libvlc_LTLIBRARIES)'; test -n "$(libvlcdir)" || list=; \
 
782
        for p in $$list; do \
 
783
          $(am__strip_dir) \
 
784
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libvlcdir)/$$f'"; \
 
785
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libvlcdir)/$$f"; \
761
786
        done
762
787
 
763
788
clean-libvlcLTLIBRARIES:
785
810
 
786
811
.c.o:
787
812
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
788
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
813
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
789
814
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
790
815
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
791
816
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
792
817
 
793
818
.c.obj:
794
819
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
795
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
820
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
796
821
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
797
822
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
798
823
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
799
824
 
800
825
.c.lo:
801
826
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
802
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
827
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
803
828
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
804
829
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
805
830
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
806
831
 
807
832
libaccess_mms_plugin_la-mms.lo: mms.c
808
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libaccess_mms_plugin_la_CFLAGS) $(CFLAGS) -MT libaccess_mms_plugin_la-mms.lo -MD -MP -MF $(DEPDIR)/libaccess_mms_plugin_la-mms.Tpo -c -o libaccess_mms_plugin_la-mms.lo `test -f 'mms.c' || echo '$(srcdir)/'`mms.c
809
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libaccess_mms_plugin_la-mms.Tpo $(DEPDIR)/libaccess_mms_plugin_la-mms.Plo
 
833
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libaccess_mms_plugin_la_CFLAGS) $(CFLAGS) -MT libaccess_mms_plugin_la-mms.lo -MD -MP -MF $(DEPDIR)/libaccess_mms_plugin_la-mms.Tpo -c -o libaccess_mms_plugin_la-mms.lo `test -f 'mms.c' || echo '$(srcdir)/'`mms.c
 
834
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libaccess_mms_plugin_la-mms.Tpo $(DEPDIR)/libaccess_mms_plugin_la-mms.Plo
810
835
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='mms.c' object='libaccess_mms_plugin_la-mms.lo' libtool=yes @AMDEPBACKSLASH@
811
836
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
812
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libaccess_mms_plugin_la_CFLAGS) $(CFLAGS) -c -o libaccess_mms_plugin_la-mms.lo `test -f 'mms.c' || echo '$(srcdir)/'`mms.c
 
837
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libaccess_mms_plugin_la_CFLAGS) $(CFLAGS) -c -o libaccess_mms_plugin_la-mms.lo `test -f 'mms.c' || echo '$(srcdir)/'`mms.c
813
838
 
814
839
libaccess_mms_plugin_la-mmsh.lo: mmsh.c
815
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libaccess_mms_plugin_la_CFLAGS) $(CFLAGS) -MT libaccess_mms_plugin_la-mmsh.lo -MD -MP -MF $(DEPDIR)/libaccess_mms_plugin_la-mmsh.Tpo -c -o libaccess_mms_plugin_la-mmsh.lo `test -f 'mmsh.c' || echo '$(srcdir)/'`mmsh.c
816
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libaccess_mms_plugin_la-mmsh.Tpo $(DEPDIR)/libaccess_mms_plugin_la-mmsh.Plo
 
840
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libaccess_mms_plugin_la_CFLAGS) $(CFLAGS) -MT libaccess_mms_plugin_la-mmsh.lo -MD -MP -MF $(DEPDIR)/libaccess_mms_plugin_la-mmsh.Tpo -c -o libaccess_mms_plugin_la-mmsh.lo `test -f 'mmsh.c' || echo '$(srcdir)/'`mmsh.c
 
841
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libaccess_mms_plugin_la-mmsh.Tpo $(DEPDIR)/libaccess_mms_plugin_la-mmsh.Plo
817
842
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='mmsh.c' object='libaccess_mms_plugin_la-mmsh.lo' libtool=yes @AMDEPBACKSLASH@
818
843
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
819
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libaccess_mms_plugin_la_CFLAGS) $(CFLAGS) -c -o libaccess_mms_plugin_la-mmsh.lo `test -f 'mmsh.c' || echo '$(srcdir)/'`mmsh.c
 
844
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libaccess_mms_plugin_la_CFLAGS) $(CFLAGS) -c -o libaccess_mms_plugin_la-mmsh.lo `test -f 'mmsh.c' || echo '$(srcdir)/'`mmsh.c
820
845
 
821
846
libaccess_mms_plugin_la-mmstu.lo: mmstu.c
822
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libaccess_mms_plugin_la_CFLAGS) $(CFLAGS) -MT libaccess_mms_plugin_la-mmstu.lo -MD -MP -MF $(DEPDIR)/libaccess_mms_plugin_la-mmstu.Tpo -c -o libaccess_mms_plugin_la-mmstu.lo `test -f 'mmstu.c' || echo '$(srcdir)/'`mmstu.c
823
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libaccess_mms_plugin_la-mmstu.Tpo $(DEPDIR)/libaccess_mms_plugin_la-mmstu.Plo
 
847
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libaccess_mms_plugin_la_CFLAGS) $(CFLAGS) -MT libaccess_mms_plugin_la-mmstu.lo -MD -MP -MF $(DEPDIR)/libaccess_mms_plugin_la-mmstu.Tpo -c -o libaccess_mms_plugin_la-mmstu.lo `test -f 'mmstu.c' || echo '$(srcdir)/'`mmstu.c
 
848
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libaccess_mms_plugin_la-mmstu.Tpo $(DEPDIR)/libaccess_mms_plugin_la-mmstu.Plo
824
849
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='mmstu.c' object='libaccess_mms_plugin_la-mmstu.lo' libtool=yes @AMDEPBACKSLASH@
825
850
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
826
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libaccess_mms_plugin_la_CFLAGS) $(CFLAGS) -c -o libaccess_mms_plugin_la-mmstu.lo `test -f 'mmstu.c' || echo '$(srcdir)/'`mmstu.c
 
851
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libaccess_mms_plugin_la_CFLAGS) $(CFLAGS) -c -o libaccess_mms_plugin_la-mmstu.lo `test -f 'mmstu.c' || echo '$(srcdir)/'`mmstu.c
827
852
 
828
853
libaccess_mms_plugin_la-buffer.lo: buffer.c
829
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libaccess_mms_plugin_la_CFLAGS) $(CFLAGS) -MT libaccess_mms_plugin_la-buffer.lo -MD -MP -MF $(DEPDIR)/libaccess_mms_plugin_la-buffer.Tpo -c -o libaccess_mms_plugin_la-buffer.lo `test -f 'buffer.c' || echo '$(srcdir)/'`buffer.c
830
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libaccess_mms_plugin_la-buffer.Tpo $(DEPDIR)/libaccess_mms_plugin_la-buffer.Plo
 
854
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libaccess_mms_plugin_la_CFLAGS) $(CFLAGS) -MT libaccess_mms_plugin_la-buffer.lo -MD -MP -MF $(DEPDIR)/libaccess_mms_plugin_la-buffer.Tpo -c -o libaccess_mms_plugin_la-buffer.lo `test -f 'buffer.c' || echo '$(srcdir)/'`buffer.c
 
855
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libaccess_mms_plugin_la-buffer.Tpo $(DEPDIR)/libaccess_mms_plugin_la-buffer.Plo
831
856
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='buffer.c' object='libaccess_mms_plugin_la-buffer.lo' libtool=yes @AMDEPBACKSLASH@
832
857
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
833
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libaccess_mms_plugin_la_CFLAGS) $(CFLAGS) -c -o libaccess_mms_plugin_la-buffer.lo `test -f 'buffer.c' || echo '$(srcdir)/'`buffer.c
 
858
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libaccess_mms_plugin_la_CFLAGS) $(CFLAGS) -c -o libaccess_mms_plugin_la-buffer.lo `test -f 'buffer.c' || echo '$(srcdir)/'`buffer.c
834
859
 
835
860
libaccess_mms_plugin_la-asf.lo: asf.c
836
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libaccess_mms_plugin_la_CFLAGS) $(CFLAGS) -MT libaccess_mms_plugin_la-asf.lo -MD -MP -MF $(DEPDIR)/libaccess_mms_plugin_la-asf.Tpo -c -o libaccess_mms_plugin_la-asf.lo `test -f 'asf.c' || echo '$(srcdir)/'`asf.c
837
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libaccess_mms_plugin_la-asf.Tpo $(DEPDIR)/libaccess_mms_plugin_la-asf.Plo
 
861
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libaccess_mms_plugin_la_CFLAGS) $(CFLAGS) -MT libaccess_mms_plugin_la-asf.lo -MD -MP -MF $(DEPDIR)/libaccess_mms_plugin_la-asf.Tpo -c -o libaccess_mms_plugin_la-asf.lo `test -f 'asf.c' || echo '$(srcdir)/'`asf.c
 
862
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libaccess_mms_plugin_la-asf.Tpo $(DEPDIR)/libaccess_mms_plugin_la-asf.Plo
838
863
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='asf.c' object='libaccess_mms_plugin_la-asf.lo' libtool=yes @AMDEPBACKSLASH@
839
864
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
840
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libaccess_mms_plugin_la_CFLAGS) $(CFLAGS) -c -o libaccess_mms_plugin_la-asf.lo `test -f 'asf.c' || echo '$(srcdir)/'`asf.c
 
865
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libaccess_mms_plugin_la_CFLAGS) $(CFLAGS) -c -o libaccess_mms_plugin_la-asf.lo `test -f 'asf.c' || echo '$(srcdir)/'`asf.c
841
866
 
842
867
mostlyclean-libtool:
843
868
        -rm -f *.lo
857
882
 
858
883
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
859
884
                $(TAGS_FILES) $(LISP)
860
 
        tags=; \
 
885
        set x; \
861
886
        here=`pwd`; \
862
887
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
863
888
        unique=`for i in $$list; do \
865
890
          done | \
866
891
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
867
892
              END { if (nonempty) { for (i in files) print i; }; }'`; \
868
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
893
        shift; \
 
894
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
869
895
          test -n "$$unique" || unique=$$empty_fix; \
870
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
871
 
            $$tags $$unique; \
 
896
          if test $$# -gt 0; then \
 
897
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
898
              "$$@" $$unique; \
 
899
          else \
 
900
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
901
              $$unique; \
 
902
          fi; \
872
903
        fi
873
904
ctags: CTAGS
874
905
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
875
906
                $(TAGS_FILES) $(LISP)
876
 
        tags=; \
877
907
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
878
908
        unique=`for i in $$list; do \
879
909
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
880
910
          done | \
881
911
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
882
912
              END { if (nonempty) { for (i in files) print i; }; }'`; \
883
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
913
        test -z "$(CTAGS_ARGS)$$unique" \
884
914
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
885
 
             $$tags $$unique
 
915
             $$unique
886
916
 
887
917
GTAGS:
888
918
        here=`$(am__cd) $(top_builddir) && pwd` \
889
 
          && cd $(top_srcdir) \
890
 
          && gtags -i $(GTAGS_ARGS) $$here
 
919
          && $(am__cd) $(top_srcdir) \
 
920
          && gtags -i $(GTAGS_ARGS) "$$here"
891
921
 
892
922
distclean-tags:
893
923
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
908
938
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
909
939
          if test -d $$d/$$file; then \
910
940
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
941
            if test -d "$(distdir)/$$file"; then \
 
942
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
943
            fi; \
911
944
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
912
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
945
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
946
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
913
947
            fi; \
914
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
948
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
915
949
          else \
916
 
            test -f $(distdir)/$$file \
917
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
950
            test -f "$(distdir)/$$file" \
 
951
            || cp -p $$d/$$file "$(distdir)/$$file" \
918
952
            || exit 1; \
919
953
          fi; \
920
954
        done
948
982
 
949
983
distclean-generic:
950
984
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
985
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
951
986
 
952
987
maintainer-clean-generic:
953
988
        @echo "This command is intended for maintainers to use"
970
1005
 
971
1006
html: html-am
972
1007
 
 
1008
html-am:
 
1009
 
973
1010
info: info-am
974
1011
 
975
1012
info-am:
978
1015
 
979
1016
install-dvi: install-dvi-am
980
1017
 
 
1018
install-dvi-am:
 
1019
 
981
1020
install-exec-am:
982
1021
 
983
1022
install-html: install-html-am
984
1023
 
 
1024
install-html-am:
 
1025
 
985
1026
install-info: install-info-am
986
1027
 
 
1028
install-info-am:
 
1029
 
987
1030
install-man:
988
1031
 
989
1032
install-pdf: install-pdf-am
990
1033
 
 
1034
install-pdf-am:
 
1035
 
991
1036
install-ps: install-ps-am
992
1037
 
 
1038
install-ps-am:
 
1039
 
993
1040
installcheck-am:
994
1041
 
995
1042
maintainer-clean: maintainer-clean-am
1012
1059
 
1013
1060
uninstall-am: uninstall-libvlcLTLIBRARIES
1014
1061
 
1015
 
.MAKE: install-am install-strip
 
1062
.MAKE: all check install install-am install-strip
1016
1063
 
1017
1064
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
1018
1065
        clean-libtool clean-libvlcLTLIBRARIES ctags distclean \
1036
1083
        $(top_builddir)/compile
1037
1084
 
1038
1085
.PHONY: nice
 
1086
 
1039
1087
# Tell versions [3.59,3.63) of GNU make to not export all variables.
1040
1088
# Otherwise a system limit (for SysV at least) may be exceeded.
1041
1089
.NOEXPORT: