svc_cfg_ipc_server_test.bor

来自「ACE自适配通信环境(ADAPTIVE Communication Enviro」· BOR 代码 · 共 177 行

BOR
177
字号
# Makefile for building the server_test exe with Borland C++ MakeNAME = server_testNO_FULL_PATH=1OBJFILES = \	$(OBJDIR)\server_test.$(OBJ_EXT)LFLAGS = \        -L"." \        -j"."  \        -L"..\..\..\..\lib" \        -j"..\..\..\..\lib" LIBFILES = \	ACE$(LIB_DECORATOR).lib \	IPC_Tests_Server$(LIB_DECORATOR).lib \	$(DUMMY_VALUE_NOT_ENDING_IN_BACKSLASH)!ifdef STATICLIB_FLAGS = \        -DACE_AS_STATIC_LIBS!else!endifCFLAGS = \	-I"..\..\..\.." \	$(LIB_FLAGS) \	$(DLL_FLAGS)CPPDIR = .CDIR   = .INCDIR_NAME = examples\Service_Configurator\IPC-tests\server## Override defaults in outputdir.bor#INCLUDES_INSTALL=1BASE_BINDIR = .!include <$(ACE_ROOT)\include\makeinclude\build_exe.bor>includes_install: $(INCLUDES)	-@if not exist $(INSTALL_DIR)\include\$(INCDIR_NAME)\. mkdir $(INSTALL_DIR)\include\$(INCDIR_NAME)\.	-&copy /Y Handle_Broadcast.h $(INSTALL_DIR)\include\$(INCDIR_NAME)\Handle_Broadcast.h 1> NUL	-@if not exist $(INSTALL_DIR)\include\$(INCDIR_NAME)\. mkdir $(INSTALL_DIR)\include\$(INCDIR_NAME)\.	-&copy /Y Handle_L_CODgram.h $(INSTALL_DIR)\include\$(INCDIR_NAME)\Handle_L_CODgram.h 1> NUL	-@if not exist $(INSTALL_DIR)\include\$(INCDIR_NAME)\. mkdir $(INSTALL_DIR)\include\$(INCDIR_NAME)\.	-&copy /Y Handle_L_Dgram.h $(INSTALL_DIR)\include\$(INCDIR_NAME)\Handle_L_Dgram.h 1> NUL	-@if not exist $(INSTALL_DIR)\include\$(INCDIR_NAME)\. mkdir $(INSTALL_DIR)\include\$(INCDIR_NAME)\.	-&copy /Y Handle_L_FIFO.h $(INSTALL_DIR)\include\$(INCDIR_NAME)\Handle_L_FIFO.h 1> NUL	-@if not exist $(INSTALL_DIR)\include\$(INCDIR_NAME)\. mkdir $(INSTALL_DIR)\include\$(INCDIR_NAME)\.	-&copy /Y Handle_L_Pipe.h $(INSTALL_DIR)\include\$(INCDIR_NAME)\Handle_L_Pipe.h 1> NUL	-@if not exist $(INSTALL_DIR)\include\$(INCDIR_NAME)\. mkdir $(INSTALL_DIR)\include\$(INCDIR_NAME)\.	-&copy /Y Handle_L_SPIPE.h $(INSTALL_DIR)\include\$(INCDIR_NAME)\Handle_L_SPIPE.h 1> NUL	-@if not exist $(INSTALL_DIR)\include\$(INCDIR_NAME)\. mkdir $(INSTALL_DIR)\include\$(INCDIR_NAME)\.	-&copy /Y Handle_L_Stream.h $(INSTALL_DIR)\include\$(INCDIR_NAME)\Handle_L_Stream.h 1> NUL	-@if not exist $(INSTALL_DIR)\include\$(INCDIR_NAME)\. mkdir $(INSTALL_DIR)\include\$(INCDIR_NAME)\.	-&copy /Y Handle_R_Dgram.h $(INSTALL_DIR)\include\$(INCDIR_NAME)\Handle_R_Dgram.h 1> NUL	-@if not exist $(INSTALL_DIR)\include\$(INCDIR_NAME)\. mkdir $(INSTALL_DIR)\include\$(INCDIR_NAME)\.	-&copy /Y Handle_R_Stream.h $(INSTALL_DIR)\include\$(INCDIR_NAME)\Handle_R_Stream.h 1> NUL	-@if not exist $(INSTALL_DIR)\include\$(INCDIR_NAME)\. mkdir $(INSTALL_DIR)\include\$(INCDIR_NAME)\.	-&copy /Y Handle_Thr_Stream.h $(INSTALL_DIR)\include\$(INCDIR_NAME)\Handle_Thr_Stream.h 1> NUL	-@if not exist $(INSTALL_DIR)\include\$(INCDIR_NAME)\. mkdir $(INSTALL_DIR)\include\$(INCDIR_NAME)\.	-&copy /Y Handle_Timeout.h $(INSTALL_DIR)\include\$(INCDIR_NAME)\Handle_Timeout.h 1> NUL	-@if not exist $(INSTALL_DIR)\include\$(INCDIR_NAME)\. mkdir $(INSTALL_DIR)\include\$(INCDIR_NAME)\.	-&copy /Y Handle_Broadcast.i $(INSTALL_DIR)\include\$(INCDIR_NAME)\Handle_Broadcast.i 1> NUL	-@if not exist $(INSTALL_DIR)\include\$(INCDIR_NAME)\. mkdir $(INSTALL_DIR)\include\$(INCDIR_NAME)\.	-&copy /Y Handle_L_CODgram.i $(INSTALL_DIR)\include\$(INCDIR_NAME)\Handle_L_CODgram.i 1> NUL	-@if not exist $(INSTALL_DIR)\include\$(INCDIR_NAME)\. mkdir $(INSTALL_DIR)\include\$(INCDIR_NAME)\.	-&copy /Y Handle_L_Dgram.i $(INSTALL_DIR)\include\$(INCDIR_NAME)\Handle_L_Dgram.i 1> NUL	-@if not exist $(INSTALL_DIR)\include\$(INCDIR_NAME)\. mkdir $(INSTALL_DIR)\include\$(INCDIR_NAME)\.	-&copy /Y Handle_L_FIFO.i $(INSTALL_DIR)\include\$(INCDIR_NAME)\Handle_L_FIFO.i 1> NUL	-@if not exist $(INSTALL_DIR)\include\$(INCDIR_NAME)\. mkdir $(INSTALL_DIR)\include\$(INCDIR_NAME)\.	-&copy /Y Handle_L_Pipe.i $(INSTALL_DIR)\include\$(INCDIR_NAME)\Handle_L_Pipe.i 1> NUL	-@if not exist $(INSTALL_DIR)\include\$(INCDIR_NAME)\. mkdir $(INSTALL_DIR)\include\$(INCDIR_NAME)\.	-&copy /Y Handle_L_SPIPE.i $(INSTALL_DIR)\include\$(INCDIR_NAME)\Handle_L_SPIPE.i 1> NUL	-@if not exist $(INSTALL_DIR)\include\$(INCDIR_NAME)\. mkdir $(INSTALL_DIR)\include\$(INCDIR_NAME)\.	-&copy /Y Handle_L_Stream.i $(INSTALL_DIR)\include\$(INCDIR_NAME)\Handle_L_Stream.i 1> NUL	-@if not exist $(INSTALL_DIR)\include\$(INCDIR_NAME)\. mkdir $(INSTALL_DIR)\include\$(INCDIR_NAME)\.	-&copy /Y Handle_R_Dgram.i $(INSTALL_DIR)\include\$(INCDIR_NAME)\Handle_R_Dgram.i 1> NUL	-@if not exist $(INSTALL_DIR)\include\$(INCDIR_NAME)\. mkdir $(INSTALL_DIR)\include\$(INCDIR_NAME)\.	-&copy /Y Handle_R_Stream.i $(INSTALL_DIR)\include\$(INCDIR_NAME)\Handle_R_Stream.i 1> NUL	-@if not exist $(INSTALL_DIR)\include\$(INCDIR_NAME)\. mkdir $(INSTALL_DIR)\include\$(INCDIR_NAME)\.	-&copy /Y Handle_Timeout.i $(INSTALL_DIR)\include\$(INCDIR_NAME)\Handle_Timeout.i 1> NUL

⌨️ 快捷键说明

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