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

« back to all changes in this revision

Viewing changes to modules/access/cdda/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
86
103
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
87
104
depcomp = $(SHELL) $(top_srcdir)/autotools/depcomp
88
105
am__depfiles_maybe = depfiles
 
106
am__mv = mv -f
89
107
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
90
108
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
91
109
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
521
539
PACKAGE_NAME = @PACKAGE_NAME@
522
540
PACKAGE_STRING = @PACKAGE_STRING@
523
541
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
542
PACKAGE_URL = @PACKAGE_URL@
524
543
PACKAGE_VERSION = @PACKAGE_VERSION@
525
544
PATH_SEPARATOR = @PATH_SEPARATOR@
526
545
PCRE_CFLAGS = @PCRE_CFLAGS@
548
567
SHELL = @SHELL@
549
568
SHOUT_CFLAGS = @SHOUT_CFLAGS@
550
569
SHOUT_LIBS = @SHOUT_LIBS@
 
570
SOCKET_LIBS = @SOCKET_LIBS@
551
571
STRIP = @STRIP@
552
572
SVG_CFLAGS = @SVG_CFLAGS@
553
573
SVG_LIBS = @SVG_LIBS@
716
736
              exit 1;; \
717
737
          esac; \
718
738
        done; \
719
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  modules/access/cdda/Makefile'; \
720
 
        cd $(top_srcdir) && \
721
 
          $(AUTOMAKE) --gnu  modules/access/cdda/Makefile
 
739
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu modules/access/cdda/Makefile'; \
 
740
        $(am__cd) $(top_srcdir) && \
 
741
          $(AUTOMAKE) --gnu modules/access/cdda/Makefile
722
742
.PRECIOUS: Makefile
723
743
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
724
744
        @case '$?' in \
736
756
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
737
757
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
738
758
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
759
$(am__aclocal_m4_deps):
739
760
install-libvlcLTLIBRARIES: $(libvlc_LTLIBRARIES)
740
761
        @$(NORMAL_INSTALL)
741
762
        test -z "$(libvlcdir)" || $(MKDIR_P) "$(DESTDIR)$(libvlcdir)"
742
 
        @list='$(libvlc_LTLIBRARIES)'; for p in $$list; do \
 
763
        @list='$(libvlc_LTLIBRARIES)'; test -n "$(libvlcdir)" || list=; \
 
764
        list2=; for p in $$list; do \
743
765
          if test -f $$p; then \
744
 
            f=$(am__strip_dir) \
745
 
            echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libvlcLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libvlcdir)/$$f'"; \
746
 
            $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libvlcLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libvlcdir)/$$f"; \
 
766
            list2="$$list2 $$p"; \
747
767
          else :; fi; \
748
 
        done
 
768
        done; \
 
769
        test -z "$$list2" || { \
 
770
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libvlcdir)'"; \
 
771
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libvlcdir)"; \
 
772
        }
749
773
 
750
774
uninstall-libvlcLTLIBRARIES:
751
775
        @$(NORMAL_UNINSTALL)
752
 
        @list='$(libvlc_LTLIBRARIES)'; for p in $$list; do \
753
 
          p=$(am__strip_dir) \
754
 
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libvlcdir)/$$p'"; \
755
 
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libvlcdir)/$$p"; \
 
776
        @list='$(libvlc_LTLIBRARIES)'; test -n "$(libvlcdir)" || list=; \
 
777
        for p in $$list; do \
 
778
          $(am__strip_dir) \
 
779
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libvlcdir)/$$f'"; \
 
780
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libvlcdir)/$$f"; \
756
781
        done
757
782
 
758
783
clean-libvlcLTLIBRARIES:
779
804
 
780
805
.c.o:
781
806
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
782
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
807
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
783
808
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
784
809
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
785
810
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
786
811
 
787
812
.c.obj:
788
813
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
789
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
814
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
790
815
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
791
816
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
792
817
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
793
818
 
794
819
.c.lo:
795
820
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
796
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
821
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
797
822
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
798
823
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
799
824
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
800
825
 
801
826
libcddax_plugin_la-access.lo: access.c
802
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcddax_plugin_la_CFLAGS) $(CFLAGS) -MT libcddax_plugin_la-access.lo -MD -MP -MF $(DEPDIR)/libcddax_plugin_la-access.Tpo -c -o libcddax_plugin_la-access.lo `test -f 'access.c' || echo '$(srcdir)/'`access.c
803
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcddax_plugin_la-access.Tpo $(DEPDIR)/libcddax_plugin_la-access.Plo
 
827
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcddax_plugin_la_CFLAGS) $(CFLAGS) -MT libcddax_plugin_la-access.lo -MD -MP -MF $(DEPDIR)/libcddax_plugin_la-access.Tpo -c -o libcddax_plugin_la-access.lo `test -f 'access.c' || echo '$(srcdir)/'`access.c
 
828
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libcddax_plugin_la-access.Tpo $(DEPDIR)/libcddax_plugin_la-access.Plo
804
829
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='access.c' object='libcddax_plugin_la-access.lo' libtool=yes @AMDEPBACKSLASH@
805
830
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
806
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcddax_plugin_la_CFLAGS) $(CFLAGS) -c -o libcddax_plugin_la-access.lo `test -f 'access.c' || echo '$(srcdir)/'`access.c
 
831
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcddax_plugin_la_CFLAGS) $(CFLAGS) -c -o libcddax_plugin_la-access.lo `test -f 'access.c' || echo '$(srcdir)/'`access.c
807
832
 
808
833
libcddax_plugin_la-callback.lo: callback.c
809
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcddax_plugin_la_CFLAGS) $(CFLAGS) -MT libcddax_plugin_la-callback.lo -MD -MP -MF $(DEPDIR)/libcddax_plugin_la-callback.Tpo -c -o libcddax_plugin_la-callback.lo `test -f 'callback.c' || echo '$(srcdir)/'`callback.c
810
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcddax_plugin_la-callback.Tpo $(DEPDIR)/libcddax_plugin_la-callback.Plo
 
834
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcddax_plugin_la_CFLAGS) $(CFLAGS) -MT libcddax_plugin_la-callback.lo -MD -MP -MF $(DEPDIR)/libcddax_plugin_la-callback.Tpo -c -o libcddax_plugin_la-callback.lo `test -f 'callback.c' || echo '$(srcdir)/'`callback.c
 
835
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libcddax_plugin_la-callback.Tpo $(DEPDIR)/libcddax_plugin_la-callback.Plo
811
836
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='callback.c' object='libcddax_plugin_la-callback.lo' libtool=yes @AMDEPBACKSLASH@
812
837
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
813
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcddax_plugin_la_CFLAGS) $(CFLAGS) -c -o libcddax_plugin_la-callback.lo `test -f 'callback.c' || echo '$(srcdir)/'`callback.c
 
838
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcddax_plugin_la_CFLAGS) $(CFLAGS) -c -o libcddax_plugin_la-callback.lo `test -f 'callback.c' || echo '$(srcdir)/'`callback.c
814
839
 
815
840
libcddax_plugin_la-cdda.lo: cdda.c
816
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcddax_plugin_la_CFLAGS) $(CFLAGS) -MT libcddax_plugin_la-cdda.lo -MD -MP -MF $(DEPDIR)/libcddax_plugin_la-cdda.Tpo -c -o libcddax_plugin_la-cdda.lo `test -f 'cdda.c' || echo '$(srcdir)/'`cdda.c
817
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcddax_plugin_la-cdda.Tpo $(DEPDIR)/libcddax_plugin_la-cdda.Plo
 
841
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcddax_plugin_la_CFLAGS) $(CFLAGS) -MT libcddax_plugin_la-cdda.lo -MD -MP -MF $(DEPDIR)/libcddax_plugin_la-cdda.Tpo -c -o libcddax_plugin_la-cdda.lo `test -f 'cdda.c' || echo '$(srcdir)/'`cdda.c
 
842
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libcddax_plugin_la-cdda.Tpo $(DEPDIR)/libcddax_plugin_la-cdda.Plo
818
843
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='cdda.c' object='libcddax_plugin_la-cdda.lo' libtool=yes @AMDEPBACKSLASH@
819
844
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
820
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcddax_plugin_la_CFLAGS) $(CFLAGS) -c -o libcddax_plugin_la-cdda.lo `test -f 'cdda.c' || echo '$(srcdir)/'`cdda.c
 
845
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcddax_plugin_la_CFLAGS) $(CFLAGS) -c -o libcddax_plugin_la-cdda.lo `test -f 'cdda.c' || echo '$(srcdir)/'`cdda.c
821
846
 
822
847
libcddax_plugin_la-info.lo: info.c
823
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcddax_plugin_la_CFLAGS) $(CFLAGS) -MT libcddax_plugin_la-info.lo -MD -MP -MF $(DEPDIR)/libcddax_plugin_la-info.Tpo -c -o libcddax_plugin_la-info.lo `test -f 'info.c' || echo '$(srcdir)/'`info.c
824
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcddax_plugin_la-info.Tpo $(DEPDIR)/libcddax_plugin_la-info.Plo
 
848
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcddax_plugin_la_CFLAGS) $(CFLAGS) -MT libcddax_plugin_la-info.lo -MD -MP -MF $(DEPDIR)/libcddax_plugin_la-info.Tpo -c -o libcddax_plugin_la-info.lo `test -f 'info.c' || echo '$(srcdir)/'`info.c
 
849
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libcddax_plugin_la-info.Tpo $(DEPDIR)/libcddax_plugin_la-info.Plo
825
850
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='info.c' object='libcddax_plugin_la-info.lo' libtool=yes @AMDEPBACKSLASH@
826
851
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
827
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcddax_plugin_la_CFLAGS) $(CFLAGS) -c -o libcddax_plugin_la-info.lo `test -f 'info.c' || echo '$(srcdir)/'`info.c
 
852
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcddax_plugin_la_CFLAGS) $(CFLAGS) -c -o libcddax_plugin_la-info.lo `test -f 'info.c' || echo '$(srcdir)/'`info.c
828
853
 
829
854
mostlyclean-libtool:
830
855
        -rm -f *.lo
844
869
 
845
870
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
846
871
                $(TAGS_FILES) $(LISP)
847
 
        tags=; \
 
872
        set x; \
848
873
        here=`pwd`; \
849
874
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
850
875
        unique=`for i in $$list; do \
852
877
          done | \
853
878
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
854
879
              END { if (nonempty) { for (i in files) print i; }; }'`; \
855
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
880
        shift; \
 
881
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
856
882
          test -n "$$unique" || unique=$$empty_fix; \
857
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
858
 
            $$tags $$unique; \
 
883
          if test $$# -gt 0; then \
 
884
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
885
              "$$@" $$unique; \
 
886
          else \
 
887
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
888
              $$unique; \
 
889
          fi; \
859
890
        fi
860
891
ctags: CTAGS
861
892
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
862
893
                $(TAGS_FILES) $(LISP)
863
 
        tags=; \
864
894
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
865
895
        unique=`for i in $$list; do \
866
896
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
867
897
          done | \
868
898
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
869
899
              END { if (nonempty) { for (i in files) print i; }; }'`; \
870
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
900
        test -z "$(CTAGS_ARGS)$$unique" \
871
901
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
872
 
             $$tags $$unique
 
902
             $$unique
873
903
 
874
904
GTAGS:
875
905
        here=`$(am__cd) $(top_builddir) && pwd` \
876
 
          && cd $(top_srcdir) \
877
 
          && gtags -i $(GTAGS_ARGS) $$here
 
906
          && $(am__cd) $(top_srcdir) \
 
907
          && gtags -i $(GTAGS_ARGS) "$$here"
878
908
 
879
909
distclean-tags:
880
910
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
895
925
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
896
926
          if test -d $$d/$$file; then \
897
927
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
928
            if test -d "$(distdir)/$$file"; then \
 
929
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
930
            fi; \
898
931
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
899
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
932
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
933
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
900
934
            fi; \
901
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
935
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
902
936
          else \
903
 
            test -f $(distdir)/$$file \
904
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
937
            test -f "$(distdir)/$$file" \
 
938
            || cp -p $$d/$$file "$(distdir)/$$file" \
905
939
            || exit 1; \
906
940
          fi; \
907
941
        done
935
969
 
936
970
distclean-generic:
937
971
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
972
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
938
973
 
939
974
maintainer-clean-generic:
940
975
        @echo "This command is intended for maintainers to use"
957
992
 
958
993
html: html-am
959
994
 
 
995
html-am:
 
996
 
960
997
info: info-am
961
998
 
962
999
info-am:
965
1002
 
966
1003
install-dvi: install-dvi-am
967
1004
 
 
1005
install-dvi-am:
 
1006
 
968
1007
install-exec-am:
969
1008
 
970
1009
install-html: install-html-am
971
1010
 
 
1011
install-html-am:
 
1012
 
972
1013
install-info: install-info-am
973
1014
 
 
1015
install-info-am:
 
1016
 
974
1017
install-man:
975
1018
 
976
1019
install-pdf: install-pdf-am
977
1020
 
 
1021
install-pdf-am:
 
1022
 
978
1023
install-ps: install-ps-am
979
1024
 
 
1025
install-ps-am:
 
1026
 
980
1027
installcheck-am:
981
1028
 
982
1029
maintainer-clean: maintainer-clean-am
999
1046
 
1000
1047
uninstall-am: uninstall-libvlcLTLIBRARIES
1001
1048
 
1002
 
.MAKE: install-am install-strip
 
1049
.MAKE: all check install install-am install-strip
1003
1050
 
1004
1051
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
1005
1052
        clean-libtool clean-libvlcLTLIBRARIES ctags distclean \
1023
1070
        $(top_builddir)/compile
1024
1071
 
1025
1072
.PHONY: nice
 
1073
 
1026
1074
# Tell versions [3.59,3.63) of GNU make to not export all variables.
1027
1075
# Otherwise a system limit (for SysV at least) may be exceeded.
1028
1076
.NOEXPORT: