# -*- 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: GracefulShutdown_Idl Multithreading_GracefulShutdown_Client Multithreading_GracefulShutdown_Server Reactive_Idl Multithreading_Reactive_Server Multithreading_Reactive_Client ThreadPerConnection_Idl Multi_ThreadPerConnection_Server Multi_ThreadPerConnection_Client ThreadPool_Idl Multithreading_ThreadPool_Client Multithreading_ThreadPool_Server

REMAINING_TARGETS := $(subst all, , $(TARGETS_NESTED:.nested=)) $(CUSTOM_TARGETS)

$(REMAINING_TARGETS):
	@cd GracefulShutdown && $(MAKE) -f GNUmakefile.GracefulShutdown_Idl $(@)
	@cd GracefulShutdown && $(MAKE) -f GNUmakefile.Multithreading_GracefulShutdown_Client $(@)
	@cd GracefulShutdown && $(MAKE) -f GNUmakefile.Multithreading_GracefulShutdown_Server $(@)
	@cd Reactive && $(MAKE) -f GNUmakefile.Reactive_Idl $(@)
	@cd Reactive && $(MAKE) -f GNUmakefile.Multithreading_Reactive_Server $(@)
	@cd Reactive && $(MAKE) -f GNUmakefile.Multithreading_Reactive_Client $(@)
	@cd ThreadPerConnection && $(MAKE) -f GNUmakefile.ThreadPerConnection_Idl $(@)
	@cd ThreadPerConnection && $(MAKE) -f GNUmakefile.Multi_ThreadPerConnection_Server $(@)
	@cd ThreadPerConnection && $(MAKE) -f GNUmakefile.Multi_ThreadPerConnection_Client $(@)
	@cd ThreadPool && $(MAKE) -f GNUmakefile.ThreadPool_Idl $(@)
	@cd ThreadPool && $(MAKE) -f GNUmakefile.Multithreading_ThreadPool_Client $(@)
	@cd ThreadPool && $(MAKE) -f GNUmakefile.Multithreading_ThreadPool_Server $(@)

.PHONY: GracefulShutdown_Idl
GracefulShutdown_Idl:
	@cd GracefulShutdown && $(MAKE) -f GNUmakefile.GracefulShutdown_Idl all

.PHONY: Multithreading_GracefulShutdown_Client
Multithreading_GracefulShutdown_Client: GracefulShutdown_Idl
	@cd GracefulShutdown && $(MAKE) -f GNUmakefile.Multithreading_GracefulShutdown_Client all

.PHONY: Multithreading_GracefulShutdown_Server
Multithreading_GracefulShutdown_Server: GracefulShutdown_Idl Multithreading_GracefulShutdown_Client
	@cd GracefulShutdown && $(MAKE) -f GNUmakefile.Multithreading_GracefulShutdown_Server all

.PHONY: Reactive_Idl
Reactive_Idl:
	@cd Reactive && $(MAKE) -f GNUmakefile.Reactive_Idl all

.PHONY: Multithreading_Reactive_Server
Multithreading_Reactive_Server: Reactive_Idl
	@cd Reactive && $(MAKE) -f GNUmakefile.Multithreading_Reactive_Server all

.PHONY: Multithreading_Reactive_Client
Multithreading_Reactive_Client: Reactive_Idl Multithreading_Reactive_Server
	@cd Reactive && $(MAKE) -f GNUmakefile.Multithreading_Reactive_Client all

.PHONY: ThreadPerConnection_Idl
ThreadPerConnection_Idl:
	@cd ThreadPerConnection && $(MAKE) -f GNUmakefile.ThreadPerConnection_Idl all

.PHONY: Multi_ThreadPerConnection_Server
Multi_ThreadPerConnection_Server: ThreadPerConnection_Idl
	@cd ThreadPerConnection && $(MAKE) -f GNUmakefile.Multi_ThreadPerConnection_Server all

.PHONY: Multi_ThreadPerConnection_Client
Multi_ThreadPerConnection_Client: ThreadPerConnection_Idl Multi_ThreadPerConnection_Server
	@cd ThreadPerConnection && $(MAKE) -f GNUmakefile.Multi_ThreadPerConnection_Client all

.PHONY: ThreadPool_Idl
ThreadPool_Idl:
	@cd ThreadPool && $(MAKE) -f GNUmakefile.ThreadPool_Idl all

.PHONY: Multithreading_ThreadPool_Client
Multithreading_ThreadPool_Client: ThreadPool_Idl
	@cd ThreadPool && $(MAKE) -f GNUmakefile.Multithreading_ThreadPool_Client all

.PHONY: Multithreading_ThreadPool_Server
Multithreading_ThreadPool_Server: ThreadPool_Idl Multithreading_ThreadPool_Client
	@cd ThreadPool && $(MAKE) -f GNUmakefile.Multithreading_ThreadPool_Server all

project_name_list:
	@echo GracefulShutdown_Idl
	@echo Multithreading_GracefulShutdown_Client
	@echo Multithreading_GracefulShutdown_Server
	@echo Multithreading_Reactive_Client
	@echo Multithreading_Reactive_Server
	@echo Reactive_Idl
	@echo Multi_ThreadPerConnection_Client
	@echo Multi_ThreadPerConnection_Server
	@echo ThreadPerConnection_Idl
	@echo Multithreading_ThreadPool_Client
	@echo Multithreading_ThreadPool_Server
	@echo ThreadPool_Idl
