# -*- 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: DCPSInfoRepo_Lib DCPSInfoRepo_Federator DCPSInfoRepo_Serv DCPSInfoRepo_Main

depend: DCPSInfoRepo_Lib-depend DCPSInfoRepo_Federator-depend DCPSInfoRepo_Serv-depend DCPSInfoRepo_Main-depend

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

$(REMAINING_TARGETS):
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.DCPSInfoRepo_Lib $(@)
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.DCPSInfoRepo_Federator $(@)
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.DCPSInfoRepo_Serv $(@)
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.DCPSInfoRepo_Main $(@)

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

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

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

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

.PHONY: DCPSInfoRepo_Serv
DCPSInfoRepo_Serv: DCPSInfoRepo_Lib DCPSInfoRepo_Federator
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.DCPSInfoRepo_Serv all

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

.PHONY: DCPSInfoRepo_Main
DCPSInfoRepo_Main: DCPSInfoRepo_Lib DCPSInfoRepo_Federator DCPSInfoRepo_Serv
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.DCPSInfoRepo_Main all

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

project_name_list:
	@echo DCPSInfoRepo_Federator
	@echo DCPSInfoRepo_Lib
	@echo DCPSInfoRepo_Main
	@echo DCPSInfoRepo_Serv
