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

MAKEFILE = GNUmakefile

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

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

all: OctetSeq_Idl OctetSeq_Client OctetSeq_OctetSeq OctetSeq_Server

depend: OctetSeq_Idl-depend OctetSeq_Client-depend OctetSeq_OctetSeq-depend OctetSeq_Server-depend

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

$(REMAINING_TARGETS):
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.OctetSeq_Idl $(@)
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.OctetSeq_Client $(@)
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.OctetSeq_OctetSeq $(@)
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.OctetSeq_Server $(@)

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

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

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

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

.PHONY: OctetSeq_OctetSeq
OctetSeq_OctetSeq: OctetSeq_Idl OctetSeq_Client
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.OctetSeq_OctetSeq all

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

.PHONY: OctetSeq_Server
OctetSeq_Server: OctetSeq_Idl OctetSeq_Client
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.OctetSeq_Server all

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

project_name_list:
	@echo OctetSeq_Client
	@echo OctetSeq_Idl
	@echo OctetSeq_OctetSeq
	@echo OctetSeq_Server
