svc_cfg_ipc_server_lib.bor

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

BOR
103
字号
# Makefile for building the IPC_Tests_Server library with Borland C++ Make

NAME = IPC_Tests_Server

NO_FULL_PATH=1

OBJFILES = \
	$(OBJDIR)\Handle_Broadcast.$(OBJ_EXT) \
	$(OBJDIR)\Handle_L_CODgram.$(OBJ_EXT) \
	$(OBJDIR)\Handle_L_Dgram.$(OBJ_EXT) \
	$(OBJDIR)\Handle_L_FIFO.$(OBJ_EXT) \
	$(OBJDIR)\Handle_L_Pipe.$(OBJ_EXT) \
	$(OBJDIR)\Handle_L_SPIPE.$(OBJ_EXT) \
	$(OBJDIR)\Handle_L_Stream.$(OBJ_EXT) \
	$(OBJDIR)\Handle_R_Stream.$(OBJ_EXT) \
	$(OBJDIR)\Handle_Thr_Stream.$(OBJ_EXT) \
	$(OBJDIR)\Handle_Timeout.$(OBJ_EXT)

LFLAGS = \
        -L"." \
        -j"."  \
        -L"..\..\..\..\lib" \
        -j"..\..\..\..\lib" 

LIBFILES = \
	ACE$(LIB_DECORATOR).lib \
	$(DUMMY_VALUE_NOT_ENDING_IN_BACKSLASH)

!ifdef STATIC
LIB_FLAGS = \
        -DACE_AS_STATIC_LIBS
!else
DLL_FLAGS = \
        -DACE_BUILD_SVC_DLL
!endif

CFLAGS = \
	-I"..\..\..\.." \
	$(LIB_FLAGS) \
	$(DLL_FLAGS)

CPPDIR = .
CDIR   = .

INCDIR_NAME = stage-24190\ACE_wrappers\examples\Service_Configurator\IPC-tests\server

#
# pkgconfig_files rules
#


#
# Override defaults in outputdir.bor
#
INCLUDES_INSTALL=1
BINDIR = ..\..\..\..\lib

!include <$(ACE_ROOT)\include\makeinclude\build_library.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_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.inl $(INSTALL_DIR)\include\$(INCDIR_NAME)\Handle_Broadcast.inl 1> NUL
	-@if not exist $(INSTALL_DIR)\include\$(INCDIR_NAME)\. mkdir $(INSTALL_DIR)\include\$(INCDIR_NAME)\.
	-&copy /Y Handle_L_CODgram.inl $(INSTALL_DIR)\include\$(INCDIR_NAME)\Handle_L_CODgram.inl 1> NUL
	-@if not exist $(INSTALL_DIR)\include\$(INCDIR_NAME)\. mkdir $(INSTALL_DIR)\include\$(INCDIR_NAME)\.
	-&copy /Y Handle_L_Dgram.inl $(INSTALL_DIR)\include\$(INCDIR_NAME)\Handle_L_Dgram.inl 1> NUL
	-@if not exist $(INSTALL_DIR)\include\$(INCDIR_NAME)\. mkdir $(INSTALL_DIR)\include\$(INCDIR_NAME)\.
	-&copy /Y Handle_L_FIFO.inl $(INSTALL_DIR)\include\$(INCDIR_NAME)\Handle_L_FIFO.inl 1> NUL
	-@if not exist $(INSTALL_DIR)\include\$(INCDIR_NAME)\. mkdir $(INSTALL_DIR)\include\$(INCDIR_NAME)\.
	-&copy /Y Handle_L_Pipe.inl $(INSTALL_DIR)\include\$(INCDIR_NAME)\Handle_L_Pipe.inl 1> NUL
	-@if not exist $(INSTALL_DIR)\include\$(INCDIR_NAME)\. mkdir $(INSTALL_DIR)\include\$(INCDIR_NAME)\.
	-&copy /Y Handle_L_SPIPE.inl $(INSTALL_DIR)\include\$(INCDIR_NAME)\Handle_L_SPIPE.inl 1> NUL
	-@if not exist $(INSTALL_DIR)\include\$(INCDIR_NAME)\. mkdir $(INSTALL_DIR)\include\$(INCDIR_NAME)\.
	-&copy /Y Handle_L_Stream.inl $(INSTALL_DIR)\include\$(INCDIR_NAME)\Handle_L_Stream.inl 1> NUL
	-@if not exist $(INSTALL_DIR)\include\$(INCDIR_NAME)\. mkdir $(INSTALL_DIR)\include\$(INCDIR_NAME)\.
	-&copy /Y Handle_R_Stream.inl $(INSTALL_DIR)\include\$(INCDIR_NAME)\Handle_R_Stream.inl 1> NUL
	-@if not exist $(INSTALL_DIR)\include\$(INCDIR_NAME)\. mkdir $(INSTALL_DIR)\include\$(INCDIR_NAME)\.
	-&copy /Y Handle_Timeout.inl $(INSTALL_DIR)\include\$(INCDIR_NAME)\Handle_Timeout.inl 1> NUL

realclean:
        @-rem

⌨️ 快捷键说明

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