# -*- makefile -*-
#----------------------------------------------------------------------------
#       GNU ACE Workspace
#
# $Id$
#
# This file was generated by MPC.  Any changes made directly to
# this file will be lost the next time it is generated.
#
# MPC Command:
# /tao_builds/mitza/releases/ocitao/ACE_wrappers/bin/mwc.pl -type gnuace -features rpc=1 ACE_wrappers/TAO/DAnCE/DAnCE_TAO.mwc
#
#----------------------------------------------------------------------------

MAKEFILE = GNUmakefile

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

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

all: ACE ACE_Compression ACE_RLECompression ACE_ETCL ACE_ETCL_Parser ACE_FlReactor Monitor_Control SSL ACE_TkReactor ACE_XtReactor JAWS JAWS_server gperf INet INet_SSL

depend: ACE-depend ACE_Compression-depend ACE_RLECompression-depend ACE_ETCL-depend ACE_ETCL_Parser-depend ACE_FlReactor-depend Monitor_Control-depend SSL-depend ACE_TkReactor-depend ACE_XtReactor-depend JAWS-depend JAWS_server-depend gperf-depend INet-depend INet_SSL-depend

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

$(REMAINING_TARGETS):
	$(KEEP_GOING)@cd ace && $(MAKE) -f GNUmakefile.ACE $(@)
	$(KEEP_GOING)@cd ace/Compression && $(MAKE) -f GNUmakefile.ACE_Compression $(@)
	$(KEEP_GOING)@cd ace/Compression/rle && $(MAKE) -f GNUmakefile.ACE_RLECompression $(@)
	$(KEEP_GOING)@cd ace/ETCL && $(MAKE) -f GNUmakefile.ACE_ETCL $(@)
	$(KEEP_GOING)@cd ace/ETCL && $(MAKE) -f GNUmakefile.ACE_ETCL_Parser $(@)
	$(KEEP_GOING)@cd ace/FlReactor && $(MAKE) -f GNUmakefile.ACE_FlReactor $(@)
	$(KEEP_GOING)@cd ace/Monitor_Control && $(MAKE) -f GNUmakefile.Monitor_Control $(@)
	$(KEEP_GOING)@cd ace/SSL && $(MAKE) -f GNUmakefile.SSL $(@)
	$(KEEP_GOING)@cd ace/TkReactor && $(MAKE) -f GNUmakefile.ACE_TkReactor $(@)
	$(KEEP_GOING)@cd ace/XtReactor && $(MAKE) -f GNUmakefile.ACE_XtReactor $(@)
	$(KEEP_GOING)@cd apps/JAWS/server && $(MAKE) -f GNUmakefile.JAWS $(@)
	$(KEEP_GOING)@cd apps/JAWS/server && $(MAKE) -f GNUmakefile.JAWS_server $(@)
	$(KEEP_GOING)@cd apps/gperf/src && $(MAKE) -f GNUmakefile.gperf $(@)
	$(KEEP_GOING)@cd protocols/ace/INet && $(MAKE) -f GNUmakefile.INet $(@)
	$(KEEP_GOING)@cd protocols/ace/INet && $(MAKE) -f GNUmakefile.INet_SSL $(@)

.PHONY: ACE
ACE:
	$(KEEP_GOING)@cd ace && $(MAKE) -f GNUmakefile.ACE all

.PHONY: ACE-depend
ACE-depend:
	$(KEEP_GOING)@cd ace && $(MAKE) -f GNUmakefile.ACE depend

.PHONY: ACE_Compression
ACE_Compression: ACE
	$(KEEP_GOING)@cd ace/Compression && $(MAKE) -f GNUmakefile.ACE_Compression all

.PHONY: ACE_Compression-depend
ACE_Compression-depend:
	$(KEEP_GOING)@cd ace/Compression && $(MAKE) -f GNUmakefile.ACE_Compression depend

.PHONY: ACE_RLECompression
ACE_RLECompression: ACE ACE_Compression
	$(KEEP_GOING)@cd ace/Compression/rle && $(MAKE) -f GNUmakefile.ACE_RLECompression all

.PHONY: ACE_RLECompression-depend
ACE_RLECompression-depend:
	$(KEEP_GOING)@cd ace/Compression/rle && $(MAKE) -f GNUmakefile.ACE_RLECompression depend

.PHONY: ACE_ETCL
ACE_ETCL: ACE
	$(KEEP_GOING)@cd ace/ETCL && $(MAKE) -f GNUmakefile.ACE_ETCL all

.PHONY: ACE_ETCL-depend
ACE_ETCL-depend:
	$(KEEP_GOING)@cd ace/ETCL && $(MAKE) -f GNUmakefile.ACE_ETCL depend

.PHONY: ACE_ETCL_Parser
ACE_ETCL_Parser: ACE ACE_ETCL
	$(KEEP_GOING)@cd ace/ETCL && $(MAKE) -f GNUmakefile.ACE_ETCL_Parser all

.PHONY: ACE_ETCL_Parser-depend
ACE_ETCL_Parser-depend:
	$(KEEP_GOING)@cd ace/ETCL && $(MAKE) -f GNUmakefile.ACE_ETCL_Parser depend

.PHONY: ACE_FlReactor
ACE_FlReactor: ACE
	$(KEEP_GOING)@cd ace/FlReactor && $(MAKE) -f GNUmakefile.ACE_FlReactor all

.PHONY: ACE_FlReactor-depend
ACE_FlReactor-depend:
	$(KEEP_GOING)@cd ace/FlReactor && $(MAKE) -f GNUmakefile.ACE_FlReactor depend

.PHONY: Monitor_Control
Monitor_Control: ACE ACE_ETCL ACE_ETCL_Parser
	$(KEEP_GOING)@cd ace/Monitor_Control && $(MAKE) -f GNUmakefile.Monitor_Control all

.PHONY: Monitor_Control-depend
Monitor_Control-depend:
	$(KEEP_GOING)@cd ace/Monitor_Control && $(MAKE) -f GNUmakefile.Monitor_Control depend

.PHONY: SSL
SSL: ACE
	$(KEEP_GOING)@cd ace/SSL && $(MAKE) -f GNUmakefile.SSL all

.PHONY: SSL-depend
SSL-depend:
	$(KEEP_GOING)@cd ace/SSL && $(MAKE) -f GNUmakefile.SSL depend

.PHONY: ACE_TkReactor
ACE_TkReactor: ACE
	$(KEEP_GOING)@cd ace/TkReactor && $(MAKE) -f GNUmakefile.ACE_TkReactor all

.PHONY: ACE_TkReactor-depend
ACE_TkReactor-depend:
	$(KEEP_GOING)@cd ace/TkReactor && $(MAKE) -f GNUmakefile.ACE_TkReactor depend

.PHONY: ACE_XtReactor
ACE_XtReactor: ACE
	$(KEEP_GOING)@cd ace/XtReactor && $(MAKE) -f GNUmakefile.ACE_XtReactor all

.PHONY: ACE_XtReactor-depend
ACE_XtReactor-depend:
	$(KEEP_GOING)@cd ace/XtReactor && $(MAKE) -f GNUmakefile.ACE_XtReactor depend

.PHONY: JAWS
JAWS: ACE
	$(KEEP_GOING)@cd apps/JAWS/server && $(MAKE) -f GNUmakefile.JAWS all

.PHONY: JAWS-depend
JAWS-depend:
	$(KEEP_GOING)@cd apps/JAWS/server && $(MAKE) -f GNUmakefile.JAWS depend

.PHONY: JAWS_server
JAWS_server: ACE JAWS
	$(KEEP_GOING)@cd apps/JAWS/server && $(MAKE) -f GNUmakefile.JAWS_server all

.PHONY: JAWS_server-depend
JAWS_server-depend:
	$(KEEP_GOING)@cd apps/JAWS/server && $(MAKE) -f GNUmakefile.JAWS_server depend

.PHONY: gperf
gperf: ACE
	$(KEEP_GOING)@cd apps/gperf/src && $(MAKE) -f GNUmakefile.gperf all

.PHONY: gperf-depend
gperf-depend:
	$(KEEP_GOING)@cd apps/gperf/src && $(MAKE) -f GNUmakefile.gperf depend

.PHONY: INet
INet: ACE
	$(KEEP_GOING)@cd protocols/ace/INet && $(MAKE) -f GNUmakefile.INet all

.PHONY: INet-depend
INet-depend:
	$(KEEP_GOING)@cd protocols/ace/INet && $(MAKE) -f GNUmakefile.INet depend

.PHONY: INet_SSL
INet_SSL: ACE SSL INet
	$(KEEP_GOING)@cd protocols/ace/INet && $(MAKE) -f GNUmakefile.INet_SSL all

.PHONY: INet_SSL-depend
INet_SSL-depend:
	$(KEEP_GOING)@cd protocols/ace/INet && $(MAKE) -f GNUmakefile.INet_SSL depend

project_name_list:
	@echo ACE_Compression
	@echo ACE_RLECompression
	@echo ACE_ETCL
	@echo ACE_ETCL_Parser
	@echo ACE_FlReactor
	@echo ACE
	@echo Monitor_Control
	@echo SSL
	@echo ACE_TkReactor
	@echo ACE_XtReactor
	@echo JAWS
	@echo JAWS_server
	@echo gperf
	@echo INet
	@echo INet_SSL
