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

« back to all changes in this revision

Viewing changes to modules/access/rtsp/Makefile.in

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

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.2 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
6
# Inc.
6
7
# This Makefile.in is free software; the Free Software Foundation
7
8
# gives unlimited permission to copy and/or distribute it,
8
9
# with or without modifications, as long as this notice is preserved.
26
27
 
27
28
VPATH = @srcdir@
28
29
pkgdatadir = $(datadir)/@PACKAGE@
 
30
pkgincludedir = $(includedir)/@PACKAGE@
29
31
pkglibdir = $(libdir)/@PACKAGE@
30
 
pkgincludedir = $(includedir)/@PACKAGE@
 
32
pkglibexecdir = $(libexecdir)/@PACKAGE@
31
33
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
32
34
install_sh_DATA = $(install_sh) -c -m 644
33
35
install_sh_PROGRAM = $(install_sh) -c
60
62
mkinstalldirs = $(install_sh) -d
61
63
CONFIG_HEADER = $(top_builddir)/config.h
62
64
CONFIG_CLEAN_FILES =
 
65
CONFIG_CLEAN_VPATH_FILES =
63
66
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
64
67
am__vpath_adj = case $$p in \
65
68
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
66
69
    *) f=$$p;; \
67
70
  esac;
68
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
71
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
72
am__install_max = 40
 
73
am__nobase_strip_setup = \
 
74
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
75
am__nobase_strip = \
 
76
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
77
am__nobase_list = $(am__nobase_strip_setup); \
 
78
  for p in $$list; do echo "$$p $$p"; done | \
 
79
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
80
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
81
    if (++n[$$2] == $(am__install_max)) \
 
82
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
83
    END { for (dir in files) print dir, files[dir] }'
 
84
am__base_list = \
 
85
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
86
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
69
87
am__installdirs = "$(DESTDIR)$(libvlcdir)"
70
 
libvlcLTLIBRARIES_INSTALL = $(INSTALL)
71
88
LTLIBRARIES = $(libvlc_LTLIBRARIES)
72
89
am__DEPENDENCIES_1 = `$(VLC_CONFIG) plugin $@` $(LTLIBVLCCORE) \
73
90
        $(top_builddir)/compat/libcompat.la
90
107
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
91
108
depcomp = $(SHELL) $(top_srcdir)/autotools/depcomp
92
109
am__depfiles_maybe = depfiles
 
110
am__mv = mv -f
93
111
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
94
112
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
95
113
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
525
543
PACKAGE_NAME = @PACKAGE_NAME@
526
544
PACKAGE_STRING = @PACKAGE_STRING@
527
545
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
546
PACKAGE_URL = @PACKAGE_URL@
528
547
PACKAGE_VERSION = @PACKAGE_VERSION@
529
548
PATH_SEPARATOR = @PATH_SEPARATOR@
530
549
PCRE_CFLAGS = @PCRE_CFLAGS@
552
571
SHELL = @SHELL@
553
572
SHOUT_CFLAGS = @SHOUT_CFLAGS@
554
573
SHOUT_LIBS = @SHOUT_LIBS@
 
574
SOCKET_LIBS = @SOCKET_LIBS@
555
575
STRIP = @STRIP@
556
576
SVG_CFLAGS = @SVG_CFLAGS@
557
577
SVG_LIBS = @SVG_LIBS@
722
742
              exit 1;; \
723
743
          esac; \
724
744
        done; \
725
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  modules/access/rtsp/Makefile'; \
726
 
        cd $(top_srcdir) && \
727
 
          $(AUTOMAKE) --gnu  modules/access/rtsp/Makefile
 
745
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu modules/access/rtsp/Makefile'; \
 
746
        $(am__cd) $(top_srcdir) && \
 
747
          $(AUTOMAKE) --gnu modules/access/rtsp/Makefile
728
748
.PRECIOUS: Makefile
729
749
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
730
750
        @case '$?' in \
742
762
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
743
763
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
744
764
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
765
$(am__aclocal_m4_deps):
745
766
install-libvlcLTLIBRARIES: $(libvlc_LTLIBRARIES)
746
767
        @$(NORMAL_INSTALL)
747
768
        test -z "$(libvlcdir)" || $(MKDIR_P) "$(DESTDIR)$(libvlcdir)"
748
 
        @list='$(libvlc_LTLIBRARIES)'; for p in $$list; do \
 
769
        @list='$(libvlc_LTLIBRARIES)'; test -n "$(libvlcdir)" || list=; \
 
770
        list2=; for p in $$list; do \
749
771
          if test -f $$p; then \
750
 
            f=$(am__strip_dir) \
751
 
            echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libvlcLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libvlcdir)/$$f'"; \
752
 
            $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libvlcLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libvlcdir)/$$f"; \
 
772
            list2="$$list2 $$p"; \
753
773
          else :; fi; \
754
 
        done
 
774
        done; \
 
775
        test -z "$$list2" || { \
 
776
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libvlcdir)'"; \
 
777
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libvlcdir)"; \
 
778
        }
755
779
 
756
780
uninstall-libvlcLTLIBRARIES:
757
781
        @$(NORMAL_UNINSTALL)
758
 
        @list='$(libvlc_LTLIBRARIES)'; for p in $$list; do \
759
 
          p=$(am__strip_dir) \
760
 
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libvlcdir)/$$p'"; \
761
 
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libvlcdir)/$$p"; \
 
782
        @list='$(libvlc_LTLIBRARIES)'; test -n "$(libvlcdir)" || list=; \
 
783
        for p in $$list; do \
 
784
          $(am__strip_dir) \
 
785
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libvlcdir)/$$f'"; \
 
786
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libvlcdir)/$$f"; \
762
787
        done
763
788
 
764
789
clean-libvlcLTLIBRARIES:
787
812
 
788
813
.c.o:
789
814
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
790
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
815
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
791
816
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
792
817
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
793
818
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
794
819
 
795
820
.c.obj:
796
821
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
797
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
822
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
798
823
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
799
824
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
800
825
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
801
826
 
802
827
.c.lo:
803
828
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
804
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
829
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
805
830
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
806
831
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
807
832
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
808
833
 
809
834
libaccess_realrtsp_plugin_la-access.lo: access.c
810
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libaccess_realrtsp_plugin_la_CFLAGS) $(CFLAGS) -MT libaccess_realrtsp_plugin_la-access.lo -MD -MP -MF $(DEPDIR)/libaccess_realrtsp_plugin_la-access.Tpo -c -o libaccess_realrtsp_plugin_la-access.lo `test -f 'access.c' || echo '$(srcdir)/'`access.c
811
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libaccess_realrtsp_plugin_la-access.Tpo $(DEPDIR)/libaccess_realrtsp_plugin_la-access.Plo
 
835
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libaccess_realrtsp_plugin_la_CFLAGS) $(CFLAGS) -MT libaccess_realrtsp_plugin_la-access.lo -MD -MP -MF $(DEPDIR)/libaccess_realrtsp_plugin_la-access.Tpo -c -o libaccess_realrtsp_plugin_la-access.lo `test -f 'access.c' || echo '$(srcdir)/'`access.c
 
836
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libaccess_realrtsp_plugin_la-access.Tpo $(DEPDIR)/libaccess_realrtsp_plugin_la-access.Plo
812
837
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='access.c' object='libaccess_realrtsp_plugin_la-access.lo' libtool=yes @AMDEPBACKSLASH@
813
838
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
814
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libaccess_realrtsp_plugin_la_CFLAGS) $(CFLAGS) -c -o libaccess_realrtsp_plugin_la-access.lo `test -f 'access.c' || echo '$(srcdir)/'`access.c
 
839
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libaccess_realrtsp_plugin_la_CFLAGS) $(CFLAGS) -c -o libaccess_realrtsp_plugin_la-access.lo `test -f 'access.c' || echo '$(srcdir)/'`access.c
815
840
 
816
841
libaccess_realrtsp_plugin_la-rtsp.lo: rtsp.c
817
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libaccess_realrtsp_plugin_la_CFLAGS) $(CFLAGS) -MT libaccess_realrtsp_plugin_la-rtsp.lo -MD -MP -MF $(DEPDIR)/libaccess_realrtsp_plugin_la-rtsp.Tpo -c -o libaccess_realrtsp_plugin_la-rtsp.lo `test -f 'rtsp.c' || echo '$(srcdir)/'`rtsp.c
818
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libaccess_realrtsp_plugin_la-rtsp.Tpo $(DEPDIR)/libaccess_realrtsp_plugin_la-rtsp.Plo
 
842
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libaccess_realrtsp_plugin_la_CFLAGS) $(CFLAGS) -MT libaccess_realrtsp_plugin_la-rtsp.lo -MD -MP -MF $(DEPDIR)/libaccess_realrtsp_plugin_la-rtsp.Tpo -c -o libaccess_realrtsp_plugin_la-rtsp.lo `test -f 'rtsp.c' || echo '$(srcdir)/'`rtsp.c
 
843
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libaccess_realrtsp_plugin_la-rtsp.Tpo $(DEPDIR)/libaccess_realrtsp_plugin_la-rtsp.Plo
819
844
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='rtsp.c' object='libaccess_realrtsp_plugin_la-rtsp.lo' libtool=yes @AMDEPBACKSLASH@
820
845
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
821
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libaccess_realrtsp_plugin_la_CFLAGS) $(CFLAGS) -c -o libaccess_realrtsp_plugin_la-rtsp.lo `test -f 'rtsp.c' || echo '$(srcdir)/'`rtsp.c
 
846
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libaccess_realrtsp_plugin_la_CFLAGS) $(CFLAGS) -c -o libaccess_realrtsp_plugin_la-rtsp.lo `test -f 'rtsp.c' || echo '$(srcdir)/'`rtsp.c
822
847
 
823
848
libaccess_realrtsp_plugin_la-real.lo: real.c
824
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libaccess_realrtsp_plugin_la_CFLAGS) $(CFLAGS) -MT libaccess_realrtsp_plugin_la-real.lo -MD -MP -MF $(DEPDIR)/libaccess_realrtsp_plugin_la-real.Tpo -c -o libaccess_realrtsp_plugin_la-real.lo `test -f 'real.c' || echo '$(srcdir)/'`real.c
825
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libaccess_realrtsp_plugin_la-real.Tpo $(DEPDIR)/libaccess_realrtsp_plugin_la-real.Plo
 
849
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libaccess_realrtsp_plugin_la_CFLAGS) $(CFLAGS) -MT libaccess_realrtsp_plugin_la-real.lo -MD -MP -MF $(DEPDIR)/libaccess_realrtsp_plugin_la-real.Tpo -c -o libaccess_realrtsp_plugin_la-real.lo `test -f 'real.c' || echo '$(srcdir)/'`real.c
 
850
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libaccess_realrtsp_plugin_la-real.Tpo $(DEPDIR)/libaccess_realrtsp_plugin_la-real.Plo
826
851
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='real.c' object='libaccess_realrtsp_plugin_la-real.lo' libtool=yes @AMDEPBACKSLASH@
827
852
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
828
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libaccess_realrtsp_plugin_la_CFLAGS) $(CFLAGS) -c -o libaccess_realrtsp_plugin_la-real.lo `test -f 'real.c' || echo '$(srcdir)/'`real.c
 
853
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libaccess_realrtsp_plugin_la_CFLAGS) $(CFLAGS) -c -o libaccess_realrtsp_plugin_la-real.lo `test -f 'real.c' || echo '$(srcdir)/'`real.c
829
854
 
830
855
libaccess_realrtsp_plugin_la-real_rmff.lo: real_rmff.c
831
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libaccess_realrtsp_plugin_la_CFLAGS) $(CFLAGS) -MT libaccess_realrtsp_plugin_la-real_rmff.lo -MD -MP -MF $(DEPDIR)/libaccess_realrtsp_plugin_la-real_rmff.Tpo -c -o libaccess_realrtsp_plugin_la-real_rmff.lo `test -f 'real_rmff.c' || echo '$(srcdir)/'`real_rmff.c
832
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libaccess_realrtsp_plugin_la-real_rmff.Tpo $(DEPDIR)/libaccess_realrtsp_plugin_la-real_rmff.Plo
 
856
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libaccess_realrtsp_plugin_la_CFLAGS) $(CFLAGS) -MT libaccess_realrtsp_plugin_la-real_rmff.lo -MD -MP -MF $(DEPDIR)/libaccess_realrtsp_plugin_la-real_rmff.Tpo -c -o libaccess_realrtsp_plugin_la-real_rmff.lo `test -f 'real_rmff.c' || echo '$(srcdir)/'`real_rmff.c
 
857
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libaccess_realrtsp_plugin_la-real_rmff.Tpo $(DEPDIR)/libaccess_realrtsp_plugin_la-real_rmff.Plo
833
858
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='real_rmff.c' object='libaccess_realrtsp_plugin_la-real_rmff.lo' libtool=yes @AMDEPBACKSLASH@
834
859
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
835
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libaccess_realrtsp_plugin_la_CFLAGS) $(CFLAGS) -c -o libaccess_realrtsp_plugin_la-real_rmff.lo `test -f 'real_rmff.c' || echo '$(srcdir)/'`real_rmff.c
 
860
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libaccess_realrtsp_plugin_la_CFLAGS) $(CFLAGS) -c -o libaccess_realrtsp_plugin_la-real_rmff.lo `test -f 'real_rmff.c' || echo '$(srcdir)/'`real_rmff.c
836
861
 
837
862
libaccess_realrtsp_plugin_la-real_sdpplin.lo: real_sdpplin.c
838
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libaccess_realrtsp_plugin_la_CFLAGS) $(CFLAGS) -MT libaccess_realrtsp_plugin_la-real_sdpplin.lo -MD -MP -MF $(DEPDIR)/libaccess_realrtsp_plugin_la-real_sdpplin.Tpo -c -o libaccess_realrtsp_plugin_la-real_sdpplin.lo `test -f 'real_sdpplin.c' || echo '$(srcdir)/'`real_sdpplin.c
839
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libaccess_realrtsp_plugin_la-real_sdpplin.Tpo $(DEPDIR)/libaccess_realrtsp_plugin_la-real_sdpplin.Plo
 
863
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libaccess_realrtsp_plugin_la_CFLAGS) $(CFLAGS) -MT libaccess_realrtsp_plugin_la-real_sdpplin.lo -MD -MP -MF $(DEPDIR)/libaccess_realrtsp_plugin_la-real_sdpplin.Tpo -c -o libaccess_realrtsp_plugin_la-real_sdpplin.lo `test -f 'real_sdpplin.c' || echo '$(srcdir)/'`real_sdpplin.c
 
864
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libaccess_realrtsp_plugin_la-real_sdpplin.Tpo $(DEPDIR)/libaccess_realrtsp_plugin_la-real_sdpplin.Plo
840
865
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='real_sdpplin.c' object='libaccess_realrtsp_plugin_la-real_sdpplin.lo' libtool=yes @AMDEPBACKSLASH@
841
866
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
842
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libaccess_realrtsp_plugin_la_CFLAGS) $(CFLAGS) -c -o libaccess_realrtsp_plugin_la-real_sdpplin.lo `test -f 'real_sdpplin.c' || echo '$(srcdir)/'`real_sdpplin.c
 
867
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libaccess_realrtsp_plugin_la_CFLAGS) $(CFLAGS) -c -o libaccess_realrtsp_plugin_la-real_sdpplin.lo `test -f 'real_sdpplin.c' || echo '$(srcdir)/'`real_sdpplin.c
843
868
 
844
869
libaccess_realrtsp_plugin_la-real_asmrp.lo: real_asmrp.c
845
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libaccess_realrtsp_plugin_la_CFLAGS) $(CFLAGS) -MT libaccess_realrtsp_plugin_la-real_asmrp.lo -MD -MP -MF $(DEPDIR)/libaccess_realrtsp_plugin_la-real_asmrp.Tpo -c -o libaccess_realrtsp_plugin_la-real_asmrp.lo `test -f 'real_asmrp.c' || echo '$(srcdir)/'`real_asmrp.c
846
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libaccess_realrtsp_plugin_la-real_asmrp.Tpo $(DEPDIR)/libaccess_realrtsp_plugin_la-real_asmrp.Plo
 
870
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libaccess_realrtsp_plugin_la_CFLAGS) $(CFLAGS) -MT libaccess_realrtsp_plugin_la-real_asmrp.lo -MD -MP -MF $(DEPDIR)/libaccess_realrtsp_plugin_la-real_asmrp.Tpo -c -o libaccess_realrtsp_plugin_la-real_asmrp.lo `test -f 'real_asmrp.c' || echo '$(srcdir)/'`real_asmrp.c
 
871
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libaccess_realrtsp_plugin_la-real_asmrp.Tpo $(DEPDIR)/libaccess_realrtsp_plugin_la-real_asmrp.Plo
847
872
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='real_asmrp.c' object='libaccess_realrtsp_plugin_la-real_asmrp.lo' libtool=yes @AMDEPBACKSLASH@
848
873
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
849
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libaccess_realrtsp_plugin_la_CFLAGS) $(CFLAGS) -c -o libaccess_realrtsp_plugin_la-real_asmrp.lo `test -f 'real_asmrp.c' || echo '$(srcdir)/'`real_asmrp.c
 
874
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libaccess_realrtsp_plugin_la_CFLAGS) $(CFLAGS) -c -o libaccess_realrtsp_plugin_la-real_asmrp.lo `test -f 'real_asmrp.c' || echo '$(srcdir)/'`real_asmrp.c
850
875
 
851
876
mostlyclean-libtool:
852
877
        -rm -f *.lo
866
891
 
867
892
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
868
893
                $(TAGS_FILES) $(LISP)
869
 
        tags=; \
 
894
        set x; \
870
895
        here=`pwd`; \
871
896
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
872
897
        unique=`for i in $$list; do \
874
899
          done | \
875
900
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
876
901
              END { if (nonempty) { for (i in files) print i; }; }'`; \
877
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
902
        shift; \
 
903
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
878
904
          test -n "$$unique" || unique=$$empty_fix; \
879
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
880
 
            $$tags $$unique; \
 
905
          if test $$# -gt 0; then \
 
906
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
907
              "$$@" $$unique; \
 
908
          else \
 
909
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
910
              $$unique; \
 
911
          fi; \
881
912
        fi
882
913
ctags: CTAGS
883
914
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
884
915
                $(TAGS_FILES) $(LISP)
885
 
        tags=; \
886
916
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
887
917
        unique=`for i in $$list; do \
888
918
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
889
919
          done | \
890
920
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
891
921
              END { if (nonempty) { for (i in files) print i; }; }'`; \
892
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
922
        test -z "$(CTAGS_ARGS)$$unique" \
893
923
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
894
 
             $$tags $$unique
 
924
             $$unique
895
925
 
896
926
GTAGS:
897
927
        here=`$(am__cd) $(top_builddir) && pwd` \
898
 
          && cd $(top_srcdir) \
899
 
          && gtags -i $(GTAGS_ARGS) $$here
 
928
          && $(am__cd) $(top_srcdir) \
 
929
          && gtags -i $(GTAGS_ARGS) "$$here"
900
930
 
901
931
distclean-tags:
902
932
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
917
947
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
918
948
          if test -d $$d/$$file; then \
919
949
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
950
            if test -d "$(distdir)/$$file"; then \
 
951
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
952
            fi; \
920
953
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
921
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
954
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
955
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
922
956
            fi; \
923
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
957
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
924
958
          else \
925
 
            test -f $(distdir)/$$file \
926
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
959
            test -f "$(distdir)/$$file" \
 
960
            || cp -p $$d/$$file "$(distdir)/$$file" \
927
961
            || exit 1; \
928
962
          fi; \
929
963
        done
957
991
 
958
992
distclean-generic:
959
993
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
994
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
960
995
 
961
996
maintainer-clean-generic:
962
997
        @echo "This command is intended for maintainers to use"
979
1014
 
980
1015
html: html-am
981
1016
 
 
1017
html-am:
 
1018
 
982
1019
info: info-am
983
1020
 
984
1021
info-am:
987
1024
 
988
1025
install-dvi: install-dvi-am
989
1026
 
 
1027
install-dvi-am:
 
1028
 
990
1029
install-exec-am:
991
1030
 
992
1031
install-html: install-html-am
993
1032
 
 
1033
install-html-am:
 
1034
 
994
1035
install-info: install-info-am
995
1036
 
 
1037
install-info-am:
 
1038
 
996
1039
install-man:
997
1040
 
998
1041
install-pdf: install-pdf-am
999
1042
 
 
1043
install-pdf-am:
 
1044
 
1000
1045
install-ps: install-ps-am
1001
1046
 
 
1047
install-ps-am:
 
1048
 
1002
1049
installcheck-am:
1003
1050
 
1004
1051
maintainer-clean: maintainer-clean-am
1021
1068
 
1022
1069
uninstall-am: uninstall-libvlcLTLIBRARIES
1023
1070
 
1024
 
.MAKE: install-am install-strip
 
1071
.MAKE: all check install install-am install-strip
1025
1072
 
1026
1073
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
1027
1074
        clean-libtool clean-libvlcLTLIBRARIES ctags distclean \
1045
1092
        $(top_builddir)/compile
1046
1093
 
1047
1094
.PHONY: nice
 
1095
 
1048
1096
# Tell versions [3.59,3.63) of GNU make to not export all variables.
1049
1097
# Otherwise a system limit (for SysV at least) may be exceeded.
1050
1098
.NOEXPORT: