summaryrefslogtreecommitdiff
path: root/TAO/tests/Leader_Followers/client.bor
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2004-04-08 20:22:33 +0000
committerbala <balanatarajan@users.noreply.github.com>2004-04-08 20:22:33 +0000
commitcf275234b2b8b8cba1b0f6d9a5255428abfc79bd (patch)
treec39489d9c7f2abd21f24bf10957207e8d863671d /TAO/tests/Leader_Followers/client.bor
parent4d46068a1ef95ac705af5fe0535ff97e43803bdd (diff)
downloadATCD-cf275234b2b8b8cba1b0f6d9a5255428abfc79bd.tar.gz
ChangeLogTag:
Diffstat (limited to 'TAO/tests/Leader_Followers/client.bor')
-rw-r--r--TAO/tests/Leader_Followers/client.bor43
1 files changed, 0 insertions, 43 deletions
diff --git a/TAO/tests/Leader_Followers/client.bor b/TAO/tests/Leader_Followers/client.bor
deleted file mode 100644
index 80df6b2e860..00000000000
--- a/TAO/tests/Leader_Followers/client.bor
+++ /dev/null
@@ -1,43 +0,0 @@
-# $Id$
-
-#
-# Makefile for building the Leader_Followers test
-#
-
-NAME = client
-
-TAO_IDL = $(CORE_BINDIR)\tao_idl -g $(CORE_BINDIR)\gperf.exe -Ge 1
-
-OBJFILES = \
- $(OBJDIR)\testC.obj \
- $(OBJDIR)\testS.obj \
- $(OBJDIR)\client.obj
-
-CFLAGS = \
- $(ACE_CFLAGS) \
- $(TAO_CFLAGS) \
- $(TAO_STRATEGIES_CFLAGS) \
- $(TAO_PORTABLESERVER_CFLAGS)
-
-LIBFILES = \
- $(ACE_LIB) \
- $(TAO_LIB) \
- $(TAO_STRATEGIES_LIB) \
- $(TAO_PORTABLESERVER_LIB)
-
-IDLFILES = \
- $(IDLDIR)\test.idl
-
-CPPDIR = .
-
-IDLDIR = .
-
-!include <$(ACE_ROOT)\include\makeinclude\build_exe.bor>
-
-#
-# IDL Build rules
-#
-
-$(IDLDIR)\testC.cpp $(IDLDIR)\testS.cpp: $(IDLDIR)\test.idl
- $(TAO_IDL) $**
-