summaryrefslogtreecommitdiff
path: root/TAO/tests/AMI_Timeouts/client.bor
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/AMI_Timeouts/client.bor')
-rw-r--r--TAO/tests/AMI_Timeouts/client.bor40
1 files changed, 0 insertions, 40 deletions
diff --git a/TAO/tests/AMI_Timeouts/client.bor b/TAO/tests/AMI_Timeouts/client.bor
deleted file mode 100644
index f42d4efc2c8..00000000000
--- a/TAO/tests/AMI_Timeouts/client.bor
+++ /dev/null
@@ -1,40 +0,0 @@
-#
-# Makefile for building the AMI timeout client
-#
-
-NAME = client
-
-TAO_IDL = $(CORE_BINDIR)\tao_idl -g $(CORE_BINDIR)\gperf.exe -Ge 1 -GC -Gv
-
-OBJFILES = \
- $(OBJDIR)\timeoutS.obj \
- $(OBJDIR)\timeoutC.obj \
- $(OBJDIR)\timeout_i.obj \
- $(OBJDIR)\timeout_client.obj \
- $(OBJDIR)\client.obj
-
-CFLAGS = \
- $(ACE_CFLAGS) \
- $(TAO_CFLAGS) \
- $(TAO_PORTABLESERVER_CFLAGS)
-
-LIBFILES = \
- $(ACE_LIB) \
- $(TAO_LIB) \
- $(TAO_PORTABLESERVER_LIB)
-
-CPPDIR = .
-
-IDLDIR = .
-
-IDLFILES = \
- $(IDLDIR)\timeout.idl
-
-!include <$(ACE_ROOT)\include\makeinclude\build_exe.bor>
-
-#
-# IDL Build rules
-#
-
-$(IDLDIR)\timeoutS.cpp $(IDLDIR)\timeoutC.cpp: $(IDLDIR)\timeout.idl
- $(TAO_IDL) $**