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

« back to all changes in this revision

Viewing changes to modules/codec/subtitles/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
102
119
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
103
120
depcomp = $(SHELL) $(top_srcdir)/autotools/depcomp
104
121
am__depfiles_maybe = depfiles
 
122
am__mv = mv -f
105
123
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
106
124
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
107
125
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
542
560
PACKAGE_NAME = @PACKAGE_NAME@
543
561
PACKAGE_STRING = @PACKAGE_STRING@
544
562
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
563
PACKAGE_URL = @PACKAGE_URL@
545
564
PACKAGE_VERSION = @PACKAGE_VERSION@
546
565
PATH_SEPARATOR = @PATH_SEPARATOR@
547
566
PCRE_CFLAGS = @PCRE_CFLAGS@
569
588
SHELL = @SHELL@
570
589
SHOUT_CFLAGS = @SHOUT_CFLAGS@
571
590
SHOUT_LIBS = @SHOUT_LIBS@
 
591
SOCKET_LIBS = @SOCKET_LIBS@
572
592
STRIP = @STRIP@
573
593
SVG_CFLAGS = @SVG_CFLAGS@
574
594
SVG_LIBS = @SVG_LIBS@
752
772
              exit 1;; \
753
773
          esac; \
754
774
        done; \
755
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  modules/codec/subtitles/Makefile'; \
756
 
        cd $(top_srcdir) && \
757
 
          $(AUTOMAKE) --gnu  modules/codec/subtitles/Makefile
 
775
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu modules/codec/subtitles/Makefile'; \
 
776
        $(am__cd) $(top_srcdir) && \
 
777
          $(AUTOMAKE) --gnu modules/codec/subtitles/Makefile
758
778
.PRECIOUS: Makefile
759
779
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
760
780
        @case '$?' in \
772
792
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
773
793
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
774
794
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
795
$(am__aclocal_m4_deps):
775
796
install-libvlcLTLIBRARIES: $(libvlc_LTLIBRARIES)
776
797
        @$(NORMAL_INSTALL)
777
798
        test -z "$(libvlcdir)" || $(MKDIR_P) "$(DESTDIR)$(libvlcdir)"
778
 
        @list='$(libvlc_LTLIBRARIES)'; for p in $$list; do \
 
799
        @list='$(libvlc_LTLIBRARIES)'; test -n "$(libvlcdir)" || list=; \
 
800
        list2=; for p in $$list; do \
779
801
          if test -f $$p; then \
780
 
            f=$(am__strip_dir) \
781
 
            echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libvlcLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libvlcdir)/$$f'"; \
782
 
            $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libvlcLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libvlcdir)/$$f"; \
 
802
            list2="$$list2 $$p"; \
783
803
          else :; fi; \
784
 
        done
 
804
        done; \
 
805
        test -z "$$list2" || { \
 
806
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libvlcdir)'"; \
 
807
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libvlcdir)"; \
 
808
        }
785
809
 
786
810
uninstall-libvlcLTLIBRARIES:
787
811
        @$(NORMAL_UNINSTALL)
788
 
        @list='$(libvlc_LTLIBRARIES)'; for p in $$list; do \
789
 
          p=$(am__strip_dir) \
790
 
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libvlcdir)/$$p'"; \
791
 
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libvlcdir)/$$p"; \
 
812
        @list='$(libvlc_LTLIBRARIES)'; test -n "$(libvlcdir)" || list=; \
 
813
        for p in $$list; do \
 
814
          $(am__strip_dir) \
 
815
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libvlcdir)/$$f'"; \
 
816
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libvlcdir)/$$f"; \
792
817
        done
793
818
 
794
819
clean-libvlcLTLIBRARIES:
819
844
 
820
845
.c.o:
821
846
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
822
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
847
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
823
848
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
824
849
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
825
850
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
826
851
 
827
852
.c.obj:
828
853
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
829
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
854
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
830
855
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
831
856
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
832
857
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
833
858
 
834
859
.c.lo:
835
860
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
836
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
861
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
837
862
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
838
863
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
839
864
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
840
865
 
841
866
libsubsdec_plugin_la-subsass.lo: subsass.c
842
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsubsdec_plugin_la_CFLAGS) $(CFLAGS) -MT libsubsdec_plugin_la-subsass.lo -MD -MP -MF $(DEPDIR)/libsubsdec_plugin_la-subsass.Tpo -c -o libsubsdec_plugin_la-subsass.lo `test -f 'subsass.c' || echo '$(srcdir)/'`subsass.c
843
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libsubsdec_plugin_la-subsass.Tpo $(DEPDIR)/libsubsdec_plugin_la-subsass.Plo
 
867
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsubsdec_plugin_la_CFLAGS) $(CFLAGS) -MT libsubsdec_plugin_la-subsass.lo -MD -MP -MF $(DEPDIR)/libsubsdec_plugin_la-subsass.Tpo -c -o libsubsdec_plugin_la-subsass.lo `test -f 'subsass.c' || echo '$(srcdir)/'`subsass.c
 
868
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libsubsdec_plugin_la-subsass.Tpo $(DEPDIR)/libsubsdec_plugin_la-subsass.Plo
844
869
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='subsass.c' object='libsubsdec_plugin_la-subsass.lo' libtool=yes @AMDEPBACKSLASH@
845
870
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
846
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsubsdec_plugin_la_CFLAGS) $(CFLAGS) -c -o libsubsdec_plugin_la-subsass.lo `test -f 'subsass.c' || echo '$(srcdir)/'`subsass.c
 
871
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsubsdec_plugin_la_CFLAGS) $(CFLAGS) -c -o libsubsdec_plugin_la-subsass.lo `test -f 'subsass.c' || echo '$(srcdir)/'`subsass.c
847
872
 
848
873
libsubsdec_plugin_la-subsdec.lo: subsdec.c
849
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsubsdec_plugin_la_CFLAGS) $(CFLAGS) -MT libsubsdec_plugin_la-subsdec.lo -MD -MP -MF $(DEPDIR)/libsubsdec_plugin_la-subsdec.Tpo -c -o libsubsdec_plugin_la-subsdec.lo `test -f 'subsdec.c' || echo '$(srcdir)/'`subsdec.c
850
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libsubsdec_plugin_la-subsdec.Tpo $(DEPDIR)/libsubsdec_plugin_la-subsdec.Plo
 
874
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsubsdec_plugin_la_CFLAGS) $(CFLAGS) -MT libsubsdec_plugin_la-subsdec.lo -MD -MP -MF $(DEPDIR)/libsubsdec_plugin_la-subsdec.Tpo -c -o libsubsdec_plugin_la-subsdec.lo `test -f 'subsdec.c' || echo '$(srcdir)/'`subsdec.c
 
875
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libsubsdec_plugin_la-subsdec.Tpo $(DEPDIR)/libsubsdec_plugin_la-subsdec.Plo
851
876
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='subsdec.c' object='libsubsdec_plugin_la-subsdec.lo' libtool=yes @AMDEPBACKSLASH@
852
877
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
853
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsubsdec_plugin_la_CFLAGS) $(CFLAGS) -c -o libsubsdec_plugin_la-subsdec.lo `test -f 'subsdec.c' || echo '$(srcdir)/'`subsdec.c
 
878
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsubsdec_plugin_la_CFLAGS) $(CFLAGS) -c -o libsubsdec_plugin_la-subsdec.lo `test -f 'subsdec.c' || echo '$(srcdir)/'`subsdec.c
854
879
 
855
880
libsubsusf_plugin_la-subsusf.lo: subsusf.c
856
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsubsusf_plugin_la_CFLAGS) $(CFLAGS) -MT libsubsusf_plugin_la-subsusf.lo -MD -MP -MF $(DEPDIR)/libsubsusf_plugin_la-subsusf.Tpo -c -o libsubsusf_plugin_la-subsusf.lo `test -f 'subsusf.c' || echo '$(srcdir)/'`subsusf.c
857
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libsubsusf_plugin_la-subsusf.Tpo $(DEPDIR)/libsubsusf_plugin_la-subsusf.Plo
 
881
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsubsusf_plugin_la_CFLAGS) $(CFLAGS) -MT libsubsusf_plugin_la-subsusf.lo -MD -MP -MF $(DEPDIR)/libsubsusf_plugin_la-subsusf.Tpo -c -o libsubsusf_plugin_la-subsusf.lo `test -f 'subsusf.c' || echo '$(srcdir)/'`subsusf.c
 
882
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libsubsusf_plugin_la-subsusf.Tpo $(DEPDIR)/libsubsusf_plugin_la-subsusf.Plo
858
883
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='subsusf.c' object='libsubsusf_plugin_la-subsusf.lo' libtool=yes @AMDEPBACKSLASH@
859
884
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
860
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsubsusf_plugin_la_CFLAGS) $(CFLAGS) -c -o libsubsusf_plugin_la-subsusf.lo `test -f 'subsusf.c' || echo '$(srcdir)/'`subsusf.c
 
885
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsubsusf_plugin_la_CFLAGS) $(CFLAGS) -c -o libsubsusf_plugin_la-subsusf.lo `test -f 'subsusf.c' || echo '$(srcdir)/'`subsusf.c
861
886
 
862
887
libt140_plugin_la-t140.lo: t140.c
863
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libt140_plugin_la_CFLAGS) $(CFLAGS) -MT libt140_plugin_la-t140.lo -MD -MP -MF $(DEPDIR)/libt140_plugin_la-t140.Tpo -c -o libt140_plugin_la-t140.lo `test -f 't140.c' || echo '$(srcdir)/'`t140.c
864
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libt140_plugin_la-t140.Tpo $(DEPDIR)/libt140_plugin_la-t140.Plo
 
888
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libt140_plugin_la_CFLAGS) $(CFLAGS) -MT libt140_plugin_la-t140.lo -MD -MP -MF $(DEPDIR)/libt140_plugin_la-t140.Tpo -c -o libt140_plugin_la-t140.lo `test -f 't140.c' || echo '$(srcdir)/'`t140.c
 
889
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libt140_plugin_la-t140.Tpo $(DEPDIR)/libt140_plugin_la-t140.Plo
865
890
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='t140.c' object='libt140_plugin_la-t140.lo' libtool=yes @AMDEPBACKSLASH@
866
891
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
867
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libt140_plugin_la_CFLAGS) $(CFLAGS) -c -o libt140_plugin_la-t140.lo `test -f 't140.c' || echo '$(srcdir)/'`t140.c
 
892
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libt140_plugin_la_CFLAGS) $(CFLAGS) -c -o libt140_plugin_la-t140.lo `test -f 't140.c' || echo '$(srcdir)/'`t140.c
868
893
 
869
894
mostlyclean-libtool:
870
895
        -rm -f *.lo
884
909
 
885
910
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
886
911
                $(TAGS_FILES) $(LISP)
887
 
        tags=; \
 
912
        set x; \
888
913
        here=`pwd`; \
889
914
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
890
915
        unique=`for i in $$list; do \
892
917
          done | \
893
918
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
894
919
              END { if (nonempty) { for (i in files) print i; }; }'`; \
895
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
920
        shift; \
 
921
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
896
922
          test -n "$$unique" || unique=$$empty_fix; \
897
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
898
 
            $$tags $$unique; \
 
923
          if test $$# -gt 0; then \
 
924
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
925
              "$$@" $$unique; \
 
926
          else \
 
927
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
928
              $$unique; \
 
929
          fi; \
899
930
        fi
900
931
ctags: CTAGS
901
932
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
902
933
                $(TAGS_FILES) $(LISP)
903
 
        tags=; \
904
934
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
905
935
        unique=`for i in $$list; do \
906
936
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
907
937
          done | \
908
938
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
909
939
              END { if (nonempty) { for (i in files) print i; }; }'`; \
910
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
940
        test -z "$(CTAGS_ARGS)$$unique" \
911
941
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
912
 
             $$tags $$unique
 
942
             $$unique
913
943
 
914
944
GTAGS:
915
945
        here=`$(am__cd) $(top_builddir) && pwd` \
916
 
          && cd $(top_srcdir) \
917
 
          && gtags -i $(GTAGS_ARGS) $$here
 
946
          && $(am__cd) $(top_srcdir) \
 
947
          && gtags -i $(GTAGS_ARGS) "$$here"
918
948
 
919
949
distclean-tags:
920
950
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
935
965
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
936
966
          if test -d $$d/$$file; then \
937
967
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
968
            if test -d "$(distdir)/$$file"; then \
 
969
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
970
            fi; \
938
971
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
939
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
972
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
973
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
940
974
            fi; \
941
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
975
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
942
976
          else \
943
 
            test -f $(distdir)/$$file \
944
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
977
            test -f "$(distdir)/$$file" \
 
978
            || cp -p $$d/$$file "$(distdir)/$$file" \
945
979
            || exit 1; \
946
980
          fi; \
947
981
        done
975
1009
 
976
1010
distclean-generic:
977
1011
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
1012
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
978
1013
 
979
1014
maintainer-clean-generic:
980
1015
        @echo "This command is intended for maintainers to use"
997
1032
 
998
1033
html: html-am
999
1034
 
 
1035
html-am:
 
1036
 
1000
1037
info: info-am
1001
1038
 
1002
1039
info-am:
1005
1042
 
1006
1043
install-dvi: install-dvi-am
1007
1044
 
 
1045
install-dvi-am:
 
1046
 
1008
1047
install-exec-am:
1009
1048
 
1010
1049
install-html: install-html-am
1011
1050
 
 
1051
install-html-am:
 
1052
 
1012
1053
install-info: install-info-am
1013
1054
 
 
1055
install-info-am:
 
1056
 
1014
1057
install-man:
1015
1058
 
1016
1059
install-pdf: install-pdf-am
1017
1060
 
 
1061
install-pdf-am:
 
1062
 
1018
1063
install-ps: install-ps-am
1019
1064
 
 
1065
install-ps-am:
 
1066
 
1020
1067
installcheck-am:
1021
1068
 
1022
1069
maintainer-clean: maintainer-clean-am
1039
1086
 
1040
1087
uninstall-am: uninstall-libvlcLTLIBRARIES
1041
1088
 
1042
 
.MAKE: install-am install-strip
 
1089
.MAKE: all check install install-am install-strip
1043
1090
 
1044
1091
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
1045
1092
        clean-libtool clean-libvlcLTLIBRARIES ctags distclean \
1063
1110
        $(top_builddir)/compile
1064
1111
 
1065
1112
.PHONY: nice
 
1113
 
1066
1114
# Tell versions [3.59,3.63) of GNU make to not export all variables.
1067
1115
# Otherwise a system limit (for SysV at least) may be exceeded.
1068
1116
.NOEXPORT: