# -*- 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-904/ACE_wrappers/bin/mwc.pl -type gnuace -exclude "TAO/TAO_*.mwc,TAO/CIAO/CIAO_*.mwc" -workers 16 -recurse -hierarchy -relative ACE_ROOT=/home/build/DOC_ROOT/stage-904/ACE_wrappers -relative TAO_ROOT=/home/build/DOC_ROOT/stage-904/ACE_wrappers/TAO -relative CIAO_ROOT=/home/build/DOC_ROOT/stage-904/ACE_wrappers/TAO/CIAO -relative DANCE_ROOT=/home/build/DOC_ROOT/stage-904/ACE_wrappers/TAO/DAnCE
#
#----------------------------------------------------------------------------

MAKEFILE = GNUmakefile

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

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

all: HTBP INet INet_SSL RMCast TMCast FTP_Simple_exec HTTP_Simple_exec HTTPS_Simple_exec Send_Msg_Receiver Send_Msg_Sender Member Reactor_Tests_Client Reactor_Tests_Server Send_Large_Msg_Client Send_Large_Msg_Server SendRecv_Test_Client SendRecv_Test_Server Ping_Client Ping_Server MT_Get RMCast_Receiver RMCast_Sender

depend: HTBP-depend INet-depend INet_SSL-depend RMCast-depend TMCast-depend FTP_Simple_exec-depend HTTP_Simple_exec-depend HTTPS_Simple_exec-depend Send_Msg_Receiver-depend Send_Msg_Sender-depend Member-depend Reactor_Tests_Client-depend Reactor_Tests_Server-depend Send_Large_Msg_Client-depend Send_Large_Msg_Server-depend SendRecv_Test_Client-depend SendRecv_Test_Server-depend Ping_Client-depend Ping_Server-depend MT_Get-depend RMCast_Receiver-depend RMCast_Sender-depend

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

$(REMAINING_TARGETS):
	$(KEEP_GOING)@cd ace/HTBP && $(MAKE) -f GNUmakefile.HTBP $(@)
	$(KEEP_GOING)@cd ace/INet && $(MAKE) -f GNUmakefile.INet $(@)
	$(KEEP_GOING)@cd ace/INet && $(MAKE) -f GNUmakefile.INet_SSL $(@)
	$(KEEP_GOING)@cd ace/RMCast && $(MAKE) -f GNUmakefile.RMCast $(@)
	$(KEEP_GOING)@cd ace/TMCast && $(MAKE) -f GNUmakefile.TMCast $(@)
	$(KEEP_GOING)@cd examples/INet && $(MAKE) -f GNUmakefile.FTP_Simple_exec $(@)
	$(KEEP_GOING)@cd examples/INet && $(MAKE) -f GNUmakefile.HTTP_Simple_exec $(@)
	$(KEEP_GOING)@cd examples/INet && $(MAKE) -f GNUmakefile.HTTPS_Simple_exec $(@)
	$(KEEP_GOING)@cd examples/RMCast/Send_Msg && $(MAKE) -f GNUmakefile.Send_Msg_Receiver $(@)
	$(KEEP_GOING)@cd examples/RMCast/Send_Msg && $(MAKE) -f GNUmakefile.Send_Msg_Sender $(@)
	$(KEEP_GOING)@cd examples/TMCast/Member && $(MAKE) -f GNUmakefile.Member $(@)
	$(KEEP_GOING)@cd tests/HTBP/Reactor_Tests && $(MAKE) -f GNUmakefile.Reactor_Tests_Client $(@)
	$(KEEP_GOING)@cd tests/HTBP/Reactor_Tests && $(MAKE) -f GNUmakefile.Reactor_Tests_Server $(@)
	$(KEEP_GOING)@cd tests/HTBP/Send_Large_Msg && $(MAKE) -f GNUmakefile.Send_Large_Msg_Client $(@)
	$(KEEP_GOING)@cd tests/HTBP/Send_Large_Msg && $(MAKE) -f GNUmakefile.Send_Large_Msg_Server $(@)
	$(KEEP_GOING)@cd tests/HTBP/Send_Recv_Tests && $(MAKE) -f GNUmakefile.SendRecv_Test_Client $(@)
	$(KEEP_GOING)@cd tests/HTBP/Send_Recv_Tests && $(MAKE) -f GNUmakefile.SendRecv_Test_Server $(@)
	$(KEEP_GOING)@cd tests/HTBP/ping && $(MAKE) -f GNUmakefile.Ping_Client $(@)
	$(KEEP_GOING)@cd tests/HTBP/ping && $(MAKE) -f GNUmakefile.Ping_Server $(@)
	$(KEEP_GOING)@cd tests/INet/MT_Get && $(MAKE) -f GNUmakefile.MT_Get $(@)
	$(KEEP_GOING)@cd tests/RMCast && $(MAKE) -f GNUmakefile.RMCast_Receiver $(@)
	$(KEEP_GOING)@cd tests/RMCast && $(MAKE) -f GNUmakefile.RMCast_Sender $(@)

.PHONY: HTBP
HTBP:
	$(KEEP_GOING)@cd ace/HTBP && $(MAKE) -f GNUmakefile.HTBP all

.PHONY: HTBP-depend
HTBP-depend:
	$(KEEP_GOING)@cd ace/HTBP && $(MAKE) -f GNUmakefile.HTBP depend

.PHONY: INet
INet:
	$(KEEP_GOING)@cd ace/INet && $(MAKE) -f GNUmakefile.INet all

.PHONY: INet-depend
INet-depend:
	$(KEEP_GOING)@cd ace/INet && $(MAKE) -f GNUmakefile.INet depend

.PHONY: INet_SSL
INet_SSL: INet
	$(KEEP_GOING)@cd ace/INet && $(MAKE) -f GNUmakefile.INet_SSL all

.PHONY: INet_SSL-depend
INet_SSL-depend:
	$(KEEP_GOING)@cd ace/INet && $(MAKE) -f GNUmakefile.INet_SSL depend

.PHONY: RMCast
RMCast:
	$(KEEP_GOING)@cd ace/RMCast && $(MAKE) -f GNUmakefile.RMCast all

.PHONY: RMCast-depend
RMCast-depend:
	$(KEEP_GOING)@cd ace/RMCast && $(MAKE) -f GNUmakefile.RMCast depend

.PHONY: TMCast
TMCast:
	$(KEEP_GOING)@cd ace/TMCast && $(MAKE) -f GNUmakefile.TMCast all

.PHONY: TMCast-depend
TMCast-depend:
	$(KEEP_GOING)@cd ace/TMCast && $(MAKE) -f GNUmakefile.TMCast depend

.PHONY: FTP_Simple_exec
FTP_Simple_exec: INet
	$(KEEP_GOING)@cd examples/INet && $(MAKE) -f GNUmakefile.FTP_Simple_exec all

.PHONY: FTP_Simple_exec-depend
FTP_Simple_exec-depend:
	$(KEEP_GOING)@cd examples/INet && $(MAKE) -f GNUmakefile.FTP_Simple_exec depend

.PHONY: HTTP_Simple_exec
HTTP_Simple_exec: INet
	$(KEEP_GOING)@cd examples/INet && $(MAKE) -f GNUmakefile.HTTP_Simple_exec all

.PHONY: HTTP_Simple_exec-depend
HTTP_Simple_exec-depend:
	$(KEEP_GOING)@cd examples/INet && $(MAKE) -f GNUmakefile.HTTP_Simple_exec depend

.PHONY: HTTPS_Simple_exec
HTTPS_Simple_exec: INet INet_SSL HTTP_Simple_exec
	$(KEEP_GOING)@cd examples/INet && $(MAKE) -f GNUmakefile.HTTPS_Simple_exec all

.PHONY: HTTPS_Simple_exec-depend
HTTPS_Simple_exec-depend:
	$(KEEP_GOING)@cd examples/INet && $(MAKE) -f GNUmakefile.HTTPS_Simple_exec depend

.PHONY: Send_Msg_Receiver
Send_Msg_Receiver: RMCast
	$(KEEP_GOING)@cd examples/RMCast/Send_Msg && $(MAKE) -f GNUmakefile.Send_Msg_Receiver all

.PHONY: Send_Msg_Receiver-depend
Send_Msg_Receiver-depend:
	$(KEEP_GOING)@cd examples/RMCast/Send_Msg && $(MAKE) -f GNUmakefile.Send_Msg_Receiver depend

.PHONY: Send_Msg_Sender
Send_Msg_Sender: RMCast
	$(KEEP_GOING)@cd examples/RMCast/Send_Msg && $(MAKE) -f GNUmakefile.Send_Msg_Sender all

.PHONY: Send_Msg_Sender-depend
Send_Msg_Sender-depend:
	$(KEEP_GOING)@cd examples/RMCast/Send_Msg && $(MAKE) -f GNUmakefile.Send_Msg_Sender depend

.PHONY: Member
Member: TMCast
	$(KEEP_GOING)@cd examples/TMCast/Member && $(MAKE) -f GNUmakefile.Member all

.PHONY: Member-depend
Member-depend:
	$(KEEP_GOING)@cd examples/TMCast/Member && $(MAKE) -f GNUmakefile.Member depend

.PHONY: Reactor_Tests_Client
Reactor_Tests_Client: HTBP
	$(KEEP_GOING)@cd tests/HTBP/Reactor_Tests && $(MAKE) -f GNUmakefile.Reactor_Tests_Client all

.PHONY: Reactor_Tests_Client-depend
Reactor_Tests_Client-depend:
	$(KEEP_GOING)@cd tests/HTBP/Reactor_Tests && $(MAKE) -f GNUmakefile.Reactor_Tests_Client depend

.PHONY: Reactor_Tests_Server
Reactor_Tests_Server: HTBP
	$(KEEP_GOING)@cd tests/HTBP/Reactor_Tests && $(MAKE) -f GNUmakefile.Reactor_Tests_Server all

.PHONY: Reactor_Tests_Server-depend
Reactor_Tests_Server-depend:
	$(KEEP_GOING)@cd tests/HTBP/Reactor_Tests && $(MAKE) -f GNUmakefile.Reactor_Tests_Server depend

.PHONY: Send_Large_Msg_Client
Send_Large_Msg_Client: HTBP
	$(KEEP_GOING)@cd tests/HTBP/Send_Large_Msg && $(MAKE) -f GNUmakefile.Send_Large_Msg_Client all

.PHONY: Send_Large_Msg_Client-depend
Send_Large_Msg_Client-depend:
	$(KEEP_GOING)@cd tests/HTBP/Send_Large_Msg && $(MAKE) -f GNUmakefile.Send_Large_Msg_Client depend

.PHONY: Send_Large_Msg_Server
Send_Large_Msg_Server: HTBP
	$(KEEP_GOING)@cd tests/HTBP/Send_Large_Msg && $(MAKE) -f GNUmakefile.Send_Large_Msg_Server all

.PHONY: Send_Large_Msg_Server-depend
Send_Large_Msg_Server-depend:
	$(KEEP_GOING)@cd tests/HTBP/Send_Large_Msg && $(MAKE) -f GNUmakefile.Send_Large_Msg_Server depend

.PHONY: SendRecv_Test_Client
SendRecv_Test_Client: HTBP
	$(KEEP_GOING)@cd tests/HTBP/Send_Recv_Tests && $(MAKE) -f GNUmakefile.SendRecv_Test_Client all

.PHONY: SendRecv_Test_Client-depend
SendRecv_Test_Client-depend:
	$(KEEP_GOING)@cd tests/HTBP/Send_Recv_Tests && $(MAKE) -f GNUmakefile.SendRecv_Test_Client depend

.PHONY: SendRecv_Test_Server
SendRecv_Test_Server: HTBP
	$(KEEP_GOING)@cd tests/HTBP/Send_Recv_Tests && $(MAKE) -f GNUmakefile.SendRecv_Test_Server all

.PHONY: SendRecv_Test_Server-depend
SendRecv_Test_Server-depend:
	$(KEEP_GOING)@cd tests/HTBP/Send_Recv_Tests && $(MAKE) -f GNUmakefile.SendRecv_Test_Server depend

.PHONY: Ping_Client
Ping_Client: HTBP
	$(KEEP_GOING)@cd tests/HTBP/ping && $(MAKE) -f GNUmakefile.Ping_Client all

.PHONY: Ping_Client-depend
Ping_Client-depend:
	$(KEEP_GOING)@cd tests/HTBP/ping && $(MAKE) -f GNUmakefile.Ping_Client depend

.PHONY: Ping_Server
Ping_Server: HTBP
	$(KEEP_GOING)@cd tests/HTBP/ping && $(MAKE) -f GNUmakefile.Ping_Server all

.PHONY: Ping_Server-depend
Ping_Server-depend:
	$(KEEP_GOING)@cd tests/HTBP/ping && $(MAKE) -f GNUmakefile.Ping_Server depend

.PHONY: MT_Get
MT_Get: INet
	$(KEEP_GOING)@cd tests/INet/MT_Get && $(MAKE) -f GNUmakefile.MT_Get all

.PHONY: MT_Get-depend
MT_Get-depend:
	$(KEEP_GOING)@cd tests/INet/MT_Get && $(MAKE) -f GNUmakefile.MT_Get depend

.PHONY: RMCast_Receiver
RMCast_Receiver: RMCast
	$(KEEP_GOING)@cd tests/RMCast && $(MAKE) -f GNUmakefile.RMCast_Receiver all

.PHONY: RMCast_Receiver-depend
RMCast_Receiver-depend:
	$(KEEP_GOING)@cd tests/RMCast && $(MAKE) -f GNUmakefile.RMCast_Receiver depend

.PHONY: RMCast_Sender
RMCast_Sender: RMCast
	$(KEEP_GOING)@cd tests/RMCast && $(MAKE) -f GNUmakefile.RMCast_Sender all

.PHONY: RMCast_Sender-depend
RMCast_Sender-depend:
	$(KEEP_GOING)@cd tests/RMCast && $(MAKE) -f GNUmakefile.RMCast_Sender depend

project_name_list:
	@echo HTBP
	@echo INet
	@echo INet_SSL
	@echo RMCast
	@echo TMCast
	@echo FTP_Simple_exec
	@echo HTTPS_Simple_exec
	@echo HTTP_Simple_exec
	@echo Send_Msg_Receiver
	@echo Send_Msg_Sender
	@echo Member
	@echo Reactor_Tests_Client
	@echo Reactor_Tests_Server
	@echo Send_Large_Msg_Client
	@echo Send_Large_Msg_Server
	@echo SendRecv_Test_Client
	@echo SendRecv_Test_Server
	@echo Ping_Client
	@echo Ping_Server
	@echo MT_Get
	@echo RMCast_Receiver
	@echo RMCast_Sender
