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

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

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

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

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

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

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

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

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

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

.PHONY: Interpreter
Interpreter:
	$(KEEP_GOING)@cd Trading/Interpreter && $(MAKE) -f GNUmakefile.Interpreter all

project_name_list:
	@echo Control
	@echo MonitorControlExt
	@echo MonitorManager_Client
	@echo MonitorManager_Server
	@echo NotificationServiceMonitor
	@echo Statistic
	@echo Statistic_Registry
	@echo Interpreter
