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

« back to all changes in this revision

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