makefile.bor

来自「ACE自适配通信环境(ADAPTIVE Communication Enviro」· BOR 代码 · 共 108 行

BOR
108
字号
#----------------------------------------------------------------------------#       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-7814/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 Stacksclean:	$(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 cleanrealclean:	$(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 realcleaninstall:	$(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 installAllocator:	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Allocator.bor allArray:	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Array.bor allContainers_Hash_Map:	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Containers_Hash_Map.bor allContainers_Map_Manager:	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Containers_Map_Manager.bor allDLList:	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f DLList.bor allHash_Map_Hash:	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Hash_Map_Hash.bor allMap_Manager_Specialization:	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Map_Manager_Specialization.bor allQueues:	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Queues.bor allRB_Tree:	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f RB_Tree.bor allRB_Tree_Functors:	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f RB_Tree_Functors.bor allSets:	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Sets.bor allStacks:	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Stacks.bor allproject_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 + =
减小字号Ctrl + -
显示快捷键?