# -*- 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: Big_String_Sequence_Idl Big_String_Sequence_Server Big_String_Sequence_Client PMB_With_Fragments-target

depend: Big_String_Sequence_Idl-depend Big_String_Sequence_Server-depend Big_String_Sequence_Client-depend PMB_With_Fragments-target-depend

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

$(REMAINING_TARGETS):
	$(KEEP_GOING)@cd Big_String_Sequence && $(MAKE) -f GNUmakefile.Big_String_Sequence_Idl $(@)
	$(KEEP_GOING)@cd Big_String_Sequence && $(MAKE) -f GNUmakefile.Big_String_Sequence_Server $(@)
	$(KEEP_GOING)@cd Big_String_Sequence && $(MAKE) -f GNUmakefile.Big_String_Sequence_Client $(@)
	$(KEEP_GOING)@cd PMB_With_Fragments && $(MAKE) -f GNUmakefile.PMB_With_Fragments $(@)

.PHONY: Big_String_Sequence_Idl
Big_String_Sequence_Idl:
	$(KEEP_GOING)@cd Big_String_Sequence && $(MAKE) -f GNUmakefile.Big_String_Sequence_Idl all

.PHONY: Big_String_Sequence_Idl-depend
Big_String_Sequence_Idl-depend:
	$(KEEP_GOING)@cd Big_String_Sequence && $(MAKE) -f GNUmakefile.Big_String_Sequence_Idl depend

.PHONY: Big_String_Sequence_Server
Big_String_Sequence_Server: Big_String_Sequence_Idl
	$(KEEP_GOING)@cd Big_String_Sequence && $(MAKE) -f GNUmakefile.Big_String_Sequence_Server all

.PHONY: Big_String_Sequence_Server-depend
Big_String_Sequence_Server-depend:
	$(KEEP_GOING)@cd Big_String_Sequence && $(MAKE) -f GNUmakefile.Big_String_Sequence_Server depend

.PHONY: Big_String_Sequence_Client
Big_String_Sequence_Client: Big_String_Sequence_Idl Big_String_Sequence_Server
	$(KEEP_GOING)@cd Big_String_Sequence && $(MAKE) -f GNUmakefile.Big_String_Sequence_Client all

.PHONY: Big_String_Sequence_Client-depend
Big_String_Sequence_Client-depend:
	$(KEEP_GOING)@cd Big_String_Sequence && $(MAKE) -f GNUmakefile.Big_String_Sequence_Client depend

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

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

project_name_list:
	@echo Big_String_Sequence_Client
	@echo Big_String_Sequence_Idl
	@echo Big_String_Sequence_Server
	@echo PMB_With_Fragments-target
