makefile.in

来自「ace开发环境 用来开发网络程序 其运用了设计模式、多平台、C++等多种知识」· IN 代码 · 共 896 行 · 第 1/4 页

IN
896
字号
@BUILD_ACE_FOR_TAO_FALSE@  test_end_event_loop.cpp \@BUILD_ACE_FOR_TAO_FALSE@  test_cancel.h \@BUILD_ACE_FOR_TAO_FALSE@  test_proactor.h@BUILD_ACE_FOR_TAO_FALSE@test_end_event_loop_LDADD = \@BUILD_ACE_FOR_TAO_FALSE@  $(ACE_BUILDDIR)/ace/libACE.la@BUILD_ACE_FOR_TAO_FALSE@test_multiple_loops_CPPFLAGS = \@BUILD_ACE_FOR_TAO_FALSE@  -I$(ACE_ROOT) \@BUILD_ACE_FOR_TAO_FALSE@  -I$(ACE_BUILDDIR)@BUILD_ACE_FOR_TAO_FALSE@test_multiple_loops_SOURCES = \@BUILD_ACE_FOR_TAO_FALSE@  test_multiple_loops.cpp \@BUILD_ACE_FOR_TAO_FALSE@  test_cancel.h \@BUILD_ACE_FOR_TAO_FALSE@  test_proactor.h@BUILD_ACE_FOR_TAO_FALSE@test_multiple_loops_LDADD = \@BUILD_ACE_FOR_TAO_FALSE@  $(ACE_BUILDDIR)/ace/libACE.la@BUILD_ACE_FOR_TAO_FALSE@test_post_completions_CPPFLAGS = \@BUILD_ACE_FOR_TAO_FALSE@  -I$(ACE_ROOT) \@BUILD_ACE_FOR_TAO_FALSE@  -I$(ACE_BUILDDIR)@BUILD_ACE_FOR_TAO_FALSE@test_post_completions_SOURCES = \@BUILD_ACE_FOR_TAO_FALSE@  post_completions.cpp \@BUILD_ACE_FOR_TAO_FALSE@  test_cancel.h \@BUILD_ACE_FOR_TAO_FALSE@  test_proactor.h@BUILD_ACE_FOR_TAO_FALSE@test_post_completions_LDADD = \@BUILD_ACE_FOR_TAO_FALSE@  $(ACE_BUILDDIR)/ace/libACE.la@BUILD_ACE_FOR_TAO_FALSE@test_proactor_CPPFLAGS = \@BUILD_ACE_FOR_TAO_FALSE@  -I$(ACE_ROOT) \@BUILD_ACE_FOR_TAO_FALSE@  -I$(ACE_BUILDDIR)@BUILD_ACE_FOR_TAO_FALSE@test_proactor_SOURCES = \@BUILD_ACE_FOR_TAO_FALSE@  test_proactor.cpp \@BUILD_ACE_FOR_TAO_FALSE@  test_proactor.h@BUILD_ACE_FOR_TAO_FALSE@test_proactor_LDADD = \@BUILD_ACE_FOR_TAO_FALSE@  $(ACE_BUILDDIR)/ace/libACE.la@BUILD_ACE_FOR_TAO_FALSE@test_timeout_CPPFLAGS = \@BUILD_ACE_FOR_TAO_FALSE@  -I$(ACE_ROOT) \@BUILD_ACE_FOR_TAO_FALSE@  -I$(ACE_BUILDDIR)@BUILD_ACE_FOR_TAO_FALSE@test_timeout_SOURCES = \@BUILD_ACE_FOR_TAO_FALSE@  test_timeout.cpp \@BUILD_ACE_FOR_TAO_FALSE@  test_cancel.h \@BUILD_ACE_FOR_TAO_FALSE@  test_proactor.h@BUILD_ACE_FOR_TAO_FALSE@test_timeout_LDADD = \@BUILD_ACE_FOR_TAO_FALSE@  $(ACE_BUILDDIR)/ace/libACE.la@BUILD_ACE_FOR_TAO_FALSE@test_udp_proactor_CPPFLAGS = \@BUILD_ACE_FOR_TAO_FALSE@  -I$(ACE_ROOT) \@BUILD_ACE_FOR_TAO_FALSE@  -I$(ACE_BUILDDIR)@BUILD_ACE_FOR_TAO_FALSE@test_udp_proactor_SOURCES = \@BUILD_ACE_FOR_TAO_FALSE@  test_udp_proactor.cpp \@BUILD_ACE_FOR_TAO_FALSE@  test_cancel.h \@BUILD_ACE_FOR_TAO_FALSE@  test_proactor.h@BUILD_ACE_FOR_TAO_FALSE@test_udp_proactor_LDADD = \@BUILD_ACE_FOR_TAO_FALSE@  $(ACE_BUILDDIR)/ace/libACE.laall: all-am.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  examples/Reactor/Proactor/Makefile'; \	cd $(top_srcdir) && \	  $(AUTOMAKE) --foreign  examples/Reactor/Proactor/Makefile.PRECIOUS: MakefileMakefile: $(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--refreshclean-noinstPROGRAMS:	@list='$(noinst_PROGRAMS)'; for p in $$list; do \	  f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \	  echo " rm -f $$p $$f"; \	  rm -f $$p $$f ; \	donetest_cancel$(EXEEXT): $(test_cancel_OBJECTS) $(test_cancel_DEPENDENCIES) 	@rm -f test_cancel$(EXEEXT)	$(CXXLINK) $(test_cancel_LDFLAGS) $(test_cancel_OBJECTS) $(test_cancel_LDADD) $(LIBS)test_end_event_loop$(EXEEXT): $(test_end_event_loop_OBJECTS) $(test_end_event_loop_DEPENDENCIES) 	@rm -f test_end_event_loop$(EXEEXT)	$(CXXLINK) $(test_end_event_loop_LDFLAGS) $(test_end_event_loop_OBJECTS) $(test_end_event_loop_LDADD) $(LIBS)test_multiple_loops$(EXEEXT): $(test_multiple_loops_OBJECTS) $(test_multiple_loops_DEPENDENCIES) 	@rm -f test_multiple_loops$(EXEEXT)	$(CXXLINK) $(test_multiple_loops_LDFLAGS) $(test_multiple_loops_OBJECTS) $(test_multiple_loops_LDADD) $(LIBS)test_post_completions$(EXEEXT): $(test_post_completions_OBJECTS) $(test_post_completions_DEPENDENCIES) 	@rm -f test_post_completions$(EXEEXT)	$(CXXLINK) $(test_post_completions_LDFLAGS) $(test_post_completions_OBJECTS) $(test_post_completions_LDADD) $(LIBS)test_proactor$(EXEEXT): $(test_proactor_OBJECTS) $(test_proactor_DEPENDENCIES) 	@rm -f test_proactor$(EXEEXT)	$(CXXLINK) $(test_proactor_LDFLAGS) $(test_proactor_OBJECTS) $(test_proactor_LDADD) $(LIBS)test_timeout$(EXEEXT): $(test_timeout_OBJECTS) $(test_timeout_DEPENDENCIES) 	@rm -f test_timeout$(EXEEXT)	$(CXXLINK) $(test_timeout_LDFLAGS) $(test_timeout_OBJECTS) $(test_timeout_LDADD) $(LIBS)test_udp_proactor$(EXEEXT): $(test_udp_proactor_OBJECTS) $(test_udp_proactor_DEPENDENCIES) 	@rm -f test_udp_proactor$(EXEEXT)	$(CXXLINK) $(test_udp_proactor_LDFLAGS) $(test_udp_proactor_OBJECTS) $(test_udp_proactor_LDADD) $(LIBS)mostlyclean-compile:	-rm -f *.$(OBJEXT)distclean-compile:	-rm -f *.tab.c@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_cancel-test_cancel.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_end_event_loop-test_end_event_loop.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_multiple_loops-test_multiple_loops.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_post_completions-post_completions.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_proactor-test_proactor.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_timeout-test_timeout.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_udp_proactor-test_udp_proactor.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 $@ $<test_cancel-test_cancel.o: test_cancel.cpp@am__fastdepCXX_TRUE@	if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_cancel_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT test_cancel-test_cancel.o -MD -MP -MF "$(DEPDIR)/test_cancel-test_cancel.Tpo" -c -o test_cancel-test_cancel.o `test -f 'test_cancel.cpp' || echo '$(srcdir)/'`test_cancel.cpp; \@am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/test_cancel-test_cancel.Tpo" "$(DEPDIR)/test_cancel-test_cancel.Po"; else rm -f "$(DEPDIR)/test_cancel-test_cancel.Tpo"; exit 1; fi@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='test_cancel.cpp' object='test_cancel-test_cancel.o' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_cancel_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o test_cancel-test_cancel.o `test -f 'test_cancel.cpp' || echo '$(srcdir)/'`test_cancel.cpptest_cancel-test_cancel.obj: test_cancel.cpp@am__fastdepCXX_TRUE@	if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_cancel_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT test_cancel-test_cancel.obj -MD -MP -MF "$(DEPDIR)/test_cancel-test_cancel.Tpo" -c -o test_cancel-test_cancel.obj `if test -f 'test_cancel.cpp'; then $(CYGPATH_W) 'test_cancel.cpp'; else $(CYGPATH_W) '$(srcdir)/test_cancel.cpp'; fi`; \@am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/test_cancel-test_cancel.Tpo" "$(DEPDIR)/test_cancel-test_cancel.Po"; else rm -f "$(DEPDIR)/test_cancel-test_cancel.Tpo"; exit 1; fi@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='test_cancel.cpp' object='test_cancel-test_cancel.obj' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_cancel_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o test_cancel-test_cancel.obj `if test -f 'test_cancel.cpp'; then $(CYGPATH_W) 'test_cancel.cpp'; else $(CYGPATH_W) '$(srcdir)/test_cancel.cpp'; fi`test_end_event_loop-test_end_event_loop.o: test_end_event_loop.cpp@am__fastdepCXX_TRUE@	if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_end_event_loop_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT test_end_event_loop-test_end_event_loop.o -MD -MP -MF "$(DEPDIR)/test_end_event_loop-test_end_event_loop.Tpo" -c -o test_end_event_loop-test_end_event_loop.o `test -f 'test_end_event_loop.cpp' || echo '$(srcdir)/'`test_end_event_loop.cpp; \@am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/test_end_event_loop-test_end_event_loop.Tpo" "$(DEPDIR)/test_end_event_loop-test_end_event_loop.Po"; else rm -f "$(DEPDIR)/test_end_event_loop-test_end_event_loop.Tpo"; exit 1; fi@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='test_end_event_loop.cpp' object='test_end_event_loop-test_end_event_loop.o' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_end_event_loop_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o test_end_event_loop-test_end_event_loop.o `test -f 'test_end_event_loop.cpp' || echo '$(srcdir)/'`test_end_event_loop.cpptest_end_event_loop-test_end_event_loop.obj: test_end_event_loop.cpp@am__fastdepCXX_TRUE@	if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_end_event_loop_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT test_end_event_loop-test_end_event_loop.obj -MD -MP -MF "$(DEPDIR)/test_end_event_loop-test_end_event_loop.Tpo" -c -o test_end_event_loop-test_end_event_loop.obj `if test -f 'test_end_event_loop.cpp'; then $(CYGPATH_W) 'test_end_event_loop.cpp'; else $(CYGPATH_W) '$(srcdir)/test_end_event_loop.cpp'; fi`; \@am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/test_end_event_loop-test_end_event_loop.Tpo" "$(DEPDIR)/test_end_event_loop-test_end_event_loop.Po"; else rm -f "$(DEPDIR)/test_end_event_loop-test_end_event_loop.Tpo"; exit 1; fi@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='test_end_event_loop.cpp' object='test_end_event_loop-test_end_event_loop.obj' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_end_event_loop_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o test_end_event_loop-test_end_event_loop.obj `if test -f 'test_end_event_loop.cpp'; then $(CYGPATH_W) 'test_end_event_loop.cpp'; else $(CYGPATH_W) '$(srcdir)/test_end_event_loop.cpp'; fi`test_multiple_loops-test_multiple_loops.o: test_multiple_loops.cpp@am__fastdepCXX_TRUE@	if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_multiple_loops_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT test_multiple_loops-test_multiple_loops.o -MD -MP -MF "$(DEPDIR)/test_multiple_loops-test_multiple_loops.Tpo" -c -o test_multiple_loops-test_multiple_loops.o `test -f 'test_multiple_loops.cpp' || echo '$(srcdir)/'`test_multiple_loops.cpp; \@am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/test_multiple_loops-test_multiple_loops.Tpo" "$(DEPDIR)/test_multiple_loops-test_multiple_loops.Po"; else rm -f "$(DEPDIR)/test_multiple_loops-test_multiple_loops.Tpo"; exit 1; fi@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='test_multiple_loops.cpp' object='test_multiple_loops-test_multiple_loops.o' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_multiple_loops_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o test_multiple_loops-test_multiple_loops.o `test -f 'test_multiple_loops.cpp' || echo '$(srcdir)/'`test_multiple_loops.cpptest_multiple_loops-test_multiple_loops.obj: test_multiple_loops.cpp@am__fastdepCXX_TRUE@	if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_multiple_loops_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT test_multiple_loops-test_multiple_loops.obj -MD -MP -MF "$(DEPDIR)/test_multiple_loops-test_multiple_loops.Tpo" -c -o test_multiple_loops-test_multiple_loops.obj `if test -f 'test_multiple_loops.cpp'; then $(CYGPATH_W) 'test_multiple_loops.cpp'; else $(CYGPATH_W) '$(srcdir)/test_multiple_loops.cpp'; fi`; \@am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/test_multiple_loops-test_multiple_loops.Tpo" "$(DEPDIR)/test_multiple_loops-test_multiple_loops.Po"; else rm -f "$(DEPDIR)/test_multiple_loops-test_multiple_loops.Tpo"; exit 1; fi@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='test_multiple_loops.cpp' object='test_multiple_loops-test_multiple_loops.obj' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_multiple_loops_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o test_multiple_loops-test_multiple_loops.obj `if test -f 'test_multiple_loops.cpp'; then $(CYGPATH_W) 'test_multiple_loops.cpp'; else $(CYGPATH_W) '$(srcdir)/test_multiple_loops.cpp'; fi`test_post_completions-post_completions.o: post_completions.cpp@am__fastdepCXX_TRUE@	if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_post_completions_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT test_post_completions-post_completions.o -MD -MP -MF "$(DEPDIR)/test_post_completions-post_completions.Tpo" -c -o test_post_completions-post_completions.o `test -f 'post_completions.cpp' || echo '$(srcdir)/'`post_completions.cpp; \@am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/test_post_completions-post_completions.Tpo" "$(DEPDIR)/test_post_completions-post_completions.Po"; else rm -f "$(DEPDIR)/test_post_completions-post_completions.Tpo"; exit 1; fi@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='post_completions.cpp' object='test_post_completions-post_completions.o' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_post_completions_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o test_post_completions-post_completions.o `test -f 'post_completions.cpp' || echo '$(srcdir)/'`post_completions.cpptest_post_completions-post_completions.obj: post_completions.cpp@am__fastdepCXX_TRUE@	if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_post_completions_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT test_post_completions-post_completions.obj -MD -MP -MF "$(DEPDIR)/test_post_completions-post_completions.Tpo" -c -o test_post_completions-post_completions.obj `if test -f 'post_completions.cpp'; then $(CYGPATH_W) 'post_completions.cpp'; else $(CYGPATH_W) '$(srcdir)/post_completions.cpp'; fi`; \@am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/test_post_completions-post_completions.Tpo" "$(DEPDIR)/test_post_completions-post_completions.Po"; else rm -f "$(DEPDIR)/test_post_completions-post_completions.Tpo"; exit 1; fi@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='post_completions.cpp' object='test_post_completions-post_completions.obj' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_post_completions_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o test_post_completions-post_completions.obj `if test -f 'post_completions.cpp'; then $(CYGPATH_W) 'post_completions.cpp'; else $(CYGPATH_W) '$(srcdir)/post_completions.cpp'; fi`test_proactor-test_proactor.o: test_proactor.cpp@am__fastdepCXX_TRUE@	if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_proactor_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT test_proactor-test_proactor.o -MD -MP -MF "$(DEPDIR)/test_proactor-test_proactor.Tpo" -c -o test_proactor-test_proactor.o `test -f 'test_proactor.cpp' || echo '$(srcdir)/'`test_proactor.cpp; \@am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/test_proactor-test_proactor.Tpo" "$(DEPDIR)/test_proactor-test_proactor.Po"; else rm -f "$(DEPDIR)/test_proactor-test_proactor.Tpo"; exit 1; fi@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='test_proactor.cpp' object='test_proactor-test_proactor.o' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@

⌨️ 快捷键说明

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