# -*- 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: Control-target MonitorControlExt-target MonitorManager_Client MonitorManager_Server NotificationServiceMonitor-target Statistic-target Statistic_Registry-target

depend: Control-target-depend MonitorControlExt-target-depend MonitorManager_Client-depend MonitorManager_Server-depend NotificationServiceMonitor-target-depend Statistic-target-depend Statistic_Registry-target-depend

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

$(REMAINING_TARGETS):
	$(KEEP_GOING)@cd Control && $(MAKE) -f GNUmakefile.Control $(@)
	$(KEEP_GOING)@cd MonitorControlExt && $(MAKE) -f GNUmakefile.MonitorControlExt $(@)
	$(KEEP_GOING)@cd MonitorManager && $(MAKE) -f GNUmakefile.MonitorManager_Client $(@)
	$(KEEP_GOING)@cd MonitorManager && $(MAKE) -f GNUmakefile.MonitorManager_Server $(@)
	$(KEEP_GOING)@cd NotificationServiceMonitor && $(MAKE) -f GNUmakefile.NotificationServiceMonitor $(@)
	$(KEEP_GOING)@cd Statistic && $(MAKE) -f GNUmakefile.Statistic $(@)
	$(KEEP_GOING)@cd Statistic_Registry && $(MAKE) -f GNUmakefile.Statistic_Registry $(@)

.PHONY: Control-target
Control-target:
	$(KEEP_GOING)@cd Control && $(MAKE) -f GNUmakefile.Control all

.PHONY: Control-target-depend
Control-target-depend:
	$(KEEP_GOING)@cd Control && $(MAKE) -f GNUmakefile.Control depend

.PHONY: MonitorControlExt-target
MonitorControlExt-target:
	$(KEEP_GOING)@cd MonitorControlExt && $(MAKE) -f GNUmakefile.MonitorControlExt all

.PHONY: MonitorControlExt-target-depend
MonitorControlExt-target-depend:
	$(KEEP_GOING)@cd MonitorControlExt && $(MAKE) -f GNUmakefile.MonitorControlExt depend

.PHONY: MonitorManager_Client
MonitorManager_Client:
	$(KEEP_GOING)@cd MonitorManager && $(MAKE) -f GNUmakefile.MonitorManager_Client all

.PHONY: MonitorManager_Client-depend
MonitorManager_Client-depend:
	$(KEEP_GOING)@cd MonitorManager && $(MAKE) -f GNUmakefile.MonitorManager_Client depend

.PHONY: MonitorManager_Server
MonitorManager_Server:
	$(KEEP_GOING)@cd MonitorManager && $(MAKE) -f GNUmakefile.MonitorManager_Server all

.PHONY: MonitorManager_Server-depend
MonitorManager_Server-depend:
	$(KEEP_GOING)@cd MonitorManager && $(MAKE) -f GNUmakefile.MonitorManager_Server depend

.PHONY: NotificationServiceMonitor-target
NotificationServiceMonitor-target:
	$(KEEP_GOING)@cd NotificationServiceMonitor && $(MAKE) -f GNUmakefile.NotificationServiceMonitor all

.PHONY: NotificationServiceMonitor-target-depend
NotificationServiceMonitor-target-depend:
	$(KEEP_GOING)@cd NotificationServiceMonitor && $(MAKE) -f GNUmakefile.NotificationServiceMonitor depend

.PHONY: Statistic-target
Statistic-target:
	$(KEEP_GOING)@cd Statistic && $(MAKE) -f GNUmakefile.Statistic all

.PHONY: Statistic-target-depend
Statistic-target-depend:
	$(KEEP_GOING)@cd Statistic && $(MAKE) -f GNUmakefile.Statistic depend

.PHONY: Statistic_Registry-target
Statistic_Registry-target:
	$(KEEP_GOING)@cd Statistic_Registry && $(MAKE) -f GNUmakefile.Statistic_Registry all

.PHONY: Statistic_Registry-target-depend
Statistic_Registry-target-depend:
	$(KEEP_GOING)@cd Statistic_Registry && $(MAKE) -f GNUmakefile.Statistic_Registry depend

project_name_list:
	@echo Control-target
	@echo MonitorControlExt-target
	@echo MonitorManager_Client
	@echo MonitorManager_Server
	@echo NotificationServiceMonitor-target
	@echo Statistic-target
	@echo Statistic_Registry-target
