# -*- makefile -*-
#----------------------------------------------------------------------------
#       GNU ACE Workspace
#
# $Id: GNUACEWorkspaceCreator.pm 80826 2008-03-04 14:51:23Z wotte $
#
# This file was generated by MPC.  Any changes made directly to
# this file will be lost the next time it is generated.
#
# MPC Command:
# /export/anduriltmp/bczar/DOC_ROOT/stage-17314/ACE_wrappers/bin/mwc.pl -type gnuace -exclude "TAO/TAO_*.mwc,TAO/CIAO/CIAO_*.mwc" -recurse -hierarchy -relative ACE_ROOT=/export/anduriltmp/bczar/DOC_ROOT/stage-17314/ACE_wrappers -relative TAO_ROOT=/export/anduriltmp/bczar/DOC_ROOT/stage-17314/ACE_wrappers/TAO -relative CIAO_ROOT=/export/anduriltmp/bczar/DOC_ROOT/stage-17314/ACE_wrappers/TAO/CIAO -relative DANCE_ROOT=/export/anduriltmp/bczar/DOC_ROOT/stage-17314/ACE_wrappers/TAO/CIAO/DAnCE
#
#----------------------------------------------------------------------------

MAKEFILE = GNUmakefile

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

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

all: Auth_Idl Auth_Client Auth_Server IOR_Idl IOR_Client IOR_Server PICurrent_Idl PICurrent_Client PICurrent_Server SimpleCode_Idl SimpleCode_Server SimpleCode_Client

REMAINING_TARGETS := $(subst all, , $(TARGETS_NESTED:.nested=)) $(CUSTOM_TARGETS)

$(REMAINING_TARGETS):
	@cd Auth && $(MAKE) -f GNUmakefile.Auth_Idl $(@)
	@cd Auth && $(MAKE) -f GNUmakefile.Auth_Client $(@)
	@cd Auth && $(MAKE) -f GNUmakefile.Auth_Server $(@)
	@cd IOR && $(MAKE) -f GNUmakefile.IOR_Idl $(@)
	@cd IOR && $(MAKE) -f GNUmakefile.IOR_Client $(@)
	@cd IOR && $(MAKE) -f GNUmakefile.IOR_Server $(@)
	@cd PICurrent && $(MAKE) -f GNUmakefile.PICurrent_Idl $(@)
	@cd PICurrent && $(MAKE) -f GNUmakefile.PICurrent_Client $(@)
	@cd PICurrent && $(MAKE) -f GNUmakefile.PICurrent_Server $(@)
	@cd SimpleCodec && $(MAKE) -f GNUmakefile.SimpleCode_Idl $(@)
	@cd SimpleCodec && $(MAKE) -f GNUmakefile.SimpleCode_Server $(@)
	@cd SimpleCodec && $(MAKE) -f GNUmakefile.SimpleCode_Client $(@)

.PHONY: Auth_Idl
Auth_Idl:
	@cd Auth && $(MAKE) -f GNUmakefile.Auth_Idl all

.PHONY: Auth_Client
Auth_Client: Auth_Idl
	@cd Auth && $(MAKE) -f GNUmakefile.Auth_Client all

.PHONY: Auth_Server
Auth_Server: Auth_Idl Auth_Client
	@cd Auth && $(MAKE) -f GNUmakefile.Auth_Server all

.PHONY: IOR_Idl
IOR_Idl:
	@cd IOR && $(MAKE) -f GNUmakefile.IOR_Idl all

.PHONY: IOR_Client
IOR_Client: IOR_Idl
	@cd IOR && $(MAKE) -f GNUmakefile.IOR_Client all

.PHONY: IOR_Server
IOR_Server: IOR_Idl IOR_Client
	@cd IOR && $(MAKE) -f GNUmakefile.IOR_Server all

.PHONY: PICurrent_Idl
PICurrent_Idl:
	@cd PICurrent && $(MAKE) -f GNUmakefile.PICurrent_Idl all

.PHONY: PICurrent_Client
PICurrent_Client: PICurrent_Idl
	@cd PICurrent && $(MAKE) -f GNUmakefile.PICurrent_Client all

.PHONY: PICurrent_Server
PICurrent_Server: PICurrent_Idl PICurrent_Client
	@cd PICurrent && $(MAKE) -f GNUmakefile.PICurrent_Server all

.PHONY: SimpleCode_Idl
SimpleCode_Idl:
	@cd SimpleCodec && $(MAKE) -f GNUmakefile.SimpleCode_Idl all

.PHONY: SimpleCode_Server
SimpleCode_Server: SimpleCode_Idl
	@cd SimpleCodec && $(MAKE) -f GNUmakefile.SimpleCode_Server all

.PHONY: SimpleCode_Client
SimpleCode_Client: SimpleCode_Idl SimpleCode_Server
	@cd SimpleCodec && $(MAKE) -f GNUmakefile.SimpleCode_Client all

project_name_list:
	@echo Auth_Client
	@echo Auth_Idl
	@echo Auth_Server
	@echo IOR_Client
	@echo IOR_Idl
	@echo IOR_Server
	@echo PICurrent_Client
	@echo PICurrent_Idl
	@echo PICurrent_Server
	@echo SimpleCode_Client
	@echo SimpleCode_Idl
	@echo SimpleCode_Server
