# -*- 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: Event_Basic_Atomic_Reconnect Event_Basic_BCast Event_Basic_Bitmask Event_Basic_Complex Event_Basic_Control Event_Basic_Disconnect Event_Basic_Gateway Event_Basic_MT_Disconnect Event_Basic_Negation Event_Basic_Observer Event_Basic_Random Event_Basic_Reconnect Event_Basic_Shutdown Event_Basic_Timeout Event_Basic_Wildcard

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

$(REMAINING_TARGETS):
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.Event_Basic_Atomic_Reconnect $(@)
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.Event_Basic_BCast $(@)
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.Event_Basic_Bitmask $(@)
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.Event_Basic_Complex $(@)
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.Event_Basic_Control $(@)
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.Event_Basic_Disconnect $(@)
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.Event_Basic_Gateway $(@)
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.Event_Basic_MT_Disconnect $(@)
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.Event_Basic_Negation $(@)
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.Event_Basic_Observer $(@)
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.Event_Basic_Random $(@)
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.Event_Basic_Reconnect $(@)
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.Event_Basic_Shutdown $(@)
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.Event_Basic_Timeout $(@)
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.Event_Basic_Wildcard $(@)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

project_name_list:
	@echo Event_Basic_Atomic_Reconnect
	@echo Event_Basic_BCast
	@echo Event_Basic_Bitmask
	@echo Event_Basic_Complex
	@echo Event_Basic_Control
	@echo Event_Basic_Disconnect
	@echo Event_Basic_Gateway
	@echo Event_Basic_MT_Disconnect
	@echo Event_Basic_Negation
	@echo Event_Basic_Observer
	@echo Event_Basic_Random
	@echo Event_Basic_Reconnect
	@echo Event_Basic_Shutdown
	@echo Event_Basic_Timeout
	@echo Event_Basic_Wildcard
