# -*- makefile -*-
#----------------------------------------------------------------------------
#       GNU ACE Workspace
#
# 
#
# 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/johnny/DOC_ROOT/stage-4304/ACE_wrappers/bin/mwc.pl -type gnuace -exclude "TAO/TAO_*.mwc,TAO/CIAO/CIAO_*.mwc" -workers 8 -recurse -hierarchy -relative ACE_ROOT=/home/johnny/DOC_ROOT/stage-4304/ACE_wrappers -relative TAO_ROOT=/home/johnny/DOC_ROOT/stage-4304/ACE_wrappers/TAO -relative CIAO_ROOT=/home/johnny/DOC_ROOT/stage-4304/ACE_wrappers/TAO/CIAO -relative DANCE_ROOT=/home/johnny/DOC_ROOT/stage-4304/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

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

REMAINING_TARGETS := $(filter-out all depend,$(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_Test_Lib-depend
CSD_TP_Test_Lib-depend:
	$(KEEP_GOING)@cd TP_Common && $(MAKE) -f GNUmakefile.CSD_TP_Test_Lib depend

.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_foo_b_lib-depend
csd_tp_foo_b_lib-depend:
	$(KEEP_GOING)@cd TP_Foo_B && $(MAKE) -f GNUmakefile.csd_tp_foo_b_lib depend

.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_Client-depend
CSD_TP_Broken_Client-depend:
	$(KEEP_GOING)@cd Broken && $(MAKE) -f GNUmakefile.CSD_TP_Broken_Client depend

.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_Broken_Server-depend
CSD_TP_Broken_Server-depend:
	$(KEEP_GOING)@cd Broken && $(MAKE) -f GNUmakefile.CSD_TP_Broken_Server depend

.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_a_lib-depend
csd_tp_foo_a_lib-depend:
	$(KEEP_GOING)@cd TP_Foo_A && $(MAKE) -f GNUmakefile.csd_tp_foo_a_lib depend

.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_foo_c_lib-depend
csd_tp_foo_c_lib-depend:
	$(KEEP_GOING)@cd TP_Foo_C && $(MAKE) -f GNUmakefile.csd_tp_foo_c_lib depend

.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_Client-depend
CSD_TP_Test_1_Client-depend:
	$(KEEP_GOING)@cd TP_Test_1 && $(MAKE) -f GNUmakefile.CSD_TP_Test_1_Client depend

.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_1_Server-depend
CSD_TP_Test_1_Server-depend:
	$(KEEP_GOING)@cd TP_Test_1 && $(MAKE) -f GNUmakefile.CSD_TP_Test_1_Server depend

.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_Client-depend
CSD_TP_Test_2_Client-depend:
	$(KEEP_GOING)@cd TP_Test_2 && $(MAKE) -f GNUmakefile.CSD_TP_Test_2_Client depend

.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_2_Server-depend
CSD_TP_Test_2_Server-depend:
	$(KEEP_GOING)@cd TP_Test_2 && $(MAKE) -f GNUmakefile.CSD_TP_Test_2_Server depend

.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_Client-depend
CSD_TP_Test_3_Client-depend:
	$(KEEP_GOING)@cd TP_Test_3 && $(MAKE) -f GNUmakefile.CSD_TP_Test_3_Client depend

.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_3_Server-depend
CSD_TP_Test_3_Server-depend:
	$(KEEP_GOING)@cd TP_Test_3 && $(MAKE) -f GNUmakefile.CSD_TP_Test_3_Server depend

.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_Client-depend
CSD_TP_Test_4_Client-depend:
	$(KEEP_GOING)@cd TP_Test_4 && $(MAKE) -f GNUmakefile.CSD_TP_Test_4_Client depend

.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_4_Server-depend
CSD_TP_Test_4_Server-depend:
	$(KEEP_GOING)@cd TP_Test_4 && $(MAKE) -f GNUmakefile.CSD_TP_Test_4_Server depend

.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_Idl-depend
CSD_TP_Test_Dynamic_Idl-depend:
	$(KEEP_GOING)@cd TP_Test_Dynamic && $(MAKE) -f GNUmakefile.CSD_TP_Test_Dynamic_Idl depend

.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_Server-depend
CSD_TP_Test_Dynamic_Server-depend:
	$(KEEP_GOING)@cd TP_Test_Dynamic && $(MAKE) -f GNUmakefile.CSD_TP_Test_Dynamic_Server depend

.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_Dynamic_Client-depend
CSD_TP_Test_Dynamic_Client-depend:
	$(KEEP_GOING)@cd TP_Test_Dynamic && $(MAKE) -f GNUmakefile.CSD_TP_Test_Dynamic_Client depend

.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_Server-depend
CSD_TP_Test_Static_Server-depend:
	$(KEEP_GOING)@cd TP_Test_Static && $(MAKE) -f GNUmakefile.CSD_TP_Test_Static_Server depend

.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

.PHONY: CSD_TP_Test_Static_Client-depend
CSD_TP_Test_Static_Client-depend:
	$(KEEP_GOING)@cd TP_Test_Static && $(MAKE) -f GNUmakefile.CSD_TP_Test_Static_Client depend

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
