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

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

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

REMAINING_TARGETS := $(filter-out all depend,$(TARGETS_NESTED:.nested=)) $(CUSTOM_TARGETS)
.PHONY: $(REMAINING_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: Control-depend
Control-depend:
	$(KEEP_GOING)@cd Notify/MC/Control && $(MAKE) -f GNUmakefile.Control depend

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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