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

📄 makefile.in

📁 video linux conference
💻 IN
📖 第 1 页 / 共 5 页
字号:
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 = $(libglx_a_SOURCES) $(libglx_pic_a_SOURCES) $(libglx_plugin_a_SOURCES) $(libx11_a_SOURCES) $(libx11_pic_a_SOURCES) $(libx11_plugin_a_SOURCES) $(libxvideo_a_SOURCES) $(libxvideo_pic_a_SOURCES) $(libxvideo_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/video_output/x11/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)libglx.a: $(libglx_a_OBJECTS) $(libglx_a_DEPENDENCIES) 	-rm -f libglx.a	$(libglx_a_AR) libglx.a $(libglx_a_OBJECTS) $(libglx_a_LIBADD)	$(RANLIB) libglx.alibglx_pic.a: $(libglx_pic_a_OBJECTS) $(libglx_pic_a_DEPENDENCIES) 	-rm -f libglx_pic.a	$(libglx_pic_a_AR) libglx_pic.a $(libglx_pic_a_OBJECTS) $(libglx_pic_a_LIBADD)	$(RANLIB) libglx_pic.alibglx_plugin.a: $(libglx_plugin_a_OBJECTS) $(libglx_plugin_a_DEPENDENCIES) 	-rm -f libglx_plugin.a	$(libglx_plugin_a_AR) libglx_plugin.a $(libglx_plugin_a_OBJECTS) $(libglx_plugin_a_LIBADD)	$(RANLIB) libglx_plugin.alibx11.a: $(libx11_a_OBJECTS) $(libx11_a_DEPENDENCIES) 	-rm -f libx11.a	$(libx11_a_AR) libx11.a $(libx11_a_OBJECTS) $(libx11_a_LIBADD)	$(RANLIB) libx11.alibx11_pic.a: $(libx11_pic_a_OBJECTS) $(libx11_pic_a_DEPENDENCIES) 	-rm -f libx11_pic.a	$(libx11_pic_a_AR) libx11_pic.a $(libx11_pic_a_OBJECTS) $(libx11_pic_a_LIBADD)	$(RANLIB) libx11_pic.alibx11_plugin.a: $(libx11_plugin_a_OBJECTS) $(libx11_plugin_a_DEPENDENCIES) 	-rm -f libx11_plugin.a	$(libx11_plugin_a_AR) libx11_plugin.a $(libx11_plugin_a_OBJECTS) $(libx11_plugin_a_LIBADD)	$(RANLIB) libx11_plugin.alibxvideo.a: $(libxvideo_a_OBJECTS) $(libxvideo_a_DEPENDENCIES) 	-rm -f libxvideo.a	$(libxvideo_a_AR) libxvideo.a $(libxvideo_a_OBJECTS) $(libxvideo_a_LIBADD)	$(RANLIB) libxvideo.alibxvideo_pic.a: $(libxvideo_pic_a_OBJECTS) $(libxvideo_pic_a_DEPENDENCIES) 	-rm -f libxvideo_pic.a	$(libxvideo_pic_a_AR) libxvideo_pic.a $(libxvideo_pic_a_OBJECTS) $(libxvideo_pic_a_LIBADD)	$(RANLIB) libxvideo_pic.alibxvideo_plugin.a: $(libxvideo_plugin_a_OBJECTS) $(libxvideo_plugin_a_DEPENDENCIES) 	-rm -f libxvideo_plugin.a	$(libxvideo_plugin_a_AR) libxvideo_plugin.a $(libxvideo_plugin_a_OBJECTS) $(libxvideo_plugin_a_LIBADD)	$(RANLIB) libxvideo_plugin.amostlyclean-compile:	-rm -f *.$(OBJEXT) core *.coredistclean-compile:	-rm -f *.tab.c@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglx_a-glx.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglx_a-xcommon.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglx_pic_a-glx.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglx_pic_a-xcommon.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglx_plugin_a-glx.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglx_plugin_a-xcommon.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libx11_a-x11.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libx11_a-xcommon.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libx11_pic_a-x11.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libx11_pic_a-xcommon.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libx11_plugin_a-x11.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libx11_plugin_a-xcommon.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libxvideo_a-xcommon.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libxvideo_a-xvideo.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libxvideo_pic_a-xcommon.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libxvideo_pic_a-xvideo.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libxvideo_plugin_a-xcommon.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libxvideo_plugin_a-xvideo.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`libglx_a-glx.o: glx.c@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglx_a_CFLAGS) $(CFLAGS) -MT libglx_a-glx.o -MD -MP -MF "$(DEPDIR)/libglx_a-glx.Tpo" \@am__fastdepCC_TRUE@	  -c -o libglx_a-glx.o `test -f 'glx.c' || echo '$(srcdir)/'`glx.c; \@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libglx_a-glx.Tpo" "$(DEPDIR)/libglx_a-glx.Po"; \@am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/libglx_a-glx.Tpo"; exit 1; \@am__fastdepCC_TRUE@	fi@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='glx.c' object='libglx_a-glx.o' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/libglx_a-glx.Po' tmpdepfile='$(DEPDIR)/libglx_a-glx.TPo' @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglx_a_CFLAGS) $(CFLAGS) -c -o libglx_a-glx.o `test -f 'glx.c' || echo '$(srcdir)/'`glx.clibglx_a-glx.obj: glx.c@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglx_a_CFLAGS) $(CFLAGS) -MT libglx_a-glx.obj -MD -MP -MF "$(DEPDIR)/libglx_a-glx.Tpo" \@am__fastdepCC_TRUE@	  -c -o libglx_a-glx.obj `if test -f 'glx.c'; then $(CYGPATH_W) 'glx.c'; else $(CYGPATH_W) '$(srcdir)/glx.c'; fi`; \@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libglx_a-glx.Tpo" "$(DEPDIR)/libglx_a-glx.Po"; \@am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/libglx_a-glx.Tpo"; exit 1; \@am__fastdepCC_TRUE@	fi@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='glx.c' object='libglx_a-glx.obj' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/libglx_a-glx.Po' tmpdepfile='$(DEPDIR)/libglx_a-glx.TPo' @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglx_a_CFLAGS) $(CFLAGS) -c -o libglx_a-glx.obj `if test -f 'glx.c'; then $(CYGPATH_W) 'glx.c'; else $(CYGPATH_W) '$(srcdir)/glx.c'; fi`libglx_a-xcommon.o: xcommon.c@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglx_a_CFLAGS) $(CFLAGS) -MT libglx_a-xcommon.o -MD -MP -MF "$(DEPDIR)/libglx_a-xcommon.Tpo" \@am__fastdepCC_TRUE@	  -c -o libglx_a-xcommon.o `test -f 'xcommon.c' || echo '$(srcdir)/'`xcommon.c; \@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libglx_a-xcommon.Tpo" "$(DEPDIR)/libglx_a-xcommon.Po"; \@am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/libglx_a-xcommon.Tpo"; exit 1; \@am__fastdepCC_TRUE@	fi@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='xcommon.c' object='libglx_a-xcommon.o' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/libglx_a-xcommon.Po' tmpdepfile='$(DEPDIR)/libglx_a-xcommon.TPo' @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglx_a_CFLAGS) $(CFLAGS) -c -o libglx_a-xcommon.o `test -f 'xcommon.c' || echo '$(srcdir)/'`xcommon.clibglx_a-xcommon.obj: xcommon.c@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglx_a_CFLAGS) $(CFLAGS) -MT libglx_a-xcommon.obj -MD -MP -MF "$(DEPDIR)/libglx_a-xcommon.Tpo" \@am__fastdepCC_TRUE@	  -c -o libglx_a-xcommon.obj `if test -f 'xcommon.c'; then $(CYGPATH_W) 'xcommon.c'; else $(CYGPATH_W) '$(srcdir)/xcommon.c'; fi`; \@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libglx_a-xcommon.Tpo" "$(DEPDIR)/libglx_a-xcommon.Po"; \@am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/libglx_a-xcommon.Tpo"; exit 1; \@am__fastdepCC_TRUE@	fi@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='xcommon.c' object='libglx_a-xcommon.obj' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/libglx_a-xcommon.Po' tmpdepfile='$(DEPDIR)/libglx_a-xcommon.TPo' @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglx_a_CFLAGS) $(CFLAGS) -c -o libglx_a-xcommon.obj `if test -f 'xcommon.c'; then $(CYGPATH_W) 'xcommon.c'; else $(CYGPATH_W) '$(srcdir)/xcommon.c'; fi`libglx_pic_a-glx.o: glx.c@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglx_pic_a_CFLAGS) $(CFLAGS) -MT libglx_pic_a-glx.o -MD -MP -MF "$(DEPDIR)/libglx_pic_a-glx.Tpo" \@am__fastdepCC_TRUE@	  -c -o libglx_pic_a-glx.o `test -f 'glx.c' || echo '$(srcdir)/'`glx.c; \@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libglx_pic_a-glx.Tpo" "$(DEPDIR)/libglx_pic_a-glx.Po"; \@am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/libglx_pic_a-glx.Tpo"; exit 1; \@am__fastdepCC_TRUE@	fi@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='glx.c' object='libglx_pic_a-glx.o' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/libglx_pic_a-glx.Po' tmpdepfile='$(DEPDIR)/libglx_pic_a-glx.TPo' @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglx_pic_a_CFLAGS) $(CFLAGS) -c -o libglx_pic_a-glx.o `test -f 'glx.c' || echo '$(srcdir)/'`glx.clibglx_pic_a-glx.obj: glx.c@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglx_pic_a_CFLAGS) $(CFLAGS) -MT libglx_pic_a-glx.obj -MD -MP -MF "$(DEPDIR)/libglx_pic_a-glx.Tpo" \@am__fastdepCC_TRUE@	  -c -o libglx_pic_a-glx.obj `if test -f 'glx.c'; then $(CYGPATH_W) 'glx.c'; else $(CYGPATH_W) '$(srcdir)/glx.c'; fi`; \@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libglx_pic_a-glx.Tpo" "$(DEPDIR)/libglx_pic_a-glx.Po"; \@am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/libglx_pic_a-glx.Tpo"; exit 1; \@am__fastdepCC_TRUE@	fi@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='glx.c' object='libglx_pic_a-glx.obj' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/libglx_pic_a-glx.Po' tmpdepfile='$(DEPDIR)/libglx_pic_a-glx.TPo' @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglx_pic_a_CFLAGS) $(CFLAGS) -c -o libglx_pic_a-glx.obj `if test -f 'glx.c'; then $(CYGPATH_W) 'glx.c'; else $(CYGPATH_W) '$(srcdir)/glx.c'; fi`libglx_pic_a-xcommon.o: xcommon.c@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglx_pic_a_CFLAGS) $(CFLAGS) -MT libglx_pic_a-xcommon.o -MD -MP -MF "$(DEPDIR)/libglx_pic_a-xcommon.Tpo" \@am__fastdepCC_TRUE@	  -c -o libglx_pic_a-xcommon.o `test -f 'xcommon.c' || echo '$(srcdir)/'`xcommon.c; \@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libglx_pic_a-xcommon.Tpo" "$(DEPDIR)/libglx_pic_a-xcommon.Po"; \@am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/libglx_pic_a-xcommon.Tpo"; exit 1; \@am__fastdepCC_TRUE@	fi@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='xcommon.c' object='libglx_pic_a-xcommon.o' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/libglx_pic_a-xcommon.Po' tmpdepfile='$(DEPDIR)/libglx_pic_a-xcommon.TPo' @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libglx_pic_a_CFLAGS) $(CFLAGS) -c -o libglx_pic_a-xcommon.o `test -f 'xcommon.c' || echo '$(srcdir)/'`xcommon.c

⌨️ 快捷键说明

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