# -*- 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-904/ACE_wrappers/bin/mwc.pl -type gnuace -exclude "TAO/TAO_*.mwc,TAO/CIAO/CIAO_*.mwc" -workers 16 -recurse -hierarchy -relative ACE_ROOT=/home/build/DOC_ROOT/stage-904/ACE_wrappers -relative TAO_ROOT=/home/build/DOC_ROOT/stage-904/ACE_wrappers/TAO -relative CIAO_ROOT=/home/build/DOC_ROOT/stage-904/ACE_wrappers/TAO/CIAO -relative DANCE_ROOT=/home/build/DOC_ROOT/stage-904/ACE_wrappers/TAO/DAnCE
#
#----------------------------------------------------------------------------

MAKEFILE = GNUmakefile

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

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

all: Reactor_Dgram Reactor_Dgram_CO Reactor_FIFO_Client Reactor_FIFO_Server 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 Reactor_Multicast_Server Reactor_Multicast_Client Reactor_Ntalker Proactor_Cancel Proactor_End_Event_Loops Proactor_Multiple_Loops Proactor_Post_Completions Proactor_Proactor Proactor_Timeout Proactor_Udp_Proactor TP_Reactor_Client TP_Reactor_Server WFMO_Reactor_APC WFMO_Reactor_Abandoned WFMO_Reactor_Console_Input WFMO_Reactor_Directory_Changes WFMO_Reactor_Exceptions WFMO_Reactor_Handle_Close WFMO_Reactor_Multithreading WFMO_Reactor_Network_Events WFMO_Reactor_Prerun_State_Changes WFMO_Reactor_Registration WFMO_Reactor_Registry_Changes WFMO_Reactor_Removals WFMO_Reactor_Suspended_Removals WFMO_Reactor_Talker WFMO_Reactor_Timeouts WFMO_Reactor_Window_Messages

depend: Reactor_Dgram-depend Reactor_Dgram_CO-depend Reactor_FIFO_Client-depend Reactor_FIFO_Server-depend Reactor_Misc_Demuxing-depend Reactor_Misc_Early_Timeouts-depend Reactor_Misc_Event_Handler_t-depend Reactor_Misc_Notification-depend Reactor_Misc_Pingpong-depend Reactor_Misc_Reactors-depend Reactor_Misc_Signals_1-depend Reactor_Misc_Signals_2-depend Reactor_Misc_Timer_Queue-depend Reactor_Multicast_Server-depend Reactor_Multicast_Client-depend Reactor_Ntalker-depend Proactor_Cancel-depend Proactor_End_Event_Loops-depend Proactor_Multiple_Loops-depend Proactor_Post_Completions-depend Proactor_Proactor-depend Proactor_Timeout-depend Proactor_Udp_Proactor-depend TP_Reactor_Client-depend TP_Reactor_Server-depend WFMO_Reactor_APC-depend WFMO_Reactor_Abandoned-depend WFMO_Reactor_Console_Input-depend WFMO_Reactor_Directory_Changes-depend WFMO_Reactor_Exceptions-depend WFMO_Reactor_Handle_Close-depend WFMO_Reactor_Multithreading-depend WFMO_Reactor_Network_Events-depend WFMO_Reactor_Prerun_State_Changes-depend WFMO_Reactor_Registration-depend WFMO_Reactor_Registry_Changes-depend WFMO_Reactor_Removals-depend WFMO_Reactor_Suspended_Removals-depend WFMO_Reactor_Talker-depend WFMO_Reactor_Timeouts-depend WFMO_Reactor_Window_Messages-depend

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

$(REMAINING_TARGETS):
	$(KEEP_GOING)@cd Dgram && $(MAKE) -f GNUmakefile.Reactor_Dgram $(@)
	$(KEEP_GOING)@cd Dgram && $(MAKE) -f GNUmakefile.Reactor_Dgram_CO $(@)
	$(KEEP_GOING)@cd FIFO && $(MAKE) -f GNUmakefile.Reactor_FIFO_Client $(@)
	$(KEEP_GOING)@cd FIFO && $(MAKE) -f GNUmakefile.Reactor_FIFO_Server $(@)
	$(KEEP_GOING)@cd Misc && $(MAKE) -f GNUmakefile.Reactor_Misc_Demuxing $(@)
	$(KEEP_GOING)@cd Misc && $(MAKE) -f GNUmakefile.Reactor_Misc_Early_Timeouts $(@)
	$(KEEP_GOING)@cd Misc && $(MAKE) -f GNUmakefile.Reactor_Misc_Event_Handler_t $(@)
	$(KEEP_GOING)@cd Misc && $(MAKE) -f GNUmakefile.Reactor_Misc_Notification $(@)
	$(KEEP_GOING)@cd Misc && $(MAKE) -f GNUmakefile.Reactor_Misc_Pingpong $(@)
	$(KEEP_GOING)@cd Misc && $(MAKE) -f GNUmakefile.Reactor_Misc_Reactors $(@)
	$(KEEP_GOING)@cd Misc && $(MAKE) -f GNUmakefile.Reactor_Misc_Signals_1 $(@)
	$(KEEP_GOING)@cd Misc && $(MAKE) -f GNUmakefile.Reactor_Misc_Signals_2 $(@)
	$(KEEP_GOING)@cd Misc && $(MAKE) -f GNUmakefile.Reactor_Misc_Timer_Queue $(@)
	$(KEEP_GOING)@cd Multicast && $(MAKE) -f GNUmakefile.Reactor_Multicast_Server $(@)
	$(KEEP_GOING)@cd Multicast && $(MAKE) -f GNUmakefile.Reactor_Multicast_Client $(@)
	$(KEEP_GOING)@cd Ntalker && $(MAKE) -f GNUmakefile.Reactor_Ntalker $(@)
	$(KEEP_GOING)@cd Proactor && $(MAKE) -f GNUmakefile.Proactor_Cancel $(@)
	$(KEEP_GOING)@cd Proactor && $(MAKE) -f GNUmakefile.Proactor_End_Event_Loops $(@)
	$(KEEP_GOING)@cd Proactor && $(MAKE) -f GNUmakefile.Proactor_Multiple_Loops $(@)
	$(KEEP_GOING)@cd Proactor && $(MAKE) -f GNUmakefile.Proactor_Post_Completions $(@)
	$(KEEP_GOING)@cd Proactor && $(MAKE) -f GNUmakefile.Proactor_Proactor $(@)
	$(KEEP_GOING)@cd Proactor && $(MAKE) -f GNUmakefile.Proactor_Timeout $(@)
	$(KEEP_GOING)@cd Proactor && $(MAKE) -f GNUmakefile.Proactor_Udp_Proactor $(@)
	$(KEEP_GOING)@cd TP_Reactor && $(MAKE) -f GNUmakefile.TP_Reactor_Client $(@)
	$(KEEP_GOING)@cd TP_Reactor && $(MAKE) -f GNUmakefile.TP_Reactor_Server $(@)
	$(KEEP_GOING)@cd WFMO_Reactor && $(MAKE) -f GNUmakefile.WFMO_Reactor_APC $(@)
	$(KEEP_GOING)@cd WFMO_Reactor && $(MAKE) -f GNUmakefile.WFMO_Reactor_Abandoned $(@)
	$(KEEP_GOING)@cd WFMO_Reactor && $(MAKE) -f GNUmakefile.WFMO_Reactor_Console_Input $(@)
	$(KEEP_GOING)@cd WFMO_Reactor && $(MAKE) -f GNUmakefile.WFMO_Reactor_Directory_Changes $(@)
	$(KEEP_GOING)@cd WFMO_Reactor && $(MAKE) -f GNUmakefile.WFMO_Reactor_Exceptions $(@)
	$(KEEP_GOING)@cd WFMO_Reactor && $(MAKE) -f GNUmakefile.WFMO_Reactor_Handle_Close $(@)
	$(KEEP_GOING)@cd WFMO_Reactor && $(MAKE) -f GNUmakefile.WFMO_Reactor_Multithreading $(@)
	$(KEEP_GOING)@cd WFMO_Reactor && $(MAKE) -f GNUmakefile.WFMO_Reactor_Network_Events $(@)
	$(KEEP_GOING)@cd WFMO_Reactor && $(MAKE) -f GNUmakefile.WFMO_Reactor_Prerun_State_Changes $(@)
	$(KEEP_GOING)@cd WFMO_Reactor && $(MAKE) -f GNUmakefile.WFMO_Reactor_Registration $(@)
	$(KEEP_GOING)@cd WFMO_Reactor && $(MAKE) -f GNUmakefile.WFMO_Reactor_Registry_Changes $(@)
	$(KEEP_GOING)@cd WFMO_Reactor && $(MAKE) -f GNUmakefile.WFMO_Reactor_Removals $(@)
	$(KEEP_GOING)@cd WFMO_Reactor && $(MAKE) -f GNUmakefile.WFMO_Reactor_Suspended_Removals $(@)
	$(KEEP_GOING)@cd WFMO_Reactor && $(MAKE) -f GNUmakefile.WFMO_Reactor_Talker $(@)
	$(KEEP_GOING)@cd WFMO_Reactor && $(MAKE) -f GNUmakefile.WFMO_Reactor_Timeouts $(@)
	$(KEEP_GOING)@cd WFMO_Reactor && $(MAKE) -f GNUmakefile.WFMO_Reactor_Window_Messages $(@)

.PHONY: Reactor_Dgram
Reactor_Dgram:
	$(KEEP_GOING)@cd Dgram && $(MAKE) -f GNUmakefile.Reactor_Dgram all

.PHONY: Reactor_Dgram-depend
Reactor_Dgram-depend:
	$(KEEP_GOING)@cd Dgram && $(MAKE) -f GNUmakefile.Reactor_Dgram depend

.PHONY: Reactor_Dgram_CO
Reactor_Dgram_CO:
	$(KEEP_GOING)@cd Dgram && $(MAKE) -f GNUmakefile.Reactor_Dgram_CO all

.PHONY: Reactor_Dgram_CO-depend
Reactor_Dgram_CO-depend:
	$(KEEP_GOING)@cd Dgram && $(MAKE) -f GNUmakefile.Reactor_Dgram_CO depend

.PHONY: Reactor_FIFO_Client
Reactor_FIFO_Client:
	$(KEEP_GOING)@cd FIFO && $(MAKE) -f GNUmakefile.Reactor_FIFO_Client all

.PHONY: Reactor_FIFO_Client-depend
Reactor_FIFO_Client-depend:
	$(KEEP_GOING)@cd FIFO && $(MAKE) -f GNUmakefile.Reactor_FIFO_Client depend

.PHONY: Reactor_FIFO_Server
Reactor_FIFO_Server:
	$(KEEP_GOING)@cd FIFO && $(MAKE) -f GNUmakefile.Reactor_FIFO_Server all

.PHONY: Reactor_FIFO_Server-depend
Reactor_FIFO_Server-depend:
	$(KEEP_GOING)@cd FIFO && $(MAKE) -f GNUmakefile.Reactor_FIFO_Server depend

.PHONY: Reactor_Misc_Demuxing
Reactor_Misc_Demuxing:
	$(KEEP_GOING)@cd Misc && $(MAKE) -f GNUmakefile.Reactor_Misc_Demuxing all

.PHONY: Reactor_Misc_Demuxing-depend
Reactor_Misc_Demuxing-depend:
	$(KEEP_GOING)@cd Misc && $(MAKE) -f GNUmakefile.Reactor_Misc_Demuxing depend

.PHONY: Reactor_Misc_Early_Timeouts
Reactor_Misc_Early_Timeouts:
	$(KEEP_GOING)@cd Misc && $(MAKE) -f GNUmakefile.Reactor_Misc_Early_Timeouts all

.PHONY: Reactor_Misc_Early_Timeouts-depend
Reactor_Misc_Early_Timeouts-depend:
	$(KEEP_GOING)@cd Misc && $(MAKE) -f GNUmakefile.Reactor_Misc_Early_Timeouts depend

.PHONY: Reactor_Misc_Event_Handler_t
Reactor_Misc_Event_Handler_t:
	$(KEEP_GOING)@cd Misc && $(MAKE) -f GNUmakefile.Reactor_Misc_Event_Handler_t all

.PHONY: Reactor_Misc_Event_Handler_t-depend
Reactor_Misc_Event_Handler_t-depend:
	$(KEEP_GOING)@cd Misc && $(MAKE) -f GNUmakefile.Reactor_Misc_Event_Handler_t depend

.PHONY: Reactor_Misc_Notification
Reactor_Misc_Notification:
	$(KEEP_GOING)@cd Misc && $(MAKE) -f GNUmakefile.Reactor_Misc_Notification all

.PHONY: Reactor_Misc_Notification-depend
Reactor_Misc_Notification-depend:
	$(KEEP_GOING)@cd Misc && $(MAKE) -f GNUmakefile.Reactor_Misc_Notification depend

.PHONY: Reactor_Misc_Pingpong
Reactor_Misc_Pingpong:
	$(KEEP_GOING)@cd Misc && $(MAKE) -f GNUmakefile.Reactor_Misc_Pingpong all

.PHONY: Reactor_Misc_Pingpong-depend
Reactor_Misc_Pingpong-depend:
	$(KEEP_GOING)@cd Misc && $(MAKE) -f GNUmakefile.Reactor_Misc_Pingpong depend

.PHONY: Reactor_Misc_Reactors
Reactor_Misc_Reactors:
	$(KEEP_GOING)@cd Misc && $(MAKE) -f GNUmakefile.Reactor_Misc_Reactors all

.PHONY: Reactor_Misc_Reactors-depend
Reactor_Misc_Reactors-depend:
	$(KEEP_GOING)@cd Misc && $(MAKE) -f GNUmakefile.Reactor_Misc_Reactors depend

.PHONY: Reactor_Misc_Signals_1
Reactor_Misc_Signals_1:
	$(KEEP_GOING)@cd Misc && $(MAKE) -f GNUmakefile.Reactor_Misc_Signals_1 all

.PHONY: Reactor_Misc_Signals_1-depend
Reactor_Misc_Signals_1-depend:
	$(KEEP_GOING)@cd Misc && $(MAKE) -f GNUmakefile.Reactor_Misc_Signals_1 depend

.PHONY: Reactor_Misc_Signals_2
Reactor_Misc_Signals_2:
	$(KEEP_GOING)@cd Misc && $(MAKE) -f GNUmakefile.Reactor_Misc_Signals_2 all

.PHONY: Reactor_Misc_Signals_2-depend
Reactor_Misc_Signals_2-depend:
	$(KEEP_GOING)@cd Misc && $(MAKE) -f GNUmakefile.Reactor_Misc_Signals_2 depend

.PHONY: Reactor_Misc_Timer_Queue
Reactor_Misc_Timer_Queue:
	$(KEEP_GOING)@cd Misc && $(MAKE) -f GNUmakefile.Reactor_Misc_Timer_Queue all

.PHONY: Reactor_Misc_Timer_Queue-depend
Reactor_Misc_Timer_Queue-depend:
	$(KEEP_GOING)@cd Misc && $(MAKE) -f GNUmakefile.Reactor_Misc_Timer_Queue depend

.PHONY: Reactor_Multicast_Server
Reactor_Multicast_Server:
	$(KEEP_GOING)@cd Multicast && $(MAKE) -f GNUmakefile.Reactor_Multicast_Server all

.PHONY: Reactor_Multicast_Server-depend
Reactor_Multicast_Server-depend:
	$(KEEP_GOING)@cd Multicast && $(MAKE) -f GNUmakefile.Reactor_Multicast_Server depend

.PHONY: Reactor_Multicast_Client
Reactor_Multicast_Client: Reactor_Multicast_Server
	$(KEEP_GOING)@cd Multicast && $(MAKE) -f GNUmakefile.Reactor_Multicast_Client all

.PHONY: Reactor_Multicast_Client-depend
Reactor_Multicast_Client-depend:
	$(KEEP_GOING)@cd Multicast && $(MAKE) -f GNUmakefile.Reactor_Multicast_Client depend

.PHONY: Reactor_Ntalker
Reactor_Ntalker:
	$(KEEP_GOING)@cd Ntalker && $(MAKE) -f GNUmakefile.Reactor_Ntalker all

.PHONY: Reactor_Ntalker-depend
Reactor_Ntalker-depend:
	$(KEEP_GOING)@cd Ntalker && $(MAKE) -f GNUmakefile.Reactor_Ntalker depend

.PHONY: Proactor_Cancel
Proactor_Cancel:
	$(KEEP_GOING)@cd Proactor && $(MAKE) -f GNUmakefile.Proactor_Cancel all

.PHONY: Proactor_Cancel-depend
Proactor_Cancel-depend:
	$(KEEP_GOING)@cd Proactor && $(MAKE) -f GNUmakefile.Proactor_Cancel depend

.PHONY: Proactor_End_Event_Loops
Proactor_End_Event_Loops:
	$(KEEP_GOING)@cd Proactor && $(MAKE) -f GNUmakefile.Proactor_End_Event_Loops all

.PHONY: Proactor_End_Event_Loops-depend
Proactor_End_Event_Loops-depend:
	$(KEEP_GOING)@cd Proactor && $(MAKE) -f GNUmakefile.Proactor_End_Event_Loops depend

.PHONY: Proactor_Multiple_Loops
Proactor_Multiple_Loops:
	$(KEEP_GOING)@cd Proactor && $(MAKE) -f GNUmakefile.Proactor_Multiple_Loops all

.PHONY: Proactor_Multiple_Loops-depend
Proactor_Multiple_Loops-depend:
	$(KEEP_GOING)@cd Proactor && $(MAKE) -f GNUmakefile.Proactor_Multiple_Loops depend

.PHONY: Proactor_Post_Completions
Proactor_Post_Completions:
	$(KEEP_GOING)@cd Proactor && $(MAKE) -f GNUmakefile.Proactor_Post_Completions all

.PHONY: Proactor_Post_Completions-depend
Proactor_Post_Completions-depend:
	$(KEEP_GOING)@cd Proactor && $(MAKE) -f GNUmakefile.Proactor_Post_Completions depend

.PHONY: Proactor_Proactor
Proactor_Proactor:
	$(KEEP_GOING)@cd Proactor && $(MAKE) -f GNUmakefile.Proactor_Proactor all

.PHONY: Proactor_Proactor-depend
Proactor_Proactor-depend:
	$(KEEP_GOING)@cd Proactor && $(MAKE) -f GNUmakefile.Proactor_Proactor depend

.PHONY: Proactor_Timeout
Proactor_Timeout:
	$(KEEP_GOING)@cd Proactor && $(MAKE) -f GNUmakefile.Proactor_Timeout all

.PHONY: Proactor_Timeout-depend
Proactor_Timeout-depend:
	$(KEEP_GOING)@cd Proactor && $(MAKE) -f GNUmakefile.Proactor_Timeout depend

.PHONY: Proactor_Udp_Proactor
Proactor_Udp_Proactor:
	$(KEEP_GOING)@cd Proactor && $(MAKE) -f GNUmakefile.Proactor_Udp_Proactor all

.PHONY: Proactor_Udp_Proactor-depend
Proactor_Udp_Proactor-depend:
	$(KEEP_GOING)@cd Proactor && $(MAKE) -f GNUmakefile.Proactor_Udp_Proactor depend

.PHONY: TP_Reactor_Client
TP_Reactor_Client:
	$(KEEP_GOING)@cd TP_Reactor && $(MAKE) -f GNUmakefile.TP_Reactor_Client all

.PHONY: TP_Reactor_Client-depend
TP_Reactor_Client-depend:
	$(KEEP_GOING)@cd TP_Reactor && $(MAKE) -f GNUmakefile.TP_Reactor_Client depend

.PHONY: TP_Reactor_Server
TP_Reactor_Server:
	$(KEEP_GOING)@cd TP_Reactor && $(MAKE) -f GNUmakefile.TP_Reactor_Server all

.PHONY: TP_Reactor_Server-depend
TP_Reactor_Server-depend:
	$(KEEP_GOING)@cd TP_Reactor && $(MAKE) -f GNUmakefile.TP_Reactor_Server depend

.PHONY: WFMO_Reactor_APC
WFMO_Reactor_APC:
	$(KEEP_GOING)@cd WFMO_Reactor && $(MAKE) -f GNUmakefile.WFMO_Reactor_APC all

.PHONY: WFMO_Reactor_APC-depend
WFMO_Reactor_APC-depend:
	$(KEEP_GOING)@cd WFMO_Reactor && $(MAKE) -f GNUmakefile.WFMO_Reactor_APC depend

.PHONY: WFMO_Reactor_Abandoned
WFMO_Reactor_Abandoned:
	$(KEEP_GOING)@cd WFMO_Reactor && $(MAKE) -f GNUmakefile.WFMO_Reactor_Abandoned all

.PHONY: WFMO_Reactor_Abandoned-depend
WFMO_Reactor_Abandoned-depend:
	$(KEEP_GOING)@cd WFMO_Reactor && $(MAKE) -f GNUmakefile.WFMO_Reactor_Abandoned depend

.PHONY: WFMO_Reactor_Console_Input
WFMO_Reactor_Console_Input:
	$(KEEP_GOING)@cd WFMO_Reactor && $(MAKE) -f GNUmakefile.WFMO_Reactor_Console_Input all

.PHONY: WFMO_Reactor_Console_Input-depend
WFMO_Reactor_Console_Input-depend:
	$(KEEP_GOING)@cd WFMO_Reactor && $(MAKE) -f GNUmakefile.WFMO_Reactor_Console_Input depend

.PHONY: WFMO_Reactor_Directory_Changes
WFMO_Reactor_Directory_Changes:
	$(KEEP_GOING)@cd WFMO_Reactor && $(MAKE) -f GNUmakefile.WFMO_Reactor_Directory_Changes all

.PHONY: WFMO_Reactor_Directory_Changes-depend
WFMO_Reactor_Directory_Changes-depend:
	$(KEEP_GOING)@cd WFMO_Reactor && $(MAKE) -f GNUmakefile.WFMO_Reactor_Directory_Changes depend

.PHONY: WFMO_Reactor_Exceptions
WFMO_Reactor_Exceptions:
	$(KEEP_GOING)@cd WFMO_Reactor && $(MAKE) -f GNUmakefile.WFMO_Reactor_Exceptions all

.PHONY: WFMO_Reactor_Exceptions-depend
WFMO_Reactor_Exceptions-depend:
	$(KEEP_GOING)@cd WFMO_Reactor && $(MAKE) -f GNUmakefile.WFMO_Reactor_Exceptions depend

.PHONY: WFMO_Reactor_Handle_Close
WFMO_Reactor_Handle_Close:
	$(KEEP_GOING)@cd WFMO_Reactor && $(MAKE) -f GNUmakefile.WFMO_Reactor_Handle_Close all

.PHONY: WFMO_Reactor_Handle_Close-depend
WFMO_Reactor_Handle_Close-depend:
	$(KEEP_GOING)@cd WFMO_Reactor && $(MAKE) -f GNUmakefile.WFMO_Reactor_Handle_Close depend

.PHONY: WFMO_Reactor_Multithreading
WFMO_Reactor_Multithreading:
	$(KEEP_GOING)@cd WFMO_Reactor && $(MAKE) -f GNUmakefile.WFMO_Reactor_Multithreading all

.PHONY: WFMO_Reactor_Multithreading-depend
WFMO_Reactor_Multithreading-depend:
	$(KEEP_GOING)@cd WFMO_Reactor && $(MAKE) -f GNUmakefile.WFMO_Reactor_Multithreading depend

.PHONY: WFMO_Reactor_Network_Events
WFMO_Reactor_Network_Events:
	$(KEEP_GOING)@cd WFMO_Reactor && $(MAKE) -f GNUmakefile.WFMO_Reactor_Network_Events all

.PHONY: WFMO_Reactor_Network_Events-depend
WFMO_Reactor_Network_Events-depend:
	$(KEEP_GOING)@cd WFMO_Reactor && $(MAKE) -f GNUmakefile.WFMO_Reactor_Network_Events depend

.PHONY: WFMO_Reactor_Prerun_State_Changes
WFMO_Reactor_Prerun_State_Changes:
	$(KEEP_GOING)@cd WFMO_Reactor && $(MAKE) -f GNUmakefile.WFMO_Reactor_Prerun_State_Changes all

.PHONY: WFMO_Reactor_Prerun_State_Changes-depend
WFMO_Reactor_Prerun_State_Changes-depend:
	$(KEEP_GOING)@cd WFMO_Reactor && $(MAKE) -f GNUmakefile.WFMO_Reactor_Prerun_State_Changes depend

.PHONY: WFMO_Reactor_Registration
WFMO_Reactor_Registration:
	$(KEEP_GOING)@cd WFMO_Reactor && $(MAKE) -f GNUmakefile.WFMO_Reactor_Registration all

.PHONY: WFMO_Reactor_Registration-depend
WFMO_Reactor_Registration-depend:
	$(KEEP_GOING)@cd WFMO_Reactor && $(MAKE) -f GNUmakefile.WFMO_Reactor_Registration depend

.PHONY: WFMO_Reactor_Registry_Changes
WFMO_Reactor_Registry_Changes:
	$(KEEP_GOING)@cd WFMO_Reactor && $(MAKE) -f GNUmakefile.WFMO_Reactor_Registry_Changes all

.PHONY: WFMO_Reactor_Registry_Changes-depend
WFMO_Reactor_Registry_Changes-depend:
	$(KEEP_GOING)@cd WFMO_Reactor && $(MAKE) -f GNUmakefile.WFMO_Reactor_Registry_Changes depend

.PHONY: WFMO_Reactor_Removals
WFMO_Reactor_Removals:
	$(KEEP_GOING)@cd WFMO_Reactor && $(MAKE) -f GNUmakefile.WFMO_Reactor_Removals all

.PHONY: WFMO_Reactor_Removals-depend
WFMO_Reactor_Removals-depend:
	$(KEEP_GOING)@cd WFMO_Reactor && $(MAKE) -f GNUmakefile.WFMO_Reactor_Removals depend

.PHONY: WFMO_Reactor_Suspended_Removals
WFMO_Reactor_Suspended_Removals:
	$(KEEP_GOING)@cd WFMO_Reactor && $(MAKE) -f GNUmakefile.WFMO_Reactor_Suspended_Removals all

.PHONY: WFMO_Reactor_Suspended_Removals-depend
WFMO_Reactor_Suspended_Removals-depend:
	$(KEEP_GOING)@cd WFMO_Reactor && $(MAKE) -f GNUmakefile.WFMO_Reactor_Suspended_Removals depend

.PHONY: WFMO_Reactor_Talker
WFMO_Reactor_Talker:
	$(KEEP_GOING)@cd WFMO_Reactor && $(MAKE) -f GNUmakefile.WFMO_Reactor_Talker all

.PHONY: WFMO_Reactor_Talker-depend
WFMO_Reactor_Talker-depend:
	$(KEEP_GOING)@cd WFMO_Reactor && $(MAKE) -f GNUmakefile.WFMO_Reactor_Talker depend

.PHONY: WFMO_Reactor_Timeouts
WFMO_Reactor_Timeouts:
	$(KEEP_GOING)@cd WFMO_Reactor && $(MAKE) -f GNUmakefile.WFMO_Reactor_Timeouts all

.PHONY: WFMO_Reactor_Timeouts-depend
WFMO_Reactor_Timeouts-depend:
	$(KEEP_GOING)@cd WFMO_Reactor && $(MAKE) -f GNUmakefile.WFMO_Reactor_Timeouts depend

.PHONY: WFMO_Reactor_Window_Messages
WFMO_Reactor_Window_Messages:
	$(KEEP_GOING)@cd WFMO_Reactor && $(MAKE) -f GNUmakefile.WFMO_Reactor_Window_Messages all

.PHONY: WFMO_Reactor_Window_Messages-depend
WFMO_Reactor_Window_Messages-depend:
	$(KEEP_GOING)@cd WFMO_Reactor && $(MAKE) -f GNUmakefile.WFMO_Reactor_Window_Messages depend

project_name_list:
	@echo Reactor_Dgram
	@echo Reactor_Dgram_CO
	@echo Reactor_FIFO_Client
	@echo Reactor_FIFO_Server
	@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
	@echo Reactor_Multicast_Client
	@echo Reactor_Multicast_Server
	@echo Reactor_Ntalker
	@echo Proactor_Cancel
	@echo Proactor_End_Event_Loops
	@echo Proactor_Multiple_Loops
	@echo Proactor_Post_Completions
	@echo Proactor_Proactor
	@echo Proactor_Timeout
	@echo Proactor_Udp_Proactor
	@echo TP_Reactor_Client
	@echo TP_Reactor_Server
	@echo WFMO_Reactor_APC
	@echo WFMO_Reactor_Abandoned
	@echo WFMO_Reactor_Console_Input
	@echo WFMO_Reactor_Directory_Changes
	@echo WFMO_Reactor_Exceptions
	@echo WFMO_Reactor_Handle_Close
	@echo WFMO_Reactor_Multithreading
	@echo WFMO_Reactor_Network_Events
	@echo WFMO_Reactor_Prerun_State_Changes
	@echo WFMO_Reactor_Registration
	@echo WFMO_Reactor_Registry_Changes
	@echo WFMO_Reactor_Removals
	@echo WFMO_Reactor_Suspended_Removals
	@echo WFMO_Reactor_Talker
	@echo WFMO_Reactor_Timeouts
	@echo WFMO_Reactor_Window_Messages
