# -*- makefile -*-
#----------------------------------------------------------------------------
#       GNU ACE Workspace
#
# $Id: GNUACEWorkspaceCreator.pm 80826 2008-03-04 14:51:23Z wotte $
#
# This file was generated by MPC.  Any changes made directly to
# this file will be lost the next time it is generated.
#
# MPC Command:
# /export/anduriltmp/bczar/DOC_ROOT/stage-17314/ACE_wrappers/bin/mwc.pl -type gnuace -exclude "TAO/TAO_*.mwc,TAO/CIAO/CIAO_*.mwc" -recurse -hierarchy -relative ACE_ROOT=/export/anduriltmp/bczar/DOC_ROOT/stage-17314/ACE_wrappers -relative TAO_ROOT=/export/anduriltmp/bczar/DOC_ROOT/stage-17314/ACE_wrappers/TAO -relative CIAO_ROOT=/export/anduriltmp/bczar/DOC_ROOT/stage-17314/ACE_wrappers/TAO/CIAO -relative DANCE_ROOT=/export/anduriltmp/bczar/DOC_ROOT/stage-17314/ACE_wrappers/TAO/CIAO/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 := $(subst all, , $(TARGETS_NESTED:.nested=)) $(CUSTOM_TARGETS)

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

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

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

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

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

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

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

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

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

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

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

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

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

.PHONY: Two_Way_Gateway_Ec
Two_Way_Gateway_Ec: ECMcastTests_lib
	@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
