# -*- makefile -*-
#----------------------------------------------------------------------------
#       GNU ACE Workspace
#
# $Id: GNUACEWorkspaceCreator.pm 935 2008-12-10 21:47:27Z mitza $
#
# 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/taoadmin/1.6a/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: DDS_BuiltInTopicTest_Idl DDS_BuiltInTopicTest_Publisher DDS_BuiltInTopicTest_Monitor DDS_BuiltInTopicTest_Subscriber

REMAINING_TARGETS := $(subst all, , $(TARGETS_NESTED:.nested=)) $(CUSTOM_TARGETS)

$(REMAINING_TARGETS):
	@$(MAKE) -f GNUmakefile.DDS_BuiltInTopicTest_Idl $(@)
	@$(MAKE) -f GNUmakefile.DDS_BuiltInTopicTest_Publisher $(@)
	@$(MAKE) -f GNUmakefile.DDS_BuiltInTopicTest_Monitor $(@)
	@$(MAKE) -f GNUmakefile.DDS_BuiltInTopicTest_Subscriber $(@)

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

.PHONY: DDS_BuiltInTopicTest_Publisher
DDS_BuiltInTopicTest_Publisher: DDS_BuiltInTopicTest_Idl
	@$(MAKE) -f GNUmakefile.DDS_BuiltInTopicTest_Publisher all

.PHONY: DDS_BuiltInTopicTest_Monitor
DDS_BuiltInTopicTest_Monitor: DDS_BuiltInTopicTest_Idl DDS_BuiltInTopicTest_Publisher
	@$(MAKE) -f GNUmakefile.DDS_BuiltInTopicTest_Monitor all

.PHONY: DDS_BuiltInTopicTest_Subscriber
DDS_BuiltInTopicTest_Subscriber: DDS_BuiltInTopicTest_Idl DDS_BuiltInTopicTest_Publisher
	@$(MAKE) -f GNUmakefile.DDS_BuiltInTopicTest_Subscriber all

project_name_list:
	@echo DDS_BuiltInTopicTest_Idl
	@echo DDS_BuiltInTopicTest_Monitor
	@echo DDS_BuiltInTopicTest_Publisher
	@echo DDS_BuiltInTopicTest_Subscriber
