# -*- 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: Basic_IDL Basic_Client Basic_Server

depend: Basic_IDL-depend Basic_Client-depend Basic_Server-depend

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

$(REMAINING_TARGETS):
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.Basic_IDL $(@)
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.Basic_Client $(@)
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.Basic_Server $(@)

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

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

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

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

.PHONY: Basic_Server
Basic_Server: Basic_IDL Basic_Client
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.Basic_Server all

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

project_name_list:
	@echo Basic_Client
	@echo Basic_IDL
	@echo Basic_Server
