# -*- 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: Collocated_Best_Direct-target Collocated_Best_NoColl-target Collocated_Best_ThruP

depend: Collocated_Best_Direct-target-depend Collocated_Best_NoColl-target-depend Collocated_Best_ThruP-depend

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

$(REMAINING_TARGETS):
	$(KEEP_GOING)@cd Collocated_Best_Direct && $(MAKE) -f GNUmakefile.Collocated_Best_Direct $(@)
	$(KEEP_GOING)@cd Collocated_Best_NoColl && $(MAKE) -f GNUmakefile.Collocated_Best_NoColl $(@)
	$(KEEP_GOING)@cd Collocated_Best_ThuP && $(MAKE) -f GNUmakefile.Collocated_Best_ThruP $(@)

.PHONY: Collocated_Best_Direct-target
Collocated_Best_Direct-target:
	$(KEEP_GOING)@cd Collocated_Best_Direct && $(MAKE) -f GNUmakefile.Collocated_Best_Direct all

.PHONY: Collocated_Best_Direct-target-depend
Collocated_Best_Direct-target-depend:
	$(KEEP_GOING)@cd Collocated_Best_Direct && $(MAKE) -f GNUmakefile.Collocated_Best_Direct depend

.PHONY: Collocated_Best_NoColl-target
Collocated_Best_NoColl-target:
	$(KEEP_GOING)@cd Collocated_Best_NoColl && $(MAKE) -f GNUmakefile.Collocated_Best_NoColl all

.PHONY: Collocated_Best_NoColl-target-depend
Collocated_Best_NoColl-target-depend:
	$(KEEP_GOING)@cd Collocated_Best_NoColl && $(MAKE) -f GNUmakefile.Collocated_Best_NoColl depend

.PHONY: Collocated_Best_ThruP
Collocated_Best_ThruP:
	$(KEEP_GOING)@cd Collocated_Best_ThuP && $(MAKE) -f GNUmakefile.Collocated_Best_ThruP all

.PHONY: Collocated_Best_ThruP-depend
Collocated_Best_ThruP-depend:
	$(KEEP_GOING)@cd Collocated_Best_ThuP && $(MAKE) -f GNUmakefile.Collocated_Best_ThruP depend

project_name_list:
	@echo Collocated_Best_Direct-target
	@echo Collocated_Best_NoColl-target
	@echo Collocated_Best_ThruP
