makefile.in

来自「VLC媒体播放程序」· IN 代码 · 共 1,010 行 · 第 1/4 页

IN
1,010
字号
libexport_plugin_a_CFLAGS = `$(VLC_CONFIG) --cflags plugin export`libexport_plugin_a_CXXFLAGS = `$(VLC_CONFIG) --cxxflags plugin export`libexport_plugin_a_OBJCFLAGS = `$(VLC_CONFIG) --objcflags plugin export`libexport_pic_a_SOURCES = $(SOURCES_export)libexport_pic_a_CFLAGS = `$(VLC_CONFIG) --cflags builtin pic export`libexport_pic_a_CXXFLAGS = `$(VLC_CONFIG) --cxxflags builtin pic export`libexport_pic_a_OBJCFLAGS = `$(VLC_CONFIG) --objcflags builtin pic export`libexport_a_SOURCES = $(SOURCES_export)libexport_a_CFLAGS = `$(VLC_CONFIG) --cflags builtin export`libexport_a_CXXFLAGS = `$(VLC_CONFIG) --cxxflags builtin export`libexport_a_OBJCFLAGS = `$(VLC_CONFIG) --objcflags builtin export`libexport_DATA = $(Dexportp)libexportdir = $(libdir)/vlc/subdir = modules/misc/playlistACLOCAL_M4 = $(top_srcdir)/aclocal.m4mkinstalldirs = $(SHELL) $(top_srcdir)/autotools/mkinstalldirsCONFIG_HEADER = $(top_builddir)/config.hCONFIG_CLEAN_FILES =LIBRARIES = $(libvlc_LIBRARIES) $(noinst_LIBRARIES)libexport_a_AR = $(AR) crulibexport_a_LIBADD =am__objects_1 = libexport_a-export.$(OBJEXT) \	libexport_a-native.$(OBJEXT) libexport_a-m3u.$(OBJEXT) \	libexport_a-old.$(OBJEXT)am_libexport_a_OBJECTS = $(am__objects_1)libexport_a_OBJECTS = $(am_libexport_a_OBJECTS)libexport_pic_a_AR = $(AR) crulibexport_pic_a_LIBADD =am__objects_2 = libexport_pic_a-export.$(OBJEXT) \	libexport_pic_a-native.$(OBJEXT) libexport_pic_a-m3u.$(OBJEXT) \	libexport_pic_a-old.$(OBJEXT)am_libexport_pic_a_OBJECTS = $(am__objects_2)libexport_pic_a_OBJECTS = $(am_libexport_pic_a_OBJECTS)libexport_plugin_a_AR = $(AR) crulibexport_plugin_a_LIBADD =am__objects_3 = libexport_plugin_a-export.$(OBJEXT) \	libexport_plugin_a-native.$(OBJEXT) \	libexport_plugin_a-m3u.$(OBJEXT) \	libexport_plugin_a-old.$(OBJEXT)am_libexport_plugin_a_OBJECTS = $(am__objects_3)libexport_plugin_a_OBJECTS = $(am_libexport_plugin_a_OBJECTS)DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)depcomp = $(SHELL) $(top_srcdir)/autotools/depcompam__depfiles_maybe = depfiles@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/libexport_a-export.Po \@AMDEP_TRUE@	./$(DEPDIR)/libexport_a-m3u.Po \@AMDEP_TRUE@	./$(DEPDIR)/libexport_a-native.Po \@AMDEP_TRUE@	./$(DEPDIR)/libexport_a-old.Po \@AMDEP_TRUE@	./$(DEPDIR)/libexport_pic_a-export.Po \@AMDEP_TRUE@	./$(DEPDIR)/libexport_pic_a-m3u.Po \@AMDEP_TRUE@	./$(DEPDIR)/libexport_pic_a-native.Po \@AMDEP_TRUE@	./$(DEPDIR)/libexport_pic_a-old.Po \@AMDEP_TRUE@	./$(DEPDIR)/libexport_plugin_a-export.Po \@AMDEP_TRUE@	./$(DEPDIR)/libexport_plugin_a-m3u.Po \@AMDEP_TRUE@	./$(DEPDIR)/libexport_plugin_a-native.Po \@AMDEP_TRUE@	./$(DEPDIR)/libexport_plugin_a-old.PoCOMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)CCLD = $(CC)LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@DIST_SOURCES = $(libexport_a_SOURCES) $(libexport_pic_a_SOURCES) \	$(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-native.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-native.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-native.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-native.o: native.c@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexport_a_CFLAGS) $(CFLAGS) -MT libexport_a-native.o -MD -MP -MF "$(DEPDIR)/libexport_a-native.Tpo" \@am__fastdepCC_TRUE@	  -c -o libexport_a-native.o `test -f 'native.c' || echo '$(srcdir)/'`native.c; \@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libexport_a-native.Tpo" "$(DEPDIR)/libexport_a-native.Po"; \@am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/libexport_a-native.Tpo"; exit 1; \@am__fastdepCC_TRUE@	fi@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='native.c' object='libexport_a-native.o' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/libexport_a-native.Po' tmpdepfile='$(DEPDIR)/libexport_a-native.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-native.o `test -f 'native.c' || echo '$(srcdir)/'`native.clibexport_a-native.obj: native.c@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libexport_a_CFLAGS) $(CFLAGS) -MT libexport_a-native.obj -MD -MP -MF "$(DEPDIR)/libexport_a-native.Tpo" \@am__fastdepCC_TRUE@	  -c -o libexport_a-native.obj `if test -f 'native.c'; then $(CYGPATH_W) 'native.c'; else $(CYGPATH_W) '$(srcdir)/native.c'; fi`; \@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libexport_a-native.Tpo" "$(DEPDIR)/libexport_a-native.Po"; \@am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/libexport_a-native.Tpo"; exit 1; \@am__fastdepCC_TRUE@	fi@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='native.c' object='libexport_a-native.obj' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/libexport_a-native.Po' tmpdepfile='$(DEPDIR)/libexport_a-native.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-native.obj `if test -f 'native.c'; then $(CYGPATH_W) 'native.c'; else $(CYGPATH_W) '$(srcdir)/native.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@

⌨️ 快捷键说明

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