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

MAKEFILE = GNUmakefile

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

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

all: IDL_Test_IDL IDL_Test_DLL IDL_Test_Main IDL_Test_Versioned_Namespace_1 IDL_Test_Versioned_Namespace_2

depend: IDL_Test_IDL-depend IDL_Test_DLL-depend IDL_Test_Main-depend IDL_Test_Versioned_Namespace_1-depend IDL_Test_Versioned_Namespace_2-depend

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

$(REMAINING_TARGETS):
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.IDL_Test_IDL $(@)
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.IDL_Test_DLL $(@)
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.IDL_Test_Main $(@)
	$(KEEP_GOING)@cd Versioned_Namespace && $(MAKE) -f GNUmakefile.IDL_Test_Versioned_Namespace_1 $(@)
	$(KEEP_GOING)@cd Versioned_Namespace && $(MAKE) -f GNUmakefile.IDL_Test_Versioned_Namespace_2 $(@)

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

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

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

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

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

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

.PHONY: IDL_Test_Versioned_Namespace_1
IDL_Test_Versioned_Namespace_1:
	$(KEEP_GOING)@cd Versioned_Namespace && $(MAKE) -f GNUmakefile.IDL_Test_Versioned_Namespace_1 all

.PHONY: IDL_Test_Versioned_Namespace_1-depend
IDL_Test_Versioned_Namespace_1-depend:
	$(KEEP_GOING)@cd Versioned_Namespace && $(MAKE) -f GNUmakefile.IDL_Test_Versioned_Namespace_1 depend

.PHONY: IDL_Test_Versioned_Namespace_2
IDL_Test_Versioned_Namespace_2:
	$(KEEP_GOING)@cd Versioned_Namespace && $(MAKE) -f GNUmakefile.IDL_Test_Versioned_Namespace_2 all

.PHONY: IDL_Test_Versioned_Namespace_2-depend
IDL_Test_Versioned_Namespace_2-depend:
	$(KEEP_GOING)@cd Versioned_Namespace && $(MAKE) -f GNUmakefile.IDL_Test_Versioned_Namespace_2 depend

project_name_list:
	@echo IDL_Test_DLL
	@echo IDL_Test_IDL
	@echo IDL_Test_Main
	@echo IDL_Test_Versioned_Namespace_1
	@echo IDL_Test_Versioned_Namespace_2
