summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/AVStreams/Full_Profile
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/AVStreams/Full_Profile')
-rw-r--r--TAO/orbsvcs/tests/AVStreams/Full_Profile/Makefile.bor8
-rw-r--r--TAO/orbsvcs/tests/AVStreams/Full_Profile/ftp.bor35
-rw-r--r--TAO/orbsvcs/tests/AVStreams/Full_Profile/server.bor35
3 files changed, 0 insertions, 78 deletions
diff --git a/TAO/orbsvcs/tests/AVStreams/Full_Profile/Makefile.bor b/TAO/orbsvcs/tests/AVStreams/Full_Profile/Makefile.bor
deleted file mode 100644
index 5530892a3f8..00000000000
--- a/TAO/orbsvcs/tests/AVStreams/Full_Profile/Makefile.bor
+++ /dev/null
@@ -1,8 +0,0 @@
-# $Id$
-#
-# Makefile for building the avstreams full_profile test
-#
-
-MAKEFILES = ftp.bor server.bor
-
-!include <$(ACE_ROOT)\include\makeinclude\recurse.bor>
diff --git a/TAO/orbsvcs/tests/AVStreams/Full_Profile/ftp.bor b/TAO/orbsvcs/tests/AVStreams/Full_Profile/ftp.bor
deleted file mode 100644
index 7919d1509ae..00000000000
--- a/TAO/orbsvcs/tests/AVStreams/Full_Profile/ftp.bor
+++ /dev/null
@@ -1,35 +0,0 @@
-# $Id$
-#
-# Makefile for building the avstreams full_profile test
-#
-
-NAME = ftp
-
-OBJFILES = \
- $(OBJDIR)\ftp.obj
-
-CFLAGS = \
- $(ACE_CFLAGS) \
- $(ACE_QOS_CFLAGS) \
- $(TAO_CFLAGS) \
- $(TAO_PORTABLESERVER_CFLAGS) \
- $(TAO_NAMING_CFLAGS) \
- $(TAO_PROPERTY_CFLAGS) \
- $(TAO_AV_CFLAGS)
-
-LIBFILES = \
- $(ACE_LIB) \
- $(ACE_QOS_LIB) \
- $(TAO_LIB) \
- $(TAO_PORTABLESERVER_LIB) \
- $(TAO_NAMING_LIB) \
- $(TAO_PROPERTY_LIB) \
- $(TAO_AV_LIB)
-
-CPPDIR = .;..
-
-!include <$(ACE_ROOT)\include\makeinclude\build_exe.bor>
-
-#
-# IDL Build rules
-#
diff --git a/TAO/orbsvcs/tests/AVStreams/Full_Profile/server.bor b/TAO/orbsvcs/tests/AVStreams/Full_Profile/server.bor
deleted file mode 100644
index aa11ace01a2..00000000000
--- a/TAO/orbsvcs/tests/AVStreams/Full_Profile/server.bor
+++ /dev/null
@@ -1,35 +0,0 @@
-# $Id$
-#
-# Makefile for building the avstreams full_profile test
-#
-
-NAME = server
-
-OBJFILES = \
- $(OBJDIR)\server.obj
-
-CFLAGS = \
- $(ACE_CFLAGS) \
- $(ACE_QOS_CFLAGS) \
- $(TAO_CFLAGS) \
- $(TAO_PORTABLESERVER_CFLAGS) \
- $(TAO_MESSAGING_CFLAGS) \
- $(TAO_NAMING_CFLAGS) \
- $(TAO_PROPERTY_CFLAGS) \
- $(TAO_IORTABLE_CFLAGS) \
- $(TAO_AV_CFLAGS)
-
-LIBFILES = \
- $(ACE_LIB) \
- $(ACE_QOS_LIB) \
- $(TAO_LIB) \
- $(TAO_PORTABLESERVER_LIB) \
- $(TAO_MESSAGING_LIB) \
- $(TAO_NAMING_LIB) \
- $(TAO_PROPERTY_LIB) \
- $(TAO_IORTABLE_LIB) \
- $(TAO_AV_LIB)
-
-CPPDIR = .;..
-
-!include <$(ACE_ROOT)\include\makeinclude\build_exe.bor>