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

MAKEFILE = GNUmakefile

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

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

all: Secure_Invocation_Idl Secure_Invocation_Security_Client Secure_Invocation_Security_Server

depend: Secure_Invocation_Idl-depend Secure_Invocation_Security_Client-depend Secure_Invocation_Security_Server-depend

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

$(REMAINING_TARGETS):
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.Secure_Invocation_Idl $(@)
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.Secure_Invocation_Security_Client $(@)
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.Secure_Invocation_Security_Server $(@)

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

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

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

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

.PHONY: Secure_Invocation_Security_Server
Secure_Invocation_Security_Server: Secure_Invocation_Idl Secure_Invocation_Security_Client
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.Secure_Invocation_Security_Server all

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

project_name_list:
	@echo Secure_Invocation_Idl
	@echo Secure_Invocation_Security_Client
	@echo Secure_Invocation_Security_Server
