makefile.in

来自「ACE编程的一本经典BIBLE的源代码,喜欢网络编程的别错过」· IN 代码 · 共 941 行 · 第 1/4 页

IN
941
字号
remote_dgram_test_LDADD = \
 $(top_builddir)/ace/libACE.la

remote_stream_test_CPPFLAGS = \
  -I$(ACE_ROOT) \
  -I$(ACE_BUILDDIR)

remote_stream_test_SOURCES = \
  remote_stream_client_test.cpp

remote_stream_test_LDADD = \
 $(top_builddir)/ace/libACE.la

remote_service_directory_test_CPPFLAGS = \
  -I$(ACE_ROOT) \
  -I$(ACE_BUILDDIR)

remote_service_directory_test_SOURCES = \
  remote_service_directory_test.cpp

remote_service_directory_test_LDADD = \
 $(top_builddir)/ace/libACE.la

remote_thr_stream_test_CPPFLAGS = \
  -I$(ACE_ROOT) \
  -I$(ACE_BUILDDIR)

remote_thr_stream_test_SOURCES = \
  remote_thr_stream_client_test.cpp

remote_thr_stream_test_LDADD = \
 $(top_builddir)/ace/libACE.la

all: 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/Service_Configurator/IPC-tests/client/Makefile'; \
	cd $(top_srcdir) && \
	  $(AUTOMAKE) --foreign  examples/Service_Configurator/IPC-tests/client/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

clean-noinstPROGRAMS:
	@list='$(noinst_PROGRAMS)'; for p in $$list; do \
	  f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
	  echo " rm -f $$p $$f"; \
	  rm -f $$p $$f ; \
	done
local_dgram_test$(EXEEXT): $(local_dgram_test_OBJECTS) $(local_dgram_test_DEPENDENCIES) 
	@rm -f local_dgram_test$(EXEEXT)
	$(CXXLINK) $(local_dgram_test_LDFLAGS) $(local_dgram_test_OBJECTS) $(local_dgram_test_LDADD) $(LIBS)
local_fifo_test$(EXEEXT): $(local_fifo_test_OBJECTS) $(local_fifo_test_DEPENDENCIES) 
	@rm -f local_fifo_test$(EXEEXT)
	$(CXXLINK) $(local_fifo_test_LDFLAGS) $(local_fifo_test_OBJECTS) $(local_fifo_test_LDADD) $(LIBS)
local_pipe_test$(EXEEXT): $(local_pipe_test_OBJECTS) $(local_pipe_test_DEPENDENCIES) 
	@rm -f local_pipe_test$(EXEEXT)
	$(CXXLINK) $(local_pipe_test_LDFLAGS) $(local_pipe_test_OBJECTS) $(local_pipe_test_LDADD) $(LIBS)
local_spipe_test$(EXEEXT): $(local_spipe_test_OBJECTS) $(local_spipe_test_DEPENDENCIES) 
	@rm -f local_spipe_test$(EXEEXT)
	$(CXXLINK) $(local_spipe_test_LDFLAGS) $(local_spipe_test_OBJECTS) $(local_spipe_test_LDADD) $(LIBS)
local_stream_test$(EXEEXT): $(local_stream_test_OBJECTS) $(local_stream_test_DEPENDENCIES) 
	@rm -f local_stream_test$(EXEEXT)
	$(CXXLINK) $(local_stream_test_LDFLAGS) $(local_stream_test_OBJECTS) $(local_stream_test_LDADD) $(LIBS)
remote_broadcast_test$(EXEEXT): $(remote_broadcast_test_OBJECTS) $(remote_broadcast_test_DEPENDENCIES) 
	@rm -f remote_broadcast_test$(EXEEXT)
	$(CXXLINK) $(remote_broadcast_test_LDFLAGS) $(remote_broadcast_test_OBJECTS) $(remote_broadcast_test_LDADD) $(LIBS)
remote_dgram_test$(EXEEXT): $(remote_dgram_test_OBJECTS) $(remote_dgram_test_DEPENDENCIES) 
	@rm -f remote_dgram_test$(EXEEXT)
	$(CXXLINK) $(remote_dgram_test_LDFLAGS) $(remote_dgram_test_OBJECTS) $(remote_dgram_test_LDADD) $(LIBS)
remote_service_directory_test$(EXEEXT): $(remote_service_directory_test_OBJECTS) $(remote_service_directory_test_DEPENDENCIES) 
	@rm -f remote_service_directory_test$(EXEEXT)
	$(CXXLINK) $(remote_service_directory_test_LDFLAGS) $(remote_service_directory_test_OBJECTS) $(remote_service_directory_test_LDADD) $(LIBS)
remote_stream_test$(EXEEXT): $(remote_stream_test_OBJECTS) $(remote_stream_test_DEPENDENCIES) 
	@rm -f remote_stream_test$(EXEEXT)
	$(CXXLINK) $(remote_stream_test_LDFLAGS) $(remote_stream_test_OBJECTS) $(remote_stream_test_LDADD) $(LIBS)
remote_thr_stream_test$(EXEEXT): $(remote_thr_stream_test_OBJECTS) $(remote_thr_stream_test_DEPENDENCIES) 
	@rm -f remote_thr_stream_test$(EXEEXT)
	$(CXXLINK) $(remote_thr_stream_test_LDFLAGS) $(remote_thr_stream_test_OBJECTS) $(remote_thr_stream_test_LDADD) $(LIBS)

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

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

@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/local_dgram_test-local_dgram_client_test.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/local_fifo_test-local_fifo_client_test.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/local_pipe_test-local_pipe_client_test.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/local_spipe_test-local_spipe_client_test.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/local_stream_test-local_stream_client_test.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/remote_broadcast_test-broadcast_client_test.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/remote_dgram_test-remote_dgram_client_test.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/remote_service_directory_test-remote_service_directory_test.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/remote_stream_test-remote_stream_client_test.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/remote_thr_stream_test-remote_thr_stream_client_test.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 $@ $<

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

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

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

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

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

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

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

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

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

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

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

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

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

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

⌨️ 快捷键说明

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