📄 gnumakefile
字号:
# -*- makefile -*-#-------------------------------------------------------------------------# GNU ACE Workspace## GNUACEWorkspaceCreator.pm,v 1.36 2006/01/24 12:55:22 elliott_c 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 -exclude TAO/TAO_*.mwc,TAO/CIAO/CIAO_*.mwc -recurse -hierarchy -relative ACE_ROOT=/tmp/ACE_wrappers_stage-7814/ACE_wrappers##-------------------------------------------------------------------------MAKEFILE = GNUmakefileifeq ($(findstring k,$(MAKEFLAGS)),k) KEEP_GOING = -endifinclude $(ACE_ROOT)/include/makeinclude/macros.GNUall: Allocator Array Containers_Hash_Map Containers_Map_Manager DLList Hash_Map_Hash Map_Manager_Specialization Queues RB_Tree RB_Tree_Functors Sets Stacks.PHONY: AllocatorAllocator: $(KEEP_GOING)@$(MAKE) -f GNUmakefile.Allocator.PHONY: ArrayArray: $(KEEP_GOING)@$(MAKE) -f GNUmakefile.Array.PHONY: Containers_Hash_MapContainers_Hash_Map: $(KEEP_GOING)@$(MAKE) -f GNUmakefile.Containers_Hash_Map.PHONY: Containers_Map_ManagerContainers_Map_Manager: $(KEEP_GOING)@$(MAKE) -f GNUmakefile.Containers_Map_Manager.PHONY: DLListDLList: $(KEEP_GOING)@$(MAKE) -f GNUmakefile.DLList.PHONY: Hash_Map_HashHash_Map_Hash: $(KEEP_GOING)@$(MAKE) -f GNUmakefile.Hash_Map_Hash.PHONY: Map_Manager_SpecializationMap_Manager_Specialization: $(KEEP_GOING)@$(MAKE) -f GNUmakefile.Map_Manager_Specialization.PHONY: QueuesQueues: $(KEEP_GOING)@$(MAKE) -f GNUmakefile.Queues.PHONY: RB_TreeRB_Tree: $(KEEP_GOING)@$(MAKE) -f GNUmakefile.RB_Tree.PHONY: RB_Tree_FunctorsRB_Tree_Functors: $(KEEP_GOING)@$(MAKE) -f GNUmakefile.RB_Tree_Functors.PHONY: SetsSets: $(KEEP_GOING)@$(MAKE) -f GNUmakefile.Sets.PHONY: StacksStacks: $(KEEP_GOING)@$(MAKE) -f GNUmakefile.StacksREMAINING_TARGETS := $(subst all, , $(TARGETS_NESTED:.nested=)) $(CUSTOM_TARGETS)$(REMAINING_TARGETS): $(KEEP_GOING)@$(MAKE) -f GNUmakefile.Allocator $(@) $(KEEP_GOING)@$(MAKE) -f GNUmakefile.Array $(@) $(KEEP_GOING)@$(MAKE) -f GNUmakefile.Containers_Hash_Map $(@) $(KEEP_GOING)@$(MAKE) -f GNUmakefile.Containers_Map_Manager $(@) $(KEEP_GOING)@$(MAKE) -f GNUmakefile.DLList $(@) $(KEEP_GOING)@$(MAKE) -f GNUmakefile.Hash_Map_Hash $(@) $(KEEP_GOING)@$(MAKE) -f GNUmakefile.Map_Manager_Specialization $(@) $(KEEP_GOING)@$(MAKE) -f GNUmakefile.Queues $(@) $(KEEP_GOING)@$(MAKE) -f GNUmakefile.RB_Tree $(@) $(KEEP_GOING)@$(MAKE) -f GNUmakefile.RB_Tree_Functors $(@) $(KEEP_GOING)@$(MAKE) -f GNUmakefile.Sets $(@) $(KEEP_GOING)@$(MAKE) -f GNUmakefile.Stacks $(@)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -