# -*- makefile -*-
#----------------------------------------------------------------------------
#       GNU ACE Workspace
#
# 
#
# 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/johnny/DOC_ROOT/stage-6476/ACE_wrappers/bin/mwc.pl -type gnuace -exclude TAO/TAO_ACE.mwc -workers 8 -recurse -hierarchy -relative ACE_ROOT=/home/johnny/DOC_ROOT/stage-6476/ACE_wrappers -relative TAO_ROOT=/home/johnny/DOC_ROOT/stage-6476/ACE_wrappers/TAO
#
#----------------------------------------------------------------------------

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

depend: idl_one_gen-depend stub_one-depend idl_two_gen-depend stub_two-depend idl_three_gen-depend stub_three-depend Skel_Inheritance_Client-depend skel_one-depend skel_two-depend skel_three-depend Skel_Inheritance_Server-depend

REMAINING_TARGETS := $(filter-out all depend,$(TARGETS_NESTED:.nested=)) $(CUSTOM_TARGETS)
.PHONY: $(REMAINING_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: idl_one_gen-depend
idl_one_gen-depend:
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.idl_one_gen depend

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

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

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

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

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

.PHONY: stub_two-depend
stub_two-depend:
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.stub_two depend

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

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

.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: stub_three-depend
stub_three-depend:
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.stub_three depend

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

.PHONY: Skel_Inheritance_Client-depend
Skel_Inheritance_Client-depend:
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.Skel_Inheritance_Client depend

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

.PHONY: skel_one-depend
skel_one-depend:
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.skel_one depend

.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_two-depend
skel_two-depend:
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.skel_two depend

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

.PHONY: skel_three-depend
skel_three-depend:
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.skel_three depend

.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

.PHONY: Skel_Inheritance_Server-depend
Skel_Inheritance_Server-depend:
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.Skel_Inheritance_Server depend

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
