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

MAKEFILE = GNUmakefile

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

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

all: FT_App_Analyzer FT_App_Idl FT_App_Client FT_App_Creator FT_App_FactoryRegistry FT_App_FaultConsumer FT_App_Notifier FT_App_RMController FT_App_Server

depend: FT_App_Analyzer-depend FT_App_Idl-depend FT_App_Client-depend FT_App_Creator-depend FT_App_FactoryRegistry-depend FT_App_FaultConsumer-depend FT_App_Notifier-depend FT_App_RMController-depend FT_App_Server-depend

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

$(REMAINING_TARGETS):
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.FT_App_Analyzer $(@)
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.FT_App_Idl $(@)
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.FT_App_Client $(@)
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.FT_App_Creator $(@)
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.FT_App_FactoryRegistry $(@)
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.FT_App_FaultConsumer $(@)
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.FT_App_Notifier $(@)
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.FT_App_RMController $(@)
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.FT_App_Server $(@)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.PHONY: FT_App_Server
FT_App_Server: FT_App_Idl FT_App_Client
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.FT_App_Server all

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

project_name_list:
	@echo FT_App_Analyzer
	@echo FT_App_Client
	@echo FT_App_Creator
	@echo FT_App_FactoryRegistry
	@echo FT_App_FaultConsumer
	@echo FT_App_Idl
	@echo FT_App_Notifier
	@echo FT_App_RMController
	@echo FT_App_Server
