# -*- 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-6476/ACE_wrappers/bin/mwc.pl -type gnuace -exclude TAO/TAO_ACE.mwc -workers 8 -recurse -hierarchy -relative ACE_ROOT=/home/johnny/DOC_ROOT/stage-6476/ACE_wrappers -relative TAO_ROOT=/home/johnny/DOC_ROOT/stage-6476/ACE_wrappers/TAO
#
#----------------------------------------------------------------------------

MAKEFILE = GNUmakefile

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

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

all: Malloc Mem_Map PI_Malloc Pool_Growth Shared_Memory_Hash_Map

depend: Malloc-depend Mem_Map-depend PI_Malloc-depend Pool_Growth-depend Shared_Memory_Hash_Map-depend

REMAINING_TARGETS := $(filter-out all depend,$(TARGETS_NESTED:.nested=)) $(CUSTOM_TARGETS)
.PHONY: $(REMAINING_TARGETS)

$(REMAINING_TARGETS):
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.Malloc $(@)
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.Mem_Map $(@)
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.PI_Malloc $(@)
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.Pool_Growth $(@)
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.Shared_Memory_Hash_Map $(@)

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

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

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

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

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

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

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

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

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

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

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