# -*- makefile -*-
#----------------------------------------------------------------------------
#       GNU ACE Workspace
#
# $Id: GNUACEWorkspaceCreator.pm 94635 2011-10-06 12:59:23Z johnnyw $
#
# 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/build/DOC_ROOT/stage-1365/ACE_wrappers/bin/mwc.pl -type gnuace -exclude "TAO/TAO_*.mwc,TAO/CIAO/CIAO_*.mwc" -workers 12 -recurse -hierarchy -relative ACE_ROOT=/home/build/DOC_ROOT/stage-1365/ACE_wrappers -relative TAO_ROOT=/home/build/DOC_ROOT/stage-1365/ACE_wrappers/TAO -relative CIAO_ROOT=/home/build/DOC_ROOT/stage-1365/ACE_wrappers/TAO/CIAO -relative DANCE_ROOT=/home/build/DOC_ROOT/stage-1365/ACE_wrappers/TAO/DAnCE
#
#----------------------------------------------------------------------------

MAKEFILE = GNUmakefile

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

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

all: Basic_Notify_AdminProperties Basic_Notify_ConnectDisconnect Basic_Notify_Events Basic_Notify_Extended_Filter Basic_Notify_Filter Basic_Notify_IdAssignment Basic_Notify_LifeCycle Basic_Notify_MultiTypes Basic_Notify_Sequence Basic_Notify_Simple Basic_Notify_Updates

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

$(REMAINING_TARGETS):
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.Basic_Notify_AdminProperties $(@)
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.Basic_Notify_ConnectDisconnect $(@)
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.Basic_Notify_Events $(@)
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.Basic_Notify_Extended_Filter $(@)
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.Basic_Notify_Filter $(@)
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.Basic_Notify_IdAssignment $(@)
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.Basic_Notify_LifeCycle $(@)
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.Basic_Notify_MultiTypes $(@)
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.Basic_Notify_Sequence $(@)
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.Basic_Notify_Simple $(@)
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.Basic_Notify_Updates $(@)

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

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

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

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

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

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

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

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

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

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

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

project_name_list:
	@echo Basic_Notify_AdminProperties
	@echo Basic_Notify_ConnectDisconnect
	@echo Basic_Notify_Events
	@echo Basic_Notify_Extended_Filter
	@echo Basic_Notify_Filter
	@echo Basic_Notify_IdAssignment
	@echo Basic_Notify_LifeCycle
	@echo Basic_Notify_MultiTypes
	@echo Basic_Notify_Sequence
	@echo Basic_Notify_Simple
	@echo Basic_Notify_Updates
