# -*- 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_Transport_Comparative_Publisher Dds_Transport_Comparative_Subscriber DDS_Transport_Simple_Publisher DDS_Transport_Simple_Subscriber DDS_Transport_Simple_Bp_Publisher DDS_Transport_Simple_Bp_Subscriber DDS_Transport_Simple_Bp_Rm_Publisher DDS_Transport_Simple_Bp_Rm_Subscriber DDS_Transport_Simple_n_Publisher DDS_Transport_Simple_n_Subscriber

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

$(REMAINING_TARGETS):
	@cd dds_comparative && $(MAKE) -f GNUmakefile.Dds_Transport_Comparative_Publisher $(@)
	@cd dds_comparative && $(MAKE) -f GNUmakefile.Dds_Transport_Comparative_Subscriber $(@)
	@cd simple && $(MAKE) -f GNUmakefile.DDS_Transport_Simple_Publisher $(@)
	@cd simple && $(MAKE) -f GNUmakefile.DDS_Transport_Simple_Subscriber $(@)
	@cd simple_bp && $(MAKE) -f GNUmakefile.DDS_Transport_Simple_Bp_Publisher $(@)
	@cd simple_bp && $(MAKE) -f GNUmakefile.DDS_Transport_Simple_Bp_Subscriber $(@)
	@cd simple_bp_rm && $(MAKE) -f GNUmakefile.DDS_Transport_Simple_Bp_Rm_Publisher $(@)
	@cd simple_bp_rm && $(MAKE) -f GNUmakefile.DDS_Transport_Simple_Bp_Rm_Subscriber $(@)
	@cd simple_n && $(MAKE) -f GNUmakefile.DDS_Transport_Simple_n_Publisher $(@)
	@cd simple_n && $(MAKE) -f GNUmakefile.DDS_Transport_Simple_n_Subscriber $(@)

.PHONY: Dds_Transport_Comparative_Publisher
Dds_Transport_Comparative_Publisher:
	@cd dds_comparative && $(MAKE) -f GNUmakefile.Dds_Transport_Comparative_Publisher all

.PHONY: Dds_Transport_Comparative_Subscriber
Dds_Transport_Comparative_Subscriber:
	@cd dds_comparative && $(MAKE) -f GNUmakefile.Dds_Transport_Comparative_Subscriber all

.PHONY: DDS_Transport_Simple_Publisher
DDS_Transport_Simple_Publisher:
	@cd simple && $(MAKE) -f GNUmakefile.DDS_Transport_Simple_Publisher all

.PHONY: DDS_Transport_Simple_Subscriber
DDS_Transport_Simple_Subscriber:
	@cd simple && $(MAKE) -f GNUmakefile.DDS_Transport_Simple_Subscriber all

.PHONY: DDS_Transport_Simple_Bp_Publisher
DDS_Transport_Simple_Bp_Publisher:
	@cd simple_bp && $(MAKE) -f GNUmakefile.DDS_Transport_Simple_Bp_Publisher all

.PHONY: DDS_Transport_Simple_Bp_Subscriber
DDS_Transport_Simple_Bp_Subscriber:
	@cd simple_bp && $(MAKE) -f GNUmakefile.DDS_Transport_Simple_Bp_Subscriber all

.PHONY: DDS_Transport_Simple_Bp_Rm_Publisher
DDS_Transport_Simple_Bp_Rm_Publisher:
	@cd simple_bp_rm && $(MAKE) -f GNUmakefile.DDS_Transport_Simple_Bp_Rm_Publisher all

.PHONY: DDS_Transport_Simple_Bp_Rm_Subscriber
DDS_Transport_Simple_Bp_Rm_Subscriber:
	@cd simple_bp_rm && $(MAKE) -f GNUmakefile.DDS_Transport_Simple_Bp_Rm_Subscriber all

.PHONY: DDS_Transport_Simple_n_Publisher
DDS_Transport_Simple_n_Publisher:
	@cd simple_n && $(MAKE) -f GNUmakefile.DDS_Transport_Simple_n_Publisher all

.PHONY: DDS_Transport_Simple_n_Subscriber
DDS_Transport_Simple_n_Subscriber:
	@cd simple_n && $(MAKE) -f GNUmakefile.DDS_Transport_Simple_n_Subscriber all

project_name_list:
	@echo Dds_Transport_Comparative_Publisher
	@echo Dds_Transport_Comparative_Subscriber
	@echo DDS_Transport_Simple_Publisher
	@echo DDS_Transport_Simple_Subscriber
	@echo DDS_Transport_Simple_Bp_Publisher
	@echo DDS_Transport_Simple_Bp_Subscriber
	@echo DDS_Transport_Simple_Bp_Rm_Publisher
	@echo DDS_Transport_Simple_Bp_Rm_Subscriber
	@echo DDS_Transport_Simple_n_Publisher
	@echo DDS_Transport_Simple_n_Subscriber
