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

📄 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: Allocator Array Containers_Hash_Map Containers_Map_Manager DLList Hash_Map_Hash Map_Manager_Specialization Queues RB_Tree RB_Tree_Functors Sets Stacks

clean:
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Allocator.bor clean
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Array.bor clean
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Containers_Hash_Map.bor clean
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Containers_Map_Manager.bor clean
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f DLList.bor clean
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Hash_Map_Hash.bor clean
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Map_Manager_Specialization.bor clean
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Queues.bor clean
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f RB_Tree.bor clean
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f RB_Tree_Functors.bor clean
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Sets.bor clean
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Stacks.bor clean

realclean:
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Allocator.bor realclean
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Array.bor realclean
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Containers_Hash_Map.bor realclean
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Containers_Map_Manager.bor realclean
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f DLList.bor realclean
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Hash_Map_Hash.bor realclean
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Map_Manager_Specialization.bor realclean
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Queues.bor realclean
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f RB_Tree.bor realclean
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f RB_Tree_Functors.bor realclean
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Sets.bor realclean
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Stacks.bor realclean

install:
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Allocator.bor install
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Array.bor install
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Containers_Hash_Map.bor install
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Containers_Map_Manager.bor install
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f DLList.bor install
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Hash_Map_Hash.bor install
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Map_Manager_Specialization.bor install
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Queues.bor install
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f RB_Tree.bor install
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f RB_Tree_Functors.bor install
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Sets.bor install
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Stacks.bor install

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

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

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

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

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

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

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

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

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

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

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

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

project_name_list:
	@echo Allocator
	@echo Array
	@echo Containers_Hash_Map
	@echo Containers_Map_Manager
	@echo DLList
	@echo Hash_Map_Hash
	@echo Map_Manager_Specialization
	@echo Queues
	@echo RB_Tree
	@echo RB_Tree_Functors
	@echo Sets
	@echo Stacks

⌨️ 快捷键说明

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