#----------------------------------------------------------------------------
#       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: Malloc Mem_Map PI_Malloc Pool_Growth Shared_Memory_Hash_Map

clean:
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Malloc.bor clean
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Mem_Map.bor clean
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f PI_Malloc.bor clean
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Pool_Growth.bor clean
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Shared_Memory_Hash_Map.bor clean

realclean:
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Malloc.bor realclean
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Mem_Map.bor realclean
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f PI_Malloc.bor realclean
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Pool_Growth.bor realclean
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Shared_Memory_Hash_Map.bor realclean

install:
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Malloc.bor install
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Mem_Map.bor install
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f PI_Malloc.bor install
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Pool_Growth.bor install
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Shared_Memory_Hash_Map.bor install

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

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

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

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

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

project_name_list:
	@echo Malloc
	@echo Mem_Map
	@echo PI_Malloc
	@echo Pool_Growth
	@echo Shared_Memory_Hash_Map
