# -*- makefile -*-
#----------------------------------------------------------------------------
#       GNU ACE Workspace
#
# $Id: GNUACEWorkspaceCreator.pm 94635 2011-10-06 12:59:23Z johnnyw $
#
# 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/build/DOC_ROOT/stage-1365/ACE_wrappers/bin/mwc.pl -type gnuace -exclude "TAO/TAO_*.mwc,TAO/CIAO/CIAO_*.mwc" -workers 12 -recurse -hierarchy -relative ACE_ROOT=/home/build/DOC_ROOT/stage-1365/ACE_wrappers -relative TAO_ROOT=/home/build/DOC_ROOT/stage-1365/ACE_wrappers/TAO -relative CIAO_ROOT=/home/build/DOC_ROOT/stage-1365/ACE_wrappers/TAO/CIAO -relative DANCE_ROOT=/home/build/DOC_ROOT/stage-1365/ACE_wrappers/TAO/DAnCE
#
#----------------------------------------------------------------------------

MAKEFILE = GNUmakefile

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

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

all: Misc_Basic_Perf Misc_Childbirth_Time Misc_Context_Switch_Time Misc_Preempt Misc_Test_Guard Misc_Test_Mutex Misc_Test_Naming Misc_Test_Singleton

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

$(REMAINING_TARGETS):
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.Misc_Basic_Perf $(@)
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.Misc_Childbirth_Time $(@)
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.Misc_Context_Switch_Time $(@)
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.Misc_Preempt $(@)
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.Misc_Test_Guard $(@)
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.Misc_Test_Mutex $(@)
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.Misc_Test_Naming $(@)
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.Misc_Test_Singleton $(@)

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

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

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

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

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

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

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

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

project_name_list:
	@echo Misc_Basic_Perf
	@echo Misc_Childbirth_Time
	@echo Misc_Context_Switch_Time
	@echo Misc_Preempt
	@echo Misc_Test_Guard
	@echo Misc_Test_Mutex
	@echo Misc_Test_Naming
	@echo Misc_Test_Singleton
