# -*- 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: sub_init_loop_idl Sub_Init_Loop_Publisher Sub_Init_Loop_Subscriber

depend: sub_init_loop_idl-depend Sub_Init_Loop_Publisher-depend Sub_Init_Loop_Subscriber-depend

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

$(REMAINING_TARGETS):
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.sub_init_loop_idl $(@)
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.Sub_Init_Loop_Publisher $(@)
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.Sub_Init_Loop_Subscriber $(@)

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

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

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

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

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

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

project_name_list:
	@echo Sub_Init_Loop_Publisher
	@echo Sub_Init_Loop_Subscriber
	@echo sub_init_loop_idl
