# -*- 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_KeyTest_Idl DDS_KeyTest_IsBounded DDS_KeyTest_KeyMarshaling KeyTest_MD5

depend: DDS_KeyTest_Idl-depend DDS_KeyTest_IsBounded-depend DDS_KeyTest_KeyMarshaling-depend KeyTest_MD5-depend

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

$(REMAINING_TARGETS):
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.DDS_KeyTest_Idl $(@)
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.DDS_KeyTest_IsBounded $(@)
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.DDS_KeyTest_KeyMarshaling $(@)
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.KeyTest_MD5 $(@)

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

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

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

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

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

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

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

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

project_name_list:
	@echo DDS_KeyTest_Idl
	@echo DDS_KeyTest_IsBounded
	@echo DDS_KeyTest_KeyMarshaling
	@echo KeyTest_MD5
