# -*- makefile -*-
#----------------------------------------------------------------------------
#       GNU ACE Workspace
#
# $Id$
#
# This file was generated by MPC.  Any changes made directly to
# this file will be lost the next time it is generated.
#
# MPC Command:
# /tao_builds/mitza/releases/ocitao/ACE_wrappers/bin/mwc.pl -type gnuace -features rpc=1 ACE_wrappers/TAO/DAnCE/DAnCE_TAO.mwc
#
#----------------------------------------------------------------------------

MAKEFILE = GNUmakefile

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

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

all: CosNaming_IDL Svc_Utils CosNaming CosNaming_Skel CosNaming_Serv NT_Naming_Service Naming_Service-target

depend: CosNaming_IDL-depend Svc_Utils-depend CosNaming-depend CosNaming_Skel-depend CosNaming_Serv-depend NT_Naming_Service-depend Naming_Service-target-depend

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

$(REMAINING_TARGETS):
	$(KEEP_GOING)@cd orbsvcs && $(MAKE) -f GNUmakefile.CosNaming_IDL $(@)
	$(KEEP_GOING)@cd orbsvcs && $(MAKE) -f GNUmakefile.Svc_Utils $(@)
	$(KEEP_GOING)@cd orbsvcs && $(MAKE) -f GNUmakefile.CosNaming $(@)
	$(KEEP_GOING)@cd orbsvcs && $(MAKE) -f GNUmakefile.CosNaming_Skel $(@)
	$(KEEP_GOING)@cd orbsvcs && $(MAKE) -f GNUmakefile.CosNaming_Serv $(@)
	$(KEEP_GOING)@cd Naming_Service && $(MAKE) -f GNUmakefile.NT_Naming_Service $(@)
	$(KEEP_GOING)@cd Naming_Service && $(MAKE) -f GNUmakefile.Naming_Service $(@)

.PHONY: CosNaming_IDL
CosNaming_IDL:
	$(KEEP_GOING)@cd orbsvcs && $(MAKE) -f GNUmakefile.CosNaming_IDL all

.PHONY: CosNaming_IDL-depend
CosNaming_IDL-depend:
	$(KEEP_GOING)@cd orbsvcs && $(MAKE) -f GNUmakefile.CosNaming_IDL depend

.PHONY: Svc_Utils
Svc_Utils:
	$(KEEP_GOING)@cd orbsvcs && $(MAKE) -f GNUmakefile.Svc_Utils all

.PHONY: Svc_Utils-depend
Svc_Utils-depend:
	$(KEEP_GOING)@cd orbsvcs && $(MAKE) -f GNUmakefile.Svc_Utils depend

.PHONY: CosNaming
CosNaming: CosNaming_IDL Svc_Utils
	$(KEEP_GOING)@cd orbsvcs && $(MAKE) -f GNUmakefile.CosNaming all

.PHONY: CosNaming-depend
CosNaming-depend:
	$(KEEP_GOING)@cd orbsvcs && $(MAKE) -f GNUmakefile.CosNaming depend

.PHONY: CosNaming_Skel
CosNaming_Skel: Svc_Utils CosNaming
	$(KEEP_GOING)@cd orbsvcs && $(MAKE) -f GNUmakefile.CosNaming_Skel all

.PHONY: CosNaming_Skel-depend
CosNaming_Skel-depend:
	$(KEEP_GOING)@cd orbsvcs && $(MAKE) -f GNUmakefile.CosNaming_Skel depend

.PHONY: CosNaming_Serv
CosNaming_Serv: Svc_Utils CosNaming CosNaming_Skel
	$(KEEP_GOING)@cd orbsvcs && $(MAKE) -f GNUmakefile.CosNaming_Serv all

.PHONY: CosNaming_Serv-depend
CosNaming_Serv-depend:
	$(KEEP_GOING)@cd orbsvcs && $(MAKE) -f GNUmakefile.CosNaming_Serv depend

.PHONY: NT_Naming_Service
NT_Naming_Service: Svc_Utils CosNaming CosNaming_Skel CosNaming_Serv
	$(KEEP_GOING)@cd Naming_Service && $(MAKE) -f GNUmakefile.NT_Naming_Service all

.PHONY: NT_Naming_Service-depend
NT_Naming_Service-depend:
	$(KEEP_GOING)@cd Naming_Service && $(MAKE) -f GNUmakefile.NT_Naming_Service depend

.PHONY: Naming_Service-target
Naming_Service-target: Svc_Utils CosNaming CosNaming_Skel CosNaming_Serv
	$(KEEP_GOING)@cd Naming_Service && $(MAKE) -f GNUmakefile.Naming_Service all

.PHONY: Naming_Service-target-depend
Naming_Service-target-depend:
	$(KEEP_GOING)@cd Naming_Service && $(MAKE) -f GNUmakefile.Naming_Service depend

project_name_list:
	@echo NT_Naming_Service
	@echo Naming_Service-target
	@echo CosNaming
	@echo CosNaming_IDL
	@echo CosNaming_Serv
	@echo CosNaming_Skel
	@echo Svc_Utils
