# -*- 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/TAO_ACE.mwc
#
#----------------------------------------------------------------------------

MAKEFILE = GNUmakefile

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

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

all: IFR_Service TAO_IFR_BE TAO_IFR_EXE

depend: IFR_Service-depend TAO_IFR_BE-depend TAO_IFR_EXE-depend

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

$(REMAINING_TARGETS):
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.IFR_Service $(@)
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.TAO_IFR_BE $(@)
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.TAO_IFR_EXE $(@)

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

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

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

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

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

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

project_name_list:
	@echo IFR_Service
	@echo TAO_IFR_BE
	@echo TAO_IFR_EXE
