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

MAKEFILE = GNUmakefile

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

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

all: AVS_Component_Switching_Send AVS_Component_Switching_Dist AVS_Component_Switching_Recv

depend: AVS_Component_Switching_Send-depend AVS_Component_Switching_Dist-depend AVS_Component_Switching_Recv-depend

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

$(REMAINING_TARGETS):
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.AVS_Component_Switching_Send $(@)
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.AVS_Component_Switching_Dist $(@)
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.AVS_Component_Switching_Recv $(@)

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

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

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

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

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

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

project_name_list:
	@echo AVS_Component_Switching_Dist
	@echo AVS_Component_Switching_Recv
	@echo AVS_Component_Switching_Send
