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

MAKEFILE = GNUmakefile

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

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

all: RtEC_Simple_Consumer RtEC_Simple_Service RtEC_Simple_Supplier

depend: RtEC_Simple_Consumer-depend RtEC_Simple_Service-depend RtEC_Simple_Supplier-depend

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

$(REMAINING_TARGETS):
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.RtEC_Simple_Consumer $(@)
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.RtEC_Simple_Service $(@)
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.RtEC_Simple_Supplier $(@)

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

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

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

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

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

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

project_name_list:
	@echo RtEC_Simple_Consumer
	@echo RtEC_Simple_Service
	@echo RtEC_Simple_Supplier
