# -*- 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-4304/ACE_wrappers/bin/mwc.pl -type gnuace -exclude "TAO/TAO_*.mwc,TAO/CIAO/CIAO_*.mwc" -workers 8 -recurse -hierarchy -relative ACE_ROOT=/home/johnny/DOC_ROOT/stage-4304/ACE_wrappers -relative TAO_ROOT=/home/johnny/DOC_ROOT/stage-4304/ACE_wrappers/TAO -relative CIAO_ROOT=/home/johnny/DOC_ROOT/stage-4304/ACE_wrappers/TAO/CIAO -relative DANCE_ROOT=/home/johnny/DOC_ROOT/stage-4304/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_Client Performance_Server SimplePerformance_IDL SimplePerformance_Client SimplePerformance_Server

depend: Performance_IDL-depend Performance_Client-depend Performance_Server-depend SimplePerformance_IDL-depend SimplePerformance_Client-depend SimplePerformance_Server-depend

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

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

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

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

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

.PHONY: Performance_Client-depend
Performance_Client-depend:
	$(KEEP_GOING)@cd Performance && $(MAKE) -f GNUmakefile.Performance_Client depend

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

.PHONY: Performance_Server-depend
Performance_Server-depend:
	$(KEEP_GOING)@cd Performance && $(MAKE) -f GNUmakefile.Performance_Server depend

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

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

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

.PHONY: SimplePerformance_Client-depend
SimplePerformance_Client-depend:
	$(KEEP_GOING)@cd SimplePerformance && $(MAKE) -f GNUmakefile.SimplePerformance_Client depend

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

.PHONY: SimplePerformance_Server-depend
SimplePerformance_Server-depend:
	$(KEEP_GOING)@cd SimplePerformance && $(MAKE) -f GNUmakefile.SimplePerformance_Server depend

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