# -*- makefile -*-
#----------------------------------------------------------------------------
#       GNU ACE Workspace
#
# 
#
# 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/johnny/DOC_ROOT/stage-4584/ACE_wrappers/bin/mwc.pl -type gnuace -exclude TAO/TAO_ACE.mwc -workers 8 -recurse -hierarchy -relative ACE_ROOT=/home/johnny/DOC_ROOT/stage-4584/ACE_wrappers -relative TAO_ROOT=/home/johnny/DOC_ROOT/stage-4584/ACE_wrappers/TAO
#
#----------------------------------------------------------------------------

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)

$(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
