# -*- 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-31304/ACE_wrappers/bin/mwc.pl -type gnuace -exclude TAO/TAO_ACE.mwc -workers 8 -recurse -hierarchy -relative ACE_ROOT=/home/johnny/DOC_ROOT/stage-31304/ACE_wrappers -relative TAO_ROOT=/home/johnny/DOC_ROOT/stage-31304/ACE_wrappers/TAO
#
#----------------------------------------------------------------------------

MAKEFILE = GNUmakefile

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

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

all: Performance_IDL Performance_Server Performance_Client

depend: Performance_IDL-depend Performance_Server-depend Performance_Client-depend

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

$(REMAINING_TARGETS):
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.Performance_IDL $(@)
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.Performance_Server $(@)
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.Performance_Client $(@)

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

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

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

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

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

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

project_name_list:
	@echo Performance_Client
	@echo Performance_IDL
	@echo Performance_Server
