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

📄 makefile.in

📁 最新的版本ACE-5.6.8,刚从外文网上搬下,与大家分享.
💻 IN
📖 第 1 页 / 共 4 页
字号:
.SUFFIXES:
.SUFFIXES: .cpp .lo .o .obj
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
	@for dep in $?; do \
	  case '$(am__configure_deps)' in \
	    *$$dep*) \
	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
		&& exit 0; \
	      exit 1;; \
	  esac; \
	done; \
	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  apps/gperf/src/Makefile'; \
	cd $(top_srcdir) && \
	  $(AUTOMAKE) --foreign  apps/gperf/src/Makefile
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
	@case '$?' in \
	  *config.status*) \
	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
	  *) \
	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
	esac;

$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh

$(top_srcdir)/configure:  $(am__configure_deps)
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
install-binPROGRAMS: $(bin_PROGRAMS)
	@$(NORMAL_INSTALL)
	test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
	@list='$(bin_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 $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
	   $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
	  else :; fi; \
	done

uninstall-binPROGRAMS:
	@$(NORMAL_UNINSTALL)
	@list='$(bin_PROGRAMS)'; for p in $$list; do \
	  f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
	  echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
	  rm -f "$(DESTDIR)$(bindir)/$$f"; \
	done

clean-binPROGRAMS:
	@list='$(bin_PROGRAMS)'; for p in $$list; do \
	  f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
	  echo " rm -f $$p $$f"; \
	  rm -f $$p $$f ; \
	done
ace_gperf$(EXEEXT): $(ace_gperf_OBJECTS) $(ace_gperf_DEPENDENCIES) 
	@rm -f ace_gperf$(EXEEXT)
	$(CXXLINK) $(ace_gperf_LDFLAGS) $(ace_gperf_OBJECTS) $(ace_gperf_LDADD) $(LIBS)

mostlyclean-compile:
	-rm -f *.$(OBJEXT)

distclean-compile:
	-rm -f *.tab.c

@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ace_gperf-Bool_Array.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ace_gperf-Gen_Perf.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ace_gperf-Hash_Table.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ace_gperf-Iterator.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ace_gperf-Key_List.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ace_gperf-List_Node.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ace_gperf-Options.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ace_gperf-Vectors.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ace_gperf-Version.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ace_gperf-gperf.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@	DEPDIR=$(DEPDIR) $(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@	DEPDIR=$(DEPDIR) $(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@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<

ace_gperf-Bool_Array.o: Bool_Array.cpp
@am__fastdepCXX_TRUE@	if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ace_gperf_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ace_gperf-Bool_Array.o -MD -MP -MF "$(DEPDIR)/ace_gperf-Bool_Array.Tpo" -c -o ace_gperf-Bool_Array.o `test -f 'Bool_Array.cpp' || echo '$(srcdir)/'`Bool_Array.cpp; \
@am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/ace_gperf-Bool_Array.Tpo" "$(DEPDIR)/ace_gperf-Bool_Array.Po"; else rm -f "$(DEPDIR)/ace_gperf-Bool_Array.Tpo"; exit 1; fi
@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='Bool_Array.cpp' object='ace_gperf-Bool_Array.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ace_gperf_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ace_gperf-Bool_Array.o `test -f 'Bool_Array.cpp' || echo '$(srcdir)/'`Bool_Array.cpp

ace_gperf-Bool_Array.obj: Bool_Array.cpp
@am__fastdepCXX_TRUE@	if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ace_gperf_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ace_gperf-Bool_Array.obj -MD -MP -MF "$(DEPDIR)/ace_gperf-Bool_Array.Tpo" -c -o ace_gperf-Bool_Array.obj `if test -f 'Bool_Array.cpp'; then $(CYGPATH_W) 'Bool_Array.cpp'; else $(CYGPATH_W) '$(srcdir)/Bool_Array.cpp'; fi`; \
@am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/ace_gperf-Bool_Array.Tpo" "$(DEPDIR)/ace_gperf-Bool_Array.Po"; else rm -f "$(DEPDIR)/ace_gperf-Bool_Array.Tpo"; exit 1; fi
@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='Bool_Array.cpp' object='ace_gperf-Bool_Array.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ace_gperf_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ace_gperf-Bool_Array.obj `if test -f 'Bool_Array.cpp'; then $(CYGPATH_W) 'Bool_Array.cpp'; else $(CYGPATH_W) '$(srcdir)/Bool_Array.cpp'; fi`

ace_gperf-Gen_Perf.o: Gen_Perf.cpp
@am__fastdepCXX_TRUE@	if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ace_gperf_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ace_gperf-Gen_Perf.o -MD -MP -MF "$(DEPDIR)/ace_gperf-Gen_Perf.Tpo" -c -o ace_gperf-Gen_Perf.o `test -f 'Gen_Perf.cpp' || echo '$(srcdir)/'`Gen_Perf.cpp; \
@am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/ace_gperf-Gen_Perf.Tpo" "$(DEPDIR)/ace_gperf-Gen_Perf.Po"; else rm -f "$(DEPDIR)/ace_gperf-Gen_Perf.Tpo"; exit 1; fi
@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='Gen_Perf.cpp' object='ace_gperf-Gen_Perf.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ace_gperf_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ace_gperf-Gen_Perf.o `test -f 'Gen_Perf.cpp' || echo '$(srcdir)/'`Gen_Perf.cpp

ace_gperf-Gen_Perf.obj: Gen_Perf.cpp
@am__fastdepCXX_TRUE@	if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ace_gperf_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ace_gperf-Gen_Perf.obj -MD -MP -MF "$(DEPDIR)/ace_gperf-Gen_Perf.Tpo" -c -o ace_gperf-Gen_Perf.obj `if test -f 'Gen_Perf.cpp'; then $(CYGPATH_W) 'Gen_Perf.cpp'; else $(CYGPATH_W) '$(srcdir)/Gen_Perf.cpp'; fi`; \
@am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/ace_gperf-Gen_Perf.Tpo" "$(DEPDIR)/ace_gperf-Gen_Perf.Po"; else rm -f "$(DEPDIR)/ace_gperf-Gen_Perf.Tpo"; exit 1; fi
@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='Gen_Perf.cpp' object='ace_gperf-Gen_Perf.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ace_gperf_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ace_gperf-Gen_Perf.obj `if test -f 'Gen_Perf.cpp'; then $(CYGPATH_W) 'Gen_Perf.cpp'; else $(CYGPATH_W) '$(srcdir)/Gen_Perf.cpp'; fi`

ace_gperf-Hash_Table.o: Hash_Table.cpp
@am__fastdepCXX_TRUE@	if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ace_gperf_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ace_gperf-Hash_Table.o -MD -MP -MF "$(DEPDIR)/ace_gperf-Hash_Table.Tpo" -c -o ace_gperf-Hash_Table.o `test -f 'Hash_Table.cpp' || echo '$(srcdir)/'`Hash_Table.cpp; \
@am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/ace_gperf-Hash_Table.Tpo" "$(DEPDIR)/ace_gperf-Hash_Table.Po"; else rm -f "$(DEPDIR)/ace_gperf-Hash_Table.Tpo"; exit 1; fi
@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='Hash_Table.cpp' object='ace_gperf-Hash_Table.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ace_gperf_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ace_gperf-Hash_Table.o `test -f 'Hash_Table.cpp' || echo '$(srcdir)/'`Hash_Table.cpp

ace_gperf-Hash_Table.obj: Hash_Table.cpp
@am__fastdepCXX_TRUE@	if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ace_gperf_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ace_gperf-Hash_Table.obj -MD -MP -MF "$(DEPDIR)/ace_gperf-Hash_Table.Tpo" -c -o ace_gperf-Hash_Table.obj `if test -f 'Hash_Table.cpp'; then $(CYGPATH_W) 'Hash_Table.cpp'; else $(CYGPATH_W) '$(srcdir)/Hash_Table.cpp'; fi`; \
@am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/ace_gperf-Hash_Table.Tpo" "$(DEPDIR)/ace_gperf-Hash_Table.Po"; else rm -f "$(DEPDIR)/ace_gperf-Hash_Table.Tpo"; exit 1; fi
@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='Hash_Table.cpp' object='ace_gperf-Hash_Table.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ace_gperf_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ace_gperf-Hash_Table.obj `if test -f 'Hash_Table.cpp'; then $(CYGPATH_W) 'Hash_Table.cpp'; else $(CYGPATH_W) '$(srcdir)/Hash_Table.cpp'; fi`

ace_gperf-Iterator.o: Iterator.cpp
@am__fastdepCXX_TRUE@	if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ace_gperf_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ace_gperf-Iterator.o -MD -MP -MF "$(DEPDIR)/ace_gperf-Iterator.Tpo" -c -o ace_gperf-Iterator.o `test -f 'Iterator.cpp' || echo '$(srcdir)/'`Iterator.cpp; \
@am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/ace_gperf-Iterator.Tpo" "$(DEPDIR)/ace_gperf-Iterator.Po"; else rm -f "$(DEPDIR)/ace_gperf-Iterator.Tpo"; exit 1; fi
@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='Iterator.cpp' object='ace_gperf-Iterator.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ace_gperf_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ace_gperf-Iterator.o `test -f 'Iterator.cpp' || echo '$(srcdir)/'`Iterator.cpp

ace_gperf-Iterator.obj: Iterator.cpp
@am__fastdepCXX_TRUE@	if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ace_gperf_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ace_gperf-Iterator.obj -MD -MP -MF "$(DEPDIR)/ace_gperf-Iterator.Tpo" -c -o ace_gperf-Iterator.obj `if test -f 'Iterator.cpp'; then $(CYGPATH_W) 'Iterator.cpp'; else $(CYGPATH_W) '$(srcdir)/Iterator.cpp'; fi`; \
@am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/ace_gperf-Iterator.Tpo" "$(DEPDIR)/ace_gperf-Iterator.Po"; else rm -f "$(DEPDIR)/ace_gperf-Iterator.Tpo"; exit 1; fi
@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='Iterator.cpp' object='ace_gperf-Iterator.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ace_gperf_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ace_gperf-Iterator.obj `if test -f 'Iterator.cpp'; then $(CYGPATH_W) 'Iterator.cpp'; else $(CYGPATH_W) '$(srcdir)/Iterator.cpp'; fi`

ace_gperf-Key_List.o: Key_List.cpp
@am__fastdepCXX_TRUE@	if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ace_gperf_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ace_gperf-Key_List.o -MD -MP -MF "$(DEPDIR)/ace_gperf-Key_List.Tpo" -c -o ace_gperf-Key_List.o `test -f 'Key_List.cpp' || echo '$(srcdir)/'`Key_List.cpp; \
@am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/ace_gperf-Key_List.Tpo" "$(DEPDIR)/ace_gperf-Key_List.Po"; else rm -f "$(DEPDIR)/ace_gperf-Key_List.Tpo"; exit 1; fi
@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='Key_List.cpp' object='ace_gperf-Key_List.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ace_gperf_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ace_gperf-Key_List.o `test -f 'Key_List.cpp' || echo '$(srcdir)/'`Key_List.cpp

ace_gperf-Key_List.obj: Key_List.cpp
@am__fastdepCXX_TRUE@	if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ace_gperf_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ace_gperf-Key_List.obj -MD -MP -MF "$(DEPDIR)/ace_gperf-Key_List.Tpo" -c -o ace_gperf-Key_List.obj `if test -f 'Key_List.cpp'; then $(CYGPATH_W) 'Key_List.cpp'; else $(CYGPATH_W) '$(srcdir)/Key_List.cpp'; fi`; \
@am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/ace_gperf-Key_List.Tpo" "$(DEPDIR)/ace_gperf-Key_List.Po"; else rm -f "$(DEPDIR)/ace_gperf-Key_List.Tpo"; exit 1; fi
@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='Key_List.cpp' object='ace_gperf-Key_List.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ace_gperf_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ace_gperf-Key_List.obj `if test -f 'Key_List.cpp'; then $(CYGPATH_W) 'Key_List.cpp'; else $(CYGPATH_W) '$(srcdir)/Key_List.cpp'; fi`

ace_gperf-List_Node.o: List_Node.cpp
@am__fastdepCXX_TRUE@	if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ace_gperf_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ace_gperf-List_Node.o -MD -MP -MF "$(DEPDIR)/ace_gperf-List_Node.Tpo" -c -o ace_gperf-List_Node.o `test -f 'List_Node.cpp' || echo '$(srcdir)/'`List_Node.cpp; \
@am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/ace_gperf-List_Node.Tpo" "$(DEPDIR)/ace_gperf-List_Node.Po"; else rm -f "$(DEPDIR)/ace_gperf-List_Node.Tpo"; exit 1; fi
@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='List_Node.cpp' object='ace_gperf-List_Node.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ace_gperf_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ace_gperf-List_Node.o `test -f 'List_Node.cpp' || echo '$(srcdir)/'`List_Node.cpp

ace_gperf-List_Node.obj: List_Node.cpp
@am__fastdepCXX_TRUE@	if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ace_gperf_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ace_gperf-List_Node.obj -MD -MP -MF "$(DEPDIR)/ace_gperf-List_Node.Tpo" -c -o ace_gperf-List_Node.obj `if test -f 'List_Node.cpp'; then $(CYGPATH_W) 'List_Node.cpp'; else $(CYGPATH_W) '$(srcdir)/List_Node.cpp'; fi`; \
@am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/ace_gperf-List_Node.Tpo" "$(DEPDIR)/ace_gperf-List_Node.Po"; else rm -f "$(DEPDIR)/ace_gperf-List_Node.Tpo"; exit 1; fi
@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='List_Node.cpp' object='ace_gperf-List_Node.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ace_gperf_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ace_gperf-List_Node.obj `if test -f 'List_Node.cpp'; then $(CYGPATH_W) 'List_Node.cpp'; else $(CYGPATH_W) '$(srcdir)/List_Node.cpp'; fi`

ace_gperf-Options.o: Options.cpp
@am__fastdepCXX_TRUE@	if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ace_gperf_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ace_gperf-Options.o -MD -MP -MF "$(DEPDIR)/ace_gperf-Options.Tpo" -c -o ace_gperf-Options.o `test -f 'Options.cpp' || echo '$(srcdir)/'`Options.cpp; \
@am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/ace_gperf-Options.Tpo" "$(DEPDIR)/ace_gperf-Options.Po"; else rm -f "$(DEPDIR)/ace_gperf-Options.Tpo"; exit 1; fi
@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='Options.cpp' object='ace_gperf-Options.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ace_gperf_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ace_gperf-Options.o `test -f 'Options.cpp' || echo '$(srcdir)/'`Options.cpp

ace_gperf-Options.obj: Options.cpp
@am__fastdepCXX_TRUE@	if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ace_gperf_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ace_gperf-Options.obj -MD -MP -MF "$(DEPDIR)/ace_gperf-Options.Tpo" -c -o ace_gperf-Options.obj `if test -f 'Options.cpp'; then $(CYGPATH_W) 'Options.cpp'; else $(CYGPATH_W) '$(srcdir)/Options.cpp'; fi`; \
@am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/ace_gperf-Options.Tpo" "$(DEPDIR)/ace_gperf-Options.Po"; else rm -f "$(DEPDIR)/ace_gperf-Options.Tpo"; exit 1; fi
@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='Options.cpp' object='ace_gperf-Options.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ace_gperf_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ace_gperf-Options.obj `if test -f 'Options.cpp'; then $(CYGPATH_W) 'Options.cpp'; else $(CYGPATH_W) '$(srcdir)/Options.cpp'; fi`

ace_gperf-Vectors.o: Vectors.cpp
@am__fastdepCXX_TRUE@	if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ace_gperf_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ace_gperf-Vectors.o -MD -MP -MF "$(DEPDIR)/ace_gperf-Vectors.Tpo" -c -o ace_gperf-Vectors.o `test -f 'Vectors.cpp' || echo '$(srcdir)/'`Vectors.cpp; \
@am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/ace_gperf-Vectors.Tpo" "$(DEPDIR)/ace_gperf-Vectors.Po"; else rm -f "$(DEPDIR)/ace_gperf-Vectors.Tpo"; exit 1; fi
@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='Vectors.cpp' object='ace_gperf-Vectors.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ace_gperf_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ace_gperf-Vectors.o `test -f 'Vectors.cpp' || echo '$(srcdir)/'`Vectors.cpp

ace_gperf-Vectors.obj: Vectors.cpp
@am__fastdepCXX_TRUE@	if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ace_gperf_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ace_gperf-Vectors.obj -MD -MP -MF "$(DEPDIR)/ace_gperf-Vectors.Tpo" -c -o ace_gperf-Vectors.obj `if test -f 'Vectors.cpp'; then $(CYGPATH_W) 'Vectors.cpp'; else $(CYGPATH_W) '$(srcdir)/Vectors.cpp'; fi`; \
@am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/ace_gperf-Vectors.Tpo" "$(DEPDIR)/ace_gperf-Vectors.Po"; else rm -f "$(DEPDIR)/ace_gperf-Vectors.Tpo"; exit 1; fi
@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='Vectors.cpp' object='ace_gperf-Vectors.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ace_gperf_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o ace_gperf-Vectors.obj `if test -f 'Vectors.cpp'; then $(CYGPATH_W) 'Vectors.cpp'; else $(CYGPATH_W) '$(srcdir)/Vectors.cpp'; fi`

ace_gperf-Version.o: Version.cpp
@am__fastdepCXX_TRUE@	if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ace_gperf_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT ace_gperf-Version.o -MD -MP -MF "$(DEPDIR)/ace_gperf-Version.Tpo" -c -o ace_gperf-Version.o `test -f 'Version.cpp' || echo '$(srcdir)/'`Version.cpp; \
@am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/ace_gperf-Version.Tpo" "$(DEPDIR)/ace_gperf-Version.Po"; else rm -f "$(DEPDIR)/ace_gperf-Version.Tpo"; exit 1; fi

⌨️ 快捷键说明

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