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

📄 makefile.in

📁 VLC Player Source Code
💻 IN
📖 第 1 页 / 共 4 页
字号:
RANLIB = @RANLIB@RCC = @RCC@SCHROEDINGER_CFLAGS = @SCHROEDINGER_CFLAGS@SCHROEDINGER_LIBS = @SCHROEDINGER_LIBS@SDL11_CONFIG = @SDL11_CONFIG@SDL12_CONFIG = @SDL12_CONFIG@SDL_CONFIG = @SDL_CONFIG@SED = @SED@SET_MAKE = @SET_MAKE@SHELL = @SHELL@SHOUT_CFLAGS = @SHOUT_CFLAGS@SHOUT_LIBS = @SHOUT_LIBS@STRIP = @STRIP@SVG_CFLAGS = @SVG_CFLAGS@SVG_LIBS = @SVG_LIBS@SWSCALE_CFLAGS = @SWSCALE_CFLAGS@SWSCALE_LIBS = @SWSCALE_LIBS@SYS = @SYS@TAGLIB_CFLAGS = @TAGLIB_CFLAGS@TAGLIB_LIBS = @TAGLIB_LIBS@UIC = @UIC@USE_NLS = @USE_NLS@VCDINFO_CFLAGS = @VCDINFO_CFLAGS@VCDINFO_LIBS = @VCDINFO_LIBS@VERSION = @VERSION@VERSION_EXTRA_RC = @VERSION_EXTRA_RC@VERSION_MAJOR = @VERSION_MAJOR@VERSION_MESSAGE = @VERSION_MESSAGE@VERSION_MINOR = @VERSION_MINOR@VERSION_REVISION = @VERSION_REVISION@VLC_CONFIG = @VLC_CONFIG@WIDL = @WIDL@WINDRES = @WINDRES@WINE_SDK_PATH = @WINE_SDK_PATH@X264_CFLAGS = @X264_CFLAGS@X264_LIBS = @X264_LIBS@XGETTEXT = @XGETTEXT@XGETTEXT_015 = @XGETTEXT_015@XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@XMKMF = @XMKMF@XML2_CONFIG = @XML2_CONFIG@XPM_CFLAGS = @XPM_CFLAGS@XPM_LIBS = @XPM_LIBS@X_CFLAGS = @X_CFLAGS@X_EXTRA_LIBS = @X_EXTRA_LIBS@X_LIBS = @X_LIBS@X_PRE_LIBS = @X_PRE_LIBS@ZVBI_CFLAGS = @ZVBI_CFLAGS@ZVBI_LIBS = @ZVBI_LIBS@abs_builddir = @abs_builddir@abs_srcdir = @abs_srcdir@abs_top_builddir = @abs_top_builddir@abs_top_srcdir = @abs_top_srcdir@ac_ct_CC = @ac_ct_CC@ac_ct_CXX = @ac_ct_CXX@ac_ct_OBJC = @ac_ct_OBJC@am__include = @am__include@am__leading_dot = @am__leading_dot@am__quote = @am__quote@am__tar = @am__tar@am__untar = @am__untar@bindir = @bindir@build = @build@build_alias = @build_alias@build_cpu = @build_cpu@build_os = @build_os@build_vendor = @build_vendor@builddir = @builddir@datadir = @datadir@datarootdir = @datarootdir@docdir = @docdir@dvidir = @dvidir@exec_prefix = @exec_prefix@host = @host@host_alias = @host_alias@host_cpu = @host_cpu@host_os = @host_os@host_vendor = @host_vendor@htmldir = @htmldir@includedir = @includedir@infodir = @infodir@install_sh = @install_sh@libdir = @libdir@libexecdir = @libexecdir@localedir = @localedir@localstatedir = @localstatedir@mandir = @mandir@mkdir_p = @mkdir_p@oldincludedir = @oldincludedir@pdfdir = @pdfdir@prefix = @prefix@program_transform_name = @program_transform_name@psdir = @psdir@sbindir = @sbindir@sharedstatedir = @sharedstatedir@srcdir = @srcdir@sysconfdir = @sysconfdir@target_alias = @target_alias@top_builddir = @top_builddir@top_srcdir = @top_srcdir@basedir = demuxdir = demux/playlistmods = playlistlibvlc_LTLIBRARIES = $(LTLIBplaylist)EXTRA_LTLIBRARIES = libplaylist_plugin.laNULL = SUFFIXES = libvlcdir = $(libdir)/vlc/$(basedir)EXTRA_DIST = Modules.amBUILT_SOURCES = CLEANFILES = $(BUILT_SOURCES)LTLIBVLCCORE = $(top_builddir)/src/libvlccore.laAM_CFLAGS = `$(VLC_CONFIG) --cflags plugin $@`AM_CXXFLAGS = `$(VLC_CONFIG) --cxxflags plugin $@`AM_OBJCFLAGS = `$(VLC_CONFIG) --objcflags plugin $@`AM_LDFLAGS = -rpath '$(libvlcdir)' \	-avoid-version -module -no-undefined \	-export-symbol-regex ^vlc_entry \	-shrext $(LIBEXT) \	 `$(VLC_CONFIG) --ldflags plugin $@`AM_LIBADD = `$(VLC_CONFIG) -libs plugin $@` $(LTLIBVLCCORE)SOURCES_playlist = \	playlist.c \	playlist.h \	m3u.c \	b4s.c \	pls.c \	dvb.c \	podcast.c \	xspf.c \	xspf.h \	shoutcast.c \	asx.c \	sgimb.c \	qtl.c \	gvp.c \	ifo.c \	itml.c \	itml.h \	$(NULL)# The playlist pluginlibplaylist_plugin_la_SOURCES = $(SOURCES_playlist)nodist_libplaylist_plugin_la_SOURCES = $(nodist_SOURCES_playlist)# Force per-target objects:libplaylist_plugin_la_CFLAGS = $(AM_CFLAGS)libplaylist_plugin_la_CXXFLAGS = $(AM_CXXFLAGS)libplaylist_plugin_la_OBJCFLAGS = $(AM_OBJCFLAGS)# Set LIBADD and DEPENDENCIES manually:libplaylist_plugin_la_LIBADD = $(AM_LIBADD)libplaylist_plugin_la_DEPENDENCIES = all: $(BUILT_SOURCES)	$(MAKE) $(AM_MAKEFLAGS) all-am.SUFFIXES:.SUFFIXES: .c .lo .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/demux/playlist/Makefile'; \	cd $(top_srcdir) && \	  $(AUTOMAKE) --gnu  modules/demux/playlist/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"; \	donelibplaylist_plugin.la: $(libplaylist_plugin_la_OBJECTS) $(libplaylist_plugin_la_DEPENDENCIES) 	$(libplaylist_plugin_la_LINK)  $(libplaylist_plugin_la_OBJECTS) $(libplaylist_plugin_la_LIBADD) $(LIBS)mostlyclean-compile:	-rm -f *.$(OBJEXT)distclean-compile:	-rm -f *.tab.c@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libplaylist_plugin_la-asx.Plo@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libplaylist_plugin_la-b4s.Plo@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libplaylist_plugin_la-dvb.Plo@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libplaylist_plugin_la-gvp.Plo@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libplaylist_plugin_la-ifo.Plo@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libplaylist_plugin_la-itml.Plo@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libplaylist_plugin_la-m3u.Plo@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libplaylist_plugin_la-playlist.Plo@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libplaylist_plugin_la-pls.Plo@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libplaylist_plugin_la-podcast.Plo@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libplaylist_plugin_la-qtl.Plo@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libplaylist_plugin_la-sgimb.Plo@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libplaylist_plugin_la-shoutcast.Plo@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libplaylist_plugin_la-xspf.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 $@ $<libplaylist_plugin_la-playlist.lo: playlist.c@am__fastdepCC_TRUE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libplaylist_plugin_la_CFLAGS) $(CFLAGS) -MT libplaylist_plugin_la-playlist.lo -MD -MP -MF $(DEPDIR)/libplaylist_plugin_la-playlist.Tpo -c -o libplaylist_plugin_la-playlist.lo `test -f 'playlist.c' || echo '$(srcdir)/'`playlist.c@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/libplaylist_plugin_la-playlist.Tpo $(DEPDIR)/libplaylist_plugin_la-playlist.Plo@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='playlist.c' object='libplaylist_plugin_la-playlist.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) $(libplaylist_plugin_la_CFLAGS) $(CFLAGS) -c -o libplaylist_plugin_la-playlist.lo `test -f 'playlist.c' || echo '$(srcdir)/'`playlist.clibplaylist_plugin_la-m3u.lo: m3u.c@am__fastdepCC_TRUE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libplaylist_plugin_la_CFLAGS) $(CFLAGS) -MT libplaylist_plugin_la-m3u.lo -MD -MP -MF $(DEPDIR)/libplaylist_plugin_la-m3u.Tpo -c -o libplaylist_plugin_la-m3u.lo `test -f 'm3u.c' || echo '$(srcdir)/'`m3u.c@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/libplaylist_plugin_la-m3u.Tpo $(DEPDIR)/libplaylist_plugin_la-m3u.Plo@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='m3u.c' object='libplaylist_plugin_la-m3u.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) $(libplaylist_plugin_la_CFLAGS) $(CFLAGS) -c -o libplaylist_plugin_la-m3u.lo `test -f 'm3u.c' || echo '$(srcdir)/'`m3u.clibplaylist_plugin_la-b4s.lo: b4s.c@am__fastdepCC_TRUE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libplaylist_plugin_la_CFLAGS) $(CFLAGS) -MT libplaylist_plugin_la-b4s.lo -MD -MP -MF $(DEPDIR)/libplaylist_plugin_la-b4s.Tpo -c -o libplaylist_plugin_la-b4s.lo `test -f 'b4s.c' || echo '$(srcdir)/'`b4s.c@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/libplaylist_plugin_la-b4s.Tpo $(DEPDIR)/libplaylist_plugin_la-b4s.Plo@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='b4s.c' object='libplaylist_plugin_la-b4s.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) $(libplaylist_plugin_la_CFLAGS) $(CFLAGS) -c -o libplaylist_plugin_la-b4s.lo `test -f 'b4s.c' || echo '$(srcdir)/'`b4s.c

⌨️ 快捷键说明

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