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

« back to all changes in this revision

Viewing changes to modules/codec/shine/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@
704
724
              exit 1;; \
705
725
          esac; \
706
726
        done; \
707
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  modules/codec/shine/Makefile'; \
708
 
        cd $(top_srcdir) && \
709
 
          $(AUTOMAKE) --gnu  modules/codec/shine/Makefile
 
727
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu modules/codec/shine/Makefile'; \
 
728
        $(am__cd) $(top_srcdir) && \
 
729
          $(AUTOMAKE) --gnu modules/codec/shine/Makefile
710
730
.PRECIOUS: Makefile
711
731
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
712
732
        @case '$?' in \
724
744
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
725
745
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
726
746
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
747
$(am__aclocal_m4_deps):
727
748
install-libvlcLTLIBRARIES: $(libvlc_LTLIBRARIES)
728
749
        @$(NORMAL_INSTALL)
729
750
        test -z "$(libvlcdir)" || $(MKDIR_P) "$(DESTDIR)$(libvlcdir)"
730
 
        @list='$(libvlc_LTLIBRARIES)'; for p in $$list; do \
 
751
        @list='$(libvlc_LTLIBRARIES)'; test -n "$(libvlcdir)" || list=; \
 
752
        list2=; for p in $$list; do \
731
753
          if test -f $$p; then \
732
 
            f=$(am__strip_dir) \
733
 
            echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libvlcLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libvlcdir)/$$f'"; \
734
 
            $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libvlcLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libvlcdir)/$$f"; \
 
754
            list2="$$list2 $$p"; \
735
755
          else :; fi; \
736
 
        done
 
756
        done; \
 
757
        test -z "$$list2" || { \
 
758
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libvlcdir)'"; \
 
759
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libvlcdir)"; \
 
760
        }
737
761
 
738
762
uninstall-libvlcLTLIBRARIES:
739
763
        @$(NORMAL_UNINSTALL)
740
 
        @list='$(libvlc_LTLIBRARIES)'; for p in $$list; do \
741
 
          p=$(am__strip_dir) \
742
 
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libvlcdir)/$$p'"; \
743
 
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libvlcdir)/$$p"; \
 
764
        @list='$(libvlc_LTLIBRARIES)'; test -n "$(libvlcdir)" || list=; \
 
765
        for p in $$list; do \
 
766
          $(am__strip_dir) \
 
767
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libvlcdir)/$$f'"; \
 
768
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libvlcdir)/$$f"; \
744
769
        done
745
770
 
746
771
clean-libvlcLTLIBRARIES:
765
790
 
766
791
.c.o:
767
792
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
768
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
793
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
769
794
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
770
795
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
771
796
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
772
797
 
773
798
.c.obj:
774
799
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
775
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
800
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
776
801
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
777
802
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
778
803
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
779
804
 
780
805
.c.lo:
781
806
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
782
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
807
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
783
808
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
784
809
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
785
810
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
786
811
 
787
812
libshine_plugin_la-shine_mod.lo: shine_mod.c
788
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libshine_plugin_la_CFLAGS) $(CFLAGS) -MT libshine_plugin_la-shine_mod.lo -MD -MP -MF $(DEPDIR)/libshine_plugin_la-shine_mod.Tpo -c -o libshine_plugin_la-shine_mod.lo `test -f 'shine_mod.c' || echo '$(srcdir)/'`shine_mod.c
789
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libshine_plugin_la-shine_mod.Tpo $(DEPDIR)/libshine_plugin_la-shine_mod.Plo
 
813
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libshine_plugin_la_CFLAGS) $(CFLAGS) -MT libshine_plugin_la-shine_mod.lo -MD -MP -MF $(DEPDIR)/libshine_plugin_la-shine_mod.Tpo -c -o libshine_plugin_la-shine_mod.lo `test -f 'shine_mod.c' || echo '$(srcdir)/'`shine_mod.c
 
814
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libshine_plugin_la-shine_mod.Tpo $(DEPDIR)/libshine_plugin_la-shine_mod.Plo
790
815
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='shine_mod.c' object='libshine_plugin_la-shine_mod.lo' libtool=yes @AMDEPBACKSLASH@
791
816
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
792
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libshine_plugin_la_CFLAGS) $(CFLAGS) -c -o libshine_plugin_la-shine_mod.lo `test -f 'shine_mod.c' || echo '$(srcdir)/'`shine_mod.c
 
817
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libshine_plugin_la_CFLAGS) $(CFLAGS) -c -o libshine_plugin_la-shine_mod.lo `test -f 'shine_mod.c' || echo '$(srcdir)/'`shine_mod.c
793
818
 
794
819
libshine_plugin_la-shine.lo: shine.c
795
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libshine_plugin_la_CFLAGS) $(CFLAGS) -MT libshine_plugin_la-shine.lo -MD -MP -MF $(DEPDIR)/libshine_plugin_la-shine.Tpo -c -o libshine_plugin_la-shine.lo `test -f 'shine.c' || echo '$(srcdir)/'`shine.c
796
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libshine_plugin_la-shine.Tpo $(DEPDIR)/libshine_plugin_la-shine.Plo
 
820
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libshine_plugin_la_CFLAGS) $(CFLAGS) -MT libshine_plugin_la-shine.lo -MD -MP -MF $(DEPDIR)/libshine_plugin_la-shine.Tpo -c -o libshine_plugin_la-shine.lo `test -f 'shine.c' || echo '$(srcdir)/'`shine.c
 
821
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libshine_plugin_la-shine.Tpo $(DEPDIR)/libshine_plugin_la-shine.Plo
797
822
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='shine.c' object='libshine_plugin_la-shine.lo' libtool=yes @AMDEPBACKSLASH@
798
823
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
799
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libshine_plugin_la_CFLAGS) $(CFLAGS) -c -o libshine_plugin_la-shine.lo `test -f 'shine.c' || echo '$(srcdir)/'`shine.c
 
824
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libshine_plugin_la_CFLAGS) $(CFLAGS) -c -o libshine_plugin_la-shine.lo `test -f 'shine.c' || echo '$(srcdir)/'`shine.c
800
825
 
801
826
mostlyclean-libtool:
802
827
        -rm -f *.lo
816
841
 
817
842
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
818
843
                $(TAGS_FILES) $(LISP)
819
 
        tags=; \
 
844
        set x; \
820
845
        here=`pwd`; \
821
846
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
822
847
        unique=`for i in $$list; do \
824
849
          done | \
825
850
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
826
851
              END { if (nonempty) { for (i in files) print i; }; }'`; \
827
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
852
        shift; \
 
853
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
828
854
          test -n "$$unique" || unique=$$empty_fix; \
829
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
830
 
            $$tags $$unique; \
 
855
          if test $$# -gt 0; then \
 
856
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
857
              "$$@" $$unique; \
 
858
          else \
 
859
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
860
              $$unique; \
 
861
          fi; \
831
862
        fi
832
863
ctags: CTAGS
833
864
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
834
865
                $(TAGS_FILES) $(LISP)
835
 
        tags=; \
836
866
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
837
867
        unique=`for i in $$list; do \
838
868
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
839
869
          done | \
840
870
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
841
871
              END { if (nonempty) { for (i in files) print i; }; }'`; \
842
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
872
        test -z "$(CTAGS_ARGS)$$unique" \
843
873
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
844
 
             $$tags $$unique
 
874
             $$unique
845
875
 
846
876
GTAGS:
847
877
        here=`$(am__cd) $(top_builddir) && pwd` \
848
 
          && cd $(top_srcdir) \
849
 
          && gtags -i $(GTAGS_ARGS) $$here
 
878
          && $(am__cd) $(top_srcdir) \
 
879
          && gtags -i $(GTAGS_ARGS) "$$here"
850
880
 
851
881
distclean-tags:
852
882
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
867
897
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
868
898
          if test -d $$d/$$file; then \
869
899
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
900
            if test -d "$(distdir)/$$file"; then \
 
901
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
902
            fi; \
870
903
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
871
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
904
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
905
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
872
906
            fi; \
873
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
907
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
874
908
          else \
875
 
            test -f $(distdir)/$$file \
876
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
909
            test -f "$(distdir)/$$file" \
 
910
            || cp -p $$d/$$file "$(distdir)/$$file" \
877
911
            || exit 1; \
878
912
          fi; \
879
913
        done
907
941
 
908
942
distclean-generic:
909
943
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
944
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
910
945
 
911
946
maintainer-clean-generic:
912
947
        @echo "This command is intended for maintainers to use"
929
964
 
930
965
html: html-am
931
966
 
 
967
html-am:
 
968
 
932
969
info: info-am
933
970
 
934
971
info-am:
937
974
 
938
975
install-dvi: install-dvi-am
939
976
 
 
977
install-dvi-am:
 
978
 
940
979
install-exec-am:
941
980
 
942
981
install-html: install-html-am
943
982
 
 
983
install-html-am:
 
984
 
944
985
install-info: install-info-am
945
986
 
 
987
install-info-am:
 
988
 
946
989
install-man:
947
990
 
948
991
install-pdf: install-pdf-am
949
992
 
 
993
install-pdf-am:
 
994
 
950
995
install-ps: install-ps-am
951
996
 
 
997
install-ps-am:
 
998
 
952
999
installcheck-am:
953
1000
 
954
1001
maintainer-clean: maintainer-clean-am
971
1018
 
972
1019
uninstall-am: uninstall-libvlcLTLIBRARIES
973
1020
 
974
 
.MAKE: install-am install-strip
 
1021
.MAKE: all check install install-am install-strip
975
1022
 
976
1023
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
977
1024
        clean-libtool clean-libvlcLTLIBRARIES ctags distclean \
995
1042
        $(top_builddir)/compile
996
1043
 
997
1044
.PHONY: nice
 
1045
 
998
1046
# Tell versions [3.59,3.63) of GNU make to not export all variables.
999
1047
# Otherwise a system limit (for SysV at least) may be exceeded.
1000
1048
.NOEXPORT: