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

📄 makefile.in

📁 video linux conference
💻 IN
📖 第 1 页 / 共 3 页
字号:
	$(libexport_plugin_a_SOURCES)DATA = $(libexport_DATA)HEADERS = $(noinst_HEADERS)RECURSIVE_TARGETS = info-recursive dvi-recursive pdf-recursive \	ps-recursive install-info-recursive uninstall-info-recursive \	all-recursive install-data-recursive install-exec-recursive \	installdirs-recursive install-recursive uninstall-recursive \	check-recursive installcheck-recursiveDIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.in \	$(srcdir)/Modules.am Makefile.amDIST_SUBDIRS = $(SUBDIRS)SOURCES = $(libexport_a_SOURCES) $(libexport_pic_a_SOURCES) $(libexport_plugin_a_SOURCES)all: $(BUILT_SOURCES)	$(MAKE) $(AM_MAKEFLAGS) all-recursive.SUFFIXES:.SUFFIXES: .c .o .obj$(srcdir)/Makefile.in:  Makefile.am $(srcdir)/Modules.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)	cd $(top_srcdir) && \	  $(AUTOMAKE) --gnu  modules/misc/playlist/MakefileMakefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)libvlcLIBRARIES_INSTALL = $(INSTALL_DATA)install-libvlcLIBRARIES: $(libvlc_LIBRARIES)	@$(NORMAL_INSTALL)	$(mkinstalldirs) $(DESTDIR)$(libvlcdir)	@list='$(libvlc_LIBRARIES)'; for p in $$list; do \	  if test -f $$p; then \	    f="`echo $$p | sed -e 's|^.*/||'`"; \	    echo " $(libvlcLIBRARIES_INSTALL) $$p $(DESTDIR)$(libvlcdir)/$$f"; \	    $(libvlcLIBRARIES_INSTALL) $$p $(DESTDIR)$(libvlcdir)/$$f; \	  else :; fi; \	done	@$(POST_INSTALL)	@list='$(libvlc_LIBRARIES)'; for p in $$list; do \	  if test -f $$p; then \	    p="`echo $$p | sed -e 's|^.*/||'`"; \	    echo " $(RANLIB) $(DESTDIR)$(libvlcdir)/$$p"; \	    $(RANLIB) $(DESTDIR)$(libvlcdir)/$$p; \	  else :; fi; \	doneuninstall-libvlcLIBRARIES:	@$(NORMAL_UNINSTALL)	@list='$(libvlc_LIBRARIES)'; for p in $$list; do \	  p="`echo $$p | sed -e 's|^.*/||'`"; \	  echo " rm -f $(DESTDIR)$(libvlcdir)/$$p"; \	  rm -f $(DESTDIR)$(libvlcdir)/$$p; \	doneclean-libvlcLIBRARIES:	-test -z "$(libvlc_LIBRARIES)" || rm -f $(libvlc_LIBRARIES)clean-noinstLIBRARIES:	-test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)libexport.a: $(libexport_a_OBJECTS) $(libexport_a_DEPENDENCIES) 	-rm -f libexport.a	$(libexport_a_AR) libexport.a $(libexport_a_OBJECTS) $(libexport_a_LIBADD)	$(RANLIB) libexport.alibexport_pic.a: $(libexport_pic_a_OBJECTS) $(libexport_pic_a_DEPENDENCIES) 	-rm -f libexport_pic.a	$(libexport_pic_a_AR) libexport_pic.a $(libexport_pic_a_OBJECTS) $(libexport_pic_a_LIBADD)	$(RANLIB) libexport_pic.alibexport_plugin.a: $(libexport_plugin_a_OBJECTS) $(libexport_plugin_a_DEPENDENCIES) 	-rm -f libexport_plugin.a	$(libexport_plugin_a_AR) libexport_plugin.a $(libexport_plugin_a_OBJECTS) $(libexport_plugin_a_LIBADD)	$(RANLIB) libexport_plugin.amostlyclean-compile:	-rm -f *.$(OBJEXT) core *.coredistclean-compile:	-rm -f *.tab.c@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libexport_a-export.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libexport_a-m3u.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libexport_a-old.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libexport_pic_a-export.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libexport_pic_a-m3u.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libexport_pic_a-old.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libexport_plugin_a-export.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libexport_plugin_a-m3u.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libexport_plugin_a-old.Po@am__quote@.c.o:@am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \@am__fastdepCC_TRUE@	  -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \@am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \@am__fastdepCC_TRUE@	fi@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCC_FALSE@	$(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<.c.obj:@am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \@am__fastdepCC_TRUE@	  -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \@am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \@am__fastdepCC_TRUE@	fi@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCC_FALSE@	$(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`libexport_a-export.o: export.c@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexport_a_CFLAGS) $(CFLAGS) -MT libexport_a-export.o -MD -MP -MF "$(DEPDIR)/libexport_a-export.Tpo" \@am__fastdepCC_TRUE@	  -c -o libexport_a-export.o `test -f 'export.c' || echo '$(srcdir)/'`export.c; \@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libexport_a-export.Tpo" "$(DEPDIR)/libexport_a-export.Po"; \@am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/libexport_a-export.Tpo"; exit 1; \@am__fastdepCC_TRUE@	fi@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='export.c' object='libexport_a-export.o' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/libexport_a-export.Po' tmpdepfile='$(DEPDIR)/libexport_a-export.TPo' @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexport_a_CFLAGS) $(CFLAGS) -c -o libexport_a-export.o `test -f 'export.c' || echo '$(srcdir)/'`export.clibexport_a-export.obj: export.c@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexport_a_CFLAGS) $(CFLAGS) -MT libexport_a-export.obj -MD -MP -MF "$(DEPDIR)/libexport_a-export.Tpo" \@am__fastdepCC_TRUE@	  -c -o libexport_a-export.obj `if test -f 'export.c'; then $(CYGPATH_W) 'export.c'; else $(CYGPATH_W) '$(srcdir)/export.c'; fi`; \@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libexport_a-export.Tpo" "$(DEPDIR)/libexport_a-export.Po"; \@am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/libexport_a-export.Tpo"; exit 1; \@am__fastdepCC_TRUE@	fi@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='export.c' object='libexport_a-export.obj' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/libexport_a-export.Po' tmpdepfile='$(DEPDIR)/libexport_a-export.TPo' @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexport_a_CFLAGS) $(CFLAGS) -c -o libexport_a-export.obj `if test -f 'export.c'; then $(CYGPATH_W) 'export.c'; else $(CYGPATH_W) '$(srcdir)/export.c'; fi`libexport_a-m3u.o: m3u.c@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexport_a_CFLAGS) $(CFLAGS) -MT libexport_a-m3u.o -MD -MP -MF "$(DEPDIR)/libexport_a-m3u.Tpo" \@am__fastdepCC_TRUE@	  -c -o libexport_a-m3u.o `test -f 'm3u.c' || echo '$(srcdir)/'`m3u.c; \@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libexport_a-m3u.Tpo" "$(DEPDIR)/libexport_a-m3u.Po"; \@am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/libexport_a-m3u.Tpo"; exit 1; \@am__fastdepCC_TRUE@	fi@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='m3u.c' object='libexport_a-m3u.o' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/libexport_a-m3u.Po' tmpdepfile='$(DEPDIR)/libexport_a-m3u.TPo' @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexport_a_CFLAGS) $(CFLAGS) -c -o libexport_a-m3u.o `test -f 'm3u.c' || echo '$(srcdir)/'`m3u.clibexport_a-m3u.obj: m3u.c@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexport_a_CFLAGS) $(CFLAGS) -MT libexport_a-m3u.obj -MD -MP -MF "$(DEPDIR)/libexport_a-m3u.Tpo" \@am__fastdepCC_TRUE@	  -c -o libexport_a-m3u.obj `if test -f 'm3u.c'; then $(CYGPATH_W) 'm3u.c'; else $(CYGPATH_W) '$(srcdir)/m3u.c'; fi`; \@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libexport_a-m3u.Tpo" "$(DEPDIR)/libexport_a-m3u.Po"; \@am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/libexport_a-m3u.Tpo"; exit 1; \@am__fastdepCC_TRUE@	fi@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='m3u.c' object='libexport_a-m3u.obj' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/libexport_a-m3u.Po' tmpdepfile='$(DEPDIR)/libexport_a-m3u.TPo' @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexport_a_CFLAGS) $(CFLAGS) -c -o libexport_a-m3u.obj `if test -f 'm3u.c'; then $(CYGPATH_W) 'm3u.c'; else $(CYGPATH_W) '$(srcdir)/m3u.c'; fi`libexport_a-old.o: old.c@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexport_a_CFLAGS) $(CFLAGS) -MT libexport_a-old.o -MD -MP -MF "$(DEPDIR)/libexport_a-old.Tpo" \@am__fastdepCC_TRUE@	  -c -o libexport_a-old.o `test -f 'old.c' || echo '$(srcdir)/'`old.c; \@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libexport_a-old.Tpo" "$(DEPDIR)/libexport_a-old.Po"; \@am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/libexport_a-old.Tpo"; exit 1; \@am__fastdepCC_TRUE@	fi@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='old.c' object='libexport_a-old.o' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/libexport_a-old.Po' tmpdepfile='$(DEPDIR)/libexport_a-old.TPo' @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexport_a_CFLAGS) $(CFLAGS) -c -o libexport_a-old.o `test -f 'old.c' || echo '$(srcdir)/'`old.clibexport_a-old.obj: old.c@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexport_a_CFLAGS) $(CFLAGS) -MT libexport_a-old.obj -MD -MP -MF "$(DEPDIR)/libexport_a-old.Tpo" \@am__fastdepCC_TRUE@	  -c -o libexport_a-old.obj `if test -f 'old.c'; then $(CYGPATH_W) 'old.c'; else $(CYGPATH_W) '$(srcdir)/old.c'; fi`; \@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libexport_a-old.Tpo" "$(DEPDIR)/libexport_a-old.Po"; \@am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/libexport_a-old.Tpo"; exit 1; \@am__fastdepCC_TRUE@	fi@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='old.c' object='libexport_a-old.obj' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/libexport_a-old.Po' tmpdepfile='$(DEPDIR)/libexport_a-old.TPo' @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexport_a_CFLAGS) $(CFLAGS) -c -o libexport_a-old.obj `if test -f 'old.c'; then $(CYGPATH_W) 'old.c'; else $(CYGPATH_W) '$(srcdir)/old.c'; fi`libexport_pic_a-export.o: export.c@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexport_pic_a_CFLAGS) $(CFLAGS) -MT libexport_pic_a-export.o -MD -MP -MF "$(DEPDIR)/libexport_pic_a-export.Tpo" \@am__fastdepCC_TRUE@	  -c -o libexport_pic_a-export.o `test -f 'export.c' || echo '$(srcdir)/'`export.c; \@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libexport_pic_a-export.Tpo" "$(DEPDIR)/libexport_pic_a-export.Po"; \@am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/libexport_pic_a-export.Tpo"; exit 1; \@am__fastdepCC_TRUE@	fi@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='export.c' object='libexport_pic_a-export.o' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/libexport_pic_a-export.Po' tmpdepfile='$(DEPDIR)/libexport_pic_a-export.TPo' @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexport_pic_a_CFLAGS) $(CFLAGS) -c -o libexport_pic_a-export.o `test -f 'export.c' || echo '$(srcdir)/'`export.clibexport_pic_a-export.obj: export.c@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexport_pic_a_CFLAGS) $(CFLAGS) -MT libexport_pic_a-export.obj -MD -MP -MF "$(DEPDIR)/libexport_pic_a-export.Tpo" \@am__fastdepCC_TRUE@	  -c -o libexport_pic_a-export.obj `if test -f 'export.c'; then $(CYGPATH_W) 'export.c'; else $(CYGPATH_W) '$(srcdir)/export.c'; fi`; \@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libexport_pic_a-export.Tpo" "$(DEPDIR)/libexport_pic_a-export.Po"; \@am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/libexport_pic_a-export.Tpo"; exit 1; \@am__fastdepCC_TRUE@	fi@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='export.c' object='libexport_pic_a-export.obj' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/libexport_pic_a-export.Po' tmpdepfile='$(DEPDIR)/libexport_pic_a-export.TPo' @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexport_pic_a_CFLAGS) $(CFLAGS) -c -o libexport_pic_a-export.obj `if test -f 'export.c'; then $(CYGPATH_W) 'export.c'; else $(CYGPATH_W) '$(srcdir)/export.c'; fi`libexport_pic_a-m3u.o: m3u.c@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexport_pic_a_CFLAGS) $(CFLAGS) -MT libexport_pic_a-m3u.o -MD -MP -MF "$(DEPDIR)/libexport_pic_a-m3u.Tpo" \@am__fastdepCC_TRUE@	  -c -o libexport_pic_a-m3u.o `test -f 'm3u.c' || echo '$(srcdir)/'`m3u.c; \@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libexport_pic_a-m3u.Tpo" "$(DEPDIR)/libexport_pic_a-m3u.Po"; \@am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/libexport_pic_a-m3u.Tpo"; exit 1; \@am__fastdepCC_TRUE@	fi@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='m3u.c' object='libexport_pic_a-m3u.o' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/libexport_pic_a-m3u.Po' tmpdepfile='$(DEPDIR)/libexport_pic_a-m3u.TPo' @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexport_pic_a_CFLAGS) $(CFLAGS) -c -o libexport_pic_a-m3u.o `test -f 'm3u.c' || echo '$(srcdir)/'`m3u.clibexport_pic_a-m3u.obj: m3u.c@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexport_pic_a_CFLAGS) $(CFLAGS) -MT libexport_pic_a-m3u.obj -MD -MP -MF "$(DEPDIR)/libexport_pic_a-m3u.Tpo" \@am__fastdepCC_TRUE@	  -c -o libexport_pic_a-m3u.obj `if test -f 'm3u.c'; then $(CYGPATH_W) 'm3u.c'; else $(CYGPATH_W) '$(srcdir)/m3u.c'; fi`; \@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libexport_pic_a-m3u.Tpo" "$(DEPDIR)/libexport_pic_a-m3u.Po"; \@am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/libexport_pic_a-m3u.Tpo"; exit 1; \@am__fastdepCC_TRUE@	fi@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='m3u.c' object='libexport_pic_a-m3u.obj' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/libexport_pic_a-m3u.Po' tmpdepfile='$(DEPDIR)/libexport_pic_a-m3u.TPo' @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexport_pic_a_CFLAGS) $(CFLAGS) -c -o libexport_pic_a-m3u.obj `if test -f 'm3u.c'; then $(CYGPATH_W) 'm3u.c'; else $(CYGPATH_W) '$(srcdir)/m3u.c'; fi`libexport_pic_a-old.o: old.c@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexport_pic_a_CFLAGS) $(CFLAGS) -MT libexport_pic_a-old.o -MD -MP -MF "$(DEPDIR)/libexport_pic_a-old.Tpo" \@am__fastdepCC_TRUE@	  -c -o libexport_pic_a-old.o `test -f 'old.c' || echo '$(srcdir)/'`old.c; \@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libexport_pic_a-old.Tpo" "$(DEPDIR)/libexport_pic_a-old.Po"; \@am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/libexport_pic_a-old.Tpo"; exit 1; \@am__fastdepCC_TRUE@	fi@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='old.c' object='libexport_pic_a-old.o' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/libexport_pic_a-old.Po' tmpdepfile='$(DEPDIR)/libexport_pic_a-old.TPo' @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexport_pic_a_CFLAGS) $(CFLAGS) -c -o libexport_pic_a-old.o `test -f 'old.c' || echo '$(srcdir)/'`old.clibexport_pic_a-old.obj: old.c@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexport_pic_a_CFLAGS) $(CFLAGS) -MT libexport_pic_a-old.obj -MD -MP -MF "$(DEPDIR)/libexport_pic_a-old.Tpo" \@am__fastdepCC_TRUE@	  -c -o libexport_pic_a-old.obj `if test -f 'old.c'; then $(CYGPATH_W) 'old.c'; else $(CYGPATH_W) '$(srcdir)/old.c'; fi`; \@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libexport_pic_a-old.Tpo" "$(DEPDIR)/libexport_pic_a-old.Po"; \@am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/libexport_pic_a-old.Tpo"; exit 1; \@am__fastdepCC_TRUE@	fi@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='old.c' object='libexport_pic_a-old.obj' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/libexport_pic_a-old.Po' tmpdepfile='$(DEPDIR)/libexport_pic_a-old.TPo' @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexport_pic_a_CFLAGS) $(CFLAGS) -c -o libexport_pic_a-old.obj `if test -f 'old.c'; then $(CYGPATH_W) 'old.c'; else $(CYGPATH_W) '$(srcdir)/old.c'; fi`libexport_plugin_a-export.o: export.c@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexport_plugin_a_CFLAGS) $(CFLAGS) -MT libexport_plugin_a-export.o -MD -MP -MF "$(DEPDIR)/libexport_plugin_a-export.Tpo" \@am__fastdepCC_TRUE@	  -c -o libexport_plugin_a-export.o `test -f 'export.c' || echo '$(srcdir)/'`export.c; \@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libexport_plugin_a-export.Tpo" "$(DEPDIR)/libexport_plugin_a-export.Po"; \@am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/libexport_plugin_a-export.Tpo"; exit 1; \@am__fastdepCC_TRUE@	fi@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='export.c' object='libexport_plugin_a-export.o' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/libexport_plugin_a-export.Po' tmpdepfile='$(DEPDIR)/libexport_plugin_a-export.TPo' @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexport_plugin_a_CFLAGS) $(CFLAGS) -c -o libexport_plugin_a-export.o `test -f 'export.c' || echo '$(srcdir)/'`export.clibexport_plugin_a-export.obj: export.c@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexport_plugin_a_CFLAGS) $(CFLAGS) -MT libexport_plugin_a-export.obj -MD -MP -MF "$(DEPDIR)/libexport_plugin_a-export.Tpo" \@am__fastdepCC_TRUE@	  -c -o libexport_plugin_a-export.obj `if test -f 'export.c'; then $(CYGPATH_W) 'export.c'; else $(CYGPATH_W) '$(srcdir)/export.c'; fi`; \@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libexport_plugin_a-export.Tpo" "$(DEPDIR)/libexport_plugin_a-export.Po"; \@am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/libexport_plugin_a-export.Tpo"; exit 1; \@am__fastdepCC_TRUE@	fi@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='export.c' object='libexport_plugin_a-export.obj' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/libexport_plugin_a-export.Po' tmpdepfile='$(DEPDIR)/libexport_plugin_a-export.TPo' @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexport_plugin_a_CFLAGS) $(CFLAGS) -c -o libexport_plugin_a-export.obj `if test -f 'export.c'; then $(CYGPATH_W) 'export.c'; else $(CYGPATH_W) '$(srcdir)/export.c'; fi`libexport_plugin_a-m3u.o: m3u.c@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexport_plugin_a_CFLAGS) $(CFLAGS) -MT libexport_plugin_a-m3u.o -MD -MP -MF "$(DEPDIR)/libexport_plugin_a-m3u.Tpo" \@am__fastdepCC_TRUE@	  -c -o libexport_plugin_a-m3u.o `test -f 'm3u.c' || echo '$(srcdir)/'`m3u.c; \@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libexport_plugin_a-m3u.Tpo" "$(DEPDIR)/libexport_plugin_a-m3u.Po"; \@am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/libexport_plugin_a-m3u.Tpo"; exit 1; \@am__fastdepCC_TRUE@	fi@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='m3u.c' object='libexport_plugin_a-m3u.o' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/libexport_plugin_a-m3u.Po' tmpdepfile='$(DEPDIR)/libexport_plugin_a-m3u.TPo' @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexport_plugin_a_CFLAGS) $(CFLAGS) -c -o libexport_plugin_a-m3u.o `test -f 'm3u.c' || echo '$(srcdir)/'`m3u.clibexport_plugin_a-m3u.obj: m3u.c@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexport_plugin_a_CFLAGS) $(CFLAGS) -MT libexport_plugin_a-m3u.obj -MD -MP -MF "$(DEPDIR)/libexport_plugin_a-m3u.Tpo" \@am__fastdepCC_TRUE@	  -c -o libexport_plugin_a-m3u.obj `if test -f 'm3u.c'; then $(CYGPATH_W) 'm3u.c'; else $(CYGPATH_W) '$(srcdir)/m3u.c'; fi`; \@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libexport_plugin_a-m3u.Tpo" "$(DEPDIR)/libexport_plugin_a-m3u.Po"; \@am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/libexport_plugin_a-m3u.Tpo"; exit 1; \@am__fastdepCC_TRUE@	fi@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='m3u.c' object='libexport_plugin_a-m3u.obj' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/libexport_plugin_a-m3u.Po' tmpdepfile='$(DEPDIR)/libexport_plugin_a-m3u.TPo' @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexport_plugin_a_CFLAGS) $(CFLAGS) -c -o libexport_plugin_a-m3u.obj `if test -f 'm3u.c'; then $(CYGPATH_W) 'm3u.c'; else $(CYGPATH_W) '$(srcdir)/m3u.c'; fi`libexport_plugin_a-old.o: old.c@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexport_plugin_a_CFLAGS) $(CFLAGS) -MT libexport_plugin_a-old.o -MD -MP -MF "$(DEPDIR)/libexport_plugin_a-old.Tpo" \@am__fastdepCC_TRUE@	  -c -o libexport_plugin_a-old.o `test -f 'old.c' || echo '$(srcdir)/'`old.c; \@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libexport_plugin_a-old.Tpo" "$(DEPDIR)/libexport_plugin_a-old.Po"; \@am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/libexport_plugin_a-old.Tpo"; exit 1; \@am__fastdepCC_TRUE@	fi@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='old.c' object='libexport_plugin_a-old.o' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/libexport_plugin_a-old.Po' tmpdepfile='$(DEPDIR)/libexport_plugin_a-old.TPo' @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexport_plugin_a_CFLAGS) $(CFLAGS) -c -o libexport_plugin_a-old.o `test -f 'old.c' || echo '$(srcdir)/'`old.clibexport_plugin_a-old.obj: old.c@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexport_plugin_a_CFLAGS) $(CFLAGS) -MT libexport_plugin_a-old.obj -MD -MP -MF "$(DEPDIR)/libexport_plugin_a-old.Tpo" \@am__fastdepCC_TRUE@	  -c -o libexport_plugin_a-old.obj `if test -f 'old.c'; then $(CYGPATH_W) 'old.c'; else $(CYGPATH_W) '$(srcdir)/old.c'; fi`; \@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libexport_plugin_a-old.Tpo" "$(DEPDIR)/libexport_plugin_a-old.Po"; \@am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/libexport_plugin_a-old.Tpo"; exit 1; \@am__fastdepCC_TRUE@	fi@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='old.c' object='libexport_plugin_a-old.obj' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/libexport_plugin_a-old.Po' tmpdepfile='$(DEPDIR)/libexport_plugin_a-old.TPo' @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexport_plugin_a_CFLAGS) $(CFLAGS) -c -o libexport_plugin_a-old.obj `if test -f 'old.c'; then $(CYGPATH_W) 'old.c'; else $(CYGPATH_W) '$(srcdir)/old.c'; fi`uninstall-info-am:libexportDATA_INSTALL = $(INSTALL_DATA)install-libexportDATA: $(libexport_DATA)	@$(NORMAL_INSTALL)

⌨️ 快捷键说明

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