# -*- 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: idl_one_gen stub_one idl_two_gen stub_two idl_three_gen stub_three Skel_Inheritance_Client skel_one skel_two skel_three Skel_Inheritance_Server

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

$(REMAINING_TARGETS):
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.idl_one_gen $(@)
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.stub_one $(@)
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.idl_two_gen $(@)
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.stub_two $(@)
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.idl_three_gen $(@)
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.stub_three $(@)
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.Skel_Inheritance_Client $(@)
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.skel_one $(@)
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.skel_two $(@)
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.skel_three $(@)
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.Skel_Inheritance_Server $(@)

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

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

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

.PHONY: stub_two
stub_two: idl_one_gen stub_one idl_two_gen
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.stub_two all

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

.PHONY: stub_three
stub_three: idl_one_gen stub_one idl_two_gen stub_two idl_three_gen
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.stub_three all

.PHONY: Skel_Inheritance_Client
Skel_Inheritance_Client: stub_one stub_two stub_three
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.Skel_Inheritance_Client all

.PHONY: skel_one
skel_one: idl_one_gen stub_one
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.skel_one all

.PHONY: skel_two
skel_two: idl_one_gen stub_one idl_two_gen stub_two skel_one
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.skel_two all

.PHONY: skel_three
skel_three: idl_three_gen stub_three skel_one skel_two
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.skel_three all

.PHONY: Skel_Inheritance_Server
Skel_Inheritance_Server: stub_one stub_two stub_three skel_one skel_two skel_three
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.Skel_Inheritance_Server all

project_name_list:
	@echo Skel_Inheritance_Client
	@echo Skel_Inheritance_Server
	@echo idl_one_gen
	@echo idl_three_gen
	@echo idl_two_gen
	@echo skel_one
	@echo skel_three
	@echo skel_two
	@echo stub_one
	@echo stub_three
	@echo stub_two
