# -*- makefile -*-
#----------------------------------------------------------------------------
#       GNU ACE Workspace
#
# $Id: GNUACEWorkspaceCreator.pm,v 1.1.1.1 2008-03-11 15:37:05 vz Exp $
#
# This file was generated by MPC.  Any changes made directly to
# this file will be lost the next time it is generated.
#
# MPC Command:
# /home/dds/INSTALLED_FOR_DDS/TAO161_0-RedHat-ES4-gcc346-inline-32bit-OpenSpliceDDS_v4.1_UNSUPPORTED_091104/bin/mwc.pl -type gnuace -include ../../MPC/config -noreldefs -template prism
#
#----------------------------------------------------------------------------

MAKEFILE = GNUmakefile

ifeq ($(findstring k,$(MAKEFLAGS)),k)
  KEEP_GOING = -
endif

include $(ACE_ROOT)/include/makeinclude/macros.GNU

all: ccpp_hello_idl ccpp_hello_pub ccpp_hello_sub

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

$(REMAINING_TARGETS):
	@$(MAKE) -f GNUmakefile.ccpp_hello_idl $(@)
	@$(MAKE) -f GNUmakefile.ccpp_hello_pub $(@)
	@$(MAKE) -f GNUmakefile.ccpp_hello_sub $(@)

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

.PHONY: ccpp_hello_pub
ccpp_hello_pub: ccpp_hello_idl
	@$(MAKE) -f GNUmakefile.ccpp_hello_pub all

.PHONY: ccpp_hello_sub
ccpp_hello_sub: ccpp_hello_idl ccpp_hello_pub
	@$(MAKE) -f GNUmakefile.ccpp_hello_sub all

project_name_list:
	@echo ccpp_hello_idl
	@echo ccpp_hello_pub
	@echo ccpp_hello_sub
