# -*- 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: SetQosPartition_Idl SetQosPartition_Publisher SetQosPartition_Subscriber

depend: SetQosPartition_Idl-depend SetQosPartition_Publisher-depend SetQosPartition_Subscriber-depend

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

$(REMAINING_TARGETS):
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.SetQosPartition_Idl $(@)
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.SetQosPartition_Publisher $(@)
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.SetQosPartition_Subscriber $(@)

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

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

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

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

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

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

project_name_list:
	@echo SetQosPartition_Idl
	@echo SetQosPartition_Publisher
	@echo SetQosPartition_Subscriber
