📄 rmcast.bor
字号:
# Makefile for building the ACE_RMCast library with Borland C++ MakeNAME = ACE_RMCastNO_FULL_PATH=1OBJFILES = \ $(OBJDIR)\Acknowledge.$(OBJ_EXT) \ $(OBJDIR)\Flow.$(OBJ_EXT) \ $(OBJDIR)\Fragment.$(OBJ_EXT) \ $(OBJDIR)\Link.$(OBJ_EXT) \ $(OBJDIR)\Protocol.$(OBJ_EXT) \ $(OBJDIR)\Reassemble.$(OBJ_EXT) \ $(OBJDIR)\Retransmit.$(OBJ_EXT) \ $(OBJDIR)\Simulator.$(OBJ_EXT) \ $(OBJDIR)\Socket.$(OBJ_EXT) \ $(OBJDIR)\Stack.$(OBJ_EXT) \ $(OBJDIR)\Template_Instantiations.$(OBJ_EXT)LFLAGS = \ -L"." \ -j"." \ -L"..\..\..\lib" \ -j"..\..\..\lib" LIBFILES = \ ACE$(LIB_DECORATOR).lib \ $(DUMMY_VALUE_NOT_ENDING_IN_BACKSLASH)!ifdef STATICLIB_FLAGS = \ -DACE_AS_STATIC_LIBS!elseDLL_FLAGS = \ -DACE_RMCAST_BUILD_DLL!endifCFLAGS = \ -I"..\..\.." \ $(LIB_FLAGS) \ $(DLL_FLAGS)CPPDIR = .CDIR = .INCDIR_NAME = protocols\ace\RMCast## pkgconfig_files rules### Override defaults in outputdir.bor#INSTALL_THIS_TARGET = 1INCLUDES_INSTALL=1BINDIR = ..\..\..\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)\. -© /Y Acknowledge.h $(INSTALL_DIR)\include\$(INCDIR_NAME)\Acknowledge.h 1> NUL -@if not exist $(INSTALL_DIR)\include\$(INCDIR_NAME)\. mkdir $(INSTALL_DIR)\include\$(INCDIR_NAME)\. -© /Y Bits.h $(INSTALL_DIR)\include\$(INCDIR_NAME)\Bits.h 1> NUL -@if not exist $(INSTALL_DIR)\include\$(INCDIR_NAME)\. mkdir $(INSTALL_DIR)\include\$(INCDIR_NAME)\. -© /Y Flow.h $(INSTALL_DIR)\include\$(INCDIR_NAME)\Flow.h 1> NUL -@if not exist $(INSTALL_DIR)\include\$(INCDIR_NAME)\. mkdir $(INSTALL_DIR)\include\$(INCDIR_NAME)\. -© /Y Fragment.h $(INSTALL_DIR)\include\$(INCDIR_NAME)\Fragment.h 1> NUL -@if not exist $(INSTALL_DIR)\include\$(INCDIR_NAME)\. mkdir $(INSTALL_DIR)\include\$(INCDIR_NAME)\. -© /Y Link.h $(INSTALL_DIR)\include\$(INCDIR_NAME)\Link.h 1> NUL -@if not exist $(INSTALL_DIR)\include\$(INCDIR_NAME)\. mkdir $(INSTALL_DIR)\include\$(INCDIR_NAME)\. -© /Y Parameters.h $(INSTALL_DIR)\include\$(INCDIR_NAME)\Parameters.h 1> NUL -@if not exist $(INSTALL_DIR)\include\$(INCDIR_NAME)\. mkdir $(INSTALL_DIR)\include\$(INCDIR_NAME)\. -© /Y Protocol.h $(INSTALL_DIR)\include\$(INCDIR_NAME)\Protocol.h 1> NUL -@if not exist $(INSTALL_DIR)\include\$(INCDIR_NAME)\. mkdir $(INSTALL_DIR)\include\$(INCDIR_NAME)\. -© /Y Reassemble.h $(INSTALL_DIR)\include\$(INCDIR_NAME)\Reassemble.h 1> NUL -@if not exist $(INSTALL_DIR)\include\$(INCDIR_NAME)\. mkdir $(INSTALL_DIR)\include\$(INCDIR_NAME)\. -© /Y Retransmit.h $(INSTALL_DIR)\include\$(INCDIR_NAME)\Retransmit.h 1> NUL -@if not exist $(INSTALL_DIR)\include\$(INCDIR_NAME)\. mkdir $(INSTALL_DIR)\include\$(INCDIR_NAME)\. -© /Y RMCast_Export.h $(INSTALL_DIR)\include\$(INCDIR_NAME)\RMCast_Export.h 1> NUL -@if not exist $(INSTALL_DIR)\include\$(INCDIR_NAME)\. mkdir $(INSTALL_DIR)\include\$(INCDIR_NAME)\. -© /Y Simulator.h $(INSTALL_DIR)\include\$(INCDIR_NAME)\Simulator.h 1> NUL -@if not exist $(INSTALL_DIR)\include\$(INCDIR_NAME)\. mkdir $(INSTALL_DIR)\include\$(INCDIR_NAME)\. -© /Y Socket.h $(INSTALL_DIR)\include\$(INCDIR_NAME)\Socket.h 1> NUL -@if not exist $(INSTALL_DIR)\include\$(INCDIR_NAME)\. mkdir $(INSTALL_DIR)\include\$(INCDIR_NAME)\. -© /Y Stack.h $(INSTALL_DIR)\include\$(INCDIR_NAME)\Stack.h 1> NUL
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -