# -*- 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: RTCORBA_Common ORB_Per_Priority_Client ORB_Per_Priority_Server Single_Endpoint_Client Single_Endpoint_Server Reliable_Oneways_Idl_RT Reliable_Oneways_Server_RT Reliable_Oneways_Client_RT Thread_Pool_RTCorba_Idl Thread_Pool_RTCorba_Client Thread_Pool_RTCorba_Server

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

$(REMAINING_TARGETS):
	$(KEEP_GOING)@cd Multiple_Endpoints/Common && $(MAKE) -f GNUmakefile.RTCORBA_Common $(@)
	$(KEEP_GOING)@cd Multiple_Endpoints/Orb_Per_Priority && $(MAKE) -f GNUmakefile.ORB_Per_Priority_Client $(@)
	$(KEEP_GOING)@cd Multiple_Endpoints/Orb_Per_Priority && $(MAKE) -f GNUmakefile.ORB_Per_Priority_Server $(@)
	$(KEEP_GOING)@cd Multiple_Endpoints/Single_Endpoint && $(MAKE) -f GNUmakefile.Single_Endpoint_Client $(@)
	$(KEEP_GOING)@cd Multiple_Endpoints/Single_Endpoint && $(MAKE) -f GNUmakefile.Single_Endpoint_Server $(@)
	$(KEEP_GOING)@cd Oneways/Reliable && $(MAKE) -f GNUmakefile.Reliable_Oneways_Idl_RT $(@)
	$(KEEP_GOING)@cd Oneways/Reliable && $(MAKE) -f GNUmakefile.Reliable_Oneways_Server_RT $(@)
	$(KEEP_GOING)@cd Oneways/Reliable && $(MAKE) -f GNUmakefile.Reliable_Oneways_Client_RT $(@)
	$(KEEP_GOING)@cd Thread_Pool && $(MAKE) -f GNUmakefile.Thread_Pool_RTCorba_Idl $(@)
	$(KEEP_GOING)@cd Thread_Pool && $(MAKE) -f GNUmakefile.Thread_Pool_RTCorba_Client $(@)
	$(KEEP_GOING)@cd Thread_Pool && $(MAKE) -f GNUmakefile.Thread_Pool_RTCorba_Server $(@)

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

.PHONY: ORB_Per_Priority_Client
ORB_Per_Priority_Client: RTCORBA_Common
	$(KEEP_GOING)@cd Multiple_Endpoints/Orb_Per_Priority && $(MAKE) -f GNUmakefile.ORB_Per_Priority_Client all

.PHONY: ORB_Per_Priority_Server
ORB_Per_Priority_Server: RTCORBA_Common
	$(KEEP_GOING)@cd Multiple_Endpoints/Orb_Per_Priority && $(MAKE) -f GNUmakefile.ORB_Per_Priority_Server all

.PHONY: Single_Endpoint_Client
Single_Endpoint_Client: RTCORBA_Common
	$(KEEP_GOING)@cd Multiple_Endpoints/Single_Endpoint && $(MAKE) -f GNUmakefile.Single_Endpoint_Client all

.PHONY: Single_Endpoint_Server
Single_Endpoint_Server: RTCORBA_Common
	$(KEEP_GOING)@cd Multiple_Endpoints/Single_Endpoint && $(MAKE) -f GNUmakefile.Single_Endpoint_Server all

.PHONY: Reliable_Oneways_Idl_RT
Reliable_Oneways_Idl_RT:
	$(KEEP_GOING)@cd Oneways/Reliable && $(MAKE) -f GNUmakefile.Reliable_Oneways_Idl_RT all

.PHONY: Reliable_Oneways_Server_RT
Reliable_Oneways_Server_RT: Reliable_Oneways_Idl_RT
	$(KEEP_GOING)@cd Oneways/Reliable && $(MAKE) -f GNUmakefile.Reliable_Oneways_Server_RT all

.PHONY: Reliable_Oneways_Client_RT
Reliable_Oneways_Client_RT: Reliable_Oneways_Idl_RT Reliable_Oneways_Server_RT
	$(KEEP_GOING)@cd Oneways/Reliable && $(MAKE) -f GNUmakefile.Reliable_Oneways_Client_RT all

.PHONY: Thread_Pool_RTCorba_Idl
Thread_Pool_RTCorba_Idl:
	$(KEEP_GOING)@cd Thread_Pool && $(MAKE) -f GNUmakefile.Thread_Pool_RTCorba_Idl all

.PHONY: Thread_Pool_RTCorba_Client
Thread_Pool_RTCorba_Client: Thread_Pool_RTCorba_Idl
	$(KEEP_GOING)@cd Thread_Pool && $(MAKE) -f GNUmakefile.Thread_Pool_RTCorba_Client all

.PHONY: Thread_Pool_RTCorba_Server
Thread_Pool_RTCorba_Server: Thread_Pool_RTCorba_Idl Thread_Pool_RTCorba_Client
	$(KEEP_GOING)@cd Thread_Pool && $(MAKE) -f GNUmakefile.Thread_Pool_RTCorba_Server all

project_name_list:
	@echo RTCORBA_Common
	@echo ORB_Per_Priority_Client
	@echo ORB_Per_Priority_Server
	@echo Single_Endpoint_Client
	@echo Single_Endpoint_Server
	@echo Reliable_Oneways_Client_RT
	@echo Reliable_Oneways_Idl_RT
	@echo Reliable_Oneways_Server_RT
	@echo Thread_Pool_RTCorba_Client
	@echo Thread_Pool_RTCorba_Idl
	@echo Thread_Pool_RTCorba_Server
