# -*- 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: Performance_IDL Performance_Server Performance_Client SimplePerformance_IDL SimplePerformance_Server SimplePerformance_Client

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

$(REMAINING_TARGETS):
	$(KEEP_GOING)@cd tests/Performance && $(MAKE) -f GNUmakefile.Performance_IDL $(@)
	$(KEEP_GOING)@cd tests/Performance && $(MAKE) -f GNUmakefile.Performance_Server $(@)
	$(KEEP_GOING)@cd tests/Performance && $(MAKE) -f GNUmakefile.Performance_Client $(@)
	$(KEEP_GOING)@cd tests/SimplePerformance && $(MAKE) -f GNUmakefile.SimplePerformance_IDL $(@)
	$(KEEP_GOING)@cd tests/SimplePerformance && $(MAKE) -f GNUmakefile.SimplePerformance_Server $(@)
	$(KEEP_GOING)@cd tests/SimplePerformance && $(MAKE) -f GNUmakefile.SimplePerformance_Client $(@)

.PHONY: Performance_IDL
Performance_IDL:
	$(KEEP_GOING)@cd tests/Performance && $(MAKE) -f GNUmakefile.Performance_IDL all

.PHONY: Performance_Server
Performance_Server: Performance_IDL
	$(KEEP_GOING)@cd tests/Performance && $(MAKE) -f GNUmakefile.Performance_Server all

.PHONY: Performance_Client
Performance_Client: Performance_IDL Performance_Server
	$(KEEP_GOING)@cd tests/Performance && $(MAKE) -f GNUmakefile.Performance_Client all

.PHONY: SimplePerformance_IDL
SimplePerformance_IDL:
	$(KEEP_GOING)@cd tests/SimplePerformance && $(MAKE) -f GNUmakefile.SimplePerformance_IDL all

.PHONY: SimplePerformance_Server
SimplePerformance_Server: SimplePerformance_IDL
	$(KEEP_GOING)@cd tests/SimplePerformance && $(MAKE) -f GNUmakefile.SimplePerformance_Server all

.PHONY: SimplePerformance_Client
SimplePerformance_Client: SimplePerformance_IDL SimplePerformance_Server
	$(KEEP_GOING)@cd tests/SimplePerformance && $(MAKE) -f GNUmakefile.SimplePerformance_Client all

project_name_list:
	@echo Performance_Client
	@echo Performance_IDL
	@echo Performance_Server
	@echo SimplePerformance_Client
	@echo SimplePerformance_IDL
	@echo SimplePerformance_Server
