# -*- 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: multicast SimpleTcp opendds_udp

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

$(REMAINING_TARGETS):
	@cd transport/multicast && $(MAKE) -f GNUmakefile.multicast $(@)
	@cd transport/simpleTCP && $(MAKE) -f GNUmakefile.SimpleTcp $(@)
	@cd transport/udp && $(MAKE) -f GNUmakefile.opendds_udp $(@)

.PHONY: multicast
multicast:
	@cd transport/multicast && $(MAKE) -f GNUmakefile.multicast all

.PHONY: SimpleTcp
SimpleTcp:
	@cd transport/simpleTCP && $(MAKE) -f GNUmakefile.SimpleTcp all

.PHONY: opendds_udp
opendds_udp:
	@cd transport/udp && $(MAKE) -f GNUmakefile.opendds_udp all

project_name_list:
	@echo multicast
	@echo SimpleTcp
	@echo opendds_udp
