# -*- makefile -*-
#----------------------------------------------------------------------------
#       GNU ACE Workspace
#
# $Id: GNUACEWorkspaceCreator.pm 2179 2013-05-28 22:16:51Z mesnierp $
#
# This file was generated by MPC.  Any changes made directly to
# this file will be lost the next time it is generated.
#
# MPC Command:
# /tao_builds/jenkins/workspace/oci_tao-2_2_0_spider_linux_gcc_d1o0/ACE_wrappers//bin/mwc.pl -type gnuace DDS.mwc
#
#----------------------------------------------------------------------------

MAKEFILE = GNUmakefile

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

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

all: idl_test1_lib-target idl_test1_main-target idl_test2_lib-target idl_test3_lib-target idl_test3_main-target DDS_Namespace_Conflict

depend: idl_test1_lib-target-depend idl_test1_main-target-depend idl_test2_lib-target-depend idl_test3_lib-target-depend idl_test3_main-target-depend DDS_Namespace_Conflict-depend

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

$(REMAINING_TARGETS):
	$(KEEP_GOING)@cd idl_test1_lib && $(MAKE) -f GNUmakefile.idl_test1_lib $(@)
	$(KEEP_GOING)@cd idl_test1_main && $(MAKE) -f GNUmakefile.idl_test1_main $(@)
	$(KEEP_GOING)@cd idl_test2_lib && $(MAKE) -f GNUmakefile.idl_test2_lib $(@)
	$(KEEP_GOING)@cd idl_test3_lib && $(MAKE) -f GNUmakefile.idl_test3_lib $(@)
	$(KEEP_GOING)@cd idl_test3_main && $(MAKE) -f GNUmakefile.idl_test3_main $(@)
	$(KEEP_GOING)@cd namespace_conflict && $(MAKE) -f GNUmakefile.DDS_Namespace_Conflict $(@)

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

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

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

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

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

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

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

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

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

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

.PHONY: DDS_Namespace_Conflict
DDS_Namespace_Conflict:
	$(KEEP_GOING)@cd namespace_conflict && $(MAKE) -f GNUmakefile.DDS_Namespace_Conflict all

.PHONY: DDS_Namespace_Conflict-depend
DDS_Namespace_Conflict-depend:
	$(KEEP_GOING)@cd namespace_conflict && $(MAKE) -f GNUmakefile.DDS_Namespace_Conflict depend

project_name_list:
	@echo idl_test1_lib-target
	@echo idl_test1_main-target
	@echo idl_test2_lib-target
	@echo idl_test3_lib-target
	@echo idl_test3_main-target
	@echo DDS_Namespace_Conflict
