# -*- 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: DcpsFooTest5Subscriber DcpsFooTest5Publisher

depend: DcpsFooTest5Subscriber-depend DcpsFooTest5Publisher-depend

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

$(REMAINING_TARGETS):
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.DcpsFooTest5Subscriber $(@)
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.DcpsFooTest5Publisher $(@)

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

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

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

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

project_name_list:
	@echo DcpsFooTest5Publisher
	@echo DcpsFooTest5Subscriber
