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

MAKEFILE = GNUmakefile

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

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

all: Event_Performance_Connect Event_Performance_Inversion Event_Performance_Latency Event_Performance_Latency_Server Event_Performance_Throughput

depend: Event_Performance_Connect-depend Event_Performance_Inversion-depend Event_Performance_Latency-depend Event_Performance_Latency_Server-depend Event_Performance_Throughput-depend

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

$(REMAINING_TARGETS):
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.Event_Performance_Connect $(@)
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.Event_Performance_Inversion $(@)
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.Event_Performance_Latency $(@)
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.Event_Performance_Latency_Server $(@)
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.Event_Performance_Throughput $(@)

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

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

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

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

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

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

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

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

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

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

project_name_list:
	@echo Event_Performance_Connect
	@echo Event_Performance_Inversion
	@echo Event_Performance_Latency
	@echo Event_Performance_Latency_Server
	@echo Event_Performance_Throughput
