# -*- makefile -*-
#----------------------------------------------------------------------------
#       GNU ACE Workspace
#
# $Id$
#
# 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/mitza/releases/ocitao/ACE_wrappers/bin/mwc.pl -type gnuace -features rpc=1 ACE_wrappers/TAO/CIAO/CIAO_TAO_DAnCE.mwc
#
#----------------------------------------------------------------------------

MAKEFILE = GNUmakefile

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

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

all: AMI4CCM_idl_gen AMI4CCM_lem_gen AMI4CCM_stub AMI4CCM_lem_stub AMI4CCM_svnt CIAO_NDDS_idl_install_only DDS4CCM_Logger

depend: AMI4CCM_idl_gen-depend AMI4CCM_lem_gen-depend AMI4CCM_stub-depend AMI4CCM_lem_stub-depend AMI4CCM_svnt-depend CIAO_NDDS_idl_install_only-depend DDS4CCM_Logger-depend

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

$(REMAINING_TARGETS):
	$(KEEP_GOING)@cd ami4ccm/ami4ccm && $(MAKE) -f GNUmakefile.AMI4CCM_idl_gen $(@)
	$(KEEP_GOING)@cd ami4ccm/ami4ccm && $(MAKE) -f GNUmakefile.AMI4CCM_lem_gen $(@)
	$(KEEP_GOING)@cd ami4ccm/ami4ccm && $(MAKE) -f GNUmakefile.AMI4CCM_stub $(@)
	$(KEEP_GOING)@cd ami4ccm/ami4ccm && $(MAKE) -f GNUmakefile.AMI4CCM_lem_stub $(@)
	$(KEEP_GOING)@cd ami4ccm/ami4ccm && $(MAKE) -f GNUmakefile.AMI4CCM_svnt $(@)
	$(KEEP_GOING)@cd dds4ccm/idl/ndds && $(MAKE) -f GNUmakefile.CIAO_NDDS_idl_install_only $(@)
	$(KEEP_GOING)@cd dds4ccm/impl/logger && $(MAKE) -f GNUmakefile.DDS4CCM_Logger $(@)

.PHONY: AMI4CCM_idl_gen
AMI4CCM_idl_gen:
	$(KEEP_GOING)@cd ami4ccm/ami4ccm && $(MAKE) -f GNUmakefile.AMI4CCM_idl_gen all

.PHONY: AMI4CCM_idl_gen-depend
AMI4CCM_idl_gen-depend:
	$(KEEP_GOING)@cd ami4ccm/ami4ccm && $(MAKE) -f GNUmakefile.AMI4CCM_idl_gen depend

.PHONY: AMI4CCM_lem_gen
AMI4CCM_lem_gen: AMI4CCM_idl_gen
	$(KEEP_GOING)@cd ami4ccm/ami4ccm && $(MAKE) -f GNUmakefile.AMI4CCM_lem_gen all

.PHONY: AMI4CCM_lem_gen-depend
AMI4CCM_lem_gen-depend:
	$(KEEP_GOING)@cd ami4ccm/ami4ccm && $(MAKE) -f GNUmakefile.AMI4CCM_lem_gen depend

.PHONY: AMI4CCM_stub
AMI4CCM_stub: AMI4CCM_idl_gen
	$(KEEP_GOING)@cd ami4ccm/ami4ccm && $(MAKE) -f GNUmakefile.AMI4CCM_stub all

.PHONY: AMI4CCM_stub-depend
AMI4CCM_stub-depend:
	$(KEEP_GOING)@cd ami4ccm/ami4ccm && $(MAKE) -f GNUmakefile.AMI4CCM_stub depend

.PHONY: AMI4CCM_lem_stub
AMI4CCM_lem_stub: AMI4CCM_lem_gen AMI4CCM_stub
	$(KEEP_GOING)@cd ami4ccm/ami4ccm && $(MAKE) -f GNUmakefile.AMI4CCM_lem_stub all

.PHONY: AMI4CCM_lem_stub-depend
AMI4CCM_lem_stub-depend:
	$(KEEP_GOING)@cd ami4ccm/ami4ccm && $(MAKE) -f GNUmakefile.AMI4CCM_lem_stub depend

.PHONY: AMI4CCM_svnt
AMI4CCM_svnt: AMI4CCM_lem_stub
	$(KEEP_GOING)@cd ami4ccm/ami4ccm && $(MAKE) -f GNUmakefile.AMI4CCM_svnt all

.PHONY: AMI4CCM_svnt-depend
AMI4CCM_svnt-depend:
	$(KEEP_GOING)@cd ami4ccm/ami4ccm && $(MAKE) -f GNUmakefile.AMI4CCM_svnt depend

.PHONY: CIAO_NDDS_idl_install_only
CIAO_NDDS_idl_install_only:
	$(KEEP_GOING)@cd dds4ccm/idl/ndds && $(MAKE) -f GNUmakefile.CIAO_NDDS_idl_install_only all

.PHONY: CIAO_NDDS_idl_install_only-depend
CIAO_NDDS_idl_install_only-depend:
	$(KEEP_GOING)@cd dds4ccm/idl/ndds && $(MAKE) -f GNUmakefile.CIAO_NDDS_idl_install_only depend

.PHONY: DDS4CCM_Logger
DDS4CCM_Logger:
	$(KEEP_GOING)@cd dds4ccm/impl/logger && $(MAKE) -f GNUmakefile.DDS4CCM_Logger all

.PHONY: DDS4CCM_Logger-depend
DDS4CCM_Logger-depend:
	$(KEEP_GOING)@cd dds4ccm/impl/logger && $(MAKE) -f GNUmakefile.DDS4CCM_Logger depend

project_name_list:
	@echo AMI4CCM_idl_gen
	@echo AMI4CCM_lem_gen
	@echo AMI4CCM_lem_stub
	@echo AMI4CCM_stub
	@echo AMI4CCM_svnt
	@echo CIAO_NDDS_idl_install_only
	@echo DDS4CCM_Logger
