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

« back to all changes in this revision

Viewing changes to modules/visualization/visual/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
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
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
88
106
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
89
107
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
519
537
PACKAGE_NAME = @PACKAGE_NAME@
520
538
PACKAGE_STRING = @PACKAGE_STRING@
521
539
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
540
PACKAGE_URL = @PACKAGE_URL@
522
541
PACKAGE_VERSION = @PACKAGE_VERSION@
523
542
PATH_SEPARATOR = @PATH_SEPARATOR@
524
543
PCRE_CFLAGS = @PCRE_CFLAGS@
546
565
SHELL = @SHELL@
547
566
SHOUT_CFLAGS = @SHOUT_CFLAGS@
548
567
SHOUT_LIBS = @SHOUT_LIBS@
 
568
SOCKET_LIBS = @SOCKET_LIBS@
549
569
STRIP = @STRIP@
550
570
SVG_CFLAGS = @SVG_CFLAGS@
551
571
SVG_LIBS = @SVG_LIBS@
709
729
              exit 1;; \
710
730
          esac; \
711
731
        done; \
712
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  modules/visualization/visual/Makefile'; \
713
 
        cd $(top_srcdir) && \
714
 
          $(AUTOMAKE) --gnu  modules/visualization/visual/Makefile
 
732
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu modules/visualization/visual/Makefile'; \
 
733
        $(am__cd) $(top_srcdir) && \
 
734
          $(AUTOMAKE) --gnu modules/visualization/visual/Makefile
715
735
.PRECIOUS: Makefile
716
736
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
717
737
        @case '$?' in \
729
749
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
730
750
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
731
751
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
752
$(am__aclocal_m4_deps):
732
753
install-libvlcLTLIBRARIES: $(libvlc_LTLIBRARIES)
733
754
        @$(NORMAL_INSTALL)
734
755
        test -z "$(libvlcdir)" || $(MKDIR_P) "$(DESTDIR)$(libvlcdir)"
735
 
        @list='$(libvlc_LTLIBRARIES)'; for p in $$list; do \
 
756
        @list='$(libvlc_LTLIBRARIES)'; test -n "$(libvlcdir)" || list=; \
 
757
        list2=; for p in $$list; do \
736
758
          if test -f $$p; then \
737
 
            f=$(am__strip_dir) \
738
 
            echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libvlcLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libvlcdir)/$$f'"; \
739
 
            $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libvlcLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libvlcdir)/$$f"; \
 
759
            list2="$$list2 $$p"; \
740
760
          else :; fi; \
741
 
        done
 
761
        done; \
 
762
        test -z "$$list2" || { \
 
763
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libvlcdir)'"; \
 
764
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libvlcdir)"; \
 
765
        }
742
766
 
743
767
uninstall-libvlcLTLIBRARIES:
744
768
        @$(NORMAL_UNINSTALL)
745
 
        @list='$(libvlc_LTLIBRARIES)'; for p in $$list; do \
746
 
          p=$(am__strip_dir) \
747
 
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libvlcdir)/$$p'"; \
748
 
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libvlcdir)/$$p"; \
 
769
        @list='$(libvlc_LTLIBRARIES)'; test -n "$(libvlcdir)" || list=; \
 
770
        for p in $$list; do \
 
771
          $(am__strip_dir) \
 
772
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libvlcdir)/$$f'"; \
 
773
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libvlcdir)/$$f"; \
749
774
        done
750
775
 
751
776
clean-libvlcLTLIBRARIES:
771
796
 
772
797
.c.o:
773
798
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
774
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
799
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
775
800
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
776
801
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
777
802
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
778
803
 
779
804
.c.obj:
780
805
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
781
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
806
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
782
807
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
783
808
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
784
809
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
785
810
 
786
811
.c.lo:
787
812
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
788
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
813
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
789
814
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
790
815
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
791
816
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
792
817
 
793
818
libvisual_plugin_la-visual.lo: visual.c
794
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvisual_plugin_la_CFLAGS) $(CFLAGS) -MT libvisual_plugin_la-visual.lo -MD -MP -MF $(DEPDIR)/libvisual_plugin_la-visual.Tpo -c -o libvisual_plugin_la-visual.lo `test -f 'visual.c' || echo '$(srcdir)/'`visual.c
795
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libvisual_plugin_la-visual.Tpo $(DEPDIR)/libvisual_plugin_la-visual.Plo
 
819
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvisual_plugin_la_CFLAGS) $(CFLAGS) -MT libvisual_plugin_la-visual.lo -MD -MP -MF $(DEPDIR)/libvisual_plugin_la-visual.Tpo -c -o libvisual_plugin_la-visual.lo `test -f 'visual.c' || echo '$(srcdir)/'`visual.c
 
820
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libvisual_plugin_la-visual.Tpo $(DEPDIR)/libvisual_plugin_la-visual.Plo
796
821
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='visual.c' object='libvisual_plugin_la-visual.lo' libtool=yes @AMDEPBACKSLASH@
797
822
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
798
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvisual_plugin_la_CFLAGS) $(CFLAGS) -c -o libvisual_plugin_la-visual.lo `test -f 'visual.c' || echo '$(srcdir)/'`visual.c
 
823
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvisual_plugin_la_CFLAGS) $(CFLAGS) -c -o libvisual_plugin_la-visual.lo `test -f 'visual.c' || echo '$(srcdir)/'`visual.c
799
824
 
800
825
libvisual_plugin_la-effects.lo: effects.c
801
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvisual_plugin_la_CFLAGS) $(CFLAGS) -MT libvisual_plugin_la-effects.lo -MD -MP -MF $(DEPDIR)/libvisual_plugin_la-effects.Tpo -c -o libvisual_plugin_la-effects.lo `test -f 'effects.c' || echo '$(srcdir)/'`effects.c
802
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libvisual_plugin_la-effects.Tpo $(DEPDIR)/libvisual_plugin_la-effects.Plo
 
826
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvisual_plugin_la_CFLAGS) $(CFLAGS) -MT libvisual_plugin_la-effects.lo -MD -MP -MF $(DEPDIR)/libvisual_plugin_la-effects.Tpo -c -o libvisual_plugin_la-effects.lo `test -f 'effects.c' || echo '$(srcdir)/'`effects.c
 
827
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libvisual_plugin_la-effects.Tpo $(DEPDIR)/libvisual_plugin_la-effects.Plo
803
828
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='effects.c' object='libvisual_plugin_la-effects.lo' libtool=yes @AMDEPBACKSLASH@
804
829
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
805
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvisual_plugin_la_CFLAGS) $(CFLAGS) -c -o libvisual_plugin_la-effects.lo `test -f 'effects.c' || echo '$(srcdir)/'`effects.c
 
830
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvisual_plugin_la_CFLAGS) $(CFLAGS) -c -o libvisual_plugin_la-effects.lo `test -f 'effects.c' || echo '$(srcdir)/'`effects.c
806
831
 
807
832
libvisual_plugin_la-fft.lo: fft.c
808
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvisual_plugin_la_CFLAGS) $(CFLAGS) -MT libvisual_plugin_la-fft.lo -MD -MP -MF $(DEPDIR)/libvisual_plugin_la-fft.Tpo -c -o libvisual_plugin_la-fft.lo `test -f 'fft.c' || echo '$(srcdir)/'`fft.c
809
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libvisual_plugin_la-fft.Tpo $(DEPDIR)/libvisual_plugin_la-fft.Plo
 
833
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvisual_plugin_la_CFLAGS) $(CFLAGS) -MT libvisual_plugin_la-fft.lo -MD -MP -MF $(DEPDIR)/libvisual_plugin_la-fft.Tpo -c -o libvisual_plugin_la-fft.lo `test -f 'fft.c' || echo '$(srcdir)/'`fft.c
 
834
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libvisual_plugin_la-fft.Tpo $(DEPDIR)/libvisual_plugin_la-fft.Plo
810
835
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='fft.c' object='libvisual_plugin_la-fft.lo' libtool=yes @AMDEPBACKSLASH@
811
836
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
812
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvisual_plugin_la_CFLAGS) $(CFLAGS) -c -o libvisual_plugin_la-fft.lo `test -f 'fft.c' || echo '$(srcdir)/'`fft.c
 
837
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvisual_plugin_la_CFLAGS) $(CFLAGS) -c -o libvisual_plugin_la-fft.lo `test -f 'fft.c' || echo '$(srcdir)/'`fft.c
813
838
 
814
839
mostlyclean-libtool:
815
840
        -rm -f *.lo
829
854
 
830
855
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
831
856
                $(TAGS_FILES) $(LISP)
832
 
        tags=; \
 
857
        set x; \
833
858
        here=`pwd`; \
834
859
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
835
860
        unique=`for i in $$list; do \
837
862
          done | \
838
863
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
839
864
              END { if (nonempty) { for (i in files) print i; }; }'`; \
840
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
865
        shift; \
 
866
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
841
867
          test -n "$$unique" || unique=$$empty_fix; \
842
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
843
 
            $$tags $$unique; \
 
868
          if test $$# -gt 0; then \
 
869
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
870
              "$$@" $$unique; \
 
871
          else \
 
872
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
873
              $$unique; \
 
874
          fi; \
844
875
        fi
845
876
ctags: CTAGS
846
877
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
847
878
                $(TAGS_FILES) $(LISP)
848
 
        tags=; \
849
879
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
850
880
        unique=`for i in $$list; do \
851
881
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
852
882
          done | \
853
883
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
854
884
              END { if (nonempty) { for (i in files) print i; }; }'`; \
855
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
885
        test -z "$(CTAGS_ARGS)$$unique" \
856
886
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
857
 
             $$tags $$unique
 
887
             $$unique
858
888
 
859
889
GTAGS:
860
890
        here=`$(am__cd) $(top_builddir) && pwd` \
861
 
          && cd $(top_srcdir) \
862
 
          && gtags -i $(GTAGS_ARGS) $$here
 
891
          && $(am__cd) $(top_srcdir) \
 
892
          && gtags -i $(GTAGS_ARGS) "$$here"
863
893
 
864
894
distclean-tags:
865
895
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
880
910
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
881
911
          if test -d $$d/$$file; then \
882
912
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
913
            if test -d "$(distdir)/$$file"; then \
 
914
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
915
            fi; \
883
916
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
884
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
917
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
918
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
885
919
            fi; \
886
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
920
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
887
921
          else \
888
 
            test -f $(distdir)/$$file \
889
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
922
            test -f "$(distdir)/$$file" \
 
923
            || cp -p $$d/$$file "$(distdir)/$$file" \
890
924
            || exit 1; \
891
925
          fi; \
892
926
        done
920
954
 
921
955
distclean-generic:
922
956
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
957
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
923
958
 
924
959
maintainer-clean-generic:
925
960
        @echo "This command is intended for maintainers to use"
942
977
 
943
978
html: html-am
944
979
 
 
980
html-am:
 
981
 
945
982
info: info-am
946
983
 
947
984
info-am:
950
987
 
951
988
install-dvi: install-dvi-am
952
989
 
 
990
install-dvi-am:
 
991
 
953
992
install-exec-am:
954
993
 
955
994
install-html: install-html-am
956
995
 
 
996
install-html-am:
 
997
 
957
998
install-info: install-info-am
958
999
 
 
1000
install-info-am:
 
1001
 
959
1002
install-man:
960
1003
 
961
1004
install-pdf: install-pdf-am
962
1005
 
 
1006
install-pdf-am:
 
1007
 
963
1008
install-ps: install-ps-am
964
1009
 
 
1010
install-ps-am:
 
1011
 
965
1012
installcheck-am:
966
1013
 
967
1014
maintainer-clean: maintainer-clean-am
984
1031
 
985
1032
uninstall-am: uninstall-libvlcLTLIBRARIES
986
1033
 
987
 
.MAKE: install-am install-strip
 
1034
.MAKE: all check install install-am install-strip
988
1035
 
989
1036
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
990
1037
        clean-libtool clean-libvlcLTLIBRARIES ctags distclean \
1008
1055
        $(top_builddir)/compile
1009
1056
 
1010
1057
.PHONY: nice
 
1058
 
1011
1059
# Tell versions [3.59,3.63) of GNU make to not export all variables.
1012
1060
# Otherwise a system limit (for SysV at least) may be exceeded.
1013
1061
.NOEXPORT: