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

« back to all changes in this revision

Viewing changes to modules/misc/memcpy/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
123
140
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
124
141
depcomp = $(SHELL) $(top_srcdir)/autotools/depcomp
125
142
am__depfiles_maybe = depfiles
 
143
am__mv = mv -f
126
144
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
127
145
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
128
146
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
570
588
PACKAGE_NAME = @PACKAGE_NAME@
571
589
PACKAGE_STRING = @PACKAGE_STRING@
572
590
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
591
PACKAGE_URL = @PACKAGE_URL@
573
592
PACKAGE_VERSION = @PACKAGE_VERSION@
574
593
PATH_SEPARATOR = @PATH_SEPARATOR@
575
594
PCRE_CFLAGS = @PCRE_CFLAGS@
597
616
SHELL = @SHELL@
598
617
SHOUT_CFLAGS = @SHOUT_CFLAGS@
599
618
SHOUT_LIBS = @SHOUT_LIBS@
 
619
SOCKET_LIBS = @SOCKET_LIBS@
600
620
STRIP = @STRIP@
601
621
SVG_CFLAGS = @SVG_CFLAGS@
602
622
SVG_LIBS = @SVG_LIBS@
822
842
              exit 1;; \
823
843
          esac; \
824
844
        done; \
825
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  modules/misc/memcpy/Makefile'; \
826
 
        cd $(top_srcdir) && \
827
 
          $(AUTOMAKE) --gnu  modules/misc/memcpy/Makefile
 
845
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu modules/misc/memcpy/Makefile'; \
 
846
        $(am__cd) $(top_srcdir) && \
 
847
          $(AUTOMAKE) --gnu modules/misc/memcpy/Makefile
828
848
.PRECIOUS: Makefile
829
849
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
830
850
        @case '$?' in \
842
862
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
843
863
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
844
864
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
865
$(am__aclocal_m4_deps):
845
866
install-libvlcLTLIBRARIES: $(libvlc_LTLIBRARIES)
846
867
        @$(NORMAL_INSTALL)
847
868
        test -z "$(libvlcdir)" || $(MKDIR_P) "$(DESTDIR)$(libvlcdir)"
848
 
        @list='$(libvlc_LTLIBRARIES)'; for p in $$list; do \
 
869
        @list='$(libvlc_LTLIBRARIES)'; test -n "$(libvlcdir)" || list=; \
 
870
        list2=; for p in $$list; do \
849
871
          if test -f $$p; then \
850
 
            f=$(am__strip_dir) \
851
 
            echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libvlcLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libvlcdir)/$$f'"; \
852
 
            $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libvlcLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libvlcdir)/$$f"; \
 
872
            list2="$$list2 $$p"; \
853
873
          else :; fi; \
854
 
        done
 
874
        done; \
 
875
        test -z "$$list2" || { \
 
876
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libvlcdir)'"; \
 
877
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libvlcdir)"; \
 
878
        }
855
879
 
856
880
uninstall-libvlcLTLIBRARIES:
857
881
        @$(NORMAL_UNINSTALL)
858
 
        @list='$(libvlc_LTLIBRARIES)'; for p in $$list; do \
859
 
          p=$(am__strip_dir) \
860
 
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libvlcdir)/$$p'"; \
861
 
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libvlcdir)/$$p"; \
 
882
        @list='$(libvlc_LTLIBRARIES)'; test -n "$(libvlcdir)" || list=; \
 
883
        for p in $$list; do \
 
884
          $(am__strip_dir) \
 
885
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libvlcdir)/$$f'"; \
 
886
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libvlcdir)/$$f"; \
862
887
        done
863
888
 
864
889
clean-libvlcLTLIBRARIES:
894
919
 
895
920
.c.o:
896
921
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
897
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
922
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
898
923
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
899
924
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
900
925
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
901
926
 
902
927
.c.obj:
903
928
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
904
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
929
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
905
930
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
906
931
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
907
932
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
908
933
 
909
934
.c.lo:
910
935
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
911
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
936
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
912
937
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
913
938
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
914
939
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
915
940
 
916
941
libmemcpy3dn_plugin_la-memcpy.lo: memcpy.c
917
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmemcpy3dn_plugin_la_CFLAGS) $(CFLAGS) -MT libmemcpy3dn_plugin_la-memcpy.lo -MD -MP -MF $(DEPDIR)/libmemcpy3dn_plugin_la-memcpy.Tpo -c -o libmemcpy3dn_plugin_la-memcpy.lo `test -f 'memcpy.c' || echo '$(srcdir)/'`memcpy.c
918
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libmemcpy3dn_plugin_la-memcpy.Tpo $(DEPDIR)/libmemcpy3dn_plugin_la-memcpy.Plo
 
942
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmemcpy3dn_plugin_la_CFLAGS) $(CFLAGS) -MT libmemcpy3dn_plugin_la-memcpy.lo -MD -MP -MF $(DEPDIR)/libmemcpy3dn_plugin_la-memcpy.Tpo -c -o libmemcpy3dn_plugin_la-memcpy.lo `test -f 'memcpy.c' || echo '$(srcdir)/'`memcpy.c
 
943
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libmemcpy3dn_plugin_la-memcpy.Tpo $(DEPDIR)/libmemcpy3dn_plugin_la-memcpy.Plo
919
944
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='memcpy.c' object='libmemcpy3dn_plugin_la-memcpy.lo' libtool=yes @AMDEPBACKSLASH@
920
945
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
921
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmemcpy3dn_plugin_la_CFLAGS) $(CFLAGS) -c -o libmemcpy3dn_plugin_la-memcpy.lo `test -f 'memcpy.c' || echo '$(srcdir)/'`memcpy.c
 
946
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmemcpy3dn_plugin_la_CFLAGS) $(CFLAGS) -c -o libmemcpy3dn_plugin_la-memcpy.lo `test -f 'memcpy.c' || echo '$(srcdir)/'`memcpy.c
922
947
 
923
948
libmemcpy_plugin_la-memcpy.lo: memcpy.c
924
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmemcpy_plugin_la_CFLAGS) $(CFLAGS) -MT libmemcpy_plugin_la-memcpy.lo -MD -MP -MF $(DEPDIR)/libmemcpy_plugin_la-memcpy.Tpo -c -o libmemcpy_plugin_la-memcpy.lo `test -f 'memcpy.c' || echo '$(srcdir)/'`memcpy.c
925
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libmemcpy_plugin_la-memcpy.Tpo $(DEPDIR)/libmemcpy_plugin_la-memcpy.Plo
 
949
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmemcpy_plugin_la_CFLAGS) $(CFLAGS) -MT libmemcpy_plugin_la-memcpy.lo -MD -MP -MF $(DEPDIR)/libmemcpy_plugin_la-memcpy.Tpo -c -o libmemcpy_plugin_la-memcpy.lo `test -f 'memcpy.c' || echo '$(srcdir)/'`memcpy.c
 
950
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libmemcpy_plugin_la-memcpy.Tpo $(DEPDIR)/libmemcpy_plugin_la-memcpy.Plo
926
951
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='memcpy.c' object='libmemcpy_plugin_la-memcpy.lo' libtool=yes @AMDEPBACKSLASH@
927
952
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
928
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmemcpy_plugin_la_CFLAGS) $(CFLAGS) -c -o libmemcpy_plugin_la-memcpy.lo `test -f 'memcpy.c' || echo '$(srcdir)/'`memcpy.c
 
953
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmemcpy_plugin_la_CFLAGS) $(CFLAGS) -c -o libmemcpy_plugin_la-memcpy.lo `test -f 'memcpy.c' || echo '$(srcdir)/'`memcpy.c
929
954
 
930
955
libmemcpyaltivec_plugin_la-memcpyaltivec.lo: memcpyaltivec.c
931
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmemcpyaltivec_plugin_la_CFLAGS) $(CFLAGS) -MT libmemcpyaltivec_plugin_la-memcpyaltivec.lo -MD -MP -MF $(DEPDIR)/libmemcpyaltivec_plugin_la-memcpyaltivec.Tpo -c -o libmemcpyaltivec_plugin_la-memcpyaltivec.lo `test -f 'memcpyaltivec.c' || echo '$(srcdir)/'`memcpyaltivec.c
932
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libmemcpyaltivec_plugin_la-memcpyaltivec.Tpo $(DEPDIR)/libmemcpyaltivec_plugin_la-memcpyaltivec.Plo
 
956
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmemcpyaltivec_plugin_la_CFLAGS) $(CFLAGS) -MT libmemcpyaltivec_plugin_la-memcpyaltivec.lo -MD -MP -MF $(DEPDIR)/libmemcpyaltivec_plugin_la-memcpyaltivec.Tpo -c -o libmemcpyaltivec_plugin_la-memcpyaltivec.lo `test -f 'memcpyaltivec.c' || echo '$(srcdir)/'`memcpyaltivec.c
 
957
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libmemcpyaltivec_plugin_la-memcpyaltivec.Tpo $(DEPDIR)/libmemcpyaltivec_plugin_la-memcpyaltivec.Plo
933
958
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='memcpyaltivec.c' object='libmemcpyaltivec_plugin_la-memcpyaltivec.lo' libtool=yes @AMDEPBACKSLASH@
934
959
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
935
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmemcpyaltivec_plugin_la_CFLAGS) $(CFLAGS) -c -o libmemcpyaltivec_plugin_la-memcpyaltivec.lo `test -f 'memcpyaltivec.c' || echo '$(srcdir)/'`memcpyaltivec.c
 
960
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmemcpyaltivec_plugin_la_CFLAGS) $(CFLAGS) -c -o libmemcpyaltivec_plugin_la-memcpyaltivec.lo `test -f 'memcpyaltivec.c' || echo '$(srcdir)/'`memcpyaltivec.c
936
961
 
937
962
libmemcpymmx_plugin_la-memcpy.lo: memcpy.c
938
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmemcpymmx_plugin_la_CFLAGS) $(CFLAGS) -MT libmemcpymmx_plugin_la-memcpy.lo -MD -MP -MF $(DEPDIR)/libmemcpymmx_plugin_la-memcpy.Tpo -c -o libmemcpymmx_plugin_la-memcpy.lo `test -f 'memcpy.c' || echo '$(srcdir)/'`memcpy.c
939
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libmemcpymmx_plugin_la-memcpy.Tpo $(DEPDIR)/libmemcpymmx_plugin_la-memcpy.Plo
 
963
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmemcpymmx_plugin_la_CFLAGS) $(CFLAGS) -MT libmemcpymmx_plugin_la-memcpy.lo -MD -MP -MF $(DEPDIR)/libmemcpymmx_plugin_la-memcpy.Tpo -c -o libmemcpymmx_plugin_la-memcpy.lo `test -f 'memcpy.c' || echo '$(srcdir)/'`memcpy.c
 
964
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libmemcpymmx_plugin_la-memcpy.Tpo $(DEPDIR)/libmemcpymmx_plugin_la-memcpy.Plo
940
965
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='memcpy.c' object='libmemcpymmx_plugin_la-memcpy.lo' libtool=yes @AMDEPBACKSLASH@
941
966
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
942
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmemcpymmx_plugin_la_CFLAGS) $(CFLAGS) -c -o libmemcpymmx_plugin_la-memcpy.lo `test -f 'memcpy.c' || echo '$(srcdir)/'`memcpy.c
 
967
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmemcpymmx_plugin_la_CFLAGS) $(CFLAGS) -c -o libmemcpymmx_plugin_la-memcpy.lo `test -f 'memcpy.c' || echo '$(srcdir)/'`memcpy.c
943
968
 
944
969
libmemcpymmxext_plugin_la-memcpy.lo: memcpy.c
945
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmemcpymmxext_plugin_la_CFLAGS) $(CFLAGS) -MT libmemcpymmxext_plugin_la-memcpy.lo -MD -MP -MF $(DEPDIR)/libmemcpymmxext_plugin_la-memcpy.Tpo -c -o libmemcpymmxext_plugin_la-memcpy.lo `test -f 'memcpy.c' || echo '$(srcdir)/'`memcpy.c
946
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libmemcpymmxext_plugin_la-memcpy.Tpo $(DEPDIR)/libmemcpymmxext_plugin_la-memcpy.Plo
 
970
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmemcpymmxext_plugin_la_CFLAGS) $(CFLAGS) -MT libmemcpymmxext_plugin_la-memcpy.lo -MD -MP -MF $(DEPDIR)/libmemcpymmxext_plugin_la-memcpy.Tpo -c -o libmemcpymmxext_plugin_la-memcpy.lo `test -f 'memcpy.c' || echo '$(srcdir)/'`memcpy.c
 
971
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libmemcpymmxext_plugin_la-memcpy.Tpo $(DEPDIR)/libmemcpymmxext_plugin_la-memcpy.Plo
947
972
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='memcpy.c' object='libmemcpymmxext_plugin_la-memcpy.lo' libtool=yes @AMDEPBACKSLASH@
948
973
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
949
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmemcpymmxext_plugin_la_CFLAGS) $(CFLAGS) -c -o libmemcpymmxext_plugin_la-memcpy.lo `test -f 'memcpy.c' || echo '$(srcdir)/'`memcpy.c
 
974
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmemcpymmxext_plugin_la_CFLAGS) $(CFLAGS) -c -o libmemcpymmxext_plugin_la-memcpy.lo `test -f 'memcpy.c' || echo '$(srcdir)/'`memcpy.c
950
975
 
951
976
mostlyclean-libtool:
952
977
        -rm -f *.lo
966
991
 
967
992
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
968
993
                $(TAGS_FILES) $(LISP)
969
 
        tags=; \
 
994
        set x; \
970
995
        here=`pwd`; \
971
996
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
972
997
        unique=`for i in $$list; do \
974
999
          done | \
975
1000
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
976
1001
              END { if (nonempty) { for (i in files) print i; }; }'`; \
977
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
1002
        shift; \
 
1003
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
978
1004
          test -n "$$unique" || unique=$$empty_fix; \
979
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
980
 
            $$tags $$unique; \
 
1005
          if test $$# -gt 0; then \
 
1006
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
1007
              "$$@" $$unique; \
 
1008
          else \
 
1009
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
1010
              $$unique; \
 
1011
          fi; \
981
1012
        fi
982
1013
ctags: CTAGS
983
1014
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
984
1015
                $(TAGS_FILES) $(LISP)
985
 
        tags=; \
986
1016
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
987
1017
        unique=`for i in $$list; do \
988
1018
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
989
1019
          done | \
990
1020
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
991
1021
              END { if (nonempty) { for (i in files) print i; }; }'`; \
992
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
1022
        test -z "$(CTAGS_ARGS)$$unique" \
993
1023
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
994
 
             $$tags $$unique
 
1024
             $$unique
995
1025
 
996
1026
GTAGS:
997
1027
        here=`$(am__cd) $(top_builddir) && pwd` \
998
 
          && cd $(top_srcdir) \
999
 
          && gtags -i $(GTAGS_ARGS) $$here
 
1028
          && $(am__cd) $(top_srcdir) \
 
1029
          && gtags -i $(GTAGS_ARGS) "$$here"
1000
1030
 
1001
1031
distclean-tags:
1002
1032
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1017
1047
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1018
1048
          if test -d $$d/$$file; then \
1019
1049
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
1050
            if test -d "$(distdir)/$$file"; then \
 
1051
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
1052
            fi; \
1020
1053
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1021
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
1054
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
1055
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1022
1056
            fi; \
1023
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
1057
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1024
1058
          else \
1025
 
            test -f $(distdir)/$$file \
1026
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
1059
            test -f "$(distdir)/$$file" \
 
1060
            || cp -p $$d/$$file "$(distdir)/$$file" \
1027
1061
            || exit 1; \
1028
1062
          fi; \
1029
1063
        done
1057
1091
 
1058
1092
distclean-generic:
1059
1093
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
1094
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1060
1095
 
1061
1096
maintainer-clean-generic:
1062
1097
        @echo "This command is intended for maintainers to use"
1079
1114
 
1080
1115
html: html-am
1081
1116
 
 
1117
html-am:
 
1118
 
1082
1119
info: info-am
1083
1120
 
1084
1121
info-am:
1087
1124
 
1088
1125
install-dvi: install-dvi-am
1089
1126
 
 
1127
install-dvi-am:
 
1128
 
1090
1129
install-exec-am:
1091
1130
 
1092
1131
install-html: install-html-am
1093
1132
 
 
1133
install-html-am:
 
1134
 
1094
1135
install-info: install-info-am
1095
1136
 
 
1137
install-info-am:
 
1138
 
1096
1139
install-man:
1097
1140
 
1098
1141
install-pdf: install-pdf-am
1099
1142
 
 
1143
install-pdf-am:
 
1144
 
1100
1145
install-ps: install-ps-am
1101
1146
 
 
1147
install-ps-am:
 
1148
 
1102
1149
installcheck-am:
1103
1150
 
1104
1151
maintainer-clean: maintainer-clean-am
1121
1168
 
1122
1169
uninstall-am: uninstall-libvlcLTLIBRARIES
1123
1170
 
1124
 
.MAKE: install-am install-strip
 
1171
.MAKE: all check install install-am install-strip
1125
1172
 
1126
1173
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
1127
1174
        clean-libtool clean-libvlcLTLIBRARIES ctags distclean \
1145
1192
        $(top_builddir)/compile
1146
1193
 
1147
1194
.PHONY: nice
 
1195
 
1148
1196
# Tell versions [3.59,3.63) of GNU make to not export all variables.
1149
1197
# Otherwise a system limit (for SysV at least) may be exceeded.
1150
1198
.NOEXPORT: