# -*- 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-6476/ACE_wrappers/bin/mwc.pl -type gnuace -exclude TAO/TAO_ACE.mwc -workers 8 -recurse -hierarchy -relative ACE_ROOT=/home/johnny/DOC_ROOT/stage-6476/ACE_wrappers -relative TAO_ROOT=/home/johnny/DOC_ROOT/stage-6476/ACE_wrappers/TAO
#
#----------------------------------------------------------------------------

MAKEFILE = GNUmakefile

ifeq ($(findstring k,$(MAKEFLAGS)),k)
  KEEP_GOING = -
endif

include $(ACE_ROOT)/include/makeinclude/macros.GNU

all: OBV_Any_Idl OBV_Any_Client OBV_Any_Server OBV_Forward_Collocated OBV_Factory_Idl OBV_Factory_Server OBV_Factory_Client OBV_Forward_Idl OBV_Forward_Client OBV_Forward_Server Indirection_IDL Indirection_Client Indirection_Server OBV_Simple_IDL OBV_Simple_Server OBV_Simple_Client OBV_TC_Alignment_Idl OBV_TC_Alignment_Server OBV_TC_Alignment_Client OBV_Truncatable_Idl OBV_Truncatable_Client OBV_Truncatable_Server valuebox_idl Valuebox_Client Valuebox_Server

depend: OBV_Any_Idl-depend OBV_Any_Client-depend OBV_Any_Server-depend OBV_Forward_Collocated-depend OBV_Factory_Idl-depend OBV_Factory_Server-depend OBV_Factory_Client-depend OBV_Forward_Idl-depend OBV_Forward_Client-depend OBV_Forward_Server-depend Indirection_IDL-depend Indirection_Client-depend Indirection_Server-depend OBV_Simple_IDL-depend OBV_Simple_Server-depend OBV_Simple_Client-depend OBV_TC_Alignment_Idl-depend OBV_TC_Alignment_Server-depend OBV_TC_Alignment_Client-depend OBV_Truncatable_Idl-depend OBV_Truncatable_Client-depend OBV_Truncatable_Server-depend valuebox_idl-depend Valuebox_Client-depend Valuebox_Server-depend

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

$(REMAINING_TARGETS):
	$(KEEP_GOING)@cd Any && $(MAKE) -f GNUmakefile.OBV_Any_Idl $(@)
	$(KEEP_GOING)@cd Any && $(MAKE) -f GNUmakefile.OBV_Any_Client $(@)
	$(KEEP_GOING)@cd Any && $(MAKE) -f GNUmakefile.OBV_Any_Server $(@)
	$(KEEP_GOING)@cd Collocated/Forward && $(MAKE) -f GNUmakefile.OBV_Forward_Collocated $(@)
	$(KEEP_GOING)@cd Factory && $(MAKE) -f GNUmakefile.OBV_Factory_Idl $(@)
	$(KEEP_GOING)@cd Factory && $(MAKE) -f GNUmakefile.OBV_Factory_Server $(@)
	$(KEEP_GOING)@cd Factory && $(MAKE) -f GNUmakefile.OBV_Factory_Client $(@)
	$(KEEP_GOING)@cd Forward && $(MAKE) -f GNUmakefile.OBV_Forward_Idl $(@)
	$(KEEP_GOING)@cd Forward && $(MAKE) -f GNUmakefile.OBV_Forward_Client $(@)
	$(KEEP_GOING)@cd Forward && $(MAKE) -f GNUmakefile.OBV_Forward_Server $(@)
	$(KEEP_GOING)@cd Indirection && $(MAKE) -f GNUmakefile.Indirection_IDL $(@)
	$(KEEP_GOING)@cd Indirection && $(MAKE) -f GNUmakefile.Indirection_Client $(@)
	$(KEEP_GOING)@cd Indirection && $(MAKE) -f GNUmakefile.Indirection_Server $(@)
	$(KEEP_GOING)@cd Simple && $(MAKE) -f GNUmakefile.OBV_Simple_IDL $(@)
	$(KEEP_GOING)@cd Simple && $(MAKE) -f GNUmakefile.OBV_Simple_Server $(@)
	$(KEEP_GOING)@cd Simple && $(MAKE) -f GNUmakefile.OBV_Simple_Client $(@)
	$(KEEP_GOING)@cd TC_Alignment && $(MAKE) -f GNUmakefile.OBV_TC_Alignment_Idl $(@)
	$(KEEP_GOING)@cd TC_Alignment && $(MAKE) -f GNUmakefile.OBV_TC_Alignment_Server $(@)
	$(KEEP_GOING)@cd TC_Alignment && $(MAKE) -f GNUmakefile.OBV_TC_Alignment_Client $(@)
	$(KEEP_GOING)@cd Truncatable && $(MAKE) -f GNUmakefile.OBV_Truncatable_Idl $(@)
	$(KEEP_GOING)@cd Truncatable && $(MAKE) -f GNUmakefile.OBV_Truncatable_Client $(@)
	$(KEEP_GOING)@cd Truncatable && $(MAKE) -f GNUmakefile.OBV_Truncatable_Server $(@)
	$(KEEP_GOING)@cd ValueBox && $(MAKE) -f GNUmakefile.valuebox_idl $(@)
	$(KEEP_GOING)@cd ValueBox && $(MAKE) -f GNUmakefile.Valuebox_Client $(@)
	$(KEEP_GOING)@cd ValueBox && $(MAKE) -f GNUmakefile.Valuebox_Server $(@)

.PHONY: OBV_Any_Idl
OBV_Any_Idl:
	$(KEEP_GOING)@cd Any && $(MAKE) -f GNUmakefile.OBV_Any_Idl all

.PHONY: OBV_Any_Idl-depend
OBV_Any_Idl-depend:
	$(KEEP_GOING)@cd Any && $(MAKE) -f GNUmakefile.OBV_Any_Idl depend

.PHONY: OBV_Any_Client
OBV_Any_Client: OBV_Any_Idl
	$(KEEP_GOING)@cd Any && $(MAKE) -f GNUmakefile.OBV_Any_Client all

.PHONY: OBV_Any_Client-depend
OBV_Any_Client-depend:
	$(KEEP_GOING)@cd Any && $(MAKE) -f GNUmakefile.OBV_Any_Client depend

.PHONY: OBV_Any_Server
OBV_Any_Server: OBV_Any_Idl OBV_Any_Client
	$(KEEP_GOING)@cd Any && $(MAKE) -f GNUmakefile.OBV_Any_Server all

.PHONY: OBV_Any_Server-depend
OBV_Any_Server-depend:
	$(KEEP_GOING)@cd Any && $(MAKE) -f GNUmakefile.OBV_Any_Server depend

.PHONY: OBV_Forward_Collocated
OBV_Forward_Collocated:
	$(KEEP_GOING)@cd Collocated/Forward && $(MAKE) -f GNUmakefile.OBV_Forward_Collocated all

.PHONY: OBV_Forward_Collocated-depend
OBV_Forward_Collocated-depend:
	$(KEEP_GOING)@cd Collocated/Forward && $(MAKE) -f GNUmakefile.OBV_Forward_Collocated depend

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

.PHONY: OBV_Factory_Idl-depend
OBV_Factory_Idl-depend:
	$(KEEP_GOING)@cd Factory && $(MAKE) -f GNUmakefile.OBV_Factory_Idl depend

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

.PHONY: OBV_Factory_Server-depend
OBV_Factory_Server-depend:
	$(KEEP_GOING)@cd Factory && $(MAKE) -f GNUmakefile.OBV_Factory_Server depend

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

.PHONY: OBV_Factory_Client-depend
OBV_Factory_Client-depend:
	$(KEEP_GOING)@cd Factory && $(MAKE) -f GNUmakefile.OBV_Factory_Client depend

.PHONY: OBV_Forward_Idl
OBV_Forward_Idl:
	$(KEEP_GOING)@cd Forward && $(MAKE) -f GNUmakefile.OBV_Forward_Idl all

.PHONY: OBV_Forward_Idl-depend
OBV_Forward_Idl-depend:
	$(KEEP_GOING)@cd Forward && $(MAKE) -f GNUmakefile.OBV_Forward_Idl depend

.PHONY: OBV_Forward_Client
OBV_Forward_Client: OBV_Forward_Idl
	$(KEEP_GOING)@cd Forward && $(MAKE) -f GNUmakefile.OBV_Forward_Client all

.PHONY: OBV_Forward_Client-depend
OBV_Forward_Client-depend:
	$(KEEP_GOING)@cd Forward && $(MAKE) -f GNUmakefile.OBV_Forward_Client depend

.PHONY: OBV_Forward_Server
OBV_Forward_Server: OBV_Forward_Idl OBV_Forward_Client
	$(KEEP_GOING)@cd Forward && $(MAKE) -f GNUmakefile.OBV_Forward_Server all

.PHONY: OBV_Forward_Server-depend
OBV_Forward_Server-depend:
	$(KEEP_GOING)@cd Forward && $(MAKE) -f GNUmakefile.OBV_Forward_Server depend

.PHONY: Indirection_IDL
Indirection_IDL:
	$(KEEP_GOING)@cd Indirection && $(MAKE) -f GNUmakefile.Indirection_IDL all

.PHONY: Indirection_IDL-depend
Indirection_IDL-depend:
	$(KEEP_GOING)@cd Indirection && $(MAKE) -f GNUmakefile.Indirection_IDL depend

.PHONY: Indirection_Client
Indirection_Client: Indirection_IDL
	$(KEEP_GOING)@cd Indirection && $(MAKE) -f GNUmakefile.Indirection_Client all

.PHONY: Indirection_Client-depend
Indirection_Client-depend:
	$(KEEP_GOING)@cd Indirection && $(MAKE) -f GNUmakefile.Indirection_Client depend

.PHONY: Indirection_Server
Indirection_Server: Indirection_IDL Indirection_Client
	$(KEEP_GOING)@cd Indirection && $(MAKE) -f GNUmakefile.Indirection_Server all

.PHONY: Indirection_Server-depend
Indirection_Server-depend:
	$(KEEP_GOING)@cd Indirection && $(MAKE) -f GNUmakefile.Indirection_Server depend

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

.PHONY: OBV_Simple_IDL-depend
OBV_Simple_IDL-depend:
	$(KEEP_GOING)@cd Simple && $(MAKE) -f GNUmakefile.OBV_Simple_IDL depend

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

.PHONY: OBV_Simple_Server-depend
OBV_Simple_Server-depend:
	$(KEEP_GOING)@cd Simple && $(MAKE) -f GNUmakefile.OBV_Simple_Server depend

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

.PHONY: OBV_Simple_Client-depend
OBV_Simple_Client-depend:
	$(KEEP_GOING)@cd Simple && $(MAKE) -f GNUmakefile.OBV_Simple_Client depend

.PHONY: OBV_TC_Alignment_Idl
OBV_TC_Alignment_Idl:
	$(KEEP_GOING)@cd TC_Alignment && $(MAKE) -f GNUmakefile.OBV_TC_Alignment_Idl all

.PHONY: OBV_TC_Alignment_Idl-depend
OBV_TC_Alignment_Idl-depend:
	$(KEEP_GOING)@cd TC_Alignment && $(MAKE) -f GNUmakefile.OBV_TC_Alignment_Idl depend

.PHONY: OBV_TC_Alignment_Server
OBV_TC_Alignment_Server: OBV_TC_Alignment_Idl
	$(KEEP_GOING)@cd TC_Alignment && $(MAKE) -f GNUmakefile.OBV_TC_Alignment_Server all

.PHONY: OBV_TC_Alignment_Server-depend
OBV_TC_Alignment_Server-depend:
	$(KEEP_GOING)@cd TC_Alignment && $(MAKE) -f GNUmakefile.OBV_TC_Alignment_Server depend

.PHONY: OBV_TC_Alignment_Client
OBV_TC_Alignment_Client: OBV_TC_Alignment_Idl OBV_TC_Alignment_Server
	$(KEEP_GOING)@cd TC_Alignment && $(MAKE) -f GNUmakefile.OBV_TC_Alignment_Client all

.PHONY: OBV_TC_Alignment_Client-depend
OBV_TC_Alignment_Client-depend:
	$(KEEP_GOING)@cd TC_Alignment && $(MAKE) -f GNUmakefile.OBV_TC_Alignment_Client depend

.PHONY: OBV_Truncatable_Idl
OBV_Truncatable_Idl:
	$(KEEP_GOING)@cd Truncatable && $(MAKE) -f GNUmakefile.OBV_Truncatable_Idl all

.PHONY: OBV_Truncatable_Idl-depend
OBV_Truncatable_Idl-depend:
	$(KEEP_GOING)@cd Truncatable && $(MAKE) -f GNUmakefile.OBV_Truncatable_Idl depend

.PHONY: OBV_Truncatable_Client
OBV_Truncatable_Client: OBV_Truncatable_Idl
	$(KEEP_GOING)@cd Truncatable && $(MAKE) -f GNUmakefile.OBV_Truncatable_Client all

.PHONY: OBV_Truncatable_Client-depend
OBV_Truncatable_Client-depend:
	$(KEEP_GOING)@cd Truncatable && $(MAKE) -f GNUmakefile.OBV_Truncatable_Client depend

.PHONY: OBV_Truncatable_Server
OBV_Truncatable_Server: OBV_Truncatable_Idl OBV_Truncatable_Client
	$(KEEP_GOING)@cd Truncatable && $(MAKE) -f GNUmakefile.OBV_Truncatable_Server all

.PHONY: OBV_Truncatable_Server-depend
OBV_Truncatable_Server-depend:
	$(KEEP_GOING)@cd Truncatable && $(MAKE) -f GNUmakefile.OBV_Truncatable_Server depend

.PHONY: valuebox_idl
valuebox_idl:
	$(KEEP_GOING)@cd ValueBox && $(MAKE) -f GNUmakefile.valuebox_idl all

.PHONY: valuebox_idl-depend
valuebox_idl-depend:
	$(KEEP_GOING)@cd ValueBox && $(MAKE) -f GNUmakefile.valuebox_idl depend

.PHONY: Valuebox_Client
Valuebox_Client: valuebox_idl
	$(KEEP_GOING)@cd ValueBox && $(MAKE) -f GNUmakefile.Valuebox_Client all

.PHONY: Valuebox_Client-depend
Valuebox_Client-depend:
	$(KEEP_GOING)@cd ValueBox && $(MAKE) -f GNUmakefile.Valuebox_Client depend

.PHONY: Valuebox_Server
Valuebox_Server: valuebox_idl Valuebox_Client
	$(KEEP_GOING)@cd ValueBox && $(MAKE) -f GNUmakefile.Valuebox_Server all

.PHONY: Valuebox_Server-depend
Valuebox_Server-depend:
	$(KEEP_GOING)@cd ValueBox && $(MAKE) -f GNUmakefile.Valuebox_Server depend

project_name_list:
	@echo OBV_Any_Client
	@echo OBV_Any_Idl
	@echo OBV_Any_Server
	@echo OBV_Forward_Collocated
	@echo OBV_Factory_Client
	@echo OBV_Factory_Idl
	@echo OBV_Factory_Server
	@echo OBV_Forward_Client
	@echo OBV_Forward_Idl
	@echo OBV_Forward_Server
	@echo Indirection_Client
	@echo Indirection_IDL
	@echo Indirection_Server
	@echo OBV_Simple_Client
	@echo OBV_Simple_IDL
	@echo OBV_Simple_Server
	@echo OBV_TC_Alignment_Client
	@echo OBV_TC_Alignment_Idl
	@echo OBV_TC_Alignment_Server
	@echo OBV_Truncatable_Client
	@echo OBV_Truncatable_Idl
	@echo OBV_Truncatable_Server
	@echo Valuebox_Client
	@echo Valuebox_Server
	@echo valuebox_idl
