#----------------------------------------------------------------------------
#       Borland Workspace
#
# BorlandWorkspaceCreator.pm,v 1.13 2004/07/01 19:00:58 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 /tmp/ACE_wrappers_stage-3315/ACE_wrappers/MPC/config -include /tmp/ACE_wrappers_stage-3315/ACE_wrappers/MPC/templates -type borland -recurse -hierarchy -relative ACE_ROOT=/tmp/ACE_wrappers_stage-3315/ACE_wrappers -exclude TAO/TAOACE.mwc,TAO/CIAO/CIAOTAO.mwc
#----------------------------------------------------------------------------

!include <$(ACE_ROOT)\include\makeinclude\make_flags.bor>

all: Timer_Queue_Library Timer_Queue_Async Timer_Queue_Reactor Timer_Queue_Thread

clean:
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Timer_Queue_Library.bor clean
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Timer_Queue_Async.bor clean
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Timer_Queue_Reactor.bor clean
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Timer_Queue_Thread.bor clean

realclean:
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Timer_Queue_Library.bor realclean
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Timer_Queue_Async.bor realclean
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Timer_Queue_Reactor.bor realclean
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Timer_Queue_Thread.bor realclean

install:
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Timer_Queue_Library.bor install
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Timer_Queue_Async.bor install
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Timer_Queue_Reactor.bor install
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Timer_Queue_Thread.bor install

Timer_Queue_Library:
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Timer_Queue_Library.bor all

Timer_Queue_Async: Timer_Queue_Library
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Timer_Queue_Async.bor all

Timer_Queue_Reactor: Timer_Queue_Library
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Timer_Queue_Reactor.bor all

Timer_Queue_Thread: Timer_Queue_Library
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Timer_Queue_Thread.bor all

project_name_list:
	@echo Timer_Queue_Async
	@echo Timer_Queue_Library
	@echo Timer_Queue_Reactor
	@echo Timer_Queue_Thread
