# -*- makefile -*-
#----------------------------------------------------------------------------
#       GNU ACE Workspace
#
# $Id: GNUACEWorkspaceCreator.pm 80826 2008-03-04 14:51:23Z wotte $
#
# This file was generated by MPC.  Any changes made directly to
# this file will be lost the next time it is generated.
#
# MPC Command:
# /export/anduriltmp/bczar/DOC_ROOT/stage-17314/ACE_wrappers/bin/mwc.pl -type gnuace -exclude "TAO/TAO_*.mwc,TAO/CIAO/CIAO_*.mwc" -recurse -hierarchy -relative ACE_ROOT=/export/anduriltmp/bczar/DOC_ROOT/stage-17314/ACE_wrappers -relative TAO_ROOT=/export/anduriltmp/bczar/DOC_ROOT/stage-17314/ACE_wrappers/TAO -relative CIAO_ROOT=/export/anduriltmp/bczar/DOC_ROOT/stage-17314/ACE_wrappers/TAO/CIAO -relative DANCE_ROOT=/export/anduriltmp/bczar/DOC_ROOT/stage-17314/ACE_wrappers/TAO/CIAO/DAnCE
#
#----------------------------------------------------------------------------

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_Server OBV_Forward_Client OBV_Simple_IDL OBV_Simple_Client OBV_Simple_Server 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

REMAINING_TARGETS := $(subst all, , $(TARGETS_NESTED:.nested=)) $(CUSTOM_TARGETS)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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 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
