summaryrefslogtreecommitdiff
path: root/TAO/tests/LongUpcalls/ami_server.bor
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/LongUpcalls/ami_server.bor')
-rw-r--r--TAO/tests/LongUpcalls/ami_server.bor39
1 files changed, 0 insertions, 39 deletions
diff --git a/TAO/tests/LongUpcalls/ami_server.bor b/TAO/tests/LongUpcalls/ami_server.bor
deleted file mode 100644
index 0529fc5af63..00000000000
--- a/TAO/tests/LongUpcalls/ami_server.bor
+++ /dev/null
@@ -1,39 +0,0 @@
-#
-# Makefile for building the Faults Test executable
-#
-
-NAME = ami_server
-
-TAO_IDL = $(CORE_BINDIR)\tao_idl -g $(CORE_BINDIR)\gperf.exe -Ge 1 -GC
-
-OBJFILES = \
- $(OBJDIR)\TestC.obj \
- $(OBJDIR)\TestS.obj \
- $(OBJDIR)\AMI_Manager.obj \
- $(OBJDIR)\ami_server.obj
-
-CFLAGS = \
- $(ACE_CFLAGS) \
- $(TAO_CFLAGS) \
- $(TAO_PORTABLESERVER_CFLAGS)
-
-LIBFILES = \
- $(ACE_LIB) \
- $(TAO_LIB) \
- $(TAO_PORTABLESERVER_LIB)
-
-IDLFILES = \
- $(IDLDIR)\Test.idl
-
-CPPDIR = .
-
-IDLDIR = .
-
-!include <$(ACE_ROOT)\include\makeinclude\build_exe.bor>
-
-#
-# IDL Build rules
-#
-
-$(IDLDIR)\TestS.cpp $(IDLDIR)\TestC.cpp: $(IDLDIR)\Test.idl
- $(TAO_IDL) $**