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

« back to all changes in this revision

Viewing changes to modules/audio_filter/resampler/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
114
131
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
115
132
depcomp = $(SHELL) $(top_srcdir)/autotools/depcomp
116
133
am__depfiles_maybe = depfiles
 
134
am__mv = mv -f
117
135
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
118
136
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
119
137
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
558
576
PACKAGE_NAME = @PACKAGE_NAME@
559
577
PACKAGE_STRING = @PACKAGE_STRING@
560
578
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
579
PACKAGE_URL = @PACKAGE_URL@
561
580
PACKAGE_VERSION = @PACKAGE_VERSION@
562
581
PATH_SEPARATOR = @PATH_SEPARATOR@
563
582
PCRE_CFLAGS = @PCRE_CFLAGS@
585
604
SHELL = @SHELL@
586
605
SHOUT_CFLAGS = @SHOUT_CFLAGS@
587
606
SHOUT_LIBS = @SHOUT_LIBS@
 
607
SOCKET_LIBS = @SOCKET_LIBS@
588
608
STRIP = @STRIP@
589
609
SVG_CFLAGS = @SVG_CFLAGS@
590
610
SVG_LIBS = @SVG_LIBS@
781
801
              exit 1;; \
782
802
          esac; \
783
803
        done; \
784
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  modules/audio_filter/resampler/Makefile'; \
785
 
        cd $(top_srcdir) && \
786
 
          $(AUTOMAKE) --gnu  modules/audio_filter/resampler/Makefile
 
804
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu modules/audio_filter/resampler/Makefile'; \
 
805
        $(am__cd) $(top_srcdir) && \
 
806
          $(AUTOMAKE) --gnu modules/audio_filter/resampler/Makefile
787
807
.PRECIOUS: Makefile
788
808
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
789
809
        @case '$?' in \
801
821
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
802
822
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
803
823
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
824
$(am__aclocal_m4_deps):
804
825
install-libvlcLTLIBRARIES: $(libvlc_LTLIBRARIES)
805
826
        @$(NORMAL_INSTALL)
806
827
        test -z "$(libvlcdir)" || $(MKDIR_P) "$(DESTDIR)$(libvlcdir)"
807
 
        @list='$(libvlc_LTLIBRARIES)'; for p in $$list; do \
 
828
        @list='$(libvlc_LTLIBRARIES)'; test -n "$(libvlcdir)" || list=; \
 
829
        list2=; for p in $$list; do \
808
830
          if test -f $$p; then \
809
 
            f=$(am__strip_dir) \
810
 
            echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libvlcLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libvlcdir)/$$f'"; \
811
 
            $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libvlcLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libvlcdir)/$$f"; \
 
831
            list2="$$list2 $$p"; \
812
832
          else :; fi; \
813
 
        done
 
833
        done; \
 
834
        test -z "$$list2" || { \
 
835
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libvlcdir)'"; \
 
836
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libvlcdir)"; \
 
837
        }
814
838
 
815
839
uninstall-libvlcLTLIBRARIES:
816
840
        @$(NORMAL_UNINSTALL)
817
 
        @list='$(libvlc_LTLIBRARIES)'; for p in $$list; do \
818
 
          p=$(am__strip_dir) \
819
 
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libvlcdir)/$$p'"; \
820
 
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libvlcdir)/$$p"; \
 
841
        @list='$(libvlc_LTLIBRARIES)'; test -n "$(libvlcdir)" || list=; \
 
842
        for p in $$list; do \
 
843
          $(am__strip_dir) \
 
844
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libvlcdir)/$$f'"; \
 
845
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libvlcdir)/$$f"; \
821
846
        done
822
847
 
823
848
clean-libvlcLTLIBRARIES:
850
875
 
851
876
.c.o:
852
877
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
853
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
878
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
854
879
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
855
880
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
856
881
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
857
882
 
858
883
.c.obj:
859
884
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
860
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
885
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
861
886
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
862
887
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
863
888
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
864
889
 
865
890
.c.lo:
866
891
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
867
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
892
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
868
893
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
869
894
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
870
895
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
871
896
 
872
897
libbandlimited_resampler_plugin_la-bandlimited.lo: bandlimited.c
873
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libbandlimited_resampler_plugin_la_CFLAGS) $(CFLAGS) -MT libbandlimited_resampler_plugin_la-bandlimited.lo -MD -MP -MF $(DEPDIR)/libbandlimited_resampler_plugin_la-bandlimited.Tpo -c -o libbandlimited_resampler_plugin_la-bandlimited.lo `test -f 'bandlimited.c' || echo '$(srcdir)/'`bandlimited.c
874
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libbandlimited_resampler_plugin_la-bandlimited.Tpo $(DEPDIR)/libbandlimited_resampler_plugin_la-bandlimited.Plo
 
898
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libbandlimited_resampler_plugin_la_CFLAGS) $(CFLAGS) -MT libbandlimited_resampler_plugin_la-bandlimited.lo -MD -MP -MF $(DEPDIR)/libbandlimited_resampler_plugin_la-bandlimited.Tpo -c -o libbandlimited_resampler_plugin_la-bandlimited.lo `test -f 'bandlimited.c' || echo '$(srcdir)/'`bandlimited.c
 
899
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libbandlimited_resampler_plugin_la-bandlimited.Tpo $(DEPDIR)/libbandlimited_resampler_plugin_la-bandlimited.Plo
875
900
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='bandlimited.c' object='libbandlimited_resampler_plugin_la-bandlimited.lo' libtool=yes @AMDEPBACKSLASH@
876
901
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
877
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libbandlimited_resampler_plugin_la_CFLAGS) $(CFLAGS) -c -o libbandlimited_resampler_plugin_la-bandlimited.lo `test -f 'bandlimited.c' || echo '$(srcdir)/'`bandlimited.c
 
902
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libbandlimited_resampler_plugin_la_CFLAGS) $(CFLAGS) -c -o libbandlimited_resampler_plugin_la-bandlimited.lo `test -f 'bandlimited.c' || echo '$(srcdir)/'`bandlimited.c
878
903
 
879
904
liblinear_resampler_plugin_la-linear.lo: linear.c
880
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblinear_resampler_plugin_la_CFLAGS) $(CFLAGS) -MT liblinear_resampler_plugin_la-linear.lo -MD -MP -MF $(DEPDIR)/liblinear_resampler_plugin_la-linear.Tpo -c -o liblinear_resampler_plugin_la-linear.lo `test -f 'linear.c' || echo '$(srcdir)/'`linear.c
881
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/liblinear_resampler_plugin_la-linear.Tpo $(DEPDIR)/liblinear_resampler_plugin_la-linear.Plo
 
905
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblinear_resampler_plugin_la_CFLAGS) $(CFLAGS) -MT liblinear_resampler_plugin_la-linear.lo -MD -MP -MF $(DEPDIR)/liblinear_resampler_plugin_la-linear.Tpo -c -o liblinear_resampler_plugin_la-linear.lo `test -f 'linear.c' || echo '$(srcdir)/'`linear.c
 
906
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/liblinear_resampler_plugin_la-linear.Tpo $(DEPDIR)/liblinear_resampler_plugin_la-linear.Plo
882
907
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='linear.c' object='liblinear_resampler_plugin_la-linear.lo' libtool=yes @AMDEPBACKSLASH@
883
908
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
884
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblinear_resampler_plugin_la_CFLAGS) $(CFLAGS) -c -o liblinear_resampler_plugin_la-linear.lo `test -f 'linear.c' || echo '$(srcdir)/'`linear.c
 
909
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblinear_resampler_plugin_la_CFLAGS) $(CFLAGS) -c -o liblinear_resampler_plugin_la-linear.lo `test -f 'linear.c' || echo '$(srcdir)/'`linear.c
885
910
 
886
911
libtrivial_resampler_plugin_la-trivial.lo: trivial.c
887
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtrivial_resampler_plugin_la_CFLAGS) $(CFLAGS) -MT libtrivial_resampler_plugin_la-trivial.lo -MD -MP -MF $(DEPDIR)/libtrivial_resampler_plugin_la-trivial.Tpo -c -o libtrivial_resampler_plugin_la-trivial.lo `test -f 'trivial.c' || echo '$(srcdir)/'`trivial.c
888
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libtrivial_resampler_plugin_la-trivial.Tpo $(DEPDIR)/libtrivial_resampler_plugin_la-trivial.Plo
 
912
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtrivial_resampler_plugin_la_CFLAGS) $(CFLAGS) -MT libtrivial_resampler_plugin_la-trivial.lo -MD -MP -MF $(DEPDIR)/libtrivial_resampler_plugin_la-trivial.Tpo -c -o libtrivial_resampler_plugin_la-trivial.lo `test -f 'trivial.c' || echo '$(srcdir)/'`trivial.c
 
913
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libtrivial_resampler_plugin_la-trivial.Tpo $(DEPDIR)/libtrivial_resampler_plugin_la-trivial.Plo
889
914
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='trivial.c' object='libtrivial_resampler_plugin_la-trivial.lo' libtool=yes @AMDEPBACKSLASH@
890
915
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
891
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtrivial_resampler_plugin_la_CFLAGS) $(CFLAGS) -c -o libtrivial_resampler_plugin_la-trivial.lo `test -f 'trivial.c' || echo '$(srcdir)/'`trivial.c
 
916
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtrivial_resampler_plugin_la_CFLAGS) $(CFLAGS) -c -o libtrivial_resampler_plugin_la-trivial.lo `test -f 'trivial.c' || echo '$(srcdir)/'`trivial.c
892
917
 
893
918
libugly_resampler_plugin_la-ugly.lo: ugly.c
894
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libugly_resampler_plugin_la_CFLAGS) $(CFLAGS) -MT libugly_resampler_plugin_la-ugly.lo -MD -MP -MF $(DEPDIR)/libugly_resampler_plugin_la-ugly.Tpo -c -o libugly_resampler_plugin_la-ugly.lo `test -f 'ugly.c' || echo '$(srcdir)/'`ugly.c
895
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libugly_resampler_plugin_la-ugly.Tpo $(DEPDIR)/libugly_resampler_plugin_la-ugly.Plo
 
919
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libugly_resampler_plugin_la_CFLAGS) $(CFLAGS) -MT libugly_resampler_plugin_la-ugly.lo -MD -MP -MF $(DEPDIR)/libugly_resampler_plugin_la-ugly.Tpo -c -o libugly_resampler_plugin_la-ugly.lo `test -f 'ugly.c' || echo '$(srcdir)/'`ugly.c
 
920
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libugly_resampler_plugin_la-ugly.Tpo $(DEPDIR)/libugly_resampler_plugin_la-ugly.Plo
896
921
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ugly.c' object='libugly_resampler_plugin_la-ugly.lo' libtool=yes @AMDEPBACKSLASH@
897
922
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
898
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libugly_resampler_plugin_la_CFLAGS) $(CFLAGS) -c -o libugly_resampler_plugin_la-ugly.lo `test -f 'ugly.c' || echo '$(srcdir)/'`ugly.c
 
923
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libugly_resampler_plugin_la_CFLAGS) $(CFLAGS) -c -o libugly_resampler_plugin_la-ugly.lo `test -f 'ugly.c' || echo '$(srcdir)/'`ugly.c
899
924
 
900
925
mostlyclean-libtool:
901
926
        -rm -f *.lo
915
940
 
916
941
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
917
942
                $(TAGS_FILES) $(LISP)
918
 
        tags=; \
 
943
        set x; \
919
944
        here=`pwd`; \
920
945
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
921
946
        unique=`for i in $$list; do \
923
948
          done | \
924
949
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
925
950
              END { if (nonempty) { for (i in files) print i; }; }'`; \
926
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
951
        shift; \
 
952
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
927
953
          test -n "$$unique" || unique=$$empty_fix; \
928
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
929
 
            $$tags $$unique; \
 
954
          if test $$# -gt 0; then \
 
955
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
956
              "$$@" $$unique; \
 
957
          else \
 
958
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
959
              $$unique; \
 
960
          fi; \
930
961
        fi
931
962
ctags: CTAGS
932
963
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
933
964
                $(TAGS_FILES) $(LISP)
934
 
        tags=; \
935
965
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
936
966
        unique=`for i in $$list; do \
937
967
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
938
968
          done | \
939
969
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
940
970
              END { if (nonempty) { for (i in files) print i; }; }'`; \
941
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
971
        test -z "$(CTAGS_ARGS)$$unique" \
942
972
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
943
 
             $$tags $$unique
 
973
             $$unique
944
974
 
945
975
GTAGS:
946
976
        here=`$(am__cd) $(top_builddir) && pwd` \
947
 
          && cd $(top_srcdir) \
948
 
          && gtags -i $(GTAGS_ARGS) $$here
 
977
          && $(am__cd) $(top_srcdir) \
 
978
          && gtags -i $(GTAGS_ARGS) "$$here"
949
979
 
950
980
distclean-tags:
951
981
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
966
996
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
967
997
          if test -d $$d/$$file; then \
968
998
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
999
            if test -d "$(distdir)/$$file"; then \
 
1000
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
1001
            fi; \
969
1002
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
970
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
1003
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
1004
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
971
1005
            fi; \
972
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
1006
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
973
1007
          else \
974
 
            test -f $(distdir)/$$file \
975
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
1008
            test -f "$(distdir)/$$file" \
 
1009
            || cp -p $$d/$$file "$(distdir)/$$file" \
976
1010
            || exit 1; \
977
1011
          fi; \
978
1012
        done
1006
1040
 
1007
1041
distclean-generic:
1008
1042
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
1043
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1009
1044
 
1010
1045
maintainer-clean-generic:
1011
1046
        @echo "This command is intended for maintainers to use"
1028
1063
 
1029
1064
html: html-am
1030
1065
 
 
1066
html-am:
 
1067
 
1031
1068
info: info-am
1032
1069
 
1033
1070
info-am:
1036
1073
 
1037
1074
install-dvi: install-dvi-am
1038
1075
 
 
1076
install-dvi-am:
 
1077
 
1039
1078
install-exec-am:
1040
1079
 
1041
1080
install-html: install-html-am
1042
1081
 
 
1082
install-html-am:
 
1083
 
1043
1084
install-info: install-info-am
1044
1085
 
 
1086
install-info-am:
 
1087
 
1045
1088
install-man:
1046
1089
 
1047
1090
install-pdf: install-pdf-am
1048
1091
 
 
1092
install-pdf-am:
 
1093
 
1049
1094
install-ps: install-ps-am
1050
1095
 
 
1096
install-ps-am:
 
1097
 
1051
1098
installcheck-am:
1052
1099
 
1053
1100
maintainer-clean: maintainer-clean-am
1070
1117
 
1071
1118
uninstall-am: uninstall-libvlcLTLIBRARIES
1072
1119
 
1073
 
.MAKE: install-am install-strip
 
1120
.MAKE: all check install install-am install-strip
1074
1121
 
1075
1122
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
1076
1123
        clean-libtool clean-libvlcLTLIBRARIES ctags distclean \
1094
1141
        $(top_builddir)/compile
1095
1142
 
1096
1143
.PHONY: nice
 
1144
 
1097
1145
# Tell versions [3.59,3.63) of GNU make to not export all variables.
1098
1146
# Otherwise a system limit (for SysV at least) may be exceeded.
1099
1147
.NOEXPORT: