⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile.bor

📁 ACE编程的一本经典BIBLE的源代码,喜欢网络编程的别错过
💻 BOR
字号:
#----------------------------------------------------------------------------
#       Borland Workspace
#
# BorlandWorkspaceCreator.pm,v 1.20 2006/01/25 19:34:25 jwillemsen Exp
#
# This file was generated by MPC.  Any changes made directly to
# this file will be lost the next time it is generated.
#
# MPC Command:
# bin/mwc.pl -type borland -recurse -hierarchy -relative ACE_ROOT=/tmp/ACE_wrappers_stage-5862/ACE_wrappers -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_Map

clean:
	$(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 clean

realclean:
	$(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 realclean

install:
	$(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 install

Malloc:
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Malloc.bor all

Mem_Map:
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Mem_Map.bor all

PI_Malloc:
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f PI_Malloc.bor all

Pool_Growth:
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Pool_Growth.bor all

Shared_Memory_Hash_Map:
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Shared_Memory_Hash_Map.bor all

project_name_list:
	@echo Malloc
	@echo Mem_Map
	@echo PI_Malloc
	@echo Pool_Growth
	@echo Shared_Memory_Hash_Map

⌨️ 快捷键说明

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