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

MAKEFILE = GNUmakefile

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

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

all: gperf_docs gperf cppinset adainset cinset iinset iinset2 m3inset pinset preinset taoinset tinset

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

$(REMAINING_TARGETS):
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.gperf_docs $(@)
	$(KEEP_GOING)@cd src && $(MAKE) -f GNUmakefile.gperf $(@)
	$(KEEP_GOING)@cd tests && $(MAKE) -f GNUmakefile.cppinset $(@)
	$(KEEP_GOING)@cd tests && $(MAKE) -f GNUmakefile.adainset $(@)
	$(KEEP_GOING)@cd tests && $(MAKE) -f GNUmakefile.cinset $(@)
	$(KEEP_GOING)@cd tests && $(MAKE) -f GNUmakefile.iinset $(@)
	$(KEEP_GOING)@cd tests && $(MAKE) -f GNUmakefile.iinset2 $(@)
	$(KEEP_GOING)@cd tests && $(MAKE) -f GNUmakefile.m3inset $(@)
	$(KEEP_GOING)@cd tests && $(MAKE) -f GNUmakefile.pinset $(@)
	$(KEEP_GOING)@cd tests && $(MAKE) -f GNUmakefile.preinset $(@)
	$(KEEP_GOING)@cd tests && $(MAKE) -f GNUmakefile.taoinset $(@)
	$(KEEP_GOING)@cd tests && $(MAKE) -f GNUmakefile.tinset $(@)

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

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

.PHONY: cppinset
cppinset: gperf
	$(KEEP_GOING)@cd tests && $(MAKE) -f GNUmakefile.cppinset all

.PHONY: adainset
adainset: gperf cppinset
	$(KEEP_GOING)@cd tests && $(MAKE) -f GNUmakefile.adainset all

.PHONY: cinset
cinset: gperf cppinset
	$(KEEP_GOING)@cd tests && $(MAKE) -f GNUmakefile.cinset all

.PHONY: iinset
iinset: gperf cppinset
	$(KEEP_GOING)@cd tests && $(MAKE) -f GNUmakefile.iinset all

.PHONY: iinset2
iinset2: gperf cppinset iinset
	$(KEEP_GOING)@cd tests && $(MAKE) -f GNUmakefile.iinset2 all

.PHONY: m3inset
m3inset: gperf cppinset
	$(KEEP_GOING)@cd tests && $(MAKE) -f GNUmakefile.m3inset all

.PHONY: pinset
pinset: gperf cppinset
	$(KEEP_GOING)@cd tests && $(MAKE) -f GNUmakefile.pinset all

.PHONY: preinset
preinset: gperf cppinset
	$(KEEP_GOING)@cd tests && $(MAKE) -f GNUmakefile.preinset all

.PHONY: taoinset
taoinset: gperf cppinset
	$(KEEP_GOING)@cd tests && $(MAKE) -f GNUmakefile.taoinset all

.PHONY: tinset
tinset: gperf cppinset
	$(KEEP_GOING)@cd tests && $(MAKE) -f GNUmakefile.tinset all

project_name_list:
	@echo gperf_docs
	@echo gperf
	@echo adainset
	@echo cinset
	@echo cppinset
	@echo iinset
	@echo iinset2
	@echo m3inset
	@echo pinset
	@echo preinset
	@echo taoinset
	@echo tinset
