# -*- makefile -*-
#-------------------------------------------------------------------------
#       GNU ACE Workspace
#
# GNUACEWorkspaceCreator.pm,v 1.39 2006/06/06 17:14:55 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 -exclude TAO/TAO_*.mwc,TAO/CIAO/CIAO_*.mwc -recurse -hierarchy -relative ACE_ROOT=/tmp/ACE_wrappers_stage-15508/ACE_wrappers
#
#-------------------------------------------------------------------------
MAKEFILE = GNUmakefile

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

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

all: Reactor_Misc_Demuxing Reactor_Misc_Early_Timeouts Reactor_Misc_Event_Handler_t Reactor_Misc_Notification Reactor_Misc_Pingpong Reactor_Misc_Reactors Reactor_Misc_Signals_1 Reactor_Misc_Signals_2 Reactor_Misc_Timer_Queue
REMAINING_TARGETS := $(subst all, , $(TARGETS_NESTED:.nested=)) $(CUSTOM_TARGETS)

$(REMAINING_TARGETS):
	@$(MAKE) -f GNUmakefile.Reactor_Misc_Demuxing $(@)
	@$(MAKE) -f GNUmakefile.Reactor_Misc_Early_Timeouts $(@)
	@$(MAKE) -f GNUmakefile.Reactor_Misc_Event_Handler_t $(@)
	@$(MAKE) -f GNUmakefile.Reactor_Misc_Notification $(@)
	@$(MAKE) -f GNUmakefile.Reactor_Misc_Pingpong $(@)
	@$(MAKE) -f GNUmakefile.Reactor_Misc_Reactors $(@)
	@$(MAKE) -f GNUmakefile.Reactor_Misc_Signals_1 $(@)
	@$(MAKE) -f GNUmakefile.Reactor_Misc_Signals_2 $(@)
	@$(MAKE) -f GNUmakefile.Reactor_Misc_Timer_Queue $(@)

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

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

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

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

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

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

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

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

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

project_name_list:
	@echo Reactor_Misc_Demuxing
	@echo Reactor_Misc_Early_Timeouts
	@echo Reactor_Misc_Event_Handler_t
	@echo Reactor_Misc_Notification
	@echo Reactor_Misc_Pingpong
	@echo Reactor_Misc_Reactors
	@echo Reactor_Misc_Signals_1
	@echo Reactor_Misc_Signals_2
	@echo Reactor_Misc_Timer_Queue
