# -*- makefile -*-
#----------------------------------------------------------------------------
#       GNU ACE Workspace
#
# $Id: GNUACEWorkspaceCreator.pm 94635 2011-10-06 12:59:23Z johnnyw $
#
# 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/build/DOC_ROOT/stage-1365/ACE_wrappers/bin/mwc.pl -type gnuace -exclude "TAO/TAO_*.mwc,TAO/CIAO/CIAO_*.mwc" -workers 12 -recurse -hierarchy -relative ACE_ROOT=/home/build/DOC_ROOT/stage-1365/ACE_wrappers -relative TAO_ROOT=/home/build/DOC_ROOT/stage-1365/ACE_wrappers/TAO -relative CIAO_ROOT=/home/build/DOC_ROOT/stage-1365/ACE_wrappers/TAO/CIAO -relative DANCE_ROOT=/home/build/DOC_ROOT/stage-1365/ACE_wrappers/TAO/DAnCE
#
#----------------------------------------------------------------------------

MAKEFILE = GNUmakefile

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

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

all: AddrServer_Client AddrServer_Server ECMcastTests_lib Complex_Consumer Complex_Gateway_Ec Complex_Supplier RTEC_MCast_Federated_Consumer RTEC_MCast_Federated_Supplier Simple_Consumer Simple_Gateway_Ec Simple_Supplier Two_Way_Application Two_Way_Gateway_Ec

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

$(REMAINING_TARGETS):
	$(KEEP_GOING)@cd AddrServer && $(MAKE) -f GNUmakefile.AddrServer_Client $(@)
	$(KEEP_GOING)@cd AddrServer && $(MAKE) -f GNUmakefile.AddrServer_Server $(@)
	$(KEEP_GOING)@cd Common && $(MAKE) -f GNUmakefile.ECMcastTests_lib $(@)
	$(KEEP_GOING)@cd Complex && $(MAKE) -f GNUmakefile.Complex_Consumer $(@)
	$(KEEP_GOING)@cd Complex && $(MAKE) -f GNUmakefile.Complex_Gateway_Ec $(@)
	$(KEEP_GOING)@cd Complex && $(MAKE) -f GNUmakefile.Complex_Supplier $(@)
	$(KEEP_GOING)@cd RTEC_MCast_Federated && $(MAKE) -f GNUmakefile.RTEC_MCast_Federated_Consumer $(@)
	$(KEEP_GOING)@cd RTEC_MCast_Federated && $(MAKE) -f GNUmakefile.RTEC_MCast_Federated_Supplier $(@)
	$(KEEP_GOING)@cd Simple && $(MAKE) -f GNUmakefile.Simple_Consumer $(@)
	$(KEEP_GOING)@cd Simple && $(MAKE) -f GNUmakefile.Simple_Gateway_Ec $(@)
	$(KEEP_GOING)@cd Simple && $(MAKE) -f GNUmakefile.Simple_Supplier $(@)
	$(KEEP_GOING)@cd Two_Way && $(MAKE) -f GNUmakefile.Two_Way_Application $(@)
	$(KEEP_GOING)@cd Two_Way && $(MAKE) -f GNUmakefile.Two_Way_Gateway_Ec $(@)

.PHONY: AddrServer_Client
AddrServer_Client:
	$(KEEP_GOING)@cd AddrServer && $(MAKE) -f GNUmakefile.AddrServer_Client all

.PHONY: AddrServer_Server
AddrServer_Server:
	$(KEEP_GOING)@cd AddrServer && $(MAKE) -f GNUmakefile.AddrServer_Server all

.PHONY: ECMcastTests_lib
ECMcastTests_lib:
	$(KEEP_GOING)@cd Common && $(MAKE) -f GNUmakefile.ECMcastTests_lib all

.PHONY: Complex_Consumer
Complex_Consumer: ECMcastTests_lib
	$(KEEP_GOING)@cd Complex && $(MAKE) -f GNUmakefile.Complex_Consumer all

.PHONY: Complex_Gateway_Ec
Complex_Gateway_Ec: ECMcastTests_lib
	$(KEEP_GOING)@cd Complex && $(MAKE) -f GNUmakefile.Complex_Gateway_Ec all

.PHONY: Complex_Supplier
Complex_Supplier: ECMcastTests_lib
	$(KEEP_GOING)@cd Complex && $(MAKE) -f GNUmakefile.Complex_Supplier all

.PHONY: RTEC_MCast_Federated_Consumer
RTEC_MCast_Federated_Consumer:
	$(KEEP_GOING)@cd RTEC_MCast_Federated && $(MAKE) -f GNUmakefile.RTEC_MCast_Federated_Consumer all

.PHONY: RTEC_MCast_Federated_Supplier
RTEC_MCast_Federated_Supplier:
	$(KEEP_GOING)@cd RTEC_MCast_Federated && $(MAKE) -f GNUmakefile.RTEC_MCast_Federated_Supplier all

.PHONY: Simple_Consumer
Simple_Consumer: ECMcastTests_lib
	$(KEEP_GOING)@cd Simple && $(MAKE) -f GNUmakefile.Simple_Consumer all

.PHONY: Simple_Gateway_Ec
Simple_Gateway_Ec: ECMcastTests_lib
	$(KEEP_GOING)@cd Simple && $(MAKE) -f GNUmakefile.Simple_Gateway_Ec all

.PHONY: Simple_Supplier
Simple_Supplier: ECMcastTests_lib
	$(KEEP_GOING)@cd Simple && $(MAKE) -f GNUmakefile.Simple_Supplier all

.PHONY: Two_Way_Application
Two_Way_Application: ECMcastTests_lib
	$(KEEP_GOING)@cd Two_Way && $(MAKE) -f GNUmakefile.Two_Way_Application all

.PHONY: Two_Way_Gateway_Ec
Two_Way_Gateway_Ec: ECMcastTests_lib
	$(KEEP_GOING)@cd Two_Way && $(MAKE) -f GNUmakefile.Two_Way_Gateway_Ec all

project_name_list:
	@echo AddrServer_Client
	@echo AddrServer_Server
	@echo ECMcastTests_lib
	@echo Complex_Consumer
	@echo Complex_Gateway_Ec
	@echo Complex_Supplier
	@echo RTEC_MCast_Federated_Consumer
	@echo RTEC_MCast_Federated_Supplier
	@echo Simple_Consumer
	@echo Simple_Gateway_Ec
	@echo Simple_Supplier
	@echo Two_Way_Application
	@echo Two_Way_Gateway_Ec
