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

📄 makefile.in

📁 video linux conference
💻 IN
📖 第 1 页 / 共 5 页
字号:
	installdirs-recursive install-recursive uninstall-recursive \	check-recursive installcheck-recursiveDIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.in \	$(srcdir)/Modules.am Makefile.amDIST_SUBDIRS = $(SUBDIRS)SOURCES = $(libh264_a_SOURCES) $(libh264_pic_a_SOURCES) $(libh264_plugin_a_SOURCES) $(libm4a_a_SOURCES) $(libm4a_pic_a_SOURCES) $(libm4a_plugin_a_SOURCES) $(libm4v_a_SOURCES) $(libm4v_pic_a_SOURCES) $(libm4v_plugin_a_SOURCES) $(libmpga_a_SOURCES) $(libmpga_pic_a_SOURCES) $(libmpga_plugin_a_SOURCES) $(libmpgv_a_SOURCES) $(libmpgv_pic_a_SOURCES) $(libmpgv_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/demux/mpeg/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)libh264.a: $(libh264_a_OBJECTS) $(libh264_a_DEPENDENCIES) 	-rm -f libh264.a	$(libh264_a_AR) libh264.a $(libh264_a_OBJECTS) $(libh264_a_LIBADD)	$(RANLIB) libh264.alibh264_pic.a: $(libh264_pic_a_OBJECTS) $(libh264_pic_a_DEPENDENCIES) 	-rm -f libh264_pic.a	$(libh264_pic_a_AR) libh264_pic.a $(libh264_pic_a_OBJECTS) $(libh264_pic_a_LIBADD)	$(RANLIB) libh264_pic.alibh264_plugin.a: $(libh264_plugin_a_OBJECTS) $(libh264_plugin_a_DEPENDENCIES) 	-rm -f libh264_plugin.a	$(libh264_plugin_a_AR) libh264_plugin.a $(libh264_plugin_a_OBJECTS) $(libh264_plugin_a_LIBADD)	$(RANLIB) libh264_plugin.alibm4a.a: $(libm4a_a_OBJECTS) $(libm4a_a_DEPENDENCIES) 	-rm -f libm4a.a	$(libm4a_a_AR) libm4a.a $(libm4a_a_OBJECTS) $(libm4a_a_LIBADD)	$(RANLIB) libm4a.alibm4a_pic.a: $(libm4a_pic_a_OBJECTS) $(libm4a_pic_a_DEPENDENCIES) 	-rm -f libm4a_pic.a	$(libm4a_pic_a_AR) libm4a_pic.a $(libm4a_pic_a_OBJECTS) $(libm4a_pic_a_LIBADD)	$(RANLIB) libm4a_pic.alibm4a_plugin.a: $(libm4a_plugin_a_OBJECTS) $(libm4a_plugin_a_DEPENDENCIES) 	-rm -f libm4a_plugin.a	$(libm4a_plugin_a_AR) libm4a_plugin.a $(libm4a_plugin_a_OBJECTS) $(libm4a_plugin_a_LIBADD)	$(RANLIB) libm4a_plugin.alibm4v.a: $(libm4v_a_OBJECTS) $(libm4v_a_DEPENDENCIES) 	-rm -f libm4v.a	$(libm4v_a_AR) libm4v.a $(libm4v_a_OBJECTS) $(libm4v_a_LIBADD)	$(RANLIB) libm4v.alibm4v_pic.a: $(libm4v_pic_a_OBJECTS) $(libm4v_pic_a_DEPENDENCIES) 	-rm -f libm4v_pic.a	$(libm4v_pic_a_AR) libm4v_pic.a $(libm4v_pic_a_OBJECTS) $(libm4v_pic_a_LIBADD)	$(RANLIB) libm4v_pic.alibm4v_plugin.a: $(libm4v_plugin_a_OBJECTS) $(libm4v_plugin_a_DEPENDENCIES) 	-rm -f libm4v_plugin.a	$(libm4v_plugin_a_AR) libm4v_plugin.a $(libm4v_plugin_a_OBJECTS) $(libm4v_plugin_a_LIBADD)	$(RANLIB) libm4v_plugin.alibmpga.a: $(libmpga_a_OBJECTS) $(libmpga_a_DEPENDENCIES) 	-rm -f libmpga.a	$(libmpga_a_AR) libmpga.a $(libmpga_a_OBJECTS) $(libmpga_a_LIBADD)	$(RANLIB) libmpga.alibmpga_pic.a: $(libmpga_pic_a_OBJECTS) $(libmpga_pic_a_DEPENDENCIES) 	-rm -f libmpga_pic.a	$(libmpga_pic_a_AR) libmpga_pic.a $(libmpga_pic_a_OBJECTS) $(libmpga_pic_a_LIBADD)	$(RANLIB) libmpga_pic.alibmpga_plugin.a: $(libmpga_plugin_a_OBJECTS) $(libmpga_plugin_a_DEPENDENCIES) 	-rm -f libmpga_plugin.a	$(libmpga_plugin_a_AR) libmpga_plugin.a $(libmpga_plugin_a_OBJECTS) $(libmpga_plugin_a_LIBADD)	$(RANLIB) libmpga_plugin.alibmpgv.a: $(libmpgv_a_OBJECTS) $(libmpgv_a_DEPENDENCIES) 	-rm -f libmpgv.a	$(libmpgv_a_AR) libmpgv.a $(libmpgv_a_OBJECTS) $(libmpgv_a_LIBADD)	$(RANLIB) libmpgv.alibmpgv_pic.a: $(libmpgv_pic_a_OBJECTS) $(libmpgv_pic_a_DEPENDENCIES) 	-rm -f libmpgv_pic.a	$(libmpgv_pic_a_AR) libmpgv_pic.a $(libmpgv_pic_a_OBJECTS) $(libmpgv_pic_a_LIBADD)	$(RANLIB) libmpgv_pic.alibmpgv_plugin.a: $(libmpgv_plugin_a_OBJECTS) $(libmpgv_plugin_a_DEPENDENCIES) 	-rm -f libmpgv_plugin.a	$(libmpgv_plugin_a_AR) libmpgv_plugin.a $(libmpgv_plugin_a_OBJECTS) $(libmpgv_plugin_a_LIBADD)	$(RANLIB) libmpgv_plugin.amostlyclean-compile:	-rm -f *.$(OBJEXT) core *.coredistclean-compile:	-rm -f *.tab.c@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libh264_a-h264.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libh264_pic_a-h264.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libh264_plugin_a-h264.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libm4a_a-m4a.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libm4a_pic_a-m4a.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libm4a_plugin_a-m4a.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libm4v_a-m4v.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libm4v_pic_a-m4v.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libm4v_plugin_a-m4v.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libmpga_a-mpga.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libmpga_pic_a-mpga.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libmpga_plugin_a-mpga.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libmpgv_a-mpgv.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libmpgv_pic_a-mpgv.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libmpgv_plugin_a-mpgv.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`libh264_a-h264.o: h264.c@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libh264_a_CFLAGS) $(CFLAGS) -MT libh264_a-h264.o -MD -MP -MF "$(DEPDIR)/libh264_a-h264.Tpo" \@am__fastdepCC_TRUE@	  -c -o libh264_a-h264.o `test -f 'h264.c' || echo '$(srcdir)/'`h264.c; \@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libh264_a-h264.Tpo" "$(DEPDIR)/libh264_a-h264.Po"; \@am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/libh264_a-h264.Tpo"; exit 1; \@am__fastdepCC_TRUE@	fi@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='h264.c' object='libh264_a-h264.o' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/libh264_a-h264.Po' tmpdepfile='$(DEPDIR)/libh264_a-h264.TPo' @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libh264_a_CFLAGS) $(CFLAGS) -c -o libh264_a-h264.o `test -f 'h264.c' || echo '$(srcdir)/'`h264.clibh264_a-h264.obj: h264.c@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libh264_a_CFLAGS) $(CFLAGS) -MT libh264_a-h264.obj -MD -MP -MF "$(DEPDIR)/libh264_a-h264.Tpo" \@am__fastdepCC_TRUE@	  -c -o libh264_a-h264.obj `if test -f 'h264.c'; then $(CYGPATH_W) 'h264.c'; else $(CYGPATH_W) '$(srcdir)/h264.c'; fi`; \@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libh264_a-h264.Tpo" "$(DEPDIR)/libh264_a-h264.Po"; \@am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/libh264_a-h264.Tpo"; exit 1; \@am__fastdepCC_TRUE@	fi@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='h264.c' object='libh264_a-h264.obj' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/libh264_a-h264.Po' tmpdepfile='$(DEPDIR)/libh264_a-h264.TPo' @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libh264_a_CFLAGS) $(CFLAGS) -c -o libh264_a-h264.obj `if test -f 'h264.c'; then $(CYGPATH_W) 'h264.c'; else $(CYGPATH_W) '$(srcdir)/h264.c'; fi`libh264_pic_a-h264.o: h264.c@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libh264_pic_a_CFLAGS) $(CFLAGS) -MT libh264_pic_a-h264.o -MD -MP -MF "$(DEPDIR)/libh264_pic_a-h264.Tpo" \@am__fastdepCC_TRUE@	  -c -o libh264_pic_a-h264.o `test -f 'h264.c' || echo '$(srcdir)/'`h264.c; \@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libh264_pic_a-h264.Tpo" "$(DEPDIR)/libh264_pic_a-h264.Po"; \@am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/libh264_pic_a-h264.Tpo"; exit 1; \@am__fastdepCC_TRUE@	fi@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='h264.c' object='libh264_pic_a-h264.o' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/libh264_pic_a-h264.Po' tmpdepfile='$(DEPDIR)/libh264_pic_a-h264.TPo' @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libh264_pic_a_CFLAGS) $(CFLAGS) -c -o libh264_pic_a-h264.o `test -f 'h264.c' || echo '$(srcdir)/'`h264.clibh264_pic_a-h264.obj: h264.c@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libh264_pic_a_CFLAGS) $(CFLAGS) -MT libh264_pic_a-h264.obj -MD -MP -MF "$(DEPDIR)/libh264_pic_a-h264.Tpo" \@am__fastdepCC_TRUE@	  -c -o libh264_pic_a-h264.obj `if test -f 'h264.c'; then $(CYGPATH_W) 'h264.c'; else $(CYGPATH_W) '$(srcdir)/h264.c'; fi`; \@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libh264_pic_a-h264.Tpo" "$(DEPDIR)/libh264_pic_a-h264.Po"; \@am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/libh264_pic_a-h264.Tpo"; exit 1; \@am__fastdepCC_TRUE@	fi@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='h264.c' object='libh264_pic_a-h264.obj' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/libh264_pic_a-h264.Po' tmpdepfile='$(DEPDIR)/libh264_pic_a-h264.TPo' @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libh264_pic_a_CFLAGS) $(CFLAGS) -c -o libh264_pic_a-h264.obj `if test -f 'h264.c'; then $(CYGPATH_W) 'h264.c'; else $(CYGPATH_W) '$(srcdir)/h264.c'; fi`libh264_plugin_a-h264.o: h264.c@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libh264_plugin_a_CFLAGS) $(CFLAGS) -MT libh264_plugin_a-h264.o -MD -MP -MF "$(DEPDIR)/libh264_plugin_a-h264.Tpo" \@am__fastdepCC_TRUE@	  -c -o libh264_plugin_a-h264.o `test -f 'h264.c' || echo '$(srcdir)/'`h264.c; \@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libh264_plugin_a-h264.Tpo" "$(DEPDIR)/libh264_plugin_a-h264.Po"; \@am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/libh264_plugin_a-h264.Tpo"; exit 1; \@am__fastdepCC_TRUE@	fi@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='h264.c' object='libh264_plugin_a-h264.o' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/libh264_plugin_a-h264.Po' tmpdepfile='$(DEPDIR)/libh264_plugin_a-h264.TPo' @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libh264_plugin_a_CFLAGS) $(CFLAGS) -c -o libh264_plugin_a-h264.o `test -f 'h264.c' || echo '$(srcdir)/'`h264.clibh264_plugin_a-h264.obj: h264.c@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libh264_plugin_a_CFLAGS) $(CFLAGS) -MT libh264_plugin_a-h264.obj -MD -MP -MF "$(DEPDIR)/libh264_plugin_a-h264.Tpo" \@am__fastdepCC_TRUE@	  -c -o libh264_plugin_a-h264.obj `if test -f 'h264.c'; then $(CYGPATH_W) 'h264.c'; else $(CYGPATH_W) '$(srcdir)/h264.c'; fi`; \@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libh264_plugin_a-h264.Tpo" "$(DEPDIR)/libh264_plugin_a-h264.Po"; \@am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/libh264_plugin_a-h264.Tpo"; exit 1; \@am__fastdepCC_TRUE@	fi@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='h264.c' object='libh264_plugin_a-h264.obj' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/libh264_plugin_a-h264.Po' tmpdepfile='$(DEPDIR)/libh264_plugin_a-h264.TPo' @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libh264_plugin_a_CFLAGS) $(CFLAGS) -c -o libh264_plugin_a-h264.obj `if test -f 'h264.c'; then $(CYGPATH_W) 'h264.c'; else $(CYGPATH_W) '$(srcdir)/h264.c'; fi`libm4a_a-m4a.o: m4a.c@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libm4a_a_CFLAGS) $(CFLAGS) -MT libm4a_a-m4a.o -MD -MP -MF "$(DEPDIR)/libm4a_a-m4a.Tpo" \@am__fastdepCC_TRUE@	  -c -o libm4a_a-m4a.o `test -f 'm4a.c' || echo '$(srcdir)/'`m4a.c; \@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libm4a_a-m4a.Tpo" "$(DEPDIR)/libm4a_a-m4a.Po"; \@am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/libm4a_a-m4a.Tpo"; exit 1; \@am__fastdepCC_TRUE@	fi@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='m4a.c' object='libm4a_a-m4a.o' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/libm4a_a-m4a.Po' tmpdepfile='$(DEPDIR)/libm4a_a-m4a.TPo' @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libm4a_a_CFLAGS) $(CFLAGS) -c -o libm4a_a-m4a.o `test -f 'm4a.c' || echo '$(srcdir)/'`m4a.clibm4a_a-m4a.obj: m4a.c@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libm4a_a_CFLAGS) $(CFLAGS) -MT libm4a_a-m4a.obj -MD -MP -MF "$(DEPDIR)/libm4a_a-m4a.Tpo" \@am__fastdepCC_TRUE@	  -c -o libm4a_a-m4a.obj `if test -f 'm4a.c'; then $(CYGPATH_W) 'm4a.c'; else $(CYGPATH_W) '$(srcdir)/m4a.c'; fi`; \@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libm4a_a-m4a.Tpo" "$(DEPDIR)/libm4a_a-m4a.Po"; \@am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/libm4a_a-m4a.Tpo"; exit 1; \@am__fastdepCC_TRUE@	fi@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='m4a.c' object='libm4a_a-m4a.obj' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/libm4a_a-m4a.Po' tmpdepfile='$(DEPDIR)/libm4a_a-m4a.TPo' @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libm4a_a_CFLAGS) $(CFLAGS) -c -o libm4a_a-m4a.obj `if test -f 'm4a.c'; then $(CYGPATH_W) 'm4a.c'; else $(CYGPATH_W) '$(srcdir)/m4a.c'; fi`libm4a_pic_a-m4a.o: m4a.c@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libm4a_pic_a_CFLAGS) $(CFLAGS) -MT libm4a_pic_a-m4a.o -MD -MP -MF "$(DEPDIR)/libm4a_pic_a-m4a.Tpo" \

⌨️ 快捷键说明

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