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

« back to all changes in this revision

Viewing changes to modules/access/dshow/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
84
101
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
85
102
depcomp = $(SHELL) $(top_srcdir)/autotools/depcomp
86
103
am__depfiles_maybe = depfiles
 
104
am__mv = mv -f
87
105
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
88
106
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
89
107
LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
528
546
PACKAGE_NAME = @PACKAGE_NAME@
529
547
PACKAGE_STRING = @PACKAGE_STRING@
530
548
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
549
PACKAGE_URL = @PACKAGE_URL@
531
550
PACKAGE_VERSION = @PACKAGE_VERSION@
532
551
PATH_SEPARATOR = @PATH_SEPARATOR@
533
552
PCRE_CFLAGS = @PCRE_CFLAGS@
555
574
SHELL = @SHELL@
556
575
SHOUT_CFLAGS = @SHOUT_CFLAGS@
557
576
SHOUT_LIBS = @SHOUT_LIBS@
 
577
SOCKET_LIBS = @SOCKET_LIBS@
558
578
STRIP = @STRIP@
559
579
SVG_CFLAGS = @SVG_CFLAGS@
560
580
SVG_LIBS = @SVG_LIBS@
713
733
              exit 1;; \
714
734
          esac; \
715
735
        done; \
716
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  modules/access/dshow/Makefile'; \
717
 
        cd $(top_srcdir) && \
718
 
          $(AUTOMAKE) --gnu  modules/access/dshow/Makefile
 
736
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu modules/access/dshow/Makefile'; \
 
737
        $(am__cd) $(top_srcdir) && \
 
738
          $(AUTOMAKE) --gnu modules/access/dshow/Makefile
719
739
.PRECIOUS: Makefile
720
740
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
721
741
        @case '$?' in \
733
753
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
734
754
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
735
755
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
756
$(am__aclocal_m4_deps):
736
757
install-libvlcLTLIBRARIES: $(libvlc_LTLIBRARIES)
737
758
        @$(NORMAL_INSTALL)
738
759
        test -z "$(libvlcdir)" || $(MKDIR_P) "$(DESTDIR)$(libvlcdir)"
739
 
        @list='$(libvlc_LTLIBRARIES)'; for p in $$list; do \
 
760
        @list='$(libvlc_LTLIBRARIES)'; test -n "$(libvlcdir)" || list=; \
 
761
        list2=; for p in $$list; do \
740
762
          if test -f $$p; then \
741
 
            f=$(am__strip_dir) \
742
 
            echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libvlcLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libvlcdir)/$$f'"; \
743
 
            $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libvlcLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libvlcdir)/$$f"; \
 
763
            list2="$$list2 $$p"; \
744
764
          else :; fi; \
745
 
        done
 
765
        done; \
 
766
        test -z "$$list2" || { \
 
767
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libvlcdir)'"; \
 
768
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libvlcdir)"; \
 
769
        }
746
770
 
747
771
uninstall-libvlcLTLIBRARIES:
748
772
        @$(NORMAL_UNINSTALL)
749
 
        @list='$(libvlc_LTLIBRARIES)'; for p in $$list; do \
750
 
          p=$(am__strip_dir) \
751
 
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libvlcdir)/$$p'"; \
752
 
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libvlcdir)/$$p"; \
 
773
        @list='$(libvlc_LTLIBRARIES)'; test -n "$(libvlcdir)" || list=; \
 
774
        for p in $$list; do \
 
775
          $(am__strip_dir) \
 
776
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libvlcdir)/$$f'"; \
 
777
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libvlcdir)/$$f"; \
753
778
        done
754
779
 
755
780
clean-libvlcLTLIBRARIES:
775
800
 
776
801
.cpp.o:
777
802
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
778
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
803
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
779
804
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
780
805
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
781
806
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
782
807
 
783
808
.cpp.obj:
784
809
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
785
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
810
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
786
811
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
787
812
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
788
813
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
789
814
 
790
815
.cpp.lo:
791
816
@am__fastdepCXX_TRUE@   $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
792
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
817
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
793
818
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
794
819
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
795
820
@am__fastdepCXX_FALSE@  $(LTCXXCOMPILE) -c -o $@ $<
796
821
 
797
822
libdshow_plugin_la-dshow.lo: dshow.cpp
798
 
@am__fastdepCXX_TRUE@   $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdshow_plugin_la_CXXFLAGS) $(CXXFLAGS) -MT libdshow_plugin_la-dshow.lo -MD -MP -MF $(DEPDIR)/libdshow_plugin_la-dshow.Tpo -c -o libdshow_plugin_la-dshow.lo `test -f 'dshow.cpp' || echo '$(srcdir)/'`dshow.cpp
799
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/libdshow_plugin_la-dshow.Tpo $(DEPDIR)/libdshow_plugin_la-dshow.Plo
 
823
@am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdshow_plugin_la_CXXFLAGS) $(CXXFLAGS) -MT libdshow_plugin_la-dshow.lo -MD -MP -MF $(DEPDIR)/libdshow_plugin_la-dshow.Tpo -c -o libdshow_plugin_la-dshow.lo `test -f 'dshow.cpp' || echo '$(srcdir)/'`dshow.cpp
 
824
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/libdshow_plugin_la-dshow.Tpo $(DEPDIR)/libdshow_plugin_la-dshow.Plo
800
825
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='dshow.cpp' object='libdshow_plugin_la-dshow.lo' libtool=yes @AMDEPBACKSLASH@
801
826
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
802
 
@am__fastdepCXX_FALSE@  $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdshow_plugin_la_CXXFLAGS) $(CXXFLAGS) -c -o libdshow_plugin_la-dshow.lo `test -f 'dshow.cpp' || echo '$(srcdir)/'`dshow.cpp
 
827
@am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdshow_plugin_la_CXXFLAGS) $(CXXFLAGS) -c -o libdshow_plugin_la-dshow.lo `test -f 'dshow.cpp' || echo '$(srcdir)/'`dshow.cpp
803
828
 
804
829
libdshow_plugin_la-filter.lo: filter.cpp
805
 
@am__fastdepCXX_TRUE@   $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdshow_plugin_la_CXXFLAGS) $(CXXFLAGS) -MT libdshow_plugin_la-filter.lo -MD -MP -MF $(DEPDIR)/libdshow_plugin_la-filter.Tpo -c -o libdshow_plugin_la-filter.lo `test -f 'filter.cpp' || echo '$(srcdir)/'`filter.cpp
806
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/libdshow_plugin_la-filter.Tpo $(DEPDIR)/libdshow_plugin_la-filter.Plo
 
830
@am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdshow_plugin_la_CXXFLAGS) $(CXXFLAGS) -MT libdshow_plugin_la-filter.lo -MD -MP -MF $(DEPDIR)/libdshow_plugin_la-filter.Tpo -c -o libdshow_plugin_la-filter.lo `test -f 'filter.cpp' || echo '$(srcdir)/'`filter.cpp
 
831
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/libdshow_plugin_la-filter.Tpo $(DEPDIR)/libdshow_plugin_la-filter.Plo
807
832
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='filter.cpp' object='libdshow_plugin_la-filter.lo' libtool=yes @AMDEPBACKSLASH@
808
833
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
809
 
@am__fastdepCXX_FALSE@  $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdshow_plugin_la_CXXFLAGS) $(CXXFLAGS) -c -o libdshow_plugin_la-filter.lo `test -f 'filter.cpp' || echo '$(srcdir)/'`filter.cpp
 
834
@am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdshow_plugin_la_CXXFLAGS) $(CXXFLAGS) -c -o libdshow_plugin_la-filter.lo `test -f 'filter.cpp' || echo '$(srcdir)/'`filter.cpp
810
835
 
811
836
libdshow_plugin_la-crossbar.lo: crossbar.cpp
812
 
@am__fastdepCXX_TRUE@   $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdshow_plugin_la_CXXFLAGS) $(CXXFLAGS) -MT libdshow_plugin_la-crossbar.lo -MD -MP -MF $(DEPDIR)/libdshow_plugin_la-crossbar.Tpo -c -o libdshow_plugin_la-crossbar.lo `test -f 'crossbar.cpp' || echo '$(srcdir)/'`crossbar.cpp
813
 
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/libdshow_plugin_la-crossbar.Tpo $(DEPDIR)/libdshow_plugin_la-crossbar.Plo
 
837
@am__fastdepCXX_TRUE@   $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdshow_plugin_la_CXXFLAGS) $(CXXFLAGS) -MT libdshow_plugin_la-crossbar.lo -MD -MP -MF $(DEPDIR)/libdshow_plugin_la-crossbar.Tpo -c -o libdshow_plugin_la-crossbar.lo `test -f 'crossbar.cpp' || echo '$(srcdir)/'`crossbar.cpp
 
838
@am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/libdshow_plugin_la-crossbar.Tpo $(DEPDIR)/libdshow_plugin_la-crossbar.Plo
814
839
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='crossbar.cpp' object='libdshow_plugin_la-crossbar.lo' libtool=yes @AMDEPBACKSLASH@
815
840
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
816
 
@am__fastdepCXX_FALSE@  $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdshow_plugin_la_CXXFLAGS) $(CXXFLAGS) -c -o libdshow_plugin_la-crossbar.lo `test -f 'crossbar.cpp' || echo '$(srcdir)/'`crossbar.cpp
 
841
@am__fastdepCXX_FALSE@  $(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdshow_plugin_la_CXXFLAGS) $(CXXFLAGS) -c -o libdshow_plugin_la-crossbar.lo `test -f 'crossbar.cpp' || echo '$(srcdir)/'`crossbar.cpp
817
842
 
818
843
mostlyclean-libtool:
819
844
        -rm -f *.lo
833
858
 
834
859
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
835
860
                $(TAGS_FILES) $(LISP)
836
 
        tags=; \
 
861
        set x; \
837
862
        here=`pwd`; \
838
863
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
839
864
        unique=`for i in $$list; do \
841
866
          done | \
842
867
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
843
868
              END { if (nonempty) { for (i in files) print i; }; }'`; \
844
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
869
        shift; \
 
870
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
845
871
          test -n "$$unique" || unique=$$empty_fix; \
846
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
847
 
            $$tags $$unique; \
 
872
          if test $$# -gt 0; then \
 
873
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
874
              "$$@" $$unique; \
 
875
          else \
 
876
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
877
              $$unique; \
 
878
          fi; \
848
879
        fi
849
880
ctags: CTAGS
850
881
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
851
882
                $(TAGS_FILES) $(LISP)
852
 
        tags=; \
853
883
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
854
884
        unique=`for i in $$list; do \
855
885
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
856
886
          done | \
857
887
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
858
888
              END { if (nonempty) { for (i in files) print i; }; }'`; \
859
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
889
        test -z "$(CTAGS_ARGS)$$unique" \
860
890
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
861
 
             $$tags $$unique
 
891
             $$unique
862
892
 
863
893
GTAGS:
864
894
        here=`$(am__cd) $(top_builddir) && pwd` \
865
 
          && cd $(top_srcdir) \
866
 
          && gtags -i $(GTAGS_ARGS) $$here
 
895
          && $(am__cd) $(top_srcdir) \
 
896
          && gtags -i $(GTAGS_ARGS) "$$here"
867
897
 
868
898
distclean-tags:
869
899
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
884
914
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
885
915
          if test -d $$d/$$file; then \
886
916
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
917
            if test -d "$(distdir)/$$file"; then \
 
918
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
919
            fi; \
887
920
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
888
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
921
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
922
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
889
923
            fi; \
890
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
924
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
891
925
          else \
892
 
            test -f $(distdir)/$$file \
893
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
926
            test -f "$(distdir)/$$file" \
 
927
            || cp -p $$d/$$file "$(distdir)/$$file" \
894
928
            || exit 1; \
895
929
          fi; \
896
930
        done
924
958
 
925
959
distclean-generic:
926
960
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
961
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
927
962
 
928
963
maintainer-clean-generic:
929
964
        @echo "This command is intended for maintainers to use"
946
981
 
947
982
html: html-am
948
983
 
 
984
html-am:
 
985
 
949
986
info: info-am
950
987
 
951
988
info-am:
954
991
 
955
992
install-dvi: install-dvi-am
956
993
 
 
994
install-dvi-am:
 
995
 
957
996
install-exec-am:
958
997
 
959
998
install-html: install-html-am
960
999
 
 
1000
install-html-am:
 
1001
 
961
1002
install-info: install-info-am
962
1003
 
 
1004
install-info-am:
 
1005
 
963
1006
install-man:
964
1007
 
965
1008
install-pdf: install-pdf-am
966
1009
 
 
1010
install-pdf-am:
 
1011
 
967
1012
install-ps: install-ps-am
968
1013
 
 
1014
install-ps-am:
 
1015
 
969
1016
installcheck-am:
970
1017
 
971
1018
maintainer-clean: maintainer-clean-am
988
1035
 
989
1036
uninstall-am: uninstall-libvlcLTLIBRARIES
990
1037
 
991
 
.MAKE: install-am install-strip
 
1038
.MAKE: all check install install-am install-strip
992
1039
 
993
1040
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
994
1041
        clean-libtool clean-libvlcLTLIBRARIES ctags distclean \
1012
1059
        $(top_builddir)/compile
1013
1060
 
1014
1061
.PHONY: nice
 
1062
 
1015
1063
# Tell versions [3.59,3.63) of GNU make to not export all variables.
1016
1064
# Otherwise a system limit (for SysV at least) may be exceeded.
1017
1065
.NOEXPORT: