# -*- 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: ACEXML ACEXML_Parser ACEXML_XML_Svc_Conf_Parser SAXPrint ContentHandler_Test HttpCharStream_Test NamespaceSupport_Test Transcoder_Test util

depend: ACEXML-depend ACEXML_Parser-depend ACEXML_XML_Svc_Conf_Parser-depend SAXPrint-depend ContentHandler_Test-depend HttpCharStream_Test-depend NamespaceSupport_Test-depend Transcoder_Test-depend util-depend

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

$(REMAINING_TARGETS):
	$(KEEP_GOING)@cd common && $(MAKE) -f GNUmakefile.ACEXML $(@)
	$(KEEP_GOING)@cd parser/parser && $(MAKE) -f GNUmakefile.ACEXML_Parser $(@)
	$(KEEP_GOING)@cd apps/svcconf && $(MAKE) -f GNUmakefile.ACEXML_XML_Svc_Conf_Parser $(@)
	$(KEEP_GOING)@cd examples/SAXPrint && $(MAKE) -f GNUmakefile.SAXPrint $(@)
	$(KEEP_GOING)@cd tests && $(MAKE) -f GNUmakefile.ContentHandler_Test $(@)
	$(KEEP_GOING)@cd tests && $(MAKE) -f GNUmakefile.HttpCharStream_Test $(@)
	$(KEEP_GOING)@cd tests && $(MAKE) -f GNUmakefile.NamespaceSupport_Test $(@)
	$(KEEP_GOING)@cd tests && $(MAKE) -f GNUmakefile.Transcoder_Test $(@)
	$(KEEP_GOING)@cd tests/util && $(MAKE) -f GNUmakefile.util $(@)

.PHONY: ACEXML
ACEXML:
	$(KEEP_GOING)@cd common && $(MAKE) -f GNUmakefile.ACEXML all

.PHONY: ACEXML-depend
ACEXML-depend:
	$(KEEP_GOING)@cd common && $(MAKE) -f GNUmakefile.ACEXML depend

.PHONY: ACEXML_Parser
ACEXML_Parser: ACEXML
	$(KEEP_GOING)@cd parser/parser && $(MAKE) -f GNUmakefile.ACEXML_Parser all

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

.PHONY: ACEXML_XML_Svc_Conf_Parser
ACEXML_XML_Svc_Conf_Parser: ACEXML ACEXML_Parser
	$(KEEP_GOING)@cd apps/svcconf && $(MAKE) -f GNUmakefile.ACEXML_XML_Svc_Conf_Parser all

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

.PHONY: SAXPrint
SAXPrint: ACEXML ACEXML_Parser
	$(KEEP_GOING)@cd examples/SAXPrint && $(MAKE) -f GNUmakefile.SAXPrint all

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

.PHONY: ContentHandler_Test
ContentHandler_Test: ACEXML ACEXML_Parser
	$(KEEP_GOING)@cd tests && $(MAKE) -f GNUmakefile.ContentHandler_Test all

.PHONY: ContentHandler_Test-depend
ContentHandler_Test-depend:
	$(KEEP_GOING)@cd tests && $(MAKE) -f GNUmakefile.ContentHandler_Test depend

.PHONY: HttpCharStream_Test
HttpCharStream_Test: ACEXML ACEXML_Parser
	$(KEEP_GOING)@cd tests && $(MAKE) -f GNUmakefile.HttpCharStream_Test all

.PHONY: HttpCharStream_Test-depend
HttpCharStream_Test-depend:
	$(KEEP_GOING)@cd tests && $(MAKE) -f GNUmakefile.HttpCharStream_Test depend

.PHONY: NamespaceSupport_Test
NamespaceSupport_Test: ACEXML ACEXML_Parser
	$(KEEP_GOING)@cd tests && $(MAKE) -f GNUmakefile.NamespaceSupport_Test all

.PHONY: NamespaceSupport_Test-depend
NamespaceSupport_Test-depend:
	$(KEEP_GOING)@cd tests && $(MAKE) -f GNUmakefile.NamespaceSupport_Test depend

.PHONY: Transcoder_Test
Transcoder_Test: ACEXML ACEXML_Parser
	$(KEEP_GOING)@cd tests && $(MAKE) -f GNUmakefile.Transcoder_Test all

.PHONY: Transcoder_Test-depend
Transcoder_Test-depend:
	$(KEEP_GOING)@cd tests && $(MAKE) -f GNUmakefile.Transcoder_Test depend

.PHONY: util
util: ACEXML ACEXML_Parser
	$(KEEP_GOING)@cd tests/util && $(MAKE) -f GNUmakefile.util all

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

project_name_list:
	@echo ACEXML_XML_Svc_Conf_Parser
	@echo ACEXML
	@echo SAXPrint
	@echo ACEXML_Parser
	@echo ContentHandler_Test
	@echo HttpCharStream_Test
	@echo NamespaceSupport_Test
	@echo Transcoder_Test
	@echo util
