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

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

depend: Misc_Basic_Perf-depend Misc_Childbirth_Time-depend Misc_Context_Switch_Time-depend Misc_Preempt-depend Misc_Test_Guard-depend Misc_Test_Mutex-depend Misc_Test_Naming-depend Misc_Test_Singleton-depend

REMAINING_TARGETS := $(filter-out all depend,$(TARGETS_NESTED:.nested=)) $(CUSTOM_TARGETS)
.PHONY: $(REMAINING_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_Basic_Perf-depend
Misc_Basic_Perf-depend:
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.Misc_Basic_Perf depend

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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
