# -*- makefile -*-
#-------------------------------------------------------------------------
#       GNU ACE Workspace
#
# GNUACEWorkspaceCreator.pm,v 1.30 2004/07/19 11:38:42 elliott_c 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:
# bin/mwc.pl -include /tmp/ACE_wrappers_stage-3315/ACE_wrappers/MPC/config -include /tmp/ACE_wrappers_stage-3315/ACE_wrappers/MPC/templates -exclude TAO/TAOACE.mwc,TAO/CIAO/CIAOTAO.mwc -recurse -hierarchy -relative ACE_ROOT=/tmp/ACE_wrappers_stage-3315/ACE_wrappers
#
#-------------------------------------------------------------------------
MAKEFILE = GNUmakefile

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

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

all: ImR_Activator ImR_Locator tao_imr

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

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

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

REMAINING_TARGETS := $(subst all, , $(TARGETS_NESTED:.nested=))
$(REMAINING_TARGETS):
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.ImR_Activator $(@)
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.ImR_Locator $(@)
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.tao_imr $(@)

