#----------------------------------------------------------------------------
#       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: DLL_ORB_Client DLL_ORB_Server DLL_ORB_Test_Client_Module DLL_ORB_Test_Server_Module

clean:
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f DLL_ORB_Client.bor clean
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f DLL_ORB_Server.bor clean
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f DLL_ORB_Test_Client_Module.bor clean
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f DLL_ORB_Test_Server_Module.bor clean

realclean:
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f DLL_ORB_Client.bor realclean
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f DLL_ORB_Server.bor realclean
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f DLL_ORB_Test_Client_Module.bor realclean
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f DLL_ORB_Test_Server_Module.bor realclean

install:
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f DLL_ORB_Client.bor install
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f DLL_ORB_Server.bor install
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f DLL_ORB_Test_Client_Module.bor install
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f DLL_ORB_Test_Server_Module.bor install

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

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

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

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

project_name_list:
	@echo DLL_ORB_Client
	@echo DLL_ORB_Server
	@echo DLL_ORB_Test_Client_Module
	@echo DLL_ORB_Test_Server_Module
