# -*- 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: dcpsinfo_test_publisher dcpsinfo_test_subscriber

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

$(REMAINING_TARGETS):
	@$(MAKE) -f GNUmakefile.dcpsinfo_test_publisher $(@)
	@$(MAKE) -f GNUmakefile.dcpsinfo_test_subscriber $(@)

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

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

project_name_list:
	@echo dcpsinfo_test_publisher
	@echo dcpsinfo_test_subscriber
