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

« back to all changes in this revision

Viewing changes to modules/misc/xml/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
91
108
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
92
109
depcomp = $(SHELL) $(top_srcdir)/autotools/depcomp
93
110
am__depfiles_maybe = depfiles
 
111
am__mv = mv -f
94
112
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
95
113
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
96
114
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
529
547
PACKAGE_NAME = @PACKAGE_NAME@
530
548
PACKAGE_STRING = @PACKAGE_STRING@
531
549
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
550
PACKAGE_URL = @PACKAGE_URL@
532
551
PACKAGE_VERSION = @PACKAGE_VERSION@
533
552
PATH_SEPARATOR = @PATH_SEPARATOR@
534
553
PCRE_CFLAGS = @PCRE_CFLAGS@
556
575
SHELL = @SHELL@
557
576
SHOUT_CFLAGS = @SHOUT_CFLAGS@
558
577
SHOUT_LIBS = @SHOUT_LIBS@
 
578
SOCKET_LIBS = @SOCKET_LIBS@
559
579
STRIP = @STRIP@
560
580
SVG_CFLAGS = @SVG_CFLAGS@
561
581
SVG_LIBS = @SVG_LIBS@
726
746
              exit 1;; \
727
747
          esac; \
728
748
        done; \
729
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  modules/misc/xml/Makefile'; \
730
 
        cd $(top_srcdir) && \
731
 
          $(AUTOMAKE) --gnu  modules/misc/xml/Makefile
 
749
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu modules/misc/xml/Makefile'; \
 
750
        $(am__cd) $(top_srcdir) && \
 
751
          $(AUTOMAKE) --gnu modules/misc/xml/Makefile
732
752
.PRECIOUS: Makefile
733
753
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
734
754
        @case '$?' in \
746
766
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
747
767
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
748
768
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
769
$(am__aclocal_m4_deps):
749
770
install-libvlcLTLIBRARIES: $(libvlc_LTLIBRARIES)
750
771
        @$(NORMAL_INSTALL)
751
772
        test -z "$(libvlcdir)" || $(MKDIR_P) "$(DESTDIR)$(libvlcdir)"
752
 
        @list='$(libvlc_LTLIBRARIES)'; for p in $$list; do \
 
773
        @list='$(libvlc_LTLIBRARIES)'; test -n "$(libvlcdir)" || list=; \
 
774
        list2=; for p in $$list; do \
753
775
          if test -f $$p; then \
754
 
            f=$(am__strip_dir) \
755
 
            echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libvlcLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libvlcdir)/$$f'"; \
756
 
            $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libvlcLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libvlcdir)/$$f"; \
 
776
            list2="$$list2 $$p"; \
757
777
          else :; fi; \
758
 
        done
 
778
        done; \
 
779
        test -z "$$list2" || { \
 
780
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libvlcdir)'"; \
 
781
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libvlcdir)"; \
 
782
        }
759
783
 
760
784
uninstall-libvlcLTLIBRARIES:
761
785
        @$(NORMAL_UNINSTALL)
762
 
        @list='$(libvlc_LTLIBRARIES)'; for p in $$list; do \
763
 
          p=$(am__strip_dir) \
764
 
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libvlcdir)/$$p'"; \
765
 
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libvlcdir)/$$p"; \
 
786
        @list='$(libvlc_LTLIBRARIES)'; test -n "$(libvlcdir)" || list=; \
 
787
        for p in $$list; do \
 
788
          $(am__strip_dir) \
 
789
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libvlcdir)/$$f'"; \
 
790
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libvlcdir)/$$f"; \
766
791
        done
767
792
 
768
793
clean-libvlcLTLIBRARIES:
789
814
 
790
815
.c.o:
791
816
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
792
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
817
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
793
818
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
794
819
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
795
820
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
796
821
 
797
822
.c.obj:
798
823
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
799
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
824
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
800
825
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
801
826
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
802
827
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
803
828
 
804
829
.c.lo:
805
830
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
806
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
831
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
807
832
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
808
833
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
809
834
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
810
835
 
811
836
libxml_plugin_la-libxml.lo: libxml.c
812
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxml_plugin_la_CFLAGS) $(CFLAGS) -MT libxml_plugin_la-libxml.lo -MD -MP -MF $(DEPDIR)/libxml_plugin_la-libxml.Tpo -c -o libxml_plugin_la-libxml.lo `test -f 'libxml.c' || echo '$(srcdir)/'`libxml.c
813
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libxml_plugin_la-libxml.Tpo $(DEPDIR)/libxml_plugin_la-libxml.Plo
 
837
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxml_plugin_la_CFLAGS) $(CFLAGS) -MT libxml_plugin_la-libxml.lo -MD -MP -MF $(DEPDIR)/libxml_plugin_la-libxml.Tpo -c -o libxml_plugin_la-libxml.lo `test -f 'libxml.c' || echo '$(srcdir)/'`libxml.c
 
838
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libxml_plugin_la-libxml.Tpo $(DEPDIR)/libxml_plugin_la-libxml.Plo
814
839
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='libxml.c' object='libxml_plugin_la-libxml.lo' libtool=yes @AMDEPBACKSLASH@
815
840
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
816
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxml_plugin_la_CFLAGS) $(CFLAGS) -c -o libxml_plugin_la-libxml.lo `test -f 'libxml.c' || echo '$(srcdir)/'`libxml.c
 
841
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxml_plugin_la_CFLAGS) $(CFLAGS) -c -o libxml_plugin_la-libxml.lo `test -f 'libxml.c' || echo '$(srcdir)/'`libxml.c
817
842
 
818
843
libxtag_plugin_la-xtag.lo: xtag.c
819
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxtag_plugin_la_CFLAGS) $(CFLAGS) -MT libxtag_plugin_la-xtag.lo -MD -MP -MF $(DEPDIR)/libxtag_plugin_la-xtag.Tpo -c -o libxtag_plugin_la-xtag.lo `test -f 'xtag.c' || echo '$(srcdir)/'`xtag.c
820
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libxtag_plugin_la-xtag.Tpo $(DEPDIR)/libxtag_plugin_la-xtag.Plo
 
844
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxtag_plugin_la_CFLAGS) $(CFLAGS) -MT libxtag_plugin_la-xtag.lo -MD -MP -MF $(DEPDIR)/libxtag_plugin_la-xtag.Tpo -c -o libxtag_plugin_la-xtag.lo `test -f 'xtag.c' || echo '$(srcdir)/'`xtag.c
 
845
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libxtag_plugin_la-xtag.Tpo $(DEPDIR)/libxtag_plugin_la-xtag.Plo
821
846
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='xtag.c' object='libxtag_plugin_la-xtag.lo' libtool=yes @AMDEPBACKSLASH@
822
847
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
823
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxtag_plugin_la_CFLAGS) $(CFLAGS) -c -o libxtag_plugin_la-xtag.lo `test -f 'xtag.c' || echo '$(srcdir)/'`xtag.c
 
848
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxtag_plugin_la_CFLAGS) $(CFLAGS) -c -o libxtag_plugin_la-xtag.lo `test -f 'xtag.c' || echo '$(srcdir)/'`xtag.c
824
849
 
825
850
mostlyclean-libtool:
826
851
        -rm -f *.lo
840
865
 
841
866
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
842
867
                $(TAGS_FILES) $(LISP)
843
 
        tags=; \
 
868
        set x; \
844
869
        here=`pwd`; \
845
870
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
846
871
        unique=`for i in $$list; do \
848
873
          done | \
849
874
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
850
875
              END { if (nonempty) { for (i in files) print i; }; }'`; \
851
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
876
        shift; \
 
877
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
852
878
          test -n "$$unique" || unique=$$empty_fix; \
853
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
854
 
            $$tags $$unique; \
 
879
          if test $$# -gt 0; then \
 
880
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
881
              "$$@" $$unique; \
 
882
          else \
 
883
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
884
              $$unique; \
 
885
          fi; \
855
886
        fi
856
887
ctags: CTAGS
857
888
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
858
889
                $(TAGS_FILES) $(LISP)
859
 
        tags=; \
860
890
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
861
891
        unique=`for i in $$list; do \
862
892
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
863
893
          done | \
864
894
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
865
895
              END { if (nonempty) { for (i in files) print i; }; }'`; \
866
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
896
        test -z "$(CTAGS_ARGS)$$unique" \
867
897
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
868
 
             $$tags $$unique
 
898
             $$unique
869
899
 
870
900
GTAGS:
871
901
        here=`$(am__cd) $(top_builddir) && pwd` \
872
 
          && cd $(top_srcdir) \
873
 
          && gtags -i $(GTAGS_ARGS) $$here
 
902
          && $(am__cd) $(top_srcdir) \
 
903
          && gtags -i $(GTAGS_ARGS) "$$here"
874
904
 
875
905
distclean-tags:
876
906
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
891
921
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
892
922
          if test -d $$d/$$file; then \
893
923
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
924
            if test -d "$(distdir)/$$file"; then \
 
925
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
926
            fi; \
894
927
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
895
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
928
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
929
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
896
930
            fi; \
897
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
931
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
898
932
          else \
899
 
            test -f $(distdir)/$$file \
900
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
933
            test -f "$(distdir)/$$file" \
 
934
            || cp -p $$d/$$file "$(distdir)/$$file" \
901
935
            || exit 1; \
902
936
          fi; \
903
937
        done
931
965
 
932
966
distclean-generic:
933
967
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
968
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
934
969
 
935
970
maintainer-clean-generic:
936
971
        @echo "This command is intended for maintainers to use"
953
988
 
954
989
html: html-am
955
990
 
 
991
html-am:
 
992
 
956
993
info: info-am
957
994
 
958
995
info-am:
961
998
 
962
999
install-dvi: install-dvi-am
963
1000
 
 
1001
install-dvi-am:
 
1002
 
964
1003
install-exec-am:
965
1004
 
966
1005
install-html: install-html-am
967
1006
 
 
1007
install-html-am:
 
1008
 
968
1009
install-info: install-info-am
969
1010
 
 
1011
install-info-am:
 
1012
 
970
1013
install-man:
971
1014
 
972
1015
install-pdf: install-pdf-am
973
1016
 
 
1017
install-pdf-am:
 
1018
 
974
1019
install-ps: install-ps-am
975
1020
 
 
1021
install-ps-am:
 
1022
 
976
1023
installcheck-am:
977
1024
 
978
1025
maintainer-clean: maintainer-clean-am
995
1042
 
996
1043
uninstall-am: uninstall-libvlcLTLIBRARIES
997
1044
 
998
 
.MAKE: install-am install-strip
 
1045
.MAKE: all check install install-am install-strip
999
1046
 
1000
1047
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
1001
1048
        clean-libtool clean-libvlcLTLIBRARIES ctags distclean \
1019
1066
        $(top_builddir)/compile
1020
1067
 
1021
1068
.PHONY: nice
 
1069
 
1022
1070
# Tell versions [3.59,3.63) of GNU make to not export all variables.
1023
1071
# Otherwise a system limit (for SysV at least) may be exceeded.
1024
1072
.NOEXPORT: