# -*- makefile -*-
#----------------------------------------------------------------------------
#       GNU ACE Workspace
#
# $Id: GNUACEWorkspaceCreator.pm 2179 2013-05-28 22:16:51Z mesnierp $
#
# This file was generated by MPC.  Any changes made directly to
# this file will be lost the next time it is generated.
#
# MPC Command:
# /tao_builds/jenkins/workspace/oci_tao-2_2_0_spider_linux_gcc_d1o0/ACE_wrappers//bin/mwc.pl -type gnuace DDS.mwc
#
#----------------------------------------------------------------------------

MAKEFILE = GNUmakefile

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

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

all: StockQuoter_Common StockQuoter_Publisher StockQuoter_Subscriber

depend: StockQuoter_Common-depend StockQuoter_Publisher-depend StockQuoter_Subscriber-depend

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

$(REMAINING_TARGETS):
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.StockQuoter_Common $(@)
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.StockQuoter_Publisher $(@)
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.StockQuoter_Subscriber $(@)

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

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

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

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

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

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

project_name_list:
	@echo StockQuoter_Common
	@echo StockQuoter_Publisher
	@echo StockQuoter_Subscriber
