# -*- 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: 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

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: INet
INet:
	$(KEEP_GOING)@cd ace/INet && $(MAKE) -f GNUmakefile.INet all

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

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

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

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

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

.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: Send_Msg_Receiver
Send_Msg_Receiver: RMCast
	$(KEEP_GOING)@cd examples/RMCast/Send_Msg && $(MAKE) -f GNUmakefile.Send_Msg_Receiver all

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

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

.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_Server
Reactor_Tests_Server: HTBP
	$(KEEP_GOING)@cd tests/HTBP/Reactor_Tests && $(MAKE) -f GNUmakefile.Reactor_Tests_Server all

.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_Server
Send_Large_Msg_Server: HTBP
	$(KEEP_GOING)@cd tests/HTBP/Send_Large_Msg && $(MAKE) -f GNUmakefile.Send_Large_Msg_Server all

.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_Server
SendRecv_Test_Server: HTBP
	$(KEEP_GOING)@cd tests/HTBP/Send_Recv_Tests && $(MAKE) -f GNUmakefile.SendRecv_Test_Server all

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

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

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

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

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

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
