# -*- makefile -*-
#-------------------------------------------------------------------------
#       GNU ACE Workspace
#
# GNUACEWorkspaceCreator.pm,v 1.34 2005/07/18 16:43:23 elliott_c Exp
#
# This file was generated by MPC.  Any changes made directly to
# this file will be lost the next time it is generated.
#
# MPC Command:
# bin/mwc.pl -include /project/acetmp/sm/ACE_wrappers/MPC/config -include /project/acetmp/sm/ACE_wrappers/MPC/templates -exclude TAO/TAOACE.mwc,TAO/CIAO/CIAOTAO.mwc -recurse -hierarchy -relative ACE_ROOT=/tmp/ACE_wrappers_stage-9893/ACE_wrappers
#
#-------------------------------------------------------------------------
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_Mutex Misc_Test_Naming Misc_Test_Singleton

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

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

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

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

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

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

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

REMAINING_TARGETS := $(subst 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_Mutex $(@)
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.Misc_Test_Naming $(@)
	$(KEEP_GOING)@$(MAKE) -f GNUmakefile.Misc_Test_Singleton $(@)

