# -*- 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: McastFragmentation_IDL McastFragmentation_Client McastFragmentation_Server McastHello_Idl McastHello_Client McastHello_Server McastLocal_Idl McastLocal_Client McastLocal_Server McastPreferredInterfaces_IDL McastPreferredInterfaces_Server McastPreferredInterfaces_Client McastZIOP_Idl

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

$(REMAINING_TARGETS):
	$(KEEP_GOING)@cd McastFragmentation && $(MAKE) -f GNUmakefile.McastFragmentation_IDL $(@)
	$(KEEP_GOING)@cd McastFragmentation && $(MAKE) -f GNUmakefile.McastFragmentation_Client $(@)
	$(KEEP_GOING)@cd McastFragmentation && $(MAKE) -f GNUmakefile.McastFragmentation_Server $(@)
	$(KEEP_GOING)@cd McastHello && $(MAKE) -f GNUmakefile.McastHello_Idl $(@)
	$(KEEP_GOING)@cd McastHello && $(MAKE) -f GNUmakefile.McastHello_Client $(@)
	$(KEEP_GOING)@cd McastHello && $(MAKE) -f GNUmakefile.McastHello_Server $(@)
	$(KEEP_GOING)@cd McastLocal && $(MAKE) -f GNUmakefile.McastLocal_Idl $(@)
	$(KEEP_GOING)@cd McastLocal && $(MAKE) -f GNUmakefile.McastLocal_Client $(@)
	$(KEEP_GOING)@cd McastLocal && $(MAKE) -f GNUmakefile.McastLocal_Server $(@)
	$(KEEP_GOING)@cd McastPreferredInterfaces && $(MAKE) -f GNUmakefile.McastPreferredInterfaces_IDL $(@)
	$(KEEP_GOING)@cd McastPreferredInterfaces && $(MAKE) -f GNUmakefile.McastPreferredInterfaces_Server $(@)
	$(KEEP_GOING)@cd McastPreferredInterfaces && $(MAKE) -f GNUmakefile.McastPreferredInterfaces_Client $(@)
	$(KEEP_GOING)@cd McastZIOP && $(MAKE) -f GNUmakefile.McastZIOP_Idl $(@)

.PHONY: McastFragmentation_IDL
McastFragmentation_IDL:
	$(KEEP_GOING)@cd McastFragmentation && $(MAKE) -f GNUmakefile.McastFragmentation_IDL all

.PHONY: McastFragmentation_Client
McastFragmentation_Client: McastFragmentation_IDL
	$(KEEP_GOING)@cd McastFragmentation && $(MAKE) -f GNUmakefile.McastFragmentation_Client all

.PHONY: McastFragmentation_Server
McastFragmentation_Server: McastFragmentation_IDL McastFragmentation_Client
	$(KEEP_GOING)@cd McastFragmentation && $(MAKE) -f GNUmakefile.McastFragmentation_Server all

.PHONY: McastHello_Idl
McastHello_Idl:
	$(KEEP_GOING)@cd McastHello && $(MAKE) -f GNUmakefile.McastHello_Idl all

.PHONY: McastHello_Client
McastHello_Client: McastHello_Idl
	$(KEEP_GOING)@cd McastHello && $(MAKE) -f GNUmakefile.McastHello_Client all

.PHONY: McastHello_Server
McastHello_Server: McastHello_Idl McastHello_Client
	$(KEEP_GOING)@cd McastHello && $(MAKE) -f GNUmakefile.McastHello_Server all

.PHONY: McastLocal_Idl
McastLocal_Idl:
	$(KEEP_GOING)@cd McastLocal && $(MAKE) -f GNUmakefile.McastLocal_Idl all

.PHONY: McastLocal_Client
McastLocal_Client: McastLocal_Idl
	$(KEEP_GOING)@cd McastLocal && $(MAKE) -f GNUmakefile.McastLocal_Client all

.PHONY: McastLocal_Server
McastLocal_Server: McastLocal_Idl McastLocal_Client
	$(KEEP_GOING)@cd McastLocal && $(MAKE) -f GNUmakefile.McastLocal_Server all

.PHONY: McastPreferredInterfaces_IDL
McastPreferredInterfaces_IDL:
	$(KEEP_GOING)@cd McastPreferredInterfaces && $(MAKE) -f GNUmakefile.McastPreferredInterfaces_IDL all

.PHONY: McastPreferredInterfaces_Server
McastPreferredInterfaces_Server: McastPreferredInterfaces_IDL
	$(KEEP_GOING)@cd McastPreferredInterfaces && $(MAKE) -f GNUmakefile.McastPreferredInterfaces_Server all

.PHONY: McastPreferredInterfaces_Client
McastPreferredInterfaces_Client: McastPreferredInterfaces_IDL McastPreferredInterfaces_Server
	$(KEEP_GOING)@cd McastPreferredInterfaces && $(MAKE) -f GNUmakefile.McastPreferredInterfaces_Client all

.PHONY: McastZIOP_Idl
McastZIOP_Idl:
	$(KEEP_GOING)@cd McastZIOP && $(MAKE) -f GNUmakefile.McastZIOP_Idl all

project_name_list:
	@echo McastFragmentation_Client
	@echo McastFragmentation_IDL
	@echo McastFragmentation_Server
	@echo McastHello_Client
	@echo McastHello_Idl
	@echo McastHello_Server
	@echo McastLocal_Client
	@echo McastLocal_Idl
	@echo McastLocal_Server
	@echo McastPreferredInterfaces_Client
	@echo McastPreferredInterfaces_IDL
	@echo McastPreferredInterfaces_Server
	@echo McastZIOP_Idl
