makefile.in
来自「ace开发环境 用来开发网络程序 其运用了设计模式、多平台、C++等多种知识」· IN 代码 · 共 907 行 · 第 1/4 页
IN
907 行
test_reactors.cppreactors_LDADD = \ $(ACE_BUILDDIR)/ace/libACE.lasignals_1_CPPFLAGS = \ -I$(ACE_ROOT) \ -I$(ACE_BUILDDIR)signals_1_SOURCES = \ test_signals_1.cppsignals_1_LDADD = \ $(ACE_BUILDDIR)/ace/libACE.lasignals_2_CPPFLAGS = \ -I$(ACE_ROOT) \ -I$(ACE_BUILDDIR)signals_2_SOURCES = \ test_signals_2.cppsignals_2_LDADD = \ $(ACE_BUILDDIR)/ace/libACE.latimer_queue_CPPFLAGS = \ -I$(ACE_ROOT) \ -I$(ACE_BUILDDIR)timer_queue_SOURCES = \ test_timer_queue.cpptimer_queue_LDADD = \ $(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/Misc/Makefile'; \ cd $(top_srcdir) && \ $(AUTOMAKE) --foreign examples/Reactor/Misc/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 ; \ donedemuxing$(EXEEXT): $(demuxing_OBJECTS) $(demuxing_DEPENDENCIES) @rm -f demuxing$(EXEEXT) $(CXXLINK) $(demuxing_LDFLAGS) $(demuxing_OBJECTS) $(demuxing_LDADD) $(LIBS)early_timeouts$(EXEEXT): $(early_timeouts_OBJECTS) $(early_timeouts_DEPENDENCIES) @rm -f early_timeouts$(EXEEXT) $(CXXLINK) $(early_timeouts_LDFLAGS) $(early_timeouts_OBJECTS) $(early_timeouts_LDADD) $(LIBS)event_handler_t$(EXEEXT): $(event_handler_t_OBJECTS) $(event_handler_t_DEPENDENCIES) @rm -f event_handler_t$(EXEEXT) $(CXXLINK) $(event_handler_t_LDFLAGS) $(event_handler_t_OBJECTS) $(event_handler_t_LDADD) $(LIBS)notification$(EXEEXT): $(notification_OBJECTS) $(notification_DEPENDENCIES) @rm -f notification$(EXEEXT) $(CXXLINK) $(notification_LDFLAGS) $(notification_OBJECTS) $(notification_LDADD) $(LIBS)pingpong$(EXEEXT): $(pingpong_OBJECTS) $(pingpong_DEPENDENCIES) @rm -f pingpong$(EXEEXT) $(CXXLINK) $(pingpong_LDFLAGS) $(pingpong_OBJECTS) $(pingpong_LDADD) $(LIBS)reactors$(EXEEXT): $(reactors_OBJECTS) $(reactors_DEPENDENCIES) @rm -f reactors$(EXEEXT) $(CXXLINK) $(reactors_LDFLAGS) $(reactors_OBJECTS) $(reactors_LDADD) $(LIBS)signals_1$(EXEEXT): $(signals_1_OBJECTS) $(signals_1_DEPENDENCIES) @rm -f signals_1$(EXEEXT) $(CXXLINK) $(signals_1_LDFLAGS) $(signals_1_OBJECTS) $(signals_1_LDADD) $(LIBS)signals_2$(EXEEXT): $(signals_2_OBJECTS) $(signals_2_DEPENDENCIES) @rm -f signals_2$(EXEEXT) $(CXXLINK) $(signals_2_LDFLAGS) $(signals_2_OBJECTS) $(signals_2_LDADD) $(LIBS)timer_queue$(EXEEXT): $(timer_queue_OBJECTS) $(timer_queue_DEPENDENCIES) @rm -f timer_queue$(EXEEXT) $(CXXLINK) $(timer_queue_LDFLAGS) $(timer_queue_OBJECTS) $(timer_queue_LDADD) $(LIBS)mostlyclean-compile: -rm -f *.$(OBJEXT)distclean-compile: -rm -f *.tab.c@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/demuxing-test_demuxing.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/early_timeouts-test_early_timeouts.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/event_handler_t-test_event_handler_t.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/notification-notification.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pingpong-pingpong.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/reactors-test_reactors.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/signals_1-test_signals_1.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/signals_2-test_signals_2.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/timer_queue-test_timer_queue.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 $@ $<demuxing-test_demuxing.o: test_demuxing.cpp@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(demuxing_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT demuxing-test_demuxing.o -MD -MP -MF "$(DEPDIR)/demuxing-test_demuxing.Tpo" -c -o demuxing-test_demuxing.o `test -f 'test_demuxing.cpp' || echo '$(srcdir)/'`test_demuxing.cpp; \@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/demuxing-test_demuxing.Tpo" "$(DEPDIR)/demuxing-test_demuxing.Po"; else rm -f "$(DEPDIR)/demuxing-test_demuxing.Tpo"; exit 1; fi@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='test_demuxing.cpp' object='demuxing-test_demuxing.o' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(demuxing_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o demuxing-test_demuxing.o `test -f 'test_demuxing.cpp' || echo '$(srcdir)/'`test_demuxing.cppdemuxing-test_demuxing.obj: test_demuxing.cpp@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(demuxing_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT demuxing-test_demuxing.obj -MD -MP -MF "$(DEPDIR)/demuxing-test_demuxing.Tpo" -c -o demuxing-test_demuxing.obj `if test -f 'test_demuxing.cpp'; then $(CYGPATH_W) 'test_demuxing.cpp'; else $(CYGPATH_W) '$(srcdir)/test_demuxing.cpp'; fi`; \@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/demuxing-test_demuxing.Tpo" "$(DEPDIR)/demuxing-test_demuxing.Po"; else rm -f "$(DEPDIR)/demuxing-test_demuxing.Tpo"; exit 1; fi@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='test_demuxing.cpp' object='demuxing-test_demuxing.obj' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(demuxing_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o demuxing-test_demuxing.obj `if test -f 'test_demuxing.cpp'; then $(CYGPATH_W) 'test_demuxing.cpp'; else $(CYGPATH_W) '$(srcdir)/test_demuxing.cpp'; fi`early_timeouts-test_early_timeouts.o: test_early_timeouts.cpp@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(early_timeouts_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT early_timeouts-test_early_timeouts.o -MD -MP -MF "$(DEPDIR)/early_timeouts-test_early_timeouts.Tpo" -c -o early_timeouts-test_early_timeouts.o `test -f 'test_early_timeouts.cpp' || echo '$(srcdir)/'`test_early_timeouts.cpp; \@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/early_timeouts-test_early_timeouts.Tpo" "$(DEPDIR)/early_timeouts-test_early_timeouts.Po"; else rm -f "$(DEPDIR)/early_timeouts-test_early_timeouts.Tpo"; exit 1; fi@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='test_early_timeouts.cpp' object='early_timeouts-test_early_timeouts.o' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(early_timeouts_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o early_timeouts-test_early_timeouts.o `test -f 'test_early_timeouts.cpp' || echo '$(srcdir)/'`test_early_timeouts.cppearly_timeouts-test_early_timeouts.obj: test_early_timeouts.cpp@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(early_timeouts_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT early_timeouts-test_early_timeouts.obj -MD -MP -MF "$(DEPDIR)/early_timeouts-test_early_timeouts.Tpo" -c -o early_timeouts-test_early_timeouts.obj `if test -f 'test_early_timeouts.cpp'; then $(CYGPATH_W) 'test_early_timeouts.cpp'; else $(CYGPATH_W) '$(srcdir)/test_early_timeouts.cpp'; fi`; \@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/early_timeouts-test_early_timeouts.Tpo" "$(DEPDIR)/early_timeouts-test_early_timeouts.Po"; else rm -f "$(DEPDIR)/early_timeouts-test_early_timeouts.Tpo"; exit 1; fi@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='test_early_timeouts.cpp' object='early_timeouts-test_early_timeouts.obj' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(early_timeouts_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o early_timeouts-test_early_timeouts.obj `if test -f 'test_early_timeouts.cpp'; then $(CYGPATH_W) 'test_early_timeouts.cpp'; else $(CYGPATH_W) '$(srcdir)/test_early_timeouts.cpp'; fi`event_handler_t-test_event_handler_t.o: test_event_handler_t.cpp@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(event_handler_t_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT event_handler_t-test_event_handler_t.o -MD -MP -MF "$(DEPDIR)/event_handler_t-test_event_handler_t.Tpo" -c -o event_handler_t-test_event_handler_t.o `test -f 'test_event_handler_t.cpp' || echo '$(srcdir)/'`test_event_handler_t.cpp; \@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/event_handler_t-test_event_handler_t.Tpo" "$(DEPDIR)/event_handler_t-test_event_handler_t.Po"; else rm -f "$(DEPDIR)/event_handler_t-test_event_handler_t.Tpo"; exit 1; fi@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='test_event_handler_t.cpp' object='event_handler_t-test_event_handler_t.o' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(event_handler_t_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o event_handler_t-test_event_handler_t.o `test -f 'test_event_handler_t.cpp' || echo '$(srcdir)/'`test_event_handler_t.cppevent_handler_t-test_event_handler_t.obj: test_event_handler_t.cpp@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(event_handler_t_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT event_handler_t-test_event_handler_t.obj -MD -MP -MF "$(DEPDIR)/event_handler_t-test_event_handler_t.Tpo" -c -o event_handler_t-test_event_handler_t.obj `if test -f 'test_event_handler_t.cpp'; then $(CYGPATH_W) 'test_event_handler_t.cpp'; else $(CYGPATH_W) '$(srcdir)/test_event_handler_t.cpp'; fi`; \@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/event_handler_t-test_event_handler_t.Tpo" "$(DEPDIR)/event_handler_t-test_event_handler_t.Po"; else rm -f "$(DEPDIR)/event_handler_t-test_event_handler_t.Tpo"; exit 1; fi@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='test_event_handler_t.cpp' object='event_handler_t-test_event_handler_t.obj' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(event_handler_t_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o event_handler_t-test_event_handler_t.obj `if test -f 'test_event_handler_t.cpp'; then $(CYGPATH_W) 'test_event_handler_t.cpp'; else $(CYGPATH_W) '$(srcdir)/test_event_handler_t.cpp'; fi`notification-notification.o: notification.cpp@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(notification_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT notification-notification.o -MD -MP -MF "$(DEPDIR)/notification-notification.Tpo" -c -o notification-notification.o `test -f 'notification.cpp' || echo '$(srcdir)/'`notification.cpp; \@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/notification-notification.Tpo" "$(DEPDIR)/notification-notification.Po"; else rm -f "$(DEPDIR)/notification-notification.Tpo"; exit 1; fi@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='notification.cpp' object='notification-notification.o' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(notification_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o notification-notification.o `test -f 'notification.cpp' || echo '$(srcdir)/'`notification.cppnotification-notification.obj: notification.cpp@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(notification_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT notification-notification.obj -MD -MP -MF "$(DEPDIR)/notification-notification.Tpo" -c -o notification-notification.obj `if test -f 'notification.cpp'; then $(CYGPATH_W) 'notification.cpp'; else $(CYGPATH_W) '$(srcdir)/notification.cpp'; fi`; \@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/notification-notification.Tpo" "$(DEPDIR)/notification-notification.Po"; else rm -f "$(DEPDIR)/notification-notification.Tpo"; exit 1; fi@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='notification.cpp' object='notification-notification.obj' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(notification_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o notification-notification.obj `if test -f 'notification.cpp'; then $(CYGPATH_W) 'notification.cpp'; else $(CYGPATH_W) '$(srcdir)/notification.cpp'; fi`pingpong-pingpong.o: pingpong.cpp@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pingpong_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT pingpong-pingpong.o -MD -MP -MF "$(DEPDIR)/pingpong-pingpong.Tpo" -c -o pingpong-pingpong.o `test -f 'pingpong.cpp' || echo '$(srcdir)/'`pingpong.cpp; \@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/pingpong-pingpong.Tpo" "$(DEPDIR)/pingpong-pingpong.Po"; else rm -f "$(DEPDIR)/pingpong-pingpong.Tpo"; exit 1; fi@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='pingpong.cpp' object='pingpong-pingpong.o' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pingpong_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o pingpong-pingpong.o `test -f 'pingpong.cpp' || echo '$(srcdir)/'`pingpong.cpppingpong-pingpong.obj: pingpong.cpp@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pingpong_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT pingpong-pingpong.obj -MD -MP -MF "$(DEPDIR)/pingpong-pingpong.Tpo" -c -o pingpong-pingpong.obj `if test -f 'pingpong.cpp'; then $(CYGPATH_W) 'pingpong.cpp'; else $(CYGPATH_W) '$(srcdir)/pingpong.cpp'; fi`; \@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/pingpong-pingpong.Tpo" "$(DEPDIR)/pingpong-pingpong.Po"; else rm -f "$(DEPDIR)/pingpong-pingpong.Tpo"; exit 1; fi@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='pingpong.cpp' object='pingpong-pingpong.obj' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pingpong_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o pingpong-pingpong.obj `if test -f 'pingpong.cpp'; then $(CYGPATH_W) 'pingpong.cpp'; else $(CYGPATH_W) '$(srcdir)/pingpong.cpp'; fi`reactors-test_reactors.o: test_reactors.cpp@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(reactors_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT reactors-test_reactors.o -MD -MP -MF "$(DEPDIR)/reactors-test_reactors.Tpo" -c -o reactors-test_reactors.o `test -f 'test_reactors.cpp' || echo '$(srcdir)/'`test_reactors.cpp; \@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/reactors-test_reactors.Tpo" "$(DEPDIR)/reactors-test_reactors.Po"; else rm -f "$(DEPDIR)/reactors-test_reactors.Tpo"; exit 1; fi@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='test_reactors.cpp' object='reactors-test_reactors.o' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(reactors_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o reactors-test_reactors.o `test -f 'test_reactors.cpp' || echo '$(srcdir)/'`test_reactors.cppreactors-test_reactors.obj: test_reactors.cpp@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(reactors_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT reactors-test_reactors.obj -MD -MP -MF "$(DEPDIR)/reactors-test_reactors.Tpo" -c -o reactors-test_reactors.obj `if test -f 'test_reactors.cpp'; then $(CYGPATH_W) 'test_reactors.cpp'; else $(CYGPATH_W) '$(srcdir)/test_reactors.cpp'; fi`; \@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/reactors-test_reactors.Tpo" "$(DEPDIR)/reactors-test_reactors.Po"; else rm -f "$(DEPDIR)/reactors-test_reactors.Tpo"; exit 1; fi@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='test_reactors.cpp' object='reactors-test_reactors.obj' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(reactors_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o reactors-test_reactors.obj `if test -f 'test_reactors.cpp'; then $(CYGPATH_W) 'test_reactors.cpp'; else $(CYGPATH_W) '$(srcdir)/test_reactors.cpp'; fi`signals_1-test_signals_1.o: test_signals_1.cpp@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(signals_1_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT signals_1-test_signals_1.o -MD -MP -MF "$(DEPDIR)/signals_1-test_signals_1.Tpo" -c -o signals_1-test_signals_1.o `test -f 'test_signals_1.cpp' || echo '$(srcdir)/'`test_signals_1.cpp; \@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/signals_1-test_signals_1.Tpo" "$(DEPDIR)/signals_1-test_signals_1.Po"; else rm -f "$(DEPDIR)/signals_1-test_signals_1.Tpo"; exit 1; fi
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?