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

« back to all changes in this revision

Viewing changes to modules/access/zip/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
85
102
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
86
103
depcomp = $(SHELL) $(top_srcdir)/autotools/depcomp
87
104
am__depfiles_maybe = depfiles
 
105
am__mv = mv -f
88
106
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
89
107
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
90
108
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
520
538
PACKAGE_NAME = @PACKAGE_NAME@
521
539
PACKAGE_STRING = @PACKAGE_STRING@
522
540
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
541
PACKAGE_URL = @PACKAGE_URL@
523
542
PACKAGE_VERSION = @PACKAGE_VERSION@
524
543
PATH_SEPARATOR = @PATH_SEPARATOR@
525
544
PCRE_CFLAGS = @PCRE_CFLAGS@
547
566
SHELL = @SHELL@
548
567
SHOUT_CFLAGS = @SHOUT_CFLAGS@
549
568
SHOUT_LIBS = @SHOUT_LIBS@
 
569
SOCKET_LIBS = @SOCKET_LIBS@
550
570
STRIP = @STRIP@
551
571
SVG_CFLAGS = @SVG_CFLAGS@
552
572
SVG_LIBS = @SVG_LIBS@
710
730
              exit 1;; \
711
731
          esac; \
712
732
        done; \
713
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  modules/access/zip/Makefile'; \
714
 
        cd $(top_srcdir) && \
715
 
          $(AUTOMAKE) --gnu  modules/access/zip/Makefile
 
733
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu modules/access/zip/Makefile'; \
 
734
        $(am__cd) $(top_srcdir) && \
 
735
          $(AUTOMAKE) --gnu modules/access/zip/Makefile
716
736
.PRECIOUS: Makefile
717
737
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
718
738
        @case '$?' in \
730
750
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
731
751
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
732
752
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
753
$(am__aclocal_m4_deps):
733
754
install-libvlcLTLIBRARIES: $(libvlc_LTLIBRARIES)
734
755
        @$(NORMAL_INSTALL)
735
756
        test -z "$(libvlcdir)" || $(MKDIR_P) "$(DESTDIR)$(libvlcdir)"
736
 
        @list='$(libvlc_LTLIBRARIES)'; for p in $$list; do \
 
757
        @list='$(libvlc_LTLIBRARIES)'; test -n "$(libvlcdir)" || list=; \
 
758
        list2=; for p in $$list; do \
737
759
          if test -f $$p; then \
738
 
            f=$(am__strip_dir) \
739
 
            echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libvlcLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libvlcdir)/$$f'"; \
740
 
            $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libvlcLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libvlcdir)/$$f"; \
 
760
            list2="$$list2 $$p"; \
741
761
          else :; fi; \
742
 
        done
 
762
        done; \
 
763
        test -z "$$list2" || { \
 
764
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libvlcdir)'"; \
 
765
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libvlcdir)"; \
 
766
        }
743
767
 
744
768
uninstall-libvlcLTLIBRARIES:
745
769
        @$(NORMAL_UNINSTALL)
746
 
        @list='$(libvlc_LTLIBRARIES)'; for p in $$list; do \
747
 
          p=$(am__strip_dir) \
748
 
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libvlcdir)/$$p'"; \
749
 
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libvlcdir)/$$p"; \
 
770
        @list='$(libvlc_LTLIBRARIES)'; test -n "$(libvlcdir)" || list=; \
 
771
        for p in $$list; do \
 
772
          $(am__strip_dir) \
 
773
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libvlcdir)/$$f'"; \
 
774
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libvlcdir)/$$f"; \
750
775
        done
751
776
 
752
777
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
libzip_plugin_la-zipstream.lo: zipstream.c
794
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libzip_plugin_la_CFLAGS) $(CFLAGS) -MT libzip_plugin_la-zipstream.lo -MD -MP -MF $(DEPDIR)/libzip_plugin_la-zipstream.Tpo -c -o libzip_plugin_la-zipstream.lo `test -f 'zipstream.c' || echo '$(srcdir)/'`zipstream.c
795
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libzip_plugin_la-zipstream.Tpo $(DEPDIR)/libzip_plugin_la-zipstream.Plo
 
819
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libzip_plugin_la_CFLAGS) $(CFLAGS) -MT libzip_plugin_la-zipstream.lo -MD -MP -MF $(DEPDIR)/libzip_plugin_la-zipstream.Tpo -c -o libzip_plugin_la-zipstream.lo `test -f 'zipstream.c' || echo '$(srcdir)/'`zipstream.c
 
820
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libzip_plugin_la-zipstream.Tpo $(DEPDIR)/libzip_plugin_la-zipstream.Plo
796
821
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='zipstream.c' object='libzip_plugin_la-zipstream.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) $(libzip_plugin_la_CFLAGS) $(CFLAGS) -c -o libzip_plugin_la-zipstream.lo `test -f 'zipstream.c' || echo '$(srcdir)/'`zipstream.c
 
823
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libzip_plugin_la_CFLAGS) $(CFLAGS) -c -o libzip_plugin_la-zipstream.lo `test -f 'zipstream.c' || echo '$(srcdir)/'`zipstream.c
799
824
 
800
825
libzip_plugin_la-zipaccess.lo: zipaccess.c
801
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libzip_plugin_la_CFLAGS) $(CFLAGS) -MT libzip_plugin_la-zipaccess.lo -MD -MP -MF $(DEPDIR)/libzip_plugin_la-zipaccess.Tpo -c -o libzip_plugin_la-zipaccess.lo `test -f 'zipaccess.c' || echo '$(srcdir)/'`zipaccess.c
802
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libzip_plugin_la-zipaccess.Tpo $(DEPDIR)/libzip_plugin_la-zipaccess.Plo
 
826
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libzip_plugin_la_CFLAGS) $(CFLAGS) -MT libzip_plugin_la-zipaccess.lo -MD -MP -MF $(DEPDIR)/libzip_plugin_la-zipaccess.Tpo -c -o libzip_plugin_la-zipaccess.lo `test -f 'zipaccess.c' || echo '$(srcdir)/'`zipaccess.c
 
827
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libzip_plugin_la-zipaccess.Tpo $(DEPDIR)/libzip_plugin_la-zipaccess.Plo
803
828
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='zipaccess.c' object='libzip_plugin_la-zipaccess.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) $(libzip_plugin_la_CFLAGS) $(CFLAGS) -c -o libzip_plugin_la-zipaccess.lo `test -f 'zipaccess.c' || echo '$(srcdir)/'`zipaccess.c
 
830
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libzip_plugin_la_CFLAGS) $(CFLAGS) -c -o libzip_plugin_la-zipaccess.lo `test -f 'zipaccess.c' || echo '$(srcdir)/'`zipaccess.c
806
831
 
807
832
mostlyclean-libtool:
808
833
        -rm -f *.lo
822
847
 
823
848
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
824
849
                $(TAGS_FILES) $(LISP)
825
 
        tags=; \
 
850
        set x; \
826
851
        here=`pwd`; \
827
852
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
828
853
        unique=`for i in $$list; do \
830
855
          done | \
831
856
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
832
857
              END { if (nonempty) { for (i in files) print i; }; }'`; \
833
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
858
        shift; \
 
859
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
834
860
          test -n "$$unique" || unique=$$empty_fix; \
835
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
836
 
            $$tags $$unique; \
 
861
          if test $$# -gt 0; then \
 
862
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
863
              "$$@" $$unique; \
 
864
          else \
 
865
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
866
              $$unique; \
 
867
          fi; \
837
868
        fi
838
869
ctags: CTAGS
839
870
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
840
871
                $(TAGS_FILES) $(LISP)
841
 
        tags=; \
842
872
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
843
873
        unique=`for i in $$list; do \
844
874
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
845
875
          done | \
846
876
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
847
877
              END { if (nonempty) { for (i in files) print i; }; }'`; \
848
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
878
        test -z "$(CTAGS_ARGS)$$unique" \
849
879
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
850
 
             $$tags $$unique
 
880
             $$unique
851
881
 
852
882
GTAGS:
853
883
        here=`$(am__cd) $(top_builddir) && pwd` \
854
 
          && cd $(top_srcdir) \
855
 
          && gtags -i $(GTAGS_ARGS) $$here
 
884
          && $(am__cd) $(top_srcdir) \
 
885
          && gtags -i $(GTAGS_ARGS) "$$here"
856
886
 
857
887
distclean-tags:
858
888
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
873
903
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
874
904
          if test -d $$d/$$file; then \
875
905
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
906
            if test -d "$(distdir)/$$file"; then \
 
907
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
908
            fi; \
876
909
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
877
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
910
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
911
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
878
912
            fi; \
879
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
913
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
880
914
          else \
881
 
            test -f $(distdir)/$$file \
882
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
915
            test -f "$(distdir)/$$file" \
 
916
            || cp -p $$d/$$file "$(distdir)/$$file" \
883
917
            || exit 1; \
884
918
          fi; \
885
919
        done
913
947
 
914
948
distclean-generic:
915
949
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
950
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
916
951
 
917
952
maintainer-clean-generic:
918
953
        @echo "This command is intended for maintainers to use"
935
970
 
936
971
html: html-am
937
972
 
 
973
html-am:
 
974
 
938
975
info: info-am
939
976
 
940
977
info-am:
943
980
 
944
981
install-dvi: install-dvi-am
945
982
 
 
983
install-dvi-am:
 
984
 
946
985
install-exec-am:
947
986
 
948
987
install-html: install-html-am
949
988
 
 
989
install-html-am:
 
990
 
950
991
install-info: install-info-am
951
992
 
 
993
install-info-am:
 
994
 
952
995
install-man:
953
996
 
954
997
install-pdf: install-pdf-am
955
998
 
 
999
install-pdf-am:
 
1000
 
956
1001
install-ps: install-ps-am
957
1002
 
 
1003
install-ps-am:
 
1004
 
958
1005
installcheck-am:
959
1006
 
960
1007
maintainer-clean: maintainer-clean-am
977
1024
 
978
1025
uninstall-am: uninstall-libvlcLTLIBRARIES
979
1026
 
980
 
.MAKE: install-am install-strip
 
1027
.MAKE: all check install install-am install-strip
981
1028
 
982
1029
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
983
1030
        clean-libtool clean-libvlcLTLIBRARIES ctags distclean \
1001
1048
        $(top_builddir)/compile
1002
1049
 
1003
1050
.PHONY: nice
 
1051
 
1004
1052
# Tell versions [3.59,3.63) of GNU make to not export all variables.
1005
1053
# Otherwise a system limit (for SysV at least) may be exceeded.
1006
1054
.NOEXPORT: