# -*- 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: Connection_Blocking_Acceptor Connection_Blocking_Connector Connection_Misc_Handler Connection_Misc_Test_Upipe Connection_Non_Blocking_LSockClient Connection_Non_Blocking_LSockServer Connection_Non_Blocking_SPipeClient Connection_Non_Blocking_SPipeServer Connection_Non_Blocking_SockClient Connection_Non_Blocking_SockServer Connection_Non_Blocking_TLIClient Connection_Non_Blocking_TLIServer

depend: Connection_Blocking_Acceptor-depend Connection_Blocking_Connector-depend Connection_Misc_Handler-depend Connection_Misc_Test_Upipe-depend Connection_Non_Blocking_LSockClient-depend Connection_Non_Blocking_LSockServer-depend Connection_Non_Blocking_SPipeClient-depend Connection_Non_Blocking_SPipeServer-depend Connection_Non_Blocking_SockClient-depend Connection_Non_Blocking_SockServer-depend Connection_Non_Blocking_TLIClient-depend Connection_Non_Blocking_TLIServer-depend

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

$(REMAINING_TARGETS):
	$(KEEP_GOING)@cd blocking && $(MAKE) -f GNUmakefile.Connection_Blocking_Acceptor $(@)
	$(KEEP_GOING)@cd blocking && $(MAKE) -f GNUmakefile.Connection_Blocking_Connector $(@)
	$(KEEP_GOING)@cd misc && $(MAKE) -f GNUmakefile.Connection_Misc_Handler $(@)
	$(KEEP_GOING)@cd misc && $(MAKE) -f GNUmakefile.Connection_Misc_Test_Upipe $(@)
	$(KEEP_GOING)@cd non_blocking && $(MAKE) -f GNUmakefile.Connection_Non_Blocking_LSockClient $(@)
	$(KEEP_GOING)@cd non_blocking && $(MAKE) -f GNUmakefile.Connection_Non_Blocking_LSockServer $(@)
	$(KEEP_GOING)@cd non_blocking && $(MAKE) -f GNUmakefile.Connection_Non_Blocking_SPipeClient $(@)
	$(KEEP_GOING)@cd non_blocking && $(MAKE) -f GNUmakefile.Connection_Non_Blocking_SPipeServer $(@)
	$(KEEP_GOING)@cd non_blocking && $(MAKE) -f GNUmakefile.Connection_Non_Blocking_SockClient $(@)
	$(KEEP_GOING)@cd non_blocking && $(MAKE) -f GNUmakefile.Connection_Non_Blocking_SockServer $(@)
	$(KEEP_GOING)@cd non_blocking && $(MAKE) -f GNUmakefile.Connection_Non_Blocking_TLIClient $(@)
	$(KEEP_GOING)@cd non_blocking && $(MAKE) -f GNUmakefile.Connection_Non_Blocking_TLIServer $(@)

.PHONY: Connection_Blocking_Acceptor
Connection_Blocking_Acceptor:
	$(KEEP_GOING)@cd blocking && $(MAKE) -f GNUmakefile.Connection_Blocking_Acceptor all

.PHONY: Connection_Blocking_Acceptor-depend
Connection_Blocking_Acceptor-depend:
	$(KEEP_GOING)@cd blocking && $(MAKE) -f GNUmakefile.Connection_Blocking_Acceptor depend

.PHONY: Connection_Blocking_Connector
Connection_Blocking_Connector:
	$(KEEP_GOING)@cd blocking && $(MAKE) -f GNUmakefile.Connection_Blocking_Connector all

.PHONY: Connection_Blocking_Connector-depend
Connection_Blocking_Connector-depend:
	$(KEEP_GOING)@cd blocking && $(MAKE) -f GNUmakefile.Connection_Blocking_Connector depend

.PHONY: Connection_Misc_Handler
Connection_Misc_Handler:
	$(KEEP_GOING)@cd misc && $(MAKE) -f GNUmakefile.Connection_Misc_Handler all

.PHONY: Connection_Misc_Handler-depend
Connection_Misc_Handler-depend:
	$(KEEP_GOING)@cd misc && $(MAKE) -f GNUmakefile.Connection_Misc_Handler depend

.PHONY: Connection_Misc_Test_Upipe
Connection_Misc_Test_Upipe:
	$(KEEP_GOING)@cd misc && $(MAKE) -f GNUmakefile.Connection_Misc_Test_Upipe all

.PHONY: Connection_Misc_Test_Upipe-depend
Connection_Misc_Test_Upipe-depend:
	$(KEEP_GOING)@cd misc && $(MAKE) -f GNUmakefile.Connection_Misc_Test_Upipe depend

.PHONY: Connection_Non_Blocking_LSockClient
Connection_Non_Blocking_LSockClient:
	$(KEEP_GOING)@cd non_blocking && $(MAKE) -f GNUmakefile.Connection_Non_Blocking_LSockClient all

.PHONY: Connection_Non_Blocking_LSockClient-depend
Connection_Non_Blocking_LSockClient-depend:
	$(KEEP_GOING)@cd non_blocking && $(MAKE) -f GNUmakefile.Connection_Non_Blocking_LSockClient depend

.PHONY: Connection_Non_Blocking_LSockServer
Connection_Non_Blocking_LSockServer:
	$(KEEP_GOING)@cd non_blocking && $(MAKE) -f GNUmakefile.Connection_Non_Blocking_LSockServer all

.PHONY: Connection_Non_Blocking_LSockServer-depend
Connection_Non_Blocking_LSockServer-depend:
	$(KEEP_GOING)@cd non_blocking && $(MAKE) -f GNUmakefile.Connection_Non_Blocking_LSockServer depend

.PHONY: Connection_Non_Blocking_SPipeClient
Connection_Non_Blocking_SPipeClient: Connection_Non_Blocking_LSockClient
	$(KEEP_GOING)@cd non_blocking && $(MAKE) -f GNUmakefile.Connection_Non_Blocking_SPipeClient all

.PHONY: Connection_Non_Blocking_SPipeClient-depend
Connection_Non_Blocking_SPipeClient-depend:
	$(KEEP_GOING)@cd non_blocking && $(MAKE) -f GNUmakefile.Connection_Non_Blocking_SPipeClient depend

.PHONY: Connection_Non_Blocking_SPipeServer
Connection_Non_Blocking_SPipeServer: Connection_Non_Blocking_LSockServer
	$(KEEP_GOING)@cd non_blocking && $(MAKE) -f GNUmakefile.Connection_Non_Blocking_SPipeServer all

.PHONY: Connection_Non_Blocking_SPipeServer-depend
Connection_Non_Blocking_SPipeServer-depend:
	$(KEEP_GOING)@cd non_blocking && $(MAKE) -f GNUmakefile.Connection_Non_Blocking_SPipeServer depend

.PHONY: Connection_Non_Blocking_SockClient
Connection_Non_Blocking_SockClient: Connection_Non_Blocking_LSockClient
	$(KEEP_GOING)@cd non_blocking && $(MAKE) -f GNUmakefile.Connection_Non_Blocking_SockClient all

.PHONY: Connection_Non_Blocking_SockClient-depend
Connection_Non_Blocking_SockClient-depend:
	$(KEEP_GOING)@cd non_blocking && $(MAKE) -f GNUmakefile.Connection_Non_Blocking_SockClient depend

.PHONY: Connection_Non_Blocking_SockServer
Connection_Non_Blocking_SockServer: Connection_Non_Blocking_LSockServer
	$(KEEP_GOING)@cd non_blocking && $(MAKE) -f GNUmakefile.Connection_Non_Blocking_SockServer all

.PHONY: Connection_Non_Blocking_SockServer-depend
Connection_Non_Blocking_SockServer-depend:
	$(KEEP_GOING)@cd non_blocking && $(MAKE) -f GNUmakefile.Connection_Non_Blocking_SockServer depend

.PHONY: Connection_Non_Blocking_TLIClient
Connection_Non_Blocking_TLIClient: Connection_Non_Blocking_LSockClient
	$(KEEP_GOING)@cd non_blocking && $(MAKE) -f GNUmakefile.Connection_Non_Blocking_TLIClient all

.PHONY: Connection_Non_Blocking_TLIClient-depend
Connection_Non_Blocking_TLIClient-depend:
	$(KEEP_GOING)@cd non_blocking && $(MAKE) -f GNUmakefile.Connection_Non_Blocking_TLIClient depend

.PHONY: Connection_Non_Blocking_TLIServer
Connection_Non_Blocking_TLIServer: Connection_Non_Blocking_LSockServer
	$(KEEP_GOING)@cd non_blocking && $(MAKE) -f GNUmakefile.Connection_Non_Blocking_TLIServer all

.PHONY: Connection_Non_Blocking_TLIServer-depend
Connection_Non_Blocking_TLIServer-depend:
	$(KEEP_GOING)@cd non_blocking && $(MAKE) -f GNUmakefile.Connection_Non_Blocking_TLIServer depend

project_name_list:
	@echo Connection_Blocking_Acceptor
	@echo Connection_Blocking_Connector
	@echo Connection_Misc_Handler
	@echo Connection_Misc_Test_Upipe
	@echo Connection_Non_Blocking_LSockClient
	@echo Connection_Non_Blocking_LSockServer
	@echo Connection_Non_Blocking_SPipeClient
	@echo Connection_Non_Blocking_SPipeServer
	@echo Connection_Non_Blocking_SockClient
	@echo Connection_Non_Blocking_SockServer
	@echo Connection_Non_Blocking_TLIClient
	@echo Connection_Non_Blocking_TLIServer
