# -*- 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: AMI_Buffering_Idl AMI_Buffering_Client AMI_Buffering_Admin AMI_Buffering_Server

depend: AMI_Buffering_Idl-depend AMI_Buffering_Client-depend AMI_Buffering_Admin-depend AMI_Buffering_Server-depend

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

$(REMAINING_TARGETS):
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.AMI_Buffering_Idl $(@)
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.AMI_Buffering_Client $(@)
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.AMI_Buffering_Admin $(@)
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.AMI_Buffering_Server $(@)

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

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

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

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

.PHONY: AMI_Buffering_Admin
AMI_Buffering_Admin: AMI_Buffering_Idl AMI_Buffering_Client
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.AMI_Buffering_Admin all

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

.PHONY: AMI_Buffering_Server
AMI_Buffering_Server: AMI_Buffering_Idl AMI_Buffering_Client
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.AMI_Buffering_Server all

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

project_name_list:
	@echo AMI_Buffering_Admin
	@echo AMI_Buffering_Client
	@echo AMI_Buffering_Idl
	@echo AMI_Buffering_Server
