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

« back to all changes in this revision

Viewing changes to modules/meta_engine/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) \
551
569
PACKAGE_NAME = @PACKAGE_NAME@
552
570
PACKAGE_STRING = @PACKAGE_STRING@
553
571
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
572
PACKAGE_URL = @PACKAGE_URL@
554
573
PACKAGE_VERSION = @PACKAGE_VERSION@
555
574
PATH_SEPARATOR = @PATH_SEPARATOR@
556
575
PCRE_CFLAGS = @PCRE_CFLAGS@
578
597
SHELL = @SHELL@
579
598
SHOUT_CFLAGS = @SHOUT_CFLAGS@
580
599
SHOUT_LIBS = @SHOUT_LIBS@
 
600
SOCKET_LIBS = @SOCKET_LIBS@
581
601
STRIP = @STRIP@
582
602
SVG_CFLAGS = @SVG_CFLAGS@
583
603
SVG_LIBS = @SVG_LIBS@
760
780
              exit 1;; \
761
781
          esac; \
762
782
        done; \
763
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  modules/meta_engine/Makefile'; \
764
 
        cd $(top_srcdir) && \
765
 
          $(AUTOMAKE) --gnu  modules/meta_engine/Makefile
 
783
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu modules/meta_engine/Makefile'; \
 
784
        $(am__cd) $(top_srcdir) && \
 
785
          $(AUTOMAKE) --gnu modules/meta_engine/Makefile
766
786
.PRECIOUS: Makefile
767
787
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
768
788
        @case '$?' in \
780
800
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
781
801
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
782
802
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
803
$(am__aclocal_m4_deps):
783
804
install-libvlcLTLIBRARIES: $(libvlc_LTLIBRARIES)
784
805
        @$(NORMAL_INSTALL)
785
806
        test -z "$(libvlcdir)" || $(MKDIR_P) "$(DESTDIR)$(libvlcdir)"
786
 
        @list='$(libvlc_LTLIBRARIES)'; for p in $$list; do \
 
807
        @list='$(libvlc_LTLIBRARIES)'; test -n "$(libvlcdir)" || list=; \
 
808
        list2=; for p in $$list; do \
787
809
          if test -f $$p; then \
788
 
            f=$(am__strip_dir) \
789
 
            echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libvlcLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libvlcdir)/$$f'"; \
790
 
            $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libvlcLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libvlcdir)/$$f"; \
 
810
            list2="$$list2 $$p"; \
791
811
          else :; fi; \
792
 
        done
 
812
        done; \
 
813
        test -z "$$list2" || { \
 
814
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libvlcdir)'"; \
 
815
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libvlcdir)"; \
 
816
        }
793
817
 
794
818
uninstall-libvlcLTLIBRARIES:
795
819
        @$(NORMAL_UNINSTALL)
796
 
        @list='$(libvlc_LTLIBRARIES)'; for p in $$list; do \
797
 
          p=$(am__strip_dir) \
798
 
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libvlcdir)/$$p'"; \
799
 
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libvlcdir)/$$p"; \
 
820
        @list='$(libvlc_LTLIBRARIES)'; test -n "$(libvlcdir)" || list=; \
 
821
        for p in $$list; do \
 
822
          $(am__strip_dir) \
 
823
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libvlcdir)/$$f'"; \
 
824
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libvlcdir)/$$f"; \
800
825
        done
801
826
 
802
827
clean-libvlcLTLIBRARIES:
826
851
 
827
852
.c.o:
828
853
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
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 $<
833
858
 
834
859
.c.obj:
835
860
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
836
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
861
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
837
862
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
838
863
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
839
864
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
840
865
 
841
866
.c.lo:
842
867
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
843
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
868
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
844
869
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
845
870
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
846
871
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
847
872
 
848
873
libfolder_plugin_la-folder.lo: folder.c
849
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfolder_plugin_la_CFLAGS) $(CFLAGS) -MT libfolder_plugin_la-folder.lo -MD -MP -MF $(DEPDIR)/libfolder_plugin_la-folder.Tpo -c -o libfolder_plugin_la-folder.lo `test -f 'folder.c' || echo '$(srcdir)/'`folder.c
850
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libfolder_plugin_la-folder.Tpo $(DEPDIR)/libfolder_plugin_la-folder.Plo
 
874
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfolder_plugin_la_CFLAGS) $(CFLAGS) -MT libfolder_plugin_la-folder.lo -MD -MP -MF $(DEPDIR)/libfolder_plugin_la-folder.Tpo -c -o libfolder_plugin_la-folder.lo `test -f 'folder.c' || echo '$(srcdir)/'`folder.c
 
875
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libfolder_plugin_la-folder.Tpo $(DEPDIR)/libfolder_plugin_la-folder.Plo
851
876
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='folder.c' object='libfolder_plugin_la-folder.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) $(libfolder_plugin_la_CFLAGS) $(CFLAGS) -c -o libfolder_plugin_la-folder.lo `test -f 'folder.c' || echo '$(srcdir)/'`folder.c
 
878
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfolder_plugin_la_CFLAGS) $(CFLAGS) -c -o libfolder_plugin_la-folder.lo `test -f 'folder.c' || echo '$(srcdir)/'`folder.c
854
879
 
855
880
libid3tag_plugin_la-id3tag.lo: id3tag.c
856
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libid3tag_plugin_la_CFLAGS) $(CFLAGS) -MT libid3tag_plugin_la-id3tag.lo -MD -MP -MF $(DEPDIR)/libid3tag_plugin_la-id3tag.Tpo -c -o libid3tag_plugin_la-id3tag.lo `test -f 'id3tag.c' || echo '$(srcdir)/'`id3tag.c
857
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libid3tag_plugin_la-id3tag.Tpo $(DEPDIR)/libid3tag_plugin_la-id3tag.Plo
 
881
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libid3tag_plugin_la_CFLAGS) $(CFLAGS) -MT libid3tag_plugin_la-id3tag.lo -MD -MP -MF $(DEPDIR)/libid3tag_plugin_la-id3tag.Tpo -c -o libid3tag_plugin_la-id3tag.lo `test -f 'id3tag.c' || echo '$(srcdir)/'`id3tag.c
 
882
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libid3tag_plugin_la-id3tag.Tpo $(DEPDIR)/libid3tag_plugin_la-id3tag.Plo
858
883
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='id3tag.c' object='libid3tag_plugin_la-id3tag.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) $(libid3tag_plugin_la_CFLAGS) $(CFLAGS) -c -o libid3tag_plugin_la-id3tag.lo `test -f 'id3tag.c' || echo '$(srcdir)/'`id3tag.c
 
885
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libid3tag_plugin_la_CFLAGS) $(CFLAGS) -c -o libid3tag_plugin_la-id3tag.lo `test -f 'id3tag.c' || echo '$(srcdir)/'`id3tag.c
861
886
 
862
887
.cpp.o:
863
888
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
864
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
889
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
865
890
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
866
891
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
867
892
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
868
893
 
869
894
.cpp.obj:
870
895
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
871
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
896
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
872
897
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
873
898
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
874
899
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
875
900
 
876
901
.cpp.lo:
877
902
@am__fastdepCXX_TRUE@   $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
878
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
903
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
879
904
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
880
905
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
881
906
@am__fastdepCXX_FALSE@  $(LTCXXCOMPILE) -c -o $@ $<
882
907
 
883
908
libtaglib_plugin_la-taglib.lo: taglib.cpp
884
 
@am__fastdepCXX_TRUE@   $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtaglib_plugin_la_CXXFLAGS) $(CXXFLAGS) -MT libtaglib_plugin_la-taglib.lo -MD -MP -MF $(DEPDIR)/libtaglib_plugin_la-taglib.Tpo -c -o libtaglib_plugin_la-taglib.lo `test -f 'taglib.cpp' || echo '$(srcdir)/'`taglib.cpp
885
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/libtaglib_plugin_la-taglib.Tpo $(DEPDIR)/libtaglib_plugin_la-taglib.Plo
 
909
@am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtaglib_plugin_la_CXXFLAGS) $(CXXFLAGS) -MT libtaglib_plugin_la-taglib.lo -MD -MP -MF $(DEPDIR)/libtaglib_plugin_la-taglib.Tpo -c -o libtaglib_plugin_la-taglib.lo `test -f 'taglib.cpp' || echo '$(srcdir)/'`taglib.cpp
 
910
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/libtaglib_plugin_la-taglib.Tpo $(DEPDIR)/libtaglib_plugin_la-taglib.Plo
886
911
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='taglib.cpp' object='libtaglib_plugin_la-taglib.lo' libtool=yes @AMDEPBACKSLASH@
887
912
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
888
 
@am__fastdepCXX_FALSE@  $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtaglib_plugin_la_CXXFLAGS) $(CXXFLAGS) -c -o libtaglib_plugin_la-taglib.lo `test -f 'taglib.cpp' || echo '$(srcdir)/'`taglib.cpp
 
913
@am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtaglib_plugin_la_CXXFLAGS) $(CXXFLAGS) -c -o libtaglib_plugin_la-taglib.lo `test -f 'taglib.cpp' || echo '$(srcdir)/'`taglib.cpp
889
914
 
890
915
mostlyclean-libtool:
891
916
        -rm -f *.lo
905
930
 
906
931
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
907
932
                $(TAGS_FILES) $(LISP)
908
 
        tags=; \
 
933
        set x; \
909
934
        here=`pwd`; \
910
935
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
911
936
        unique=`for i in $$list; do \
913
938
          done | \
914
939
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
915
940
              END { if (nonempty) { for (i in files) print i; }; }'`; \
916
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
941
        shift; \
 
942
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
917
943
          test -n "$$unique" || unique=$$empty_fix; \
918
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
919
 
            $$tags $$unique; \
 
944
          if test $$# -gt 0; then \
 
945
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
946
              "$$@" $$unique; \
 
947
          else \
 
948
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
949
              $$unique; \
 
950
          fi; \
920
951
        fi
921
952
ctags: CTAGS
922
953
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
923
954
                $(TAGS_FILES) $(LISP)
924
 
        tags=; \
925
955
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
926
956
        unique=`for i in $$list; do \
927
957
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
928
958
          done | \
929
959
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
930
960
              END { if (nonempty) { for (i in files) print i; }; }'`; \
931
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
961
        test -z "$(CTAGS_ARGS)$$unique" \
932
962
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
933
 
             $$tags $$unique
 
963
             $$unique
934
964
 
935
965
GTAGS:
936
966
        here=`$(am__cd) $(top_builddir) && pwd` \
937
 
          && cd $(top_srcdir) \
938
 
          && gtags -i $(GTAGS_ARGS) $$here
 
967
          && $(am__cd) $(top_srcdir) \
 
968
          && gtags -i $(GTAGS_ARGS) "$$here"
939
969
 
940
970
distclean-tags:
941
971
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
956
986
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
957
987
          if test -d $$d/$$file; then \
958
988
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
989
            if test -d "$(distdir)/$$file"; then \
 
990
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
991
            fi; \
959
992
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
960
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
993
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
994
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
961
995
            fi; \
962
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
996
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
963
997
          else \
964
 
            test -f $(distdir)/$$file \
965
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
998
            test -f "$(distdir)/$$file" \
 
999
            || cp -p $$d/$$file "$(distdir)/$$file" \
966
1000
            || exit 1; \
967
1001
          fi; \
968
1002
        done
996
1030
 
997
1031
distclean-generic:
998
1032
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
1033
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
999
1034
 
1000
1035
maintainer-clean-generic:
1001
1036
        @echo "This command is intended for maintainers to use"
1018
1053
 
1019
1054
html: html-am
1020
1055
 
 
1056
html-am:
 
1057
 
1021
1058
info: info-am
1022
1059
 
1023
1060
info-am:
1026
1063
 
1027
1064
install-dvi: install-dvi-am
1028
1065
 
 
1066
install-dvi-am:
 
1067
 
1029
1068
install-exec-am:
1030
1069
 
1031
1070
install-html: install-html-am
1032
1071
 
 
1072
install-html-am:
 
1073
 
1033
1074
install-info: install-info-am
1034
1075
 
 
1076
install-info-am:
 
1077
 
1035
1078
install-man:
1036
1079
 
1037
1080
install-pdf: install-pdf-am
1038
1081
 
 
1082
install-pdf-am:
 
1083
 
1039
1084
install-ps: install-ps-am
1040
1085
 
 
1086
install-ps-am:
 
1087
 
1041
1088
installcheck-am:
1042
1089
 
1043
1090
maintainer-clean: maintainer-clean-am
1060
1107
 
1061
1108
uninstall-am: uninstall-libvlcLTLIBRARIES
1062
1109
 
1063
 
.MAKE: install-am install-strip
 
1110
.MAKE: all check install install-am install-strip
1064
1111
 
1065
1112
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
1066
1113
        clean-libtool clean-libvlcLTLIBRARIES ctags distclean \
1084
1131
        $(top_builddir)/compile
1085
1132
 
1086
1133
.PHONY: nice
 
1134
 
1087
1135
# Tell versions [3.59,3.63) of GNU make to not export all variables.
1088
1136
# Otherwise a system limit (for SysV at least) may be exceeded.
1089
1137
.NOEXPORT: