# -*- 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: FooTest3_1NoKey_Publisher FooTest3_1NoKey_Subscriber FooTest3_1_Publisher FooTest3_1_Subscriber

depend: FooTest3_1NoKey_Publisher-depend FooTest3_1NoKey_Subscriber-depend FooTest3_1_Publisher-depend FooTest3_1_Subscriber-depend

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

$(REMAINING_TARGETS):
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.FooTest3_1NoKey_Publisher $(@)
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.FooTest3_1NoKey_Subscriber $(@)
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.FooTest3_1_Publisher $(@)
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.FooTest3_1_Subscriber $(@)

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

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

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

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

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

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

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

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

project_name_list:
	@echo FooTest3_1NoKey_Publisher
	@echo FooTest3_1NoKey_Subscriber
	@echo FooTest3_1_Publisher
	@echo FooTest3_1_Subscriber
