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

depend: DynamicThreadPool_Idl-depend DynamicThreadPool_Client-depend DynamicThreadPool_Server-depend GracefulShutdown_Idl-depend Multithreading_GracefulShutdown_Server-depend Multithreading_GracefulShutdown_Client-depend Reactive_Idl-depend Multithreading_Reactive_Client-depend Multithreading_Reactive_Server-depend ThreadPerConnection_Idl-depend Multi_ThreadPerConnection_Server-depend Multi_ThreadPerConnection_Client-depend ThreadPool_Idl-depend Multithreading_ThreadPool_Client-depend Multithreading_ThreadPool_Server-depend

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

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

.PHONY: DynamicThreadPool_Idl
DynamicThreadPool_Idl:
	$(KEEP_GOING)@cd DynamicThreadPool && $(MAKE) -f GNUmakefile.DynamicThreadPool_Idl all

.PHONY: DynamicThreadPool_Idl-depend
DynamicThreadPool_Idl-depend:
	$(KEEP_GOING)@cd DynamicThreadPool && $(MAKE) -f GNUmakefile.DynamicThreadPool_Idl depend

.PHONY: DynamicThreadPool_Client
DynamicThreadPool_Client: DynamicThreadPool_Idl
	$(KEEP_GOING)@cd DynamicThreadPool && $(MAKE) -f GNUmakefile.DynamicThreadPool_Client all

.PHONY: DynamicThreadPool_Client-depend
DynamicThreadPool_Client-depend:
	$(KEEP_GOING)@cd DynamicThreadPool && $(MAKE) -f GNUmakefile.DynamicThreadPool_Client depend

.PHONY: DynamicThreadPool_Server
DynamicThreadPool_Server: DynamicThreadPool_Idl DynamicThreadPool_Client
	$(KEEP_GOING)@cd DynamicThreadPool && $(MAKE) -f GNUmakefile.DynamicThreadPool_Server all

.PHONY: DynamicThreadPool_Server-depend
DynamicThreadPool_Server-depend:
	$(KEEP_GOING)@cd DynamicThreadPool && $(MAKE) -f GNUmakefile.DynamicThreadPool_Server depend

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

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

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

.PHONY: Multithreading_GracefulShutdown_Server-depend
Multithreading_GracefulShutdown_Server-depend:
	$(KEEP_GOING)@cd GracefulShutdown && $(MAKE) -f GNUmakefile.Multithreading_GracefulShutdown_Server depend

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

.PHONY: Multithreading_GracefulShutdown_Client-depend
Multithreading_GracefulShutdown_Client-depend:
	$(KEEP_GOING)@cd GracefulShutdown && $(MAKE) -f GNUmakefile.Multithreading_GracefulShutdown_Client depend

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

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

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

.PHONY: Multithreading_Reactive_Client-depend
Multithreading_Reactive_Client-depend:
	$(KEEP_GOING)@cd Reactive && $(MAKE) -f GNUmakefile.Multithreading_Reactive_Client depend

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

.PHONY: Multithreading_Reactive_Server-depend
Multithreading_Reactive_Server-depend:
	$(KEEP_GOING)@cd Reactive && $(MAKE) -f GNUmakefile.Multithreading_Reactive_Server depend

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

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

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

.PHONY: Multi_ThreadPerConnection_Server-depend
Multi_ThreadPerConnection_Server-depend:
	$(KEEP_GOING)@cd ThreadPerConnection && $(MAKE) -f GNUmakefile.Multi_ThreadPerConnection_Server depend

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

.PHONY: Multi_ThreadPerConnection_Client-depend
Multi_ThreadPerConnection_Client-depend:
	$(KEEP_GOING)@cd ThreadPerConnection && $(MAKE) -f GNUmakefile.Multi_ThreadPerConnection_Client depend

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

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

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

.PHONY: Multithreading_ThreadPool_Client-depend
Multithreading_ThreadPool_Client-depend:
	$(KEEP_GOING)@cd ThreadPool && $(MAKE) -f GNUmakefile.Multithreading_ThreadPool_Client depend

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

.PHONY: Multithreading_ThreadPool_Server-depend
Multithreading_ThreadPool_Server-depend:
	$(KEEP_GOING)@cd ThreadPool && $(MAKE) -f GNUmakefile.Multithreading_ThreadPool_Server depend

project_name_list:
	@echo DynamicThreadPool_Client
	@echo DynamicThreadPool_Idl
	@echo DynamicThreadPool_Server
	@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
