summaryrefslogtreecommitdiff
path: root/ACEXML
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2004-04-08 20:22:59 +0000
committerbala <balanatarajan@users.noreply.github.com>2004-04-08 20:22:59 +0000
commit3ea1fc6894f4f53b7f8fa221f8bb40210de810f8 (patch)
tree0aa6bcbaad34f539209d2c249f29b0d1223f8536 /ACEXML
parentcf275234b2b8b8cba1b0f6d9a5255428abfc79bd (diff)
downloadATCD-3ea1fc6894f4f53b7f8fa221f8bb40210de810f8.tar.gz
ChangeLogTag:Thu Apr 8 20:12:30 2004 Balachandran Natarajan <bala@dre.vanderbilt.edu>
Diffstat (limited to 'ACEXML')
-rw-r--r--ACEXML/Makefile.bor115
-rw-r--r--ACEXML/apps/Makefile.bor10
-rw-r--r--ACEXML/apps/svcconf/Makefile.ACEXML_XML_Svc_Conf_Parser.bor58
-rw-r--r--ACEXML/apps/svcconf/Makefile.bor23
-rw-r--r--ACEXML/common/Makefile.ACEXML.bor116
-rw-r--r--ACEXML/common/Makefile.bor23
-rw-r--r--ACEXML/examples/Makefile.bor11
-rw-r--r--ACEXML/examples/SAXPrint/Makefile.SAXPrint.bor58
-rw-r--r--ACEXML/examples/SAXPrint/Makefile.bor23
-rw-r--r--ACEXML/parser/Makefile.bor11
-rw-r--r--ACEXML/parser/parser/Makefile.ACEXML_Parser.bor62
-rw-r--r--ACEXML/parser/parser/Makefile.bor23
-rw-r--r--ACEXML/tests/Makefile.ContentHandler_Test.bor50
-rw-r--r--ACEXML/tests/Makefile.HttpCharStream_Test.bor50
-rw-r--r--ACEXML/tests/Makefile.NamespaceSupport_Test.bor50
-rw-r--r--ACEXML/tests/Makefile.Transcoder_Test.bor50
-rw-r--r--ACEXML/tests/Makefile.bor35
17 files changed, 0 insertions, 768 deletions
diff --git a/ACEXML/Makefile.bor b/ACEXML/Makefile.bor
deleted file mode 100644
index 434eae10208..00000000000
--- a/ACEXML/Makefile.bor
+++ /dev/null
@@ -1,115 +0,0 @@
-#
-# $Id$
-#
-#----------------------------------------------------------------------------
-# Borland Workspace
-#----------------------------------------------------------------------------
-
-!include <$(ACE_ROOT)\include\makeinclude\make_flags.bor>
-
-all:
- @cd common
- $(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Makefile.ACEXML.bor all
- @cd ../
- @cd parser/parser
- $(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Makefile.ACEXML_Parser.bor all
- @cd ../../
- @cd apps/svcconf
- $(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Makefile.ACEXML_XML_Svc_Conf_Parser.bor all
- @cd ../../
- @cd examples/SAXPrint
- $(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Makefile.SAXPrint.bor all
- @cd ../../
- @cd tests
- $(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Makefile.Transcoder_Test.bor all
- @cd ../
- @cd tests
- $(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Makefile.NamespaceSupport_Test.bor all
- @cd ../
- @cd tests
- $(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Makefile.HttpCharStream_Test.bor all
- @cd ../
- @cd tests
- $(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Makefile.ContentHandler_Test.bor all
- @cd ../
-
-clean:
- @cd common
- $(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Makefile.ACEXML.bor clean
- @cd ../
- @cd parser/parser
- $(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Makefile.ACEXML_Parser.bor clean
- @cd ../../
- @cd apps/svcconf
- $(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Makefile.ACEXML_XML_Svc_Conf_Parser.bor clean
- @cd ../../
- @cd examples/SAXPrint
- $(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Makefile.SAXPrint.bor clean
- @cd ../../
- @cd tests
- $(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Makefile.Transcoder_Test.bor clean
- @cd ../
- @cd tests
- $(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Makefile.NamespaceSupport_Test.bor clean
- @cd ../
- @cd tests
- $(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Makefile.HttpCharStream_Test.bor clean
- @cd ../
- @cd tests
- $(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Makefile.ContentHandler_Test.bor clean
- @cd ../
-
-realclean:
- @cd common
- $(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Makefile.ACEXML.bor realclean
- @cd ../
- @cd parser/parser
- $(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Makefile.ACEXML_Parser.bor realclean
- @cd ../../
- @cd apps/svcconf
- $(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Makefile.ACEXML_XML_Svc_Conf_Parser.bor realclean
- @cd ../../
- @cd examples/SAXPrint
- $(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Makefile.SAXPrint.bor realclean
- @cd ../../
- @cd tests
- $(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Makefile.Transcoder_Test.bor realclean
- @cd ../
- @cd tests
- $(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Makefile.NamespaceSupport_Test.bor realclean
- @cd ../
- @cd tests
- $(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Makefile.HttpCharStream_Test.bor realclean
- @cd ../
- @cd tests
- $(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Makefile.ContentHandler_Test.bor realclean
- @cd ../
-
-install:
- @cd common
- $(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Makefile.ACEXML.bor install
- @cd ../
- @cd parser/parser
- $(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Makefile.ACEXML_Parser.bor install
- @cd ../../
- @cd apps/svcconf
- $(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Makefile.ACEXML_XML_Svc_Conf_Parser.bor install
- @cd ../../
- @cd examples/SAXPrint
- $(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Makefile.SAXPrint.bor install
- @cd ../../
- @cd tests
- $(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Makefile.Transcoder_Test.bor install
- @cd ../
- @cd tests
- $(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Makefile.NamespaceSupport_Test.bor install
- @cd ../
- @cd tests
- $(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Makefile.HttpCharStream_Test.bor install
- @cd ../
- @cd tests
- $(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Makefile.ContentHandler_Test.bor install
- @cd ../
-
-regenerate:
- /usr/bin/perl /build/kitty/ACE_wrappers/bin/mwc.pl -type borland ACEXML.mwc
diff --git a/ACEXML/apps/Makefile.bor b/ACEXML/apps/Makefile.bor
deleted file mode 100644
index 822c3ad35cc..00000000000
--- a/ACEXML/apps/Makefile.bor
+++ /dev/null
@@ -1,10 +0,0 @@
-#
-# $Id$
-#
-# Makefile for building the ACE XML Library
-#
-
-DIRS = \
- svcconf
-
-!include <$(ACE_ROOT)\include\makeinclude\recurse.bor>
diff --git a/ACEXML/apps/svcconf/Makefile.ACEXML_XML_Svc_Conf_Parser.bor b/ACEXML/apps/svcconf/Makefile.ACEXML_XML_Svc_Conf_Parser.bor
deleted file mode 100644
index 0d84155a8ba..00000000000
--- a/ACEXML/apps/svcconf/Makefile.ACEXML_XML_Svc_Conf_Parser.bor
+++ /dev/null
@@ -1,58 +0,0 @@
-#
-# $Id$
-#
-# Makefile for building the ACEXML_XML_Svc_Conf_Parser library with Borland C++ Builder
-
-NAME = ACEXML_XML_Svc_Conf_Parser
-
-NAME = ACEXML_XML_Svc_Conf_Parser
-
-
-OBJFILES = \
- $(OBJDIR)\Svcconf.obj \
- $(OBJDIR)\Svcconf_Handler.obj
-
-EXTERNAL_LIBS = \
- \
-
-LFLAGS = \
- -j..\..\..\ACEXML\common\$(CONFIG_SUBDIR) -j..\..\..\ACEXML\common \
- -L..\..\..\ACEXML\common\$(CONFIG_SUBDIR) -L..\..\..\ACEXML\common \
- -j..\..\..\ACEXML\parser\parser\$(CONFIG_SUBDIR) -j..\..\..\ACEXML\parser\parser \
- -L..\..\..\ACEXML\parser\parser\$(CONFIG_SUBDIR) -L..\..\..\ACEXML\parser\parser \
- -j..\..\..\ace\$(CONFIG_SUBDIR) -j..\..\..\ace \
- -L..\..\..\ace\$(CONFIG_SUBDIR) -L..\..\..\ace \
- -j$(CORE_BINDIR) \
- -L$(CORE_BINDIR)
-
-LIBFILES = \
- ACEXML_Parser$(LIB_DECORATOR).lib \
- ACEXML$(LIB_DECORATOR).lib \
- ACE$(LIB_DECORATOR).lib \
- $(EXTERNAL_LIBS)
-
-
-
-!ifdef STATIC
-LIB_FLAGS = -DACE_AS_STATIC_LIBS
-DLL_FLAGS =
-!else
-LIB_FLAGS =
-DLL_FLAGS =
-!endif
-
-CFLAGS = \
- -I..\..\.. \
- $(LIB_FLAGS) \
- $(DLL_FLAGS)
-
-CPPDIR = .
-
-INCLUDES = \
- Svcconf.h \
- Svcconf_Handler.h \
- Svcconf_Handler.i
-
-BASE_BINDIR = ..\..\..\bin
-
-!include <$(ACE_ROOT)\include\makeinclude\build_library.bor>
diff --git a/ACEXML/apps/svcconf/Makefile.bor b/ACEXML/apps/svcconf/Makefile.bor
deleted file mode 100644
index 04cba1d193d..00000000000
--- a/ACEXML/apps/svcconf/Makefile.bor
+++ /dev/null
@@ -1,23 +0,0 @@
-#
-# $Id$
-#
-#----------------------------------------------------------------------------
-# Borland Workspace
-#----------------------------------------------------------------------------
-
-!include <$(ACE_ROOT)\include\makeinclude\make_flags.bor>
-
-all:
- $(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Makefile.ACEXML_XML_Svc_Conf_Parser.bor all
-
-clean:
- $(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Makefile.ACEXML_XML_Svc_Conf_Parser.bor clean
-
-realclean:
- $(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Makefile.ACEXML_XML_Svc_Conf_Parser.bor realclean
-
-install:
- $(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Makefile.ACEXML_XML_Svc_Conf_Parser.bor install
-
-regenerate:
- /usr/bin/perl /build/kitty/ACE_wrappers/bin/mwc.pl -type borland ACEXML.mwc
diff --git a/ACEXML/common/Makefile.ACEXML.bor b/ACEXML/common/Makefile.ACEXML.bor
deleted file mode 100644
index f76885e7471..00000000000
--- a/ACEXML/common/Makefile.ACEXML.bor
+++ /dev/null
@@ -1,116 +0,0 @@
-#
-# $Id$
-#
-# Makefile for building the ACEXML library with Borland C++ Builder
-
-NAME = ACEXML
-
-NAME = ACEXML
-
-
-OBJFILES = \
- $(OBJDIR)\AttributesImpl.obj \
- $(OBJDIR)\Attributes_Def_Builder.obj \
- $(OBJDIR)\CharStream.obj \
- $(OBJDIR)\DTD_Manager.obj \
- $(OBJDIR)\DefaultHandler.obj \
- $(OBJDIR)\Element_Def_Builder.obj \
- $(OBJDIR)\Encoding.obj \
- $(OBJDIR)\Env.obj \
- $(OBJDIR)\Exception.obj \
- $(OBJDIR)\FileCharStream.obj \
- $(OBJDIR)\HttpCharStream.obj \
- $(OBJDIR)\InputSource.obj \
- $(OBJDIR)\LocatorImpl.obj \
- $(OBJDIR)\Mem_Map_Stream.obj \
- $(OBJDIR)\NamespaceSupport.obj \
- $(OBJDIR)\SAXExceptions.obj \
- $(OBJDIR)\StrCharStream.obj \
- $(OBJDIR)\StreamFactory.obj \
- $(OBJDIR)\Transcode.obj \
- $(OBJDIR)\URL_Addr.obj \
- $(OBJDIR)\Validator.obj \
- $(OBJDIR)\XMLFilterImpl.obj \
- $(OBJDIR)\XML_Codecs.obj \
- $(OBJDIR)\ZipCharStream.obj
-
-EXTERNAL_LIBS = \
- \
-
-LFLAGS = \
- -j..\..\ace\$(CONFIG_SUBDIR) -j..\..\ace \
- -L..\..\ace\$(CONFIG_SUBDIR) -L..\..\ace \
- -j$(CORE_BINDIR) \
- -L$(CORE_BINDIR)
-
-LIBFILES = \
- ACE$(LIB_DECORATOR).lib \
- $(EXTERNAL_LIBS)
-
-
-
-!ifdef STATIC
-LIB_FLAGS = -DACE_AS_STATIC_LIBS
-DLL_FLAGS =
-!else
-LIB_FLAGS =
-DLL_FLAGS = -DACEXML_BUILD_DLL
-!endif
-
-CFLAGS = \
- -I..\.. \
- $(LIB_FLAGS) \
- $(DLL_FLAGS)
-
-CPPDIR = .
-
-INCLUDES = \
- ACEXML_Export.h \
- Attributes.h \
- AttributesImpl.h \
- Attributes_Def_Builder.h \
- CharStream.h \
- ContentHandler.h \
- DTDHandler.h \
- DTD_Manager.h \
- DefaultHandler.h \
- Element_Def_Builder.h \
- Encoding.h \
- EntityResolver.h \
- Env.h \
- ErrorHandler.h \
- Exception.h \
- FileCharStream.h \
- HttpCharStream.h \
- InputSource.h \
- Locator.h \
- LocatorImpl.h \
- Mem_Map_Stream.h \
- NamespaceSupport.h \
- SAXExceptions.h \
- StrCharStream.h \
- StreamFactory.h \
- Transcode.h \
- URL_Addr.h \
- Validator.h \
- XMLFilter.h \
- XMLFilterImpl.h \
- XMLReader.h \
- XML_Codecs.h \
- XML_Macros.h \
- XML_Types.h \
- ZipCharStream.h \
- AttributesImpl.i \
- DefaultHandler.i \
- Env.i \
- Exception.i \
- LocatorImpl.i \
- NamespaceSupport.i \
- SAXExceptions.i \
- Transcode.i \
- URL_Addr.inl \
- XMLFilterImpl.i
-
-BASE_BINDIR = ..\..\bin
-
-!include <$(ACE_ROOT)\include\makeinclude\build_library.bor>
diff --git a/ACEXML/common/Makefile.bor b/ACEXML/common/Makefile.bor
deleted file mode 100644
index 1fdc97afa53..00000000000
--- a/ACEXML/common/Makefile.bor
+++ /dev/null
@@ -1,23 +0,0 @@
-#
-# $Id$
-#
-#----------------------------------------------------------------------------
-# Borland Workspace
-#----------------------------------------------------------------------------
-
-!include <$(ACE_ROOT)\include\makeinclude\make_flags.bor>
-
-all:
- $(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Makefile.ACEXML.bor all
-
-clean:
- $(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Makefile.ACEXML.bor clean
-
-realclean:
- $(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Makefile.ACEXML.bor realclean
-
-install:
- $(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Makefile.ACEXML.bor install
-
-regenerate:
- /usr/bin/perl /build/kitty/ACE_wrappers/bin/mwc.pl -type borland ACEXML.mwc
diff --git a/ACEXML/examples/Makefile.bor b/ACEXML/examples/Makefile.bor
deleted file mode 100644
index 3c2af28bc74..00000000000
--- a/ACEXML/examples/Makefile.bor
+++ /dev/null
@@ -1,11 +0,0 @@
-#
-# $Id$
-#
-# Makefile for building the ACE XML examples
-#
-
-DIRS = \
- SAXPrint \
- svcconf
-
-!include <$(ACE_ROOT)\include\makeinclude\recurse.bor>
diff --git a/ACEXML/examples/SAXPrint/Makefile.SAXPrint.bor b/ACEXML/examples/SAXPrint/Makefile.SAXPrint.bor
deleted file mode 100644
index 0e1faf4cadb..00000000000
--- a/ACEXML/examples/SAXPrint/Makefile.SAXPrint.bor
+++ /dev/null
@@ -1,58 +0,0 @@
-#
-# $Id$
-#
-# Makefile for building the SAXPrint exe with Borland C++ Builder
-
-NAME = SAXPrint
-
-NAME = SAXPrint
-
-
-OBJFILES = \
- $(OBJDIR)\Print_Handler.obj \
- $(OBJDIR)\SAXPrint_Handler.obj \
- $(OBJDIR)\main.obj
-
-EXTERNAL_LIBS = \
- \
-
-LFLAGS = \
- -j..\..\..\ACEXML\common\$(CONFIG_SUBDIR) -j..\..\..\ACEXML\common \
- -L..\..\..\ACEXML\common\$(CONFIG_SUBDIR) -L..\..\..\ACEXML\common \
- -j..\..\..\ACEXML\parser\parser\$(CONFIG_SUBDIR) -j..\..\..\ACEXML\parser\parser \
- -L..\..\..\ACEXML\parser\parser\$(CONFIG_SUBDIR) -L..\..\..\ACEXML\parser\parser \
- -j..\..\..\ace\$(CONFIG_SUBDIR) -j..\..\..\ace \
- -L..\..\..\ace\$(CONFIG_SUBDIR) -L..\..\..\ace \
- -j$(CORE_BINDIR) \
- -L$(CORE_BINDIR)
-
-LIBFILES = \
- ACEXML_Parser$(LIB_DECORATOR).lib \
- ACEXML$(LIB_DECORATOR).lib \
- ACE$(LIB_DECORATOR).lib \
- $(EXTERNAL_LIBS)
-
-
-
-!ifdef STATIC
-LIB_FLAGS = -DACE_AS_STATIC_LIBS
-DLL_FLAGS =
-!else
-LIB_FLAGS =
-DLL_FLAGS =
-!endif
-
-CFLAGS = \
- -I..\..\.. \
- $(LIB_FLAGS) \
- $(DLL_FLAGS)
-
-CPPDIR = .
-
-INCLUDES = \
- Print_Handler.h \
- SAXPrint_Handler.h \
- Print_Handler.i \
- SAXPrint_Handler.i
-
-!include <$(ACE_ROOT)\include\makeinclude\build_exe.bor>
diff --git a/ACEXML/examples/SAXPrint/Makefile.bor b/ACEXML/examples/SAXPrint/Makefile.bor
deleted file mode 100644
index 814c502816b..00000000000
--- a/ACEXML/examples/SAXPrint/Makefile.bor
+++ /dev/null
@@ -1,23 +0,0 @@
-#
-# $Id$
-#
-#----------------------------------------------------------------------------
-# Borland Workspace
-#----------------------------------------------------------------------------
-
-!include <$(ACE_ROOT)\include\makeinclude\make_flags.bor>
-
-all:
- $(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Makefile.SAXPrint.bor all
-
-clean:
- $(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Makefile.SAXPrint.bor clean
-
-realclean:
- $(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Makefile.SAXPrint.bor realclean
-
-install:
- $(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Makefile.SAXPrint.bor install
-
-regenerate:
- /usr/bin/perl /build/kitty/ACE_wrappers/bin/mwc.pl -type borland ACEXML.mwc
diff --git a/ACEXML/parser/Makefile.bor b/ACEXML/parser/Makefile.bor
deleted file mode 100644
index a1a7b19e2bf..00000000000
--- a/ACEXML/parser/Makefile.bor
+++ /dev/null
@@ -1,11 +0,0 @@
-#
-# $Id$
-#
-# Makefile for building the ACE XML parser Library
-#
-
-DIRS = \
- debug_validator \
- parser
-
-!include <$(ACE_ROOT)\include\makeinclude\recurse.bor>
diff --git a/ACEXML/parser/parser/Makefile.ACEXML_Parser.bor b/ACEXML/parser/parser/Makefile.ACEXML_Parser.bor
deleted file mode 100644
index 6cf7122ec45..00000000000
--- a/ACEXML/parser/parser/Makefile.ACEXML_Parser.bor
+++ /dev/null
@@ -1,62 +0,0 @@
-#
-# $Id$
-#
-# Makefile for building the ACEXML_Parser library with Borland C++ Builder
-
-NAME = ACEXML_Parser
-
-NAME = ACEXML_Parser
-
-
-OBJFILES = \
- $(OBJDIR)\Entity_Manager.obj \
- $(OBJDIR)\Parser.obj \
- $(OBJDIR)\ParserContext.obj \
- $(OBJDIR)\ParserInternals.obj
-
-EXTERNAL_LIBS = \
- \
-
-LFLAGS = \
- -j..\..\..\ACEXML\common\$(CONFIG_SUBDIR) -j..\..\..\ACEXML\common \
- -L..\..\..\ACEXML\common\$(CONFIG_SUBDIR) -L..\..\..\ACEXML\common \
- -j..\..\..\ace\$(CONFIG_SUBDIR) -j..\..\..\ace \
- -L..\..\..\ace\$(CONFIG_SUBDIR) -L..\..\..\ace \
- -j$(CORE_BINDIR) \
- -L$(CORE_BINDIR)
-
-LIBFILES = \
- ACEXML$(LIB_DECORATOR).lib \
- ACE$(LIB_DECORATOR).lib \
- $(EXTERNAL_LIBS)
-
-
-
-!ifdef STATIC
-LIB_FLAGS = -DACE_AS_STATIC_LIBS
-DLL_FLAGS =
-!else
-LIB_FLAGS =
-DLL_FLAGS = -DACEXML_PARSER_BUILD_DLL
-!endif
-
-CFLAGS = \
- -I..\..\.. \
- $(LIB_FLAGS) \
- $(DLL_FLAGS)
-
-CPPDIR = .
-
-INCLUDES = \
- Entity_Manager.h \
- Parser.h \
- ParserContext.h \
- ParserInternals.h \
- Parser_export.h \
- Entity_Manager.i \
- Parser.i \
- ParserContext.inl
-
-BASE_BINDIR = ..\..\..\bin
-
-!include <$(ACE_ROOT)\include\makeinclude\build_library.bor>
diff --git a/ACEXML/parser/parser/Makefile.bor b/ACEXML/parser/parser/Makefile.bor
deleted file mode 100644
index 6bf6b3049f0..00000000000
--- a/ACEXML/parser/parser/Makefile.bor
+++ /dev/null
@@ -1,23 +0,0 @@
-#
-# $Id$
-#
-#----------------------------------------------------------------------------
-# Borland Workspace
-#----------------------------------------------------------------------------
-
-!include <$(ACE_ROOT)\include\makeinclude\make_flags.bor>
-
-all:
- $(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Makefile.ACEXML_Parser.bor all
-
-clean:
- $(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Makefile.ACEXML_Parser.bor clean
-
-realclean:
- $(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Makefile.ACEXML_Parser.bor realclean
-
-install:
- $(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Makefile.ACEXML_Parser.bor install
-
-regenerate:
- /usr/bin/perl /build/kitty/ACE_wrappers/bin/mwc.pl -type borland ACEXML.mwc
diff --git a/ACEXML/tests/Makefile.ContentHandler_Test.bor b/ACEXML/tests/Makefile.ContentHandler_Test.bor
deleted file mode 100644
index da3150f7ddd..00000000000
--- a/ACEXML/tests/Makefile.ContentHandler_Test.bor
+++ /dev/null
@@ -1,50 +0,0 @@
-#
-# $Id$
-#
-# Makefile for building the ContentHandler_Test exe with Borland C++ Builder
-
-NAME = ContentHandler_Test
-
-NAME = ContentHandler_Test
-
-
-OBJFILES = \
- $(OBJDIR)\ContentHandler_Test.obj
-
-EXTERNAL_LIBS = \
- \
-
-LFLAGS = \
- -j..\..\ACEXML\common\$(CONFIG_SUBDIR) -j..\..\ACEXML\common \
- -L..\..\ACEXML\common\$(CONFIG_SUBDIR) -L..\..\ACEXML\common \
- -j..\..\ACEXML\parser\parser\$(CONFIG_SUBDIR) -j..\..\ACEXML\parser\parser \
- -L..\..\ACEXML\parser\parser\$(CONFIG_SUBDIR) -L..\..\ACEXML\parser\parser \
- -j..\..\ace\$(CONFIG_SUBDIR) -j..\..\ace \
- -L..\..\ace\$(CONFIG_SUBDIR) -L..\..\ace \
- -j$(CORE_BINDIR) \
- -L$(CORE_BINDIR)
-
-LIBFILES = \
- ACEXML_Parser$(LIB_DECORATOR).lib \
- ACEXML$(LIB_DECORATOR).lib \
- ACE$(LIB_DECORATOR).lib \
- $(EXTERNAL_LIBS)
-
-
-
-!ifdef STATIC
-LIB_FLAGS = -DACE_AS_STATIC_LIBS
-DLL_FLAGS =
-!else
-LIB_FLAGS =
-DLL_FLAGS =
-!endif
-
-CFLAGS = \
- -I..\.. \
- $(LIB_FLAGS) \
- $(DLL_FLAGS)
-
-CPPDIR = .
-
-!include <$(ACE_ROOT)\include\makeinclude\build_exe.bor>
diff --git a/ACEXML/tests/Makefile.HttpCharStream_Test.bor b/ACEXML/tests/Makefile.HttpCharStream_Test.bor
deleted file mode 100644
index 4ee751f4f58..00000000000
--- a/ACEXML/tests/Makefile.HttpCharStream_Test.bor
+++ /dev/null
@@ -1,50 +0,0 @@
-#
-# $Id$
-#
-# Makefile for building the HttpCharStream_Test exe with Borland C++ Builder
-
-NAME = HttpCharStream_Test
-
-NAME = HttpCharStream_Test
-
-
-OBJFILES = \
- $(OBJDIR)\HttpCharStream_Test.obj
-
-EXTERNAL_LIBS = \
- \
-
-LFLAGS = \
- -j..\..\ACEXML\common\$(CONFIG_SUBDIR) -j..\..\ACEXML\common \
- -L..\..\ACEXML\common\$(CONFIG_SUBDIR) -L..\..\ACEXML\common \
- -j..\..\ACEXML\parser\parser\$(CONFIG_SUBDIR) -j..\..\ACEXML\parser\parser \
- -L..\..\ACEXML\parser\parser\$(CONFIG_SUBDIR) -L..\..\ACEXML\parser\parser \
- -j..\..\ace\$(CONFIG_SUBDIR) -j..\..\ace \
- -L..\..\ace\$(CONFIG_SUBDIR) -L..\..\ace \
- -j$(CORE_BINDIR) \
- -L$(CORE_BINDIR)
-
-LIBFILES = \
- ACEXML_Parser$(LIB_DECORATOR).lib \
- ACEXML$(LIB_DECORATOR).lib \
- ACE$(LIB_DECORATOR).lib \
- $(EXTERNAL_LIBS)
-
-
-
-!ifdef STATIC
-LIB_FLAGS = -DACE_AS_STATIC_LIBS
-DLL_FLAGS =
-!else
-LIB_FLAGS =
-DLL_FLAGS =
-!endif
-
-CFLAGS = \
- -I..\.. \
- $(LIB_FLAGS) \
- $(DLL_FLAGS)
-
-CPPDIR = .
-
-!include <$(ACE_ROOT)\include\makeinclude\build_exe.bor>
diff --git a/ACEXML/tests/Makefile.NamespaceSupport_Test.bor b/ACEXML/tests/Makefile.NamespaceSupport_Test.bor
deleted file mode 100644
index 89ec8248e97..00000000000
--- a/ACEXML/tests/Makefile.NamespaceSupport_Test.bor
+++ /dev/null
@@ -1,50 +0,0 @@
-#
-# $Id$
-#
-# Makefile for building the NamespaceSupport_Test exe with Borland C++ Builder
-
-NAME = NamespaceSupport_Test
-
-NAME = NamespaceSupport_Test
-
-
-OBJFILES = \
- $(OBJDIR)\NamespaceSupport_Test.obj
-
-EXTERNAL_LIBS = \
- \
-
-LFLAGS = \
- -j..\..\ACEXML\common\$(CONFIG_SUBDIR) -j..\..\ACEXML\common \
- -L..\..\ACEXML\common\$(CONFIG_SUBDIR) -L..\..\ACEXML\common \
- -j..\..\ACEXML\parser\parser\$(CONFIG_SUBDIR) -j..\..\ACEXML\parser\parser \
- -L..\..\ACEXML\parser\parser\$(CONFIG_SUBDIR) -L..\..\ACEXML\parser\parser \
- -j..\..\ace\$(CONFIG_SUBDIR) -j..\..\ace \
- -L..\..\ace\$(CONFIG_SUBDIR) -L..\..\ace \
- -j$(CORE_BINDIR) \
- -L$(CORE_BINDIR)
-
-LIBFILES = \
- ACEXML_Parser$(LIB_DECORATOR).lib \
- ACEXML$(LIB_DECORATOR).lib \
- ACE$(LIB_DECORATOR).lib \
- $(EXTERNAL_LIBS)
-
-
-
-!ifdef STATIC
-LIB_FLAGS = -DACE_AS_STATIC_LIBS
-DLL_FLAGS =
-!else
-LIB_FLAGS =
-DLL_FLAGS =
-!endif
-
-CFLAGS = \
- -I..\.. \
- $(LIB_FLAGS) \
- $(DLL_FLAGS)
-
-CPPDIR = .
-
-!include <$(ACE_ROOT)\include\makeinclude\build_exe.bor>
diff --git a/ACEXML/tests/Makefile.Transcoder_Test.bor b/ACEXML/tests/Makefile.Transcoder_Test.bor
deleted file mode 100644
index 1148c0dcaa5..00000000000
--- a/ACEXML/tests/Makefile.Transcoder_Test.bor
+++ /dev/null
@@ -1,50 +0,0 @@
-#
-# $Id$
-#
-# Makefile for building the Transcoder_Test exe with Borland C++ Builder
-
-NAME = Transcoder_Test
-
-NAME = Transcoder_Test
-
-
-OBJFILES = \
- $(OBJDIR)\Transcoder_Test.obj
-
-EXTERNAL_LIBS = \
- \
-
-LFLAGS = \
- -j..\..\ACEXML\common\$(CONFIG_SUBDIR) -j..\..\ACEXML\common \
- -L..\..\ACEXML\common\$(CONFIG_SUBDIR) -L..\..\ACEXML\common \
- -j..\..\ACEXML\parser\parser\$(CONFIG_SUBDIR) -j..\..\ACEXML\parser\parser \
- -L..\..\ACEXML\parser\parser\$(CONFIG_SUBDIR) -L..\..\ACEXML\parser\parser \
- -j..\..\ace\$(CONFIG_SUBDIR) -j..\..\ace \
- -L..\..\ace\$(CONFIG_SUBDIR) -L..\..\ace \
- -j$(CORE_BINDIR) \
- -L$(CORE_BINDIR)
-
-LIBFILES = \
- ACEXML_Parser$(LIB_DECORATOR).lib \
- ACEXML$(LIB_DECORATOR).lib \
- ACE$(LIB_DECORATOR).lib \
- $(EXTERNAL_LIBS)
-
-
-
-!ifdef STATIC
-LIB_FLAGS = -DACE_AS_STATIC_LIBS
-DLL_FLAGS =
-!else
-LIB_FLAGS =
-DLL_FLAGS =
-!endif
-
-CFLAGS = \
- -I..\.. \
- $(LIB_FLAGS) \
- $(DLL_FLAGS)
-
-CPPDIR = .
-
-!include <$(ACE_ROOT)\include\makeinclude\build_exe.bor>
diff --git a/ACEXML/tests/Makefile.bor b/ACEXML/tests/Makefile.bor
deleted file mode 100644
index 0bbb6ec94a1..00000000000
--- a/ACEXML/tests/Makefile.bor
+++ /dev/null
@@ -1,35 +0,0 @@
-#
-# $Id$
-#
-#----------------------------------------------------------------------------
-# Borland Workspace
-#----------------------------------------------------------------------------
-
-!include <$(ACE_ROOT)\include\makeinclude\make_flags.bor>
-
-all:
- $(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Makefile.Transcoder_Test.bor all
- $(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Makefile.NamespaceSupport_Test.bor all
- $(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Makefile.HttpCharStream_Test.bor all
- $(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Makefile.ContentHandler_Test.bor all
-
-clean:
- $(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Makefile.Transcoder_Test.bor clean
- $(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Makefile.NamespaceSupport_Test.bor clean
- $(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Makefile.HttpCharStream_Test.bor clean
- $(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Makefile.ContentHandler_Test.bor clean
-
-realclean:
- $(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Makefile.Transcoder_Test.bor realclean
- $(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Makefile.NamespaceSupport_Test.bor realclean
- $(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Makefile.HttpCharStream_Test.bor realclean
- $(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Makefile.ContentHandler_Test.bor realclean
-
-install:
- $(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Makefile.Transcoder_Test.bor install
- $(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Makefile.NamespaceSupport_Test.bor install
- $(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Makefile.HttpCharStream_Test.bor install
- $(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Makefile.ContentHandler_Test.bor install
-
-regenerate:
- /usr/bin/perl /build/kitty/ACE_wrappers/bin/mwc.pl -type borland ACEXML.mwc