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

📄 makefile.in

📁 这是linux下运行的mysql软件包,可用于linux 下安装 php + mysql + apach 的网络配置
💻 IN
📖 第 1 页 / 共 5 页
字号:
	@list='$(ndbtools_PROGRAMS)'; for p in $$list; do \	  p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \	  if test -f $$p \	     || test -f $$p1 \	  ; then \	    f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \	   echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(ndbtoolsPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(ndbtoolsdir)/$$f'"; \	   $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(ndbtoolsPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(ndbtoolsdir)/$$f" || exit 1; \	  else :; fi; \	doneuninstall-ndbtoolsPROGRAMS:	@$(NORMAL_UNINSTALL)	@list='$(ndbtools_PROGRAMS)'; for p in $$list; do \	  f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \	  echo " rm -f '$(DESTDIR)$(ndbtoolsdir)/$$f'"; \	  rm -f "$(DESTDIR)$(ndbtoolsdir)/$$f"; \	doneclean-ndbtoolsPROGRAMS:	@list='$(ndbtools_PROGRAMS)'; for p in $$list; do \	  f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \	  echo " rm -f $$p $$f"; \	  rm -f $$p $$f ; \	donendb_config$(EXEEXT): $(ndb_config_OBJECTS) $(ndb_config_DEPENDENCIES) 	@rm -f ndb_config$(EXEEXT)	$(CXXLINK) $(ndb_config_LDFLAGS) $(ndb_config_OBJECTS) $(ndb_config_LDADD) $(LIBS)ndb_delete_all$(EXEEXT): $(ndb_delete_all_OBJECTS) $(ndb_delete_all_DEPENDENCIES) 	@rm -f ndb_delete_all$(EXEEXT)	$(CXXLINK) $(ndb_delete_all_LDFLAGS) $(ndb_delete_all_OBJECTS) $(ndb_delete_all_LDADD) $(LIBS)ndb_desc$(EXEEXT): $(ndb_desc_OBJECTS) $(ndb_desc_DEPENDENCIES) 	@rm -f ndb_desc$(EXEEXT)	$(CXXLINK) $(ndb_desc_LDFLAGS) $(ndb_desc_OBJECTS) $(ndb_desc_LDADD) $(LIBS)ndb_drop_index$(EXEEXT): $(ndb_drop_index_OBJECTS) $(ndb_drop_index_DEPENDENCIES) 	@rm -f ndb_drop_index$(EXEEXT)	$(CXXLINK) $(ndb_drop_index_LDFLAGS) $(ndb_drop_index_OBJECTS) $(ndb_drop_index_LDADD) $(LIBS)ndb_drop_table$(EXEEXT): $(ndb_drop_table_OBJECTS) $(ndb_drop_table_DEPENDENCIES) 	@rm -f ndb_drop_table$(EXEEXT)	$(CXXLINK) $(ndb_drop_table_LDFLAGS) $(ndb_drop_table_OBJECTS) $(ndb_drop_table_LDADD) $(LIBS)ndb_restore$(EXEEXT): $(ndb_restore_OBJECTS) $(ndb_restore_DEPENDENCIES) 	@rm -f ndb_restore$(EXEEXT)	$(CXXLINK) $(ndb_restore_LDFLAGS) $(ndb_restore_OBJECTS) $(ndb_restore_LDADD) $(LIBS)ndb_select_all$(EXEEXT): $(ndb_select_all_OBJECTS) $(ndb_select_all_DEPENDENCIES) 	@rm -f ndb_select_all$(EXEEXT)	$(CXXLINK) $(ndb_select_all_LDFLAGS) $(ndb_select_all_OBJECTS) $(ndb_select_all_LDADD) $(LIBS)ndb_select_count$(EXEEXT): $(ndb_select_count_OBJECTS) $(ndb_select_count_DEPENDENCIES) 	@rm -f ndb_select_count$(EXEEXT)	$(CXXLINK) $(ndb_select_count_LDFLAGS) $(ndb_select_count_OBJECTS) $(ndb_select_count_LDADD) $(LIBS)ndb_show_tables$(EXEEXT): $(ndb_show_tables_OBJECTS) $(ndb_show_tables_DEPENDENCIES) 	@rm -f ndb_show_tables$(EXEEXT)	$(CXXLINK) $(ndb_show_tables_LDFLAGS) $(ndb_show_tables_OBJECTS) $(ndb_show_tables_LDADD) $(LIBS)ndb_test_platform$(EXEEXT): $(ndb_test_platform_OBJECTS) $(ndb_test_platform_DEPENDENCIES) 	@rm -f ndb_test_platform$(EXEEXT)	$(CXXLINK) $(ndb_test_platform_LDFLAGS) $(ndb_test_platform_OBJECTS) $(ndb_test_platform_LDADD) $(LIBS)ndb_waiter$(EXEEXT): $(ndb_waiter_OBJECTS) $(ndb_waiter_DEPENDENCIES) 	@rm -f ndb_waiter$(EXEEXT)	$(CXXLINK) $(ndb_waiter_LDFLAGS) $(ndb_waiter_OBJECTS) $(ndb_waiter_LDADD) $(LIBS)install-dist_binSCRIPTS: $(dist_bin_SCRIPTS)	@$(NORMAL_INSTALL)	test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"	@list='$(dist_bin_SCRIPTS)'; for p in $$list; do \	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \	  if test -f $$d$$p; then \	    f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \	    echo " $(dist_binSCRIPT_INSTALL) '$$d$$p' '$(DESTDIR)$(bindir)/$$f'"; \	    $(dist_binSCRIPT_INSTALL) "$$d$$p" "$(DESTDIR)$(bindir)/$$f"; \	  else :; fi; \	doneuninstall-dist_binSCRIPTS:	@$(NORMAL_UNINSTALL)	@list='$(dist_bin_SCRIPTS)'; for p in $$list; do \	  f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \	  echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \	  rm -f "$(DESTDIR)$(bindir)/$$f"; \	donemostlyclean-compile:	-rm -f *.$(OBJEXT)distclean-compile:	-rm -f *.tab.c@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/NDBT_Output.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/NDBT_ResultRow.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/NDBT_ReturnCodes.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/NDBT_Table.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Restore.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/consumer.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/consumer_printer.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/consumer_restore.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/delete_all.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/desc.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/drop_index.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/drop_tab.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/listTables.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ndb_config-Config.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ndb_config-ConfigInfo.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ndb_config-InitConfigFileParser.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ndb_config-ndb_config.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ndb_test_platform.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/restore_main.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/select_all.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/select_count.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/waiter.Po@am__quote@.cpp.o:@am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \@am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCXX_FALSE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<.cpp.obj:@am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \@am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCXX_FALSE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`.cpp.lo:@am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \@am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCXX_FALSE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<ndb_config-ndb_config.o: ndb_config.cpp@am__fastdepCXX_TRUE@	if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ndb_config_CXXFLAGS) $(CXXFLAGS) -MT ndb_config-ndb_config.o -MD -MP -MF "$(DEPDIR)/ndb_config-ndb_config.Tpo" -c -o ndb_config-ndb_config.o `test -f 'ndb_config.cpp' || echo '$(srcdir)/'`ndb_config.cpp; \@am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/ndb_config-ndb_config.Tpo" "$(DEPDIR)/ndb_config-ndb_config.Po"; else rm -f "$(DEPDIR)/ndb_config-ndb_config.Tpo"; exit 1; fi@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='ndb_config.cpp' object='ndb_config-ndb_config.o' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCXX_FALSE@	depfile='$(DEPDIR)/ndb_config-ndb_config.Po' tmpdepfile='$(DEPDIR)/ndb_config-ndb_config.TPo' @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ndb_config_CXXFLAGS) $(CXXFLAGS) -c -o ndb_config-ndb_config.o `test -f 'ndb_config.cpp' || echo '$(srcdir)/'`ndb_config.cppndb_config-ndb_config.obj: ndb_config.cpp@am__fastdepCXX_TRUE@	if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ndb_config_CXXFLAGS) $(CXXFLAGS) -MT ndb_config-ndb_config.obj -MD -MP -MF "$(DEPDIR)/ndb_config-ndb_config.Tpo" -c -o ndb_config-ndb_config.obj `if test -f 'ndb_config.cpp'; then $(CYGPATH_W) 'ndb_config.cpp'; else $(CYGPATH_W) '$(srcdir)/ndb_config.cpp'; fi`; \@am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/ndb_config-ndb_config.Tpo" "$(DEPDIR)/ndb_config-ndb_config.Po"; else rm -f "$(DEPDIR)/ndb_config-ndb_config.Tpo"; exit 1; fi@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='ndb_config.cpp' object='ndb_config-ndb_config.obj' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCXX_FALSE@	depfile='$(DEPDIR)/ndb_config-ndb_config.Po' tmpdepfile='$(DEPDIR)/ndb_config-ndb_config.TPo' @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ndb_config_CXXFLAGS) $(CXXFLAGS) -c -o ndb_config-ndb_config.obj `if test -f 'ndb_config.cpp'; then $(CYGPATH_W) 'ndb_config.cpp'; else $(CYGPATH_W) '$(srcdir)/ndb_config.cpp'; fi`ndb_config-ndb_config.lo: ndb_config.cpp@am__fastdepCXX_TRUE@	if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ndb_config_CXXFLAGS) $(CXXFLAGS) -MT ndb_config-ndb_config.lo -MD -MP -MF "$(DEPDIR)/ndb_config-ndb_config.Tpo" -c -o ndb_config-ndb_config.lo `test -f 'ndb_config.cpp' || echo '$(srcdir)/'`ndb_config.cpp; \@am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/ndb_config-ndb_config.Tpo" "$(DEPDIR)/ndb_config-ndb_config.Plo"; else rm -f "$(DEPDIR)/ndb_config-ndb_config.Tpo"; exit 1; fi@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='ndb_config.cpp' object='ndb_config-ndb_config.lo' libtool=yes @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCXX_FALSE@	depfile='$(DEPDIR)/ndb_config-ndb_config.Plo' tmpdepfile='$(DEPDIR)/ndb_config-ndb_config.TPlo' @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCXX_FALSE@	$(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ndb_config_CXXFLAGS) $(CXXFLAGS) -c -o ndb_config-ndb_config.lo `test -f 'ndb_config.cpp' || echo '$(srcdir)/'`ndb_config.cppndb_config-Config.o: ../src/mgmsrv/Config.cpp@am__fastdepCXX_TRUE@	if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ndb_config_CXXFLAGS) $(CXXFLAGS) -MT ndb_config-Config.o -MD -MP -MF "$(DEPDIR)/ndb_config-Config.Tpo" -c -o ndb_config-Config.o `test -f '../src/mgmsrv/Config.cpp' || echo '$(srcdir)/'`../src/mgmsrv/Config.cpp; \@am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/ndb_config-Config.Tpo" "$(DEPDIR)/ndb_config-Config.Po"; else rm -f "$(DEPDIR)/ndb_config-Config.Tpo"; exit 1; fi@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='../src/mgmsrv/Config.cpp' object='ndb_config-Config.o' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCXX_FALSE@	depfile='$(DEPDIR)/ndb_config-Config.Po' tmpdepfile='$(DEPDIR)/ndb_config-Config.TPo' @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ndb_config_CXXFLAGS) $(CXXFLAGS) -c -o ndb_config-Config.o `test -f '../src/mgmsrv/Config.cpp' || echo '$(srcdir)/'`../src/mgmsrv/Config.cppndb_config-Config.obj: ../src/mgmsrv/Config.cpp@am__fastdepCXX_TRUE@	if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ndb_config_CXXFLAGS) $(CXXFLAGS) -MT ndb_config-Config.obj -MD -MP -MF "$(DEPDIR)/ndb_config-Config.Tpo" -c -o ndb_config-Config.obj `if test -f '../src/mgmsrv/Config.cpp'; then $(CYGPATH_W) '../src/mgmsrv/Config.cpp'; else $(CYGPATH_W) '$(srcdir)/../src/mgmsrv/Config.cpp'; fi`; \@am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/ndb_config-Config.Tpo" "$(DEPDIR)/ndb_config-Config.Po"; else rm -f "$(DEPDIR)/ndb_config-Config.Tpo"; exit 1; fi@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='../src/mgmsrv/Config.cpp' object='ndb_config-Config.obj' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCXX_FALSE@	depfile='$(DEPDIR)/ndb_config-Config.Po' tmpdepfile='$(DEPDIR)/ndb_config-Config.TPo' @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ndb_config_CXXFLAGS) $(CXXFLAGS) -c -o ndb_config-Config.obj `if test -f '../src/mgmsrv/Config.cpp'; then $(CYGPATH_W) '../src/mgmsrv/Config.cpp'; else $(CYGPATH_W) '$(srcdir)/../src/mgmsrv/Config.cpp'; fi`ndb_config-Config.lo: ../src/mgmsrv/Config.cpp@am__fastdepCXX_TRUE@	if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ndb_config_CXXFLAGS) $(CXXFLAGS) -MT ndb_config-Config.lo -MD -MP -MF "$(DEPDIR)/ndb_config-Config.Tpo" -c -o ndb_config-Config.lo `test -f '../src/mgmsrv/Config.cpp' || echo '$(srcdir)/'`../src/mgmsrv/Config.cpp; \@am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/ndb_config-Config.Tpo" "$(DEPDIR)/ndb_config-Config.Plo"; else rm -f "$(DEPDIR)/ndb_config-Config.Tpo"; exit 1; fi@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='../src/mgmsrv/Config.cpp' object='ndb_config-Config.lo' libtool=yes @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCXX_FALSE@	depfile='$(DEPDIR)/ndb_config-Config.Plo' tmpdepfile='$(DEPDIR)/ndb_config-Config.TPlo' @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCXX_FALSE@	$(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ndb_config_CXXFLAGS) $(CXXFLAGS) -c -o ndb_config-Config.lo `test -f '../src/mgmsrv/Config.cpp' || echo '$(srcdir)/'`../src/mgmsrv/Config.cppndb_config-ConfigInfo.o: ../src/mgmsrv/ConfigInfo.cpp@am__fastdepCXX_TRUE@	if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ndb_config_CXXFLAGS) $(CXXFLAGS) -MT ndb_config-ConfigInfo.o -MD -MP -MF "$(DEPDIR)/ndb_config-ConfigInfo.Tpo" -c -o ndb_config-ConfigInfo.o `test -f '../src/mgmsrv/ConfigInfo.cpp' || echo '$(srcdir)/'`../src/mgmsrv/ConfigInfo.cpp; \@am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/ndb_config-ConfigInfo.Tpo" "$(DEPDIR)/ndb_config-ConfigInfo.Po"; else rm -f "$(DEPDIR)/ndb_config-ConfigInfo.Tpo"; exit 1; fi@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='../src/mgmsrv/ConfigInfo.cpp' object='ndb_config-ConfigInfo.o' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCXX_FALSE@	depfile='$(DEPDIR)/ndb_config-ConfigInfo.Po' tmpdepfile='$(DEPDIR)/ndb_config-ConfigInfo.TPo' @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ndb_config_CXXFLAGS) $(CXXFLAGS) -c -o ndb_config-ConfigInfo.o `test -f '../src/mgmsrv/ConfigInfo.cpp' || echo '$(srcdir)/'`../src/mgmsrv/ConfigInfo.cppndb_config-ConfigInfo.obj: ../src/mgmsrv/ConfigInfo.cpp@am__fastdepCXX_TRUE@	if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ndb_config_CXXFLAGS) $(CXXFLAGS) -MT ndb_config-ConfigInfo.obj -MD -MP -MF "$(DEPDIR)/ndb_config-ConfigInfo.Tpo" -c -o ndb_config-ConfigInfo.obj `if test -f '../src/mgmsrv/ConfigInfo.cpp'; then $(CYGPATH_W) '../src/mgmsrv/ConfigInfo.cpp'; else $(CYGPATH_W) '$(srcdir)/../src/mgmsrv/ConfigInfo.cpp'; fi`; \@am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/ndb_config-ConfigInfo.Tpo" "$(DEPDIR)/ndb_config-ConfigInfo.Po"; else rm -f "$(DEPDIR)/ndb_config-ConfigInfo.Tpo"; exit 1; fi@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='../src/mgmsrv/ConfigInfo.cpp' object='ndb_config-ConfigInfo.obj' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCXX_FALSE@	depfile='$(DEPDIR)/ndb_config-ConfigInfo.Po' tmpdepfile='$(DEPDIR)/ndb_config-ConfigInfo.TPo' @AMDEPBACKSLASH@

⌨️ 快捷键说明

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