# -*- 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: CSD_TP_Test_Lib csd_tp_foo_b_lib CSD_TP_Broken_Client CSD_TP_Broken_Server csd_tp_foo_a_lib csd_tp_foo_c_lib CSD_TP_Test_1_Client CSD_TP_Test_1_Server CSD_TP_Test_2_Client CSD_TP_Test_2_Server CSD_TP_Test_3_Client CSD_TP_Test_3_Server CSD_TP_Test_4_Client CSD_TP_Test_4_Server CSD_TP_Test_Dynamic_Idl CSD_TP_Test_Dynamic_Server CSD_TP_Test_Dynamic_Client CSD_TP_Test_Static_Server CSD_TP_Test_Static_Client

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

$(REMAINING_TARGETS):
	$(KEEP_GOING)@cd TP_Common && $(MAKE) -f GNUmakefile.CSD_TP_Test_Lib $(@)
	$(KEEP_GOING)@cd TP_Foo_B && $(MAKE) -f GNUmakefile.csd_tp_foo_b_lib $(@)
	$(KEEP_GOING)@cd Broken && $(MAKE) -f GNUmakefile.CSD_TP_Broken_Client $(@)
	$(KEEP_GOING)@cd Broken && $(MAKE) -f GNUmakefile.CSD_TP_Broken_Server $(@)
	$(KEEP_GOING)@cd TP_Foo_A && $(MAKE) -f GNUmakefile.csd_tp_foo_a_lib $(@)
	$(KEEP_GOING)@cd TP_Foo_C && $(MAKE) -f GNUmakefile.csd_tp_foo_c_lib $(@)
	$(KEEP_GOING)@cd TP_Test_1 && $(MAKE) -f GNUmakefile.CSD_TP_Test_1_Client $(@)
	$(KEEP_GOING)@cd TP_Test_1 && $(MAKE) -f GNUmakefile.CSD_TP_Test_1_Server $(@)
	$(KEEP_GOING)@cd TP_Test_2 && $(MAKE) -f GNUmakefile.CSD_TP_Test_2_Client $(@)
	$(KEEP_GOING)@cd TP_Test_2 && $(MAKE) -f GNUmakefile.CSD_TP_Test_2_Server $(@)
	$(KEEP_GOING)@cd TP_Test_3 && $(MAKE) -f GNUmakefile.CSD_TP_Test_3_Client $(@)
	$(KEEP_GOING)@cd TP_Test_3 && $(MAKE) -f GNUmakefile.CSD_TP_Test_3_Server $(@)
	$(KEEP_GOING)@cd TP_Test_4 && $(MAKE) -f GNUmakefile.CSD_TP_Test_4_Client $(@)
	$(KEEP_GOING)@cd TP_Test_4 && $(MAKE) -f GNUmakefile.CSD_TP_Test_4_Server $(@)
	$(KEEP_GOING)@cd TP_Test_Dynamic && $(MAKE) -f GNUmakefile.CSD_TP_Test_Dynamic_Idl $(@)
	$(KEEP_GOING)@cd TP_Test_Dynamic && $(MAKE) -f GNUmakefile.CSD_TP_Test_Dynamic_Server $(@)
	$(KEEP_GOING)@cd TP_Test_Dynamic && $(MAKE) -f GNUmakefile.CSD_TP_Test_Dynamic_Client $(@)
	$(KEEP_GOING)@cd TP_Test_Static && $(MAKE) -f GNUmakefile.CSD_TP_Test_Static_Server $(@)
	$(KEEP_GOING)@cd TP_Test_Static && $(MAKE) -f GNUmakefile.CSD_TP_Test_Static_Client $(@)

.PHONY: CSD_TP_Test_Lib
CSD_TP_Test_Lib:
	$(KEEP_GOING)@cd TP_Common && $(MAKE) -f GNUmakefile.CSD_TP_Test_Lib all

.PHONY: csd_tp_foo_b_lib
csd_tp_foo_b_lib: CSD_TP_Test_Lib
	$(KEEP_GOING)@cd TP_Foo_B && $(MAKE) -f GNUmakefile.csd_tp_foo_b_lib all

.PHONY: CSD_TP_Broken_Client
CSD_TP_Broken_Client: CSD_TP_Test_Lib csd_tp_foo_b_lib
	$(KEEP_GOING)@cd Broken && $(MAKE) -f GNUmakefile.CSD_TP_Broken_Client all

.PHONY: CSD_TP_Broken_Server
CSD_TP_Broken_Server: CSD_TP_Test_Lib csd_tp_foo_b_lib
	$(KEEP_GOING)@cd Broken && $(MAKE) -f GNUmakefile.CSD_TP_Broken_Server all

.PHONY: csd_tp_foo_a_lib
csd_tp_foo_a_lib: CSD_TP_Test_Lib
	$(KEEP_GOING)@cd TP_Foo_A && $(MAKE) -f GNUmakefile.csd_tp_foo_a_lib all

.PHONY: csd_tp_foo_c_lib
csd_tp_foo_c_lib: CSD_TP_Test_Lib
	$(KEEP_GOING)@cd TP_Foo_C && $(MAKE) -f GNUmakefile.csd_tp_foo_c_lib all

.PHONY: CSD_TP_Test_1_Client
CSD_TP_Test_1_Client: CSD_TP_Test_Lib csd_tp_foo_a_lib
	$(KEEP_GOING)@cd TP_Test_1 && $(MAKE) -f GNUmakefile.CSD_TP_Test_1_Client all

.PHONY: CSD_TP_Test_1_Server
CSD_TP_Test_1_Server: CSD_TP_Test_Lib csd_tp_foo_a_lib
	$(KEEP_GOING)@cd TP_Test_1 && $(MAKE) -f GNUmakefile.CSD_TP_Test_1_Server all

.PHONY: CSD_TP_Test_2_Client
CSD_TP_Test_2_Client: CSD_TP_Test_Lib csd_tp_foo_a_lib
	$(KEEP_GOING)@cd TP_Test_2 && $(MAKE) -f GNUmakefile.CSD_TP_Test_2_Client all

.PHONY: CSD_TP_Test_2_Server
CSD_TP_Test_2_Server: CSD_TP_Test_Lib csd_tp_foo_a_lib
	$(KEEP_GOING)@cd TP_Test_2 && $(MAKE) -f GNUmakefile.CSD_TP_Test_2_Server all

.PHONY: CSD_TP_Test_3_Client
CSD_TP_Test_3_Client: CSD_TP_Test_Lib csd_tp_foo_b_lib
	$(KEEP_GOING)@cd TP_Test_3 && $(MAKE) -f GNUmakefile.CSD_TP_Test_3_Client all

.PHONY: CSD_TP_Test_3_Server
CSD_TP_Test_3_Server: CSD_TP_Test_Lib csd_tp_foo_b_lib
	$(KEEP_GOING)@cd TP_Test_3 && $(MAKE) -f GNUmakefile.CSD_TP_Test_3_Server all

.PHONY: CSD_TP_Test_4_Client
CSD_TP_Test_4_Client: CSD_TP_Test_Lib csd_tp_foo_c_lib
	$(KEEP_GOING)@cd TP_Test_4 && $(MAKE) -f GNUmakefile.CSD_TP_Test_4_Client all

.PHONY: CSD_TP_Test_4_Server
CSD_TP_Test_4_Server: CSD_TP_Test_Lib csd_tp_foo_c_lib
	$(KEEP_GOING)@cd TP_Test_4 && $(MAKE) -f GNUmakefile.CSD_TP_Test_4_Server all

.PHONY: CSD_TP_Test_Dynamic_Idl
CSD_TP_Test_Dynamic_Idl:
	$(KEEP_GOING)@cd TP_Test_Dynamic && $(MAKE) -f GNUmakefile.CSD_TP_Test_Dynamic_Idl all

.PHONY: CSD_TP_Test_Dynamic_Server
CSD_TP_Test_Dynamic_Server: CSD_TP_Test_Dynamic_Idl
	$(KEEP_GOING)@cd TP_Test_Dynamic && $(MAKE) -f GNUmakefile.CSD_TP_Test_Dynamic_Server all

.PHONY: CSD_TP_Test_Dynamic_Client
CSD_TP_Test_Dynamic_Client: CSD_TP_Test_Dynamic_Server
	$(KEEP_GOING)@cd TP_Test_Dynamic && $(MAKE) -f GNUmakefile.CSD_TP_Test_Dynamic_Client all

.PHONY: CSD_TP_Test_Static_Server
CSD_TP_Test_Static_Server: CSD_TP_Test_Lib csd_tp_foo_a_lib
	$(KEEP_GOING)@cd TP_Test_Static && $(MAKE) -f GNUmakefile.CSD_TP_Test_Static_Server all

.PHONY: CSD_TP_Test_Static_Client
CSD_TP_Test_Static_Client: CSD_TP_Test_Lib csd_tp_foo_a_lib CSD_TP_Test_Static_Server
	$(KEEP_GOING)@cd TP_Test_Static && $(MAKE) -f GNUmakefile.CSD_TP_Test_Static_Client all

project_name_list:
	@echo CSD_TP_Broken_Client
	@echo CSD_TP_Broken_Server
	@echo CSD_TP_Test_Lib
	@echo csd_tp_foo_a_lib
	@echo csd_tp_foo_b_lib
	@echo csd_tp_foo_c_lib
	@echo CSD_TP_Test_1_Client
	@echo CSD_TP_Test_1_Server
	@echo CSD_TP_Test_2_Client
	@echo CSD_TP_Test_2_Server
	@echo CSD_TP_Test_3_Client
	@echo CSD_TP_Test_3_Server
	@echo CSD_TP_Test_4_Client
	@echo CSD_TP_Test_4_Server
	@echo CSD_TP_Test_Dynamic_Client
	@echo CSD_TP_Test_Dynamic_Idl
	@echo CSD_TP_Test_Dynamic_Server
	@echo CSD_TP_Test_Static_Client
	@echo CSD_TP_Test_Static_Server
