# -*- 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: Smart_Proxies_Idl Smart_Proxies_Client Smart_Proxies_Server SP_Benchmark_Idl SP_Benchmark_Client SP_Benchmark_Server SP_Collocation_Idl SP_Collocation_TestStubsLib SP_Collocation_DiamondLib SP_Collocation_Test SP_On_Demand_Idl SP_On_Demand_Client SP_On_Demand_Server SP_Policy_Idl SP_Policy_Client SP_Policy_Server dtor_idl Dtor_Client Dtor_Server

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

$(REMAINING_TARGETS):
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.Smart_Proxies_Idl $(@)
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.Smart_Proxies_Client $(@)
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.Smart_Proxies_Server $(@)
	$(KEEP_GOING)@cd Benchmark && $(MAKE) -f GNUmakefile.SP_Benchmark_Idl $(@)
	$(KEEP_GOING)@cd Benchmark && $(MAKE) -f GNUmakefile.SP_Benchmark_Client $(@)
	$(KEEP_GOING)@cd Benchmark && $(MAKE) -f GNUmakefile.SP_Benchmark_Server $(@)
	$(KEEP_GOING)@cd Collocation && $(MAKE) -f GNUmakefile.SP_Collocation_Idl $(@)
	$(KEEP_GOING)@cd Collocation && $(MAKE) -f GNUmakefile.SP_Collocation_TestStubsLib $(@)
	$(KEEP_GOING)@cd Collocation && $(MAKE) -f GNUmakefile.SP_Collocation_DiamondLib $(@)
	$(KEEP_GOING)@cd Collocation && $(MAKE) -f GNUmakefile.SP_Collocation_Test $(@)
	$(KEEP_GOING)@cd On_Demand && $(MAKE) -f GNUmakefile.SP_On_Demand_Idl $(@)
	$(KEEP_GOING)@cd On_Demand && $(MAKE) -f GNUmakefile.SP_On_Demand_Client $(@)
	$(KEEP_GOING)@cd On_Demand && $(MAKE) -f GNUmakefile.SP_On_Demand_Server $(@)
	$(KEEP_GOING)@cd Policy && $(MAKE) -f GNUmakefile.SP_Policy_Idl $(@)
	$(KEEP_GOING)@cd Policy && $(MAKE) -f GNUmakefile.SP_Policy_Client $(@)
	$(KEEP_GOING)@cd Policy && $(MAKE) -f GNUmakefile.SP_Policy_Server $(@)
	$(KEEP_GOING)@cd dtor && $(MAKE) -f GNUmakefile.dtor_idl $(@)
	$(KEEP_GOING)@cd dtor && $(MAKE) -f GNUmakefile.Dtor_Client $(@)
	$(KEEP_GOING)@cd dtor && $(MAKE) -f GNUmakefile.Dtor_Server $(@)

.PHONY: Smart_Proxies_Idl
Smart_Proxies_Idl:
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.Smart_Proxies_Idl all

.PHONY: Smart_Proxies_Client
Smart_Proxies_Client: Smart_Proxies_Idl
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.Smart_Proxies_Client all

.PHONY: Smart_Proxies_Server
Smart_Proxies_Server: Smart_Proxies_Idl Smart_Proxies_Client
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.Smart_Proxies_Server all

.PHONY: SP_Benchmark_Idl
SP_Benchmark_Idl:
	$(KEEP_GOING)@cd Benchmark && $(MAKE) -f GNUmakefile.SP_Benchmark_Idl all

.PHONY: SP_Benchmark_Client
SP_Benchmark_Client: SP_Benchmark_Idl
	$(KEEP_GOING)@cd Benchmark && $(MAKE) -f GNUmakefile.SP_Benchmark_Client all

.PHONY: SP_Benchmark_Server
SP_Benchmark_Server: SP_Benchmark_Idl SP_Benchmark_Client
	$(KEEP_GOING)@cd Benchmark && $(MAKE) -f GNUmakefile.SP_Benchmark_Server all

.PHONY: SP_Collocation_Idl
SP_Collocation_Idl:
	$(KEEP_GOING)@cd Collocation && $(MAKE) -f GNUmakefile.SP_Collocation_Idl all

.PHONY: SP_Collocation_TestStubsLib
SP_Collocation_TestStubsLib: SP_Collocation_Idl
	$(KEEP_GOING)@cd Collocation && $(MAKE) -f GNUmakefile.SP_Collocation_TestStubsLib all

.PHONY: SP_Collocation_DiamondLib
SP_Collocation_DiamondLib: SP_Collocation_Idl SP_Collocation_TestStubsLib
	$(KEEP_GOING)@cd Collocation && $(MAKE) -f GNUmakefile.SP_Collocation_DiamondLib all

.PHONY: SP_Collocation_Test
SP_Collocation_Test: SP_Collocation_Idl SP_Collocation_TestStubsLib SP_Collocation_DiamondLib
	$(KEEP_GOING)@cd Collocation && $(MAKE) -f GNUmakefile.SP_Collocation_Test all

.PHONY: SP_On_Demand_Idl
SP_On_Demand_Idl:
	$(KEEP_GOING)@cd On_Demand && $(MAKE) -f GNUmakefile.SP_On_Demand_Idl all

.PHONY: SP_On_Demand_Client
SP_On_Demand_Client: SP_On_Demand_Idl
	$(KEEP_GOING)@cd On_Demand && $(MAKE) -f GNUmakefile.SP_On_Demand_Client all

.PHONY: SP_On_Demand_Server
SP_On_Demand_Server: SP_On_Demand_Idl SP_On_Demand_Client
	$(KEEP_GOING)@cd On_Demand && $(MAKE) -f GNUmakefile.SP_On_Demand_Server all

.PHONY: SP_Policy_Idl
SP_Policy_Idl:
	$(KEEP_GOING)@cd Policy && $(MAKE) -f GNUmakefile.SP_Policy_Idl all

.PHONY: SP_Policy_Client
SP_Policy_Client: SP_Policy_Idl
	$(KEEP_GOING)@cd Policy && $(MAKE) -f GNUmakefile.SP_Policy_Client all

.PHONY: SP_Policy_Server
SP_Policy_Server: SP_Policy_Idl SP_Policy_Client
	$(KEEP_GOING)@cd Policy && $(MAKE) -f GNUmakefile.SP_Policy_Server all

.PHONY: dtor_idl
dtor_idl:
	$(KEEP_GOING)@cd dtor && $(MAKE) -f GNUmakefile.dtor_idl all

.PHONY: Dtor_Client
Dtor_Client: dtor_idl
	$(KEEP_GOING)@cd dtor && $(MAKE) -f GNUmakefile.Dtor_Client all

.PHONY: Dtor_Server
Dtor_Server: dtor_idl Dtor_Client
	$(KEEP_GOING)@cd dtor && $(MAKE) -f GNUmakefile.Dtor_Server all

project_name_list:
	@echo SP_Benchmark_Client
	@echo SP_Benchmark_Idl
	@echo SP_Benchmark_Server
	@echo SP_Collocation_DiamondLib
	@echo SP_Collocation_Idl
	@echo SP_Collocation_Test
	@echo SP_Collocation_TestStubsLib
	@echo Smart_Proxies_Client
	@echo Smart_Proxies_Idl
	@echo Smart_Proxies_Server
	@echo SP_On_Demand_Client
	@echo SP_On_Demand_Idl
	@echo SP_On_Demand_Server
	@echo SP_Policy_Client
	@echo SP_Policy_Idl
	@echo SP_Policy_Server
	@echo Dtor_Client
	@echo Dtor_Server
	@echo dtor_idl
