# -*- 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: CosEC_Factory_Idl CosEC_Factory_Client CosEC_Factory_Server CosEC_RtEC_Based_lib CosEC_RtEC_Based_bin CosEC_RtEC_Based_Tests_Basic_Client CosEC_RtEC_Based_Mult_Cons CosEC_RtEC_Based_Mult_Supp CosEC_Simple_Consumer CosEC_Simple_Service CosEC_Simple_Supplier CosEC_TypedSimple_Consumer CosEC_TypedSimple_Supplier

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

$(REMAINING_TARGETS):
	$(KEEP_GOING)@cd Factory && $(MAKE) -f GNUmakefile.CosEC_Factory_Idl $(@)
	$(KEEP_GOING)@cd Factory && $(MAKE) -f GNUmakefile.CosEC_Factory_Client $(@)
	$(KEEP_GOING)@cd Factory && $(MAKE) -f GNUmakefile.CosEC_Factory_Server $(@)
	$(KEEP_GOING)@cd RtEC_Based/lib && $(MAKE) -f GNUmakefile.CosEC_RtEC_Based_lib $(@)
	$(KEEP_GOING)@cd RtEC_Based/bin && $(MAKE) -f GNUmakefile.CosEC_RtEC_Based_bin $(@)
	$(KEEP_GOING)@cd RtEC_Based/tests/Basic && $(MAKE) -f GNUmakefile.CosEC_RtEC_Based_Tests_Basic_Client $(@)
	$(KEEP_GOING)@cd RtEC_Based/tests/Multiple && $(MAKE) -f GNUmakefile.CosEC_RtEC_Based_Mult_Cons $(@)
	$(KEEP_GOING)@cd RtEC_Based/tests/Multiple && $(MAKE) -f GNUmakefile.CosEC_RtEC_Based_Mult_Supp $(@)
	$(KEEP_GOING)@cd Simple && $(MAKE) -f GNUmakefile.CosEC_Simple_Consumer $(@)
	$(KEEP_GOING)@cd Simple && $(MAKE) -f GNUmakefile.CosEC_Simple_Service $(@)
	$(KEEP_GOING)@cd Simple && $(MAKE) -f GNUmakefile.CosEC_Simple_Supplier $(@)
	$(KEEP_GOING)@cd TypedSimple && $(MAKE) -f GNUmakefile.CosEC_TypedSimple_Consumer $(@)
	$(KEEP_GOING)@cd TypedSimple && $(MAKE) -f GNUmakefile.CosEC_TypedSimple_Supplier $(@)

.PHONY: CosEC_Factory_Idl
CosEC_Factory_Idl:
	$(KEEP_GOING)@cd Factory && $(MAKE) -f GNUmakefile.CosEC_Factory_Idl all

.PHONY: CosEC_Factory_Client
CosEC_Factory_Client: CosEC_Factory_Idl
	$(KEEP_GOING)@cd Factory && $(MAKE) -f GNUmakefile.CosEC_Factory_Client all

.PHONY: CosEC_Factory_Server
CosEC_Factory_Server: CosEC_Factory_Idl CosEC_Factory_Client
	$(KEEP_GOING)@cd Factory && $(MAKE) -f GNUmakefile.CosEC_Factory_Server all

.PHONY: CosEC_RtEC_Based_lib
CosEC_RtEC_Based_lib:
	$(KEEP_GOING)@cd RtEC_Based/lib && $(MAKE) -f GNUmakefile.CosEC_RtEC_Based_lib all

.PHONY: CosEC_RtEC_Based_bin
CosEC_RtEC_Based_bin: CosEC_RtEC_Based_lib
	$(KEEP_GOING)@cd RtEC_Based/bin && $(MAKE) -f GNUmakefile.CosEC_RtEC_Based_bin all

.PHONY: CosEC_RtEC_Based_Tests_Basic_Client
CosEC_RtEC_Based_Tests_Basic_Client: CosEC_RtEC_Based_lib
	$(KEEP_GOING)@cd RtEC_Based/tests/Basic && $(MAKE) -f GNUmakefile.CosEC_RtEC_Based_Tests_Basic_Client all

.PHONY: CosEC_RtEC_Based_Mult_Cons
CosEC_RtEC_Based_Mult_Cons: CosEC_RtEC_Based_lib
	$(KEEP_GOING)@cd RtEC_Based/tests/Multiple && $(MAKE) -f GNUmakefile.CosEC_RtEC_Based_Mult_Cons all

.PHONY: CosEC_RtEC_Based_Mult_Supp
CosEC_RtEC_Based_Mult_Supp: CosEC_RtEC_Based_lib CosEC_RtEC_Based_Mult_Cons
	$(KEEP_GOING)@cd RtEC_Based/tests/Multiple && $(MAKE) -f GNUmakefile.CosEC_RtEC_Based_Mult_Supp all

.PHONY: CosEC_Simple_Consumer
CosEC_Simple_Consumer:
	$(KEEP_GOING)@cd Simple && $(MAKE) -f GNUmakefile.CosEC_Simple_Consumer all

.PHONY: CosEC_Simple_Service
CosEC_Simple_Service:
	$(KEEP_GOING)@cd Simple && $(MAKE) -f GNUmakefile.CosEC_Simple_Service all

.PHONY: CosEC_Simple_Supplier
CosEC_Simple_Supplier:
	$(KEEP_GOING)@cd Simple && $(MAKE) -f GNUmakefile.CosEC_Simple_Supplier all

.PHONY: CosEC_TypedSimple_Consumer
CosEC_TypedSimple_Consumer:
	$(KEEP_GOING)@cd TypedSimple && $(MAKE) -f GNUmakefile.CosEC_TypedSimple_Consumer all

.PHONY: CosEC_TypedSimple_Supplier
CosEC_TypedSimple_Supplier: CosEC_TypedSimple_Consumer
	$(KEEP_GOING)@cd TypedSimple && $(MAKE) -f GNUmakefile.CosEC_TypedSimple_Supplier all

project_name_list:
	@echo CosEC_Factory_Client
	@echo CosEC_Factory_Idl
	@echo CosEC_Factory_Server
	@echo CosEC_RtEC_Based_bin
	@echo CosEC_RtEC_Based_lib
	@echo CosEC_RtEC_Based_Tests_Basic_Client
	@echo CosEC_RtEC_Based_Mult_Cons
	@echo CosEC_RtEC_Based_Mult_Supp
	@echo CosEC_Simple_Consumer
	@echo CosEC_Simple_Service
	@echo CosEC_Simple_Supplier
	@echo CosEC_TypedSimple_Consumer
	@echo CosEC_TypedSimple_Supplier
