# -*- makefile -*-
#----------------------------------------------------------------------------
#       GNU ACE Workspace
#
# 
#
# This file was generated by MPC.  Any changes made directly to
# this file will be lost the next time it is generated.
#
# MPC Command:
# /home/johnny/DOC_ROOT/stage-4584/ACE_wrappers/bin/mwc.pl -type gnuace -exclude TAO/TAO_ACE.mwc -workers 8 -recurse -hierarchy -relative ACE_ROOT=/home/johnny/DOC_ROOT/stage-4584/ACE_wrappers -relative TAO_ROOT=/home/johnny/DOC_ROOT/stage-4584/ACE_wrappers/TAO
#
#----------------------------------------------------------------------------

MAKEFILE = GNUmakefile

ifeq ($(findstring k,$(MAKEFLAGS)),k)
  KEEP_GOING = -
endif

include $(ACE_ROOT)/include/makeinclude/macros.GNU

all: Allocator Array Containers_Hash_Map Containers_Map_Manager DLList Hash_Map_Hash Map_Manager_Specialization Queues RB_Tree RB_Tree_Functors Sets Stacks

depend: Allocator-depend Array-depend Containers_Hash_Map-depend Containers_Map_Manager-depend DLList-depend Hash_Map_Hash-depend Map_Manager_Specialization-depend Queues-depend RB_Tree-depend RB_Tree_Functors-depend Sets-depend Stacks-depend

REMAINING_TARGETS := $(filter-out all depend,$(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 $(@)

.PHONY: Allocator
Allocator:
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.Allocator all

.PHONY: Allocator-depend
Allocator-depend:
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.Allocator depend

.PHONY: Array
Array:
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.Array all

.PHONY: Array-depend
Array-depend:
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.Array depend

.PHONY: Containers_Hash_Map
Containers_Hash_Map:
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.Containers_Hash_Map all

.PHONY: Containers_Hash_Map-depend
Containers_Hash_Map-depend:
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.Containers_Hash_Map depend

.PHONY: Containers_Map_Manager
Containers_Map_Manager:
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.Containers_Map_Manager all

.PHONY: Containers_Map_Manager-depend
Containers_Map_Manager-depend:
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.Containers_Map_Manager depend

.PHONY: DLList
DLList:
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.DLList all

.PHONY: DLList-depend
DLList-depend:
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.DLList depend

.PHONY: Hash_Map_Hash
Hash_Map_Hash:
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.Hash_Map_Hash all

.PHONY: Hash_Map_Hash-depend
Hash_Map_Hash-depend:
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.Hash_Map_Hash depend

.PHONY: Map_Manager_Specialization
Map_Manager_Specialization:
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.Map_Manager_Specialization all

.PHONY: Map_Manager_Specialization-depend
Map_Manager_Specialization-depend:
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.Map_Manager_Specialization depend

.PHONY: Queues
Queues:
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.Queues all

.PHONY: Queues-depend
Queues-depend:
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.Queues depend

.PHONY: RB_Tree
RB_Tree:
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.RB_Tree all

.PHONY: RB_Tree-depend
RB_Tree-depend:
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.RB_Tree depend

.PHONY: RB_Tree_Functors
RB_Tree_Functors:
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.RB_Tree_Functors all

.PHONY: RB_Tree_Functors-depend
RB_Tree_Functors-depend:
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.RB_Tree_Functors depend

.PHONY: Sets
Sets:
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.Sets all

.PHONY: Sets-depend
Sets-depend:
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.Sets depend

.PHONY: Stacks
Stacks:
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.Stacks all

.PHONY: Stacks-depend
Stacks-depend:
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.Stacks depend

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
