# -*- 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: DDS_RecorderReplayer_Idl DDS_RecorderReplayer_Publisher DDS_RecorderReplayer_Relay DDS_RecorderReplayer_Subscriber

depend: DDS_RecorderReplayer_Idl-depend DDS_RecorderReplayer_Publisher-depend DDS_RecorderReplayer_Relay-depend DDS_RecorderReplayer_Subscriber-depend

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

$(REMAINING_TARGETS):
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.DDS_RecorderReplayer_Idl $(@)
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.DDS_RecorderReplayer_Publisher $(@)
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.DDS_RecorderReplayer_Relay $(@)
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.DDS_RecorderReplayer_Subscriber $(@)

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

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

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

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

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

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

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

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

project_name_list:
	@echo DDS_RecorderReplayer_Idl
	@echo DDS_RecorderReplayer_Publisher
	@echo DDS_RecorderReplayer_Relay
	@echo DDS_RecorderReplayer_Subscriber
