# -*- makefile -*-
#----------------------------------------------------------------------------
#       GNU ACE Workspace
#
# $Id: GNUACEWorkspaceCreator.pm 935 2008-12-10 21:47:27Z mitza $
#
# 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/taoadmin/1.6a/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_InfoRepoLib DCPSInfoRepo_Federator DCPSInfoRepo_DCPSInfoRepoServ DCPSInfoRepo_InfoRepo

REMAINING_TARGETS := $(subst all, , $(TARGETS_NESTED:.nested=)) $(CUSTOM_TARGETS)

$(REMAINING_TARGETS):
	@$(MAKE) -f GNUmakefile.DCPSInfoRepo_InfoRepoLib $(@)
	@$(MAKE) -f GNUmakefile.DCPSInfoRepo_Federator $(@)
	@$(MAKE) -f GNUmakefile.DCPSInfoRepo_DCPSInfoRepoServ $(@)
	@$(MAKE) -f GNUmakefile.DCPSInfoRepo_InfoRepo $(@)

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

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

.PHONY: DCPSInfoRepo_DCPSInfoRepoServ
DCPSInfoRepo_DCPSInfoRepoServ: DCPSInfoRepo_InfoRepoLib DCPSInfoRepo_Federator
	@$(MAKE) -f GNUmakefile.DCPSInfoRepo_DCPSInfoRepoServ all

.PHONY: DCPSInfoRepo_InfoRepo
DCPSInfoRepo_InfoRepo: DCPSInfoRepo_InfoRepoLib DCPSInfoRepo_Federator DCPSInfoRepo_DCPSInfoRepoServ
	@$(MAKE) -f GNUmakefile.DCPSInfoRepo_InfoRepo all

project_name_list:
	@echo DCPSInfoRepo_DCPSInfoRepoServ
	@echo DCPSInfoRepo_Federator
	@echo DCPSInfoRepo_InfoRepo
	@echo DCPSInfoRepo_InfoRepoLib
