⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile.in

📁 VLC Player Source Code
💻 IN
📖 第 1 页 / 共 3 页
字号:
# The telepathy pluginlibtelepathy_plugin_la_SOURCES = $(SOURCES_telepathy)nodist_libtelepathy_plugin_la_SOURCES = $(nodist_SOURCES_telepathy)# Force per-target objects:libtelepathy_plugin_la_CFLAGS = $(AM_CFLAGS)libtelepathy_plugin_la_CXXFLAGS = $(AM_CXXFLAGS)libtelepathy_plugin_la_OBJCFLAGS = $(AM_OBJCFLAGS)# Set LIBADD and DEPENDENCIES manually:libtelepathy_plugin_la_LIBADD = $(AM_LIBADD)libtelepathy_plugin_la_DEPENDENCIES = # The xosd pluginlibxosd_plugin_la_SOURCES = $(SOURCES_xosd)nodist_libxosd_plugin_la_SOURCES = $(nodist_SOURCES_xosd)# Force per-target objects:libxosd_plugin_la_CFLAGS = $(AM_CFLAGS)libxosd_plugin_la_CXXFLAGS = $(AM_CXXFLAGS)libxosd_plugin_la_OBJCFLAGS = $(AM_OBJCFLAGS)# Set LIBADD and DEPENDENCIES manually:libxosd_plugin_la_LIBADD = $(AM_LIBADD)libxosd_plugin_la_DEPENDENCIES = all: $(BUILT_SOURCES)	$(MAKE) $(AM_MAKEFLAGS) all-am.SUFFIXES:.SUFFIXES: .c .lo .m .o .obj$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/modules/common.am $(srcdir)/Modules.am $(am__configure_deps)	@for dep in $?; do \	  case '$(am__configure_deps)' in \	    *$$dep*) \	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \		&& exit 0; \	      exit 1;; \	  esac; \	done; \	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  modules/misc/notify/Makefile'; \	cd $(top_srcdir) && \	  $(AUTOMAKE) --gnu  modules/misc/notify/Makefile.PRECIOUS: MakefileMakefile: $(srcdir)/Makefile.in $(top_builddir)/config.status	@case '$?' in \	  *config.status*) \	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \	  *) \	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \	esac;$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refreshinstall-libvlcLTLIBRARIES: $(libvlc_LTLIBRARIES)	@$(NORMAL_INSTALL)	test -z "$(libvlcdir)" || $(MKDIR_P) "$(DESTDIR)$(libvlcdir)"	@list='$(libvlc_LTLIBRARIES)'; for p in $$list; do \	  if test -f $$p; then \	    f=$(am__strip_dir) \	    echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libvlcLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libvlcdir)/$$f'"; \	    $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libvlcLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libvlcdir)/$$f"; \	  else :; fi; \	doneuninstall-libvlcLTLIBRARIES:	@$(NORMAL_UNINSTALL)	@list='$(libvlc_LTLIBRARIES)'; for p in $$list; do \	  p=$(am__strip_dir) \	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libvlcdir)/$$p'"; \	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libvlcdir)/$$p"; \	doneclean-libvlcLTLIBRARIES:	-test -z "$(libvlc_LTLIBRARIES)" || rm -f $(libvlc_LTLIBRARIES)	@list='$(libvlc_LTLIBRARIES)'; for p in $$list; do \	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \	  test "$$dir" != "$$p" || dir=.; \	  echo "rm -f \"$${dir}/so_locations\""; \	  rm -f "$${dir}/so_locations"; \	donelibgrowl_plugin.la: $(libgrowl_plugin_la_OBJECTS) $(libgrowl_plugin_la_DEPENDENCIES) 	$(libgrowl_plugin_la_LINK)  $(libgrowl_plugin_la_OBJECTS) $(libgrowl_plugin_la_LIBADD) $(LIBS)libgrowl_udp_plugin.la: $(libgrowl_udp_plugin_la_OBJECTS) $(libgrowl_udp_plugin_la_DEPENDENCIES) 	$(libgrowl_udp_plugin_la_LINK)  $(libgrowl_udp_plugin_la_OBJECTS) $(libgrowl_udp_plugin_la_LIBADD) $(LIBS)libmsn_plugin.la: $(libmsn_plugin_la_OBJECTS) $(libmsn_plugin_la_DEPENDENCIES) 	$(libmsn_plugin_la_LINK)  $(libmsn_plugin_la_OBJECTS) $(libmsn_plugin_la_LIBADD) $(LIBS)libnotify_plugin.la: $(libnotify_plugin_la_OBJECTS) $(libnotify_plugin_la_DEPENDENCIES) 	$(libnotify_plugin_la_LINK)  $(libnotify_plugin_la_OBJECTS) $(libnotify_plugin_la_LIBADD) $(LIBS)libtelepathy_plugin.la: $(libtelepathy_plugin_la_OBJECTS) $(libtelepathy_plugin_la_DEPENDENCIES) 	$(libtelepathy_plugin_la_LINK)  $(libtelepathy_plugin_la_OBJECTS) $(libtelepathy_plugin_la_LIBADD) $(LIBS)libxosd_plugin.la: $(libxosd_plugin_la_OBJECTS) $(libxosd_plugin_la_DEPENDENCIES) 	$(libxosd_plugin_la_LINK)  $(libxosd_plugin_la_OBJECTS) $(libxosd_plugin_la_LIBADD) $(LIBS)mostlyclean-compile:	-rm -f *.$(OBJEXT)distclean-compile:	-rm -f *.tab.c@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgrowl_plugin_la-growl.Plo@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgrowl_udp_plugin_la-growl_udp.Plo@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libmsn_plugin_la-msn.Plo@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libnotify_plugin_la-notify.Plo@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtelepathy_plugin_la-telepathy.Plo@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libxosd_plugin_la-xosd.Plo@am__quote@.c.o:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCC_FALSE@	$(COMPILE) -c $<.c.obj:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`.c.lo:@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<libgrowl_udp_plugin_la-growl_udp.lo: growl_udp.c@am__fastdepCC_TRUE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgrowl_udp_plugin_la_CFLAGS) $(CFLAGS) -MT libgrowl_udp_plugin_la-growl_udp.lo -MD -MP -MF $(DEPDIR)/libgrowl_udp_plugin_la-growl_udp.Tpo -c -o libgrowl_udp_plugin_la-growl_udp.lo `test -f 'growl_udp.c' || echo '$(srcdir)/'`growl_udp.c@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/libgrowl_udp_plugin_la-growl_udp.Tpo $(DEPDIR)/libgrowl_udp_plugin_la-growl_udp.Plo@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='growl_udp.c' object='libgrowl_udp_plugin_la-growl_udp.lo' libtool=yes @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgrowl_udp_plugin_la_CFLAGS) $(CFLAGS) -c -o libgrowl_udp_plugin_la-growl_udp.lo `test -f 'growl_udp.c' || echo '$(srcdir)/'`growl_udp.clibmsn_plugin_la-msn.lo: msn.c@am__fastdepCC_TRUE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmsn_plugin_la_CFLAGS) $(CFLAGS) -MT libmsn_plugin_la-msn.lo -MD -MP -MF $(DEPDIR)/libmsn_plugin_la-msn.Tpo -c -o libmsn_plugin_la-msn.lo `test -f 'msn.c' || echo '$(srcdir)/'`msn.c@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/libmsn_plugin_la-msn.Tpo $(DEPDIR)/libmsn_plugin_la-msn.Plo@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='msn.c' object='libmsn_plugin_la-msn.lo' libtool=yes @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmsn_plugin_la_CFLAGS) $(CFLAGS) -c -o libmsn_plugin_la-msn.lo `test -f 'msn.c' || echo '$(srcdir)/'`msn.clibnotify_plugin_la-notify.lo: notify.c@am__fastdepCC_TRUE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libnotify_plugin_la_CFLAGS) $(CFLAGS) -MT libnotify_plugin_la-notify.lo -MD -MP -MF $(DEPDIR)/libnotify_plugin_la-notify.Tpo -c -o libnotify_plugin_la-notify.lo `test -f 'notify.c' || echo '$(srcdir)/'`notify.c@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/libnotify_plugin_la-notify.Tpo $(DEPDIR)/libnotify_plugin_la-notify.Plo@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='notify.c' object='libnotify_plugin_la-notify.lo' libtool=yes @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libnotify_plugin_la_CFLAGS) $(CFLAGS) -c -o libnotify_plugin_la-notify.lo `test -f 'notify.c' || echo '$(srcdir)/'`notify.clibtelepathy_plugin_la-telepathy.lo: telepathy.c@am__fastdepCC_TRUE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtelepathy_plugin_la_CFLAGS) $(CFLAGS) -MT libtelepathy_plugin_la-telepathy.lo -MD -MP -MF $(DEPDIR)/libtelepathy_plugin_la-telepathy.Tpo -c -o libtelepathy_plugin_la-telepathy.lo `test -f 'telepathy.c' || echo '$(srcdir)/'`telepathy.c@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/libtelepathy_plugin_la-telepathy.Tpo $(DEPDIR)/libtelepathy_plugin_la-telepathy.Plo@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='telepathy.c' object='libtelepathy_plugin_la-telepathy.lo' libtool=yes @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtelepathy_plugin_la_CFLAGS) $(CFLAGS) -c -o libtelepathy_plugin_la-telepathy.lo `test -f 'telepathy.c' || echo '$(srcdir)/'`telepathy.clibxosd_plugin_la-xosd.lo: xosd.c@am__fastdepCC_TRUE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxosd_plugin_la_CFLAGS) $(CFLAGS) -MT libxosd_plugin_la-xosd.lo -MD -MP -MF $(DEPDIR)/libxosd_plugin_la-xosd.Tpo -c -o libxosd_plugin_la-xosd.lo `test -f 'xosd.c' || echo '$(srcdir)/'`xosd.c@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/libxosd_plugin_la-xosd.Tpo $(DEPDIR)/libxosd_plugin_la-xosd.Plo@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='xosd.c' object='libxosd_plugin_la-xosd.lo' libtool=yes @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxosd_plugin_la_CFLAGS) $(CFLAGS) -c -o libxosd_plugin_la-xosd.lo `test -f 'xosd.c' || echo '$(srcdir)/'`xosd.c.m.o:@am__fastdepOBJC_TRUE@	$(OBJCCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<@am__fastdepOBJC_TRUE@	mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po@AMDEP_TRUE@@am__fastdepOBJC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepOBJC_FALSE@	DEPDIR=$(DEPDIR) $(OBJCDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepOBJC_FALSE@	$(OBJCCOMPILE) -c -o $@ $<.m.obj:@am__fastdepOBJC_TRUE@	$(OBJCCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`@am__fastdepOBJC_TRUE@	mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po@AMDEP_TRUE@@am__fastdepOBJC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepOBJC_FALSE@	DEPDIR=$(DEPDIR) $(OBJCDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepOBJC_FALSE@	$(OBJCCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`.m.lo:@am__fastdepOBJC_TRUE@	$(LTOBJCCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<@am__fastdepOBJC_TRUE@	mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo@AMDEP_TRUE@@am__fastdepOBJC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepOBJC_FALSE@	DEPDIR=$(DEPDIR) $(OBJCDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepOBJC_FALSE@	$(LTOBJCCOMPILE) -c -o $@ $<libgrowl_plugin_la-growl.lo: growl.m@am__fastdepOBJC_TRUE@	$(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(OBJC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgrowl_plugin_la_OBJCFLAGS) $(OBJCFLAGS) -MT libgrowl_plugin_la-growl.lo -MD -MP -MF $(DEPDIR)/libgrowl_plugin_la-growl.Tpo -c -o libgrowl_plugin_la-growl.lo `test -f 'growl.m' || echo '$(srcdir)/'`growl.m@am__fastdepOBJC_TRUE@	mv -f $(DEPDIR)/libgrowl_plugin_la-growl.Tpo $(DEPDIR)/libgrowl_plugin_la-growl.Plo@AMDEP_TRUE@@am__fastdepOBJC_FALSE@	source='growl.m' object='libgrowl_plugin_la-growl.lo' libtool=yes @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepOBJC_FALSE@	DEPDIR=$(DEPDIR) $(OBJCDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepOBJC_FALSE@	$(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(OBJC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgrowl_plugin_la_OBJCFLAGS) $(OBJCFLAGS) -c -o libgrowl_plugin_la-growl.lo `test -f 'growl.m' || echo '$(srcdir)/'`growl.mmostlyclean-libtool:	-rm -f *.loclean-libtool:	-rm -rf .libs _libsID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \	unique=`for i in $$list; do \	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \	  done | \	  $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \	      END { if (nonempty) { for (i in files) print i; }; }'`; \	mkid -fID $$uniquetags: TAGSTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \		$(TAGS_FILES) $(LISP)	tags=; \	here=`pwd`; \	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \	unique=`for i in $$list; do \	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \	  done | \	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \	      END { if (nonempty) { for (i in files) print i; }; }'`; \	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \	  test -n "$$unique" || unique=$$empty_fix; \	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \	    $$tags $$unique; \	fictags: CTAGSCTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \		$(TAGS_FILES) $(LISP)	tags=; \	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \	unique=`for i in $$list; do \	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \	  done | \	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \	      END { if (nonempty) { for (i in files) print i; }; }'`; \	test -z "$(CTAGS_ARGS)$$tags$$unique" \	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \	     $$tags $$uniqueGTAGS:	here=`$(am__cd) $(top_builddir) && pwd` \	  && cd $(top_srcdir) \	  && gtags -i $(GTAGS_ARGS) $$heredistclean-tags:	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tagsdistdir: $(DISTFILES)	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \	list='$(DISTFILES)'; \	  dist_files=`for file in $$list; do echo $$file; done | \	  sed -e "s|^$$srcdirstrip/||;t" \	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \	case $$dist_files in \	  */*) $(MKDIR_P) `echo "$$dist_files" | \			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \			   sort -u` ;; \	esac; \	for file in $$dist_files; do \	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \	  if test -d $$d/$$file; then \	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \	    fi; \	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \	  else \	    test -f $(distdir)/$$file \	    || cp -p $$d/$$file $(distdir)/$$file \	    || exit 1; \	  fi; \	donecheck-am: all-amcheck: $(BUILT_SOURCES)	$(MAKE) $(AM_MAKEFLAGS) check-amall-am: Makefile $(LTLIBRARIES)installdirs:	for dir in "$(DESTDIR)$(libvlcdir)"; do \	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \	doneinstall: $(BUILT_SOURCES)	$(MAKE) $(AM_MAKEFLAGS) install-aminstall-exec: install-exec-aminstall-data: install-data-amuninstall: uninstall-aminstall-am: all-am	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-aminstallcheck: installcheck-aminstall-strip:	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \	  `test -z '$(STRIP)' || \	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` installmostlyclean-generic:clean-generic:	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)distclean-generic:	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)maintainer-clean-generic:	@echo "This command is intended for maintainers to use"	@echo "it deletes files that may require special tools to rebuild."	-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)clean: clean-amclean-am: clean-generic clean-libtool clean-libvlcLTLIBRARIES \	mostlyclean-amdistclean: distclean-am	-rm -rf ./$(DEPDIR)	-rm -f Makefiledistclean-am: clean-am distclean-compile distclean-generic \	distclean-tagsdvi: dvi-amdvi-am:html: html-aminfo: info-aminfo-am:install-data-am: install-libvlcLTLIBRARIESinstall-dvi: install-dvi-aminstall-exec-am:install-html: install-html-aminstall-info: install-info-aminstall-man:install-pdf: install-pdf-aminstall-ps: install-ps-aminstallcheck-am:maintainer-clean: maintainer-clean-am	-rm -rf ./$(DEPDIR)	-rm -f Makefilemaintainer-clean-am: distclean-am maintainer-clean-genericmostlyclean: mostlyclean-ammostlyclean-am: mostlyclean-compile mostlyclean-generic \	mostlyclean-libtoolpdf: pdf-ampdf-am:ps: ps-amps-am:uninstall-am: uninstall-libvlcLTLIBRARIES.MAKE: install-am install-strip.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \	clean-libtool clean-libvlcLTLIBRARIES ctags distclean \	distclean-compile distclean-generic distclean-libtool \	distclean-tags distdir dvi dvi-am html html-am info info-am \	install install-am install-data install-data-am install-dvi \	install-dvi-am install-exec install-exec-am install-html \	install-html-am install-info install-info-am \	install-libvlcLTLIBRARIES install-man install-pdf \	install-pdf-am install-ps install-ps-am install-strip \	installcheck installcheck-am installdirs maintainer-clean \	maintainer-clean-generic mostlyclean mostlyclean-compile \	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \	tags uninstall uninstall-am uninstall-libvlcLTLIBRARIES@MAINTAINER_MODE_TRUE@$(srcdir)/Makefile.am: $(srcdir)/Modules.am $(top_srcdir)/modules/genmf@MAINTAINER_MODE_TRUE@	cd \$(top_srcdir) && \$(SHELL) modules/genmf $(dir)nice:	$(top_builddir)/compile.PHONY: nice# Tell versions [3.59,3.63) of GNU make to not export all variables.# Otherwise a system limit (for SysV at least) may be exceeded..NOEXPORT:

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -