# -*- makefile -*-
#-------------------------------------------------------------------------
#       GNU ACE Workspace
#
# GNUACEWorkspaceCreator.pm,v 1.34 2005/07/18 16:43:23 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 /project/acetmp/sm/ACE_wrappers/MPC/config -include /project/acetmp/sm/ACE_wrappers/MPC/templates -exclude TAO/TAOACE.mwc,TAO/CIAO/CIAOTAO.mwc -recurse -hierarchy -relative ACE_ROOT=/tmp/ACE_wrappers_stage-9893/ACE_wrappers
#
#-------------------------------------------------------------------------
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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

REMAINING_TARGETS := $(subst 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 $(@)

