makefile.bor
来自「ace开发环境 用来开发网络程序 其运用了设计模式、多平台、C++等多种知识」· BOR 代码 · 共 59 行
BOR
59 行
#----------------------------------------------------------------------------# Borland Workspace## $Id: BorlandWorkspaceCreator.pm 75329 2006-11-10 12:59:53Z wotte $## This file was generated by MPC. Any changes made directly to# this file will be lost the next time it is generated.## MPC Command:# /export/anduriltmp/bczar/560/DOC_ROOT/stage-24190/ACE_wrappers/bin/mwc.pl -type borland -recurse -hierarchy -relative ACE_ROOT=/export/anduriltmp/bczar/560/DOC_ROOT/stage-24190/ACE_wrappers -relative TAO_ROOT=/export/anduriltmp/bczar/560/DOC_ROOT/stage-24190/ACE_wrappers/TAO -relative CIAO_ROOT=/export/anduriltmp/bczar/560/DOC_ROOT/stage-24190/ACE_wrappers/TAO/CIAO -exclude TAO/TAO_*.mwc,TAO/CIAO/CIAO_*.mwc#----------------------------------------------------------------------------!include <$(ACE_ROOT)\include\makeinclude\make_flags.bor>all: Malloc Mem_Map PI_Malloc Pool_Growth Shared_Memory_Hash_Mapclean: $(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Malloc.bor clean $(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Mem_Map.bor clean $(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f PI_Malloc.bor clean $(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Pool_Growth.bor clean $(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Shared_Memory_Hash_Map.bor cleanrealclean: $(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Malloc.bor realclean $(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Mem_Map.bor realclean $(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f PI_Malloc.bor realclean $(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Pool_Growth.bor realclean $(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Shared_Memory_Hash_Map.bor realcleaninstall: $(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Malloc.bor install $(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Mem_Map.bor install $(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f PI_Malloc.bor install $(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Pool_Growth.bor install $(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Shared_Memory_Hash_Map.bor installMalloc: $(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Malloc.bor allMem_Map: $(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Mem_Map.bor allPI_Malloc: $(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f PI_Malloc.bor allPool_Growth: $(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Pool_Growth.bor allShared_Memory_Hash_Map: $(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Shared_Memory_Hash_Map.bor allproject_name_list: @echo Malloc @echo Mem_Map @echo PI_Malloc @echo Pool_Growth @echo Shared_Memory_Hash_Map
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?