tng 2002/08/19 08:13:38
Modified: c/samples/CreateDOMDocument Makefile.in
c/samples/DOMCount Makefile.in
c/samples/DOMPrint Makefile.in
c/samples/EnumVal Makefile.in
c/samples/MemParse Makefile.in
c/samples/PParse Makefile.in
c/samples/Redirect Makefile.in
c/samples/SAX2Count Makefile.in
c/samples/SAX2Print Makefile.in
c/samples/SAXCount Makefile.in
c/samples/SAXPrint Makefile.in
c/samples/SEnumVal Makefile.in
c/samples/StdInParse Makefile.in
Log:
[Bug 11229] bogus -I statements order in CXXFLAGS.
Revision Changes Path
1.11 +2 -2 xml-xerces/c/samples/CreateDOMDocument/Makefile.in
Index: Makefile.in
===================================================================
RCS file: /home/cvs/xml-xerces/c/samples/CreateDOMDocument/Makefile.in,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- Makefile.in 26 Jul 2002 16:36:31 -0000 1.10
+++ Makefile.in 19 Aug 2002 15:13:37 -0000 1.11
@@ -105,7 +105,7 @@
${LINK} ${PLATFORM_LIB_LINK_OPTIONS} ${OBJS} -o $@ ${LIBRARY_SEARCH_PATHS}
${LIBRARY_NAMES} ${EXTRA_LINK_OPTIONS}
$(OUTDIR)/CreateDOMDocument.o:: ${SRC}/CreateDOMDocument.cpp
- ${CC} ${CMP} $(INCLUDES) -o $(OUTDIR)/CreateDOMDocument.o
${SRC}/CreateDOMDocument.cpp
+ ${CC} ${INCLUDES} ${CMP} -o $(OUTDIR)/CreateDOMDocument.o
${SRC}/CreateDOMDocument.cpp
clean::
rm -f ${OBJS} ${EXEC}/${APP_NAME}
1.12 +16 -16 xml-xerces/c/samples/DOMCount/Makefile.in
Index: Makefile.in
===================================================================
RCS file: /home/cvs/xml-xerces/c/samples/DOMCount/Makefile.in,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- Makefile.in 26 Jul 2002 16:36:31 -0000 1.11
+++ Makefile.in 19 Aug 2002 15:13:37 -0000 1.12
@@ -1,37 +1,37 @@
#
# The Apache Software License, Version 1.1
-#
+#
# Copyright (c) 1999-2000 The Apache Software Foundation. All rights
# reserved.
-#
+#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
-#
+#
# 1. Redistributions of source code must retain the above copyright
-# notice, this list of conditions and the following disclaimer.
-#
+# notice, this list of conditions and the following disclaimer.
+#
# 2. Redistributions in binary form must reproduce the above copyright
# notice, this list of conditions and the following disclaimer in
# the documentation and/or other materials provided with the
# distribution.
-#
+#
# 3. The end-user documentation included with the redistribution,
-# if any, must include the following acknowledgment:
+# if any, must include the following acknowledgment:
# "This product includes software developed by the
# Apache Software Foundation (http://www.apache.org/)."
# Alternately, this acknowledgment may appear in the software itself,
# if and wherever such third-party acknowledgments normally appear.
-#
+#
# 4. The names "Xerces" and "Apache Software Foundation" must
# not be used to endorse or promote products derived from this
-# software without prior written permission. For written
+# software without prior written permission. For written
# permission, please contact apache\@apache.org.
-#
+#
# 5. Products derived from this software may not be called "Apache",
# nor may "Apache" appear in their name, without prior written
# permission of the Apache Software Foundation.
-#
+#
# THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
# OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
@@ -45,14 +45,14 @@
# OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE.
# ====================================================================
-#
+#
# This software consists of voluntary contributions made by many
# individuals on behalf of the Apache Software Foundation, and was
# originally based on software copyright (c) 1999, International
# Business Machines, Inc., http://www.ibm.com . For more information
# on the Apache Software Foundation, please see
# <http://www.apache.org/>.
-#
+#
#
# $Id$
#
@@ -102,10 +102,10 @@
${EXEC}/${APP_NAME}:: ${OBJS}
${LINK} ${PLATFORM_LIB_LINK_OPTIONS} ${OBJS} -o $@ ${LIBRARY_SEARCH_PATHS}
${LIBRARY_NAMES} ${EXTRA_LINK_OPTIONS}
${BATCH_TARGET}:: ${OBJS}
- ${LINK} ${PLATFORM_LIB_LINK_OPTIONS} ${OBJS} -o $@ ${LIBRARY_SEARCH_PATHS}
${LIBRARY_NAMES} ${EXTRA_LINK_OPTIONS}
+ ${LINK} ${PLATFORM_LIB_LINK_OPTIONS} ${OBJS} -o $@ ${LIBRARY_SEARCH_PATHS}
${LIBRARY_NAMES} ${EXTRA_LINK_OPTIONS}
$(OUTDIR)/DOMCount.o:: ${SRC}/DOMCount.cpp
- ${CC} ${CMP} $(INCLUDES) -o $(OUTDIR)/DOMCount.o ${SRC}/DOMCount.cpp
+ ${CC} ${INCLUDES} ${CMP} -o $(OUTDIR)/DOMCount.o ${SRC}/DOMCount.cpp
clean::
rm -f ${OBJS} ${EXEC}/${APP_NAME}
1.14 +20 -20 xml-xerces/c/samples/DOMPrint/Makefile.in
Index: Makefile.in
===================================================================
RCS file: /home/cvs/xml-xerces/c/samples/DOMPrint/Makefile.in,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- Makefile.in 26 Jul 2002 16:36:31 -0000 1.13
+++ Makefile.in 19 Aug 2002 15:13:38 -0000 1.14
@@ -1,37 +1,37 @@
# The Apache Software License, Version 1.1
-#
+#
# Copyright (c) 1999-2000 The Apache Software Foundation. All rights
# reserved.
-#
+#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
-#
+#
# 1. Redistributions of source code must retain the above copyright
-# notice, this list of conditions and the following disclaimer.
-#
+# notice, this list of conditions and the following disclaimer.
+#
# 2. Redistributions in binary form must reproduce the above copyright
# notice, this list of conditions and the following disclaimer in
# the documentation and/or other materials provided with the
# distribution.
-#
+#
# 3. The end-user documentation included with the redistribution,
-# if any, must include the following acknowledgment:
+# if any, must include the following acknowledgment:
# "This product includes software developed by the
# Apache Software Foundation (http://www.apache.org/)."
# Alternately, this acknowledgment may appear in the software itself,
# if and wherever such third-party acknowledgments normally appear.
-#
+#
# 4. The names "Xerces" and "Apache Software Foundation" must
# not be used to endorse or promote products derived from this
-# software without prior written permission. For written
+# software without prior written permission. For written
# permission, please contact apache\@apache.org.
-#
+#
# 5. Products derived from this software may not be called "Apache",
# nor may "Apache" appear in their name, without prior written
# permission of the Apache Software Foundation.
-#
+#
# THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
# OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
@@ -45,14 +45,14 @@
# OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE.
# ====================================================================
-#
+#
# This software consists of voluntary contributions made by many
# individuals on behalf of the Apache Software Foundation, and was
# originally based on software copyright (c) 1999, International
# Business Machines, Inc., http://www.ibm.com . For more information
# on the Apache Software Foundation, please see
# <http://www.apache.org/>.
-#
+#
#
# $Id$
#
@@ -102,21 +102,21 @@
-mkdir -p $(OUTDIR)
${EXEC}/${APP_NAME}:: ${OBJS}
- ${LINK} ${PLATFORM_LIB_LINK_OPTIONS} ${OBJS} -o $@ ${LIBRARY_SEARCH_PATHS}
${LIBRARY_NAMES} ${EXTRA_LINK_OPTIONS}
+ ${LINK} ${PLATFORM_LIB_LINK_OPTIONS} ${OBJS} -o $@ ${LIBRARY_SEARCH_PATHS}
${LIBRARY_NAMES} ${EXTRA_LINK_OPTIONS}
${BATCH_TARGET}:: ${OBJS}
- ${LINK} ${PLATFORM_LIB_LINK_OPTIONS} ${OBJS} -o $@ ${LIBRARY_SEARCH_PATHS}
${LIBRARY_NAMES} ${EXTRA_LINK_OPTIONS}
+ ${LINK} ${PLATFORM_LIB_LINK_OPTIONS} ${OBJS} -o $@ ${LIBRARY_SEARCH_PATHS}
${LIBRARY_NAMES} ${EXTRA_LINK_OPTIONS}
$(OUTDIR)/DOMPrint.o:: ${SRC}/DOMPrint.cpp ${HEADER_FILES}
- ${CC} ${CMP} $(INCLUDES) -o $(OUTDIR)/DOMPrint.o ${SRC}/DOMPrint.cpp
+ ${CC} ${INCLUDES} ${CMP} -o $(OUTDIR)/DOMPrint.o ${SRC}/DOMPrint.cpp
$(OUTDIR)/DOMTreeErrorReporter.o:: ${SRC}/DOMTreeErrorReporter.cpp ${HEADER_FILES}
- ${CC} ${CMP} $(INCLUDES) -o $(OUTDIR)/DOMTreeErrorReporter.o
${SRC}/DOMTreeErrorReporter.cpp
+ ${CC} ${INCLUDES} ${CMP} -o $(OUTDIR)/DOMTreeErrorReporter.o
${SRC}/DOMTreeErrorReporter.cpp
$(OUTDIR)/DOMPrintFilter.o:: ${SRC}/DOMPrintFilter.cpp ${HEADER_FILES}
- ${CC} ${CMP} $(INCLUDES) -o $(OUTDIR)/DOMPrintFilter.o
${SRC}/DOMPrintFilter.cpp
+ ${CC} ${INCLUDES} ${CMP} -o $(OUTDIR)/DOMPrintFilter.o
${SRC}/DOMPrintFilter.cpp
$(OUTDIR)/DOMPrintErrorHandler.o:: ${SRC}/DOMPrintErrorHandler.cpp ${HEADER_FILES}
- ${CC} ${CMP} $(INCLUDES) -o $(OUTDIR)/DOMPrintErrorHandler.o
${SRC}/DOMPrintErrorHandler.cpp
+ ${CC} ${INCLUDES} ${CMP} -o $(OUTDIR)/DOMPrintErrorHandler.o
${SRC}/DOMPrintErrorHandler.cpp
clean::
rm -f ${OBJS} ${EXEC}/${APP_NAME}
1.14 +19 -19 xml-xerces/c/samples/EnumVal/Makefile.in
Index: Makefile.in
===================================================================
RCS file: /home/cvs/xml-xerces/c/samples/EnumVal/Makefile.in,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- Makefile.in 26 Jul 2002 16:36:31 -0000 1.13
+++ Makefile.in 19 Aug 2002 15:13:38 -0000 1.14
@@ -1,37 +1,37 @@
#
# The Apache Software License, Version 1.1
-#
+#
# Copyright (c) 1999-2000 The Apache Software Foundation. All rights
# reserved.
-#
+#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
-#
+#
# 1. Redistributions of source code must retain the above copyright
-# notice, this list of conditions and the following disclaimer.
-#
+# notice, this list of conditions and the following disclaimer.
+#
# 2. Redistributions in binary form must reproduce the above copyright
# notice, this list of conditions and the following disclaimer in
# the documentation and/or other materials provided with the
# distribution.
-#
+#
# 3. The end-user documentation included with the redistribution,
-# if any, must include the following acknowledgment:
+# if any, must include the following acknowledgment:
# "This product includes software developed by the
# Apache Software Foundation (http://www.apache.org/)."
# Alternately, this acknowledgment may appear in the software itself,
# if and wherever such third-party acknowledgments normally appear.
-#
+#
# 4. The names "Xerces" and "Apache Software Foundation" must
# not be used to endorse or promote products derived from this
-# software without prior written permission. For written
+# software without prior written permission. For written
# permission, please contact apache\@apache.org.
-#
+#
# 5. Products derived from this software may not be called "Apache",
# nor may "Apache" appear in their name, without prior written
# permission of the Apache Software Foundation.
-#
+#
# THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
# OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
@@ -45,14 +45,14 @@
# OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE.
# ====================================================================
-#
+#
# This software consists of voluntary contributions made by many
# individuals on behalf of the Apache Software Foundation, and was
# originally based on software copyright (c) 1999, International
# Business Machines, Inc., http://www.ibm.com . For more information
# on the Apache Software Foundation, please see
# <http://www.apache.org/>.
-#
+#
# $Id$
#
@@ -100,17 +100,17 @@
-mkdir -p $(OUTDIR)
${EXEC}/${APP_NAME}:: ${OBJS}
- ${LINK} ${PLATFORM_LIB_LINK_OPTIONS} ${OBJS} -o $@ ${LIBRARY_SEARCH_PATHS}
${LIBRARY_NAMES} ${EXTRA_LINK_OPTIONS}
+ ${LINK} ${PLATFORM_LIB_LINK_OPTIONS} ${OBJS} -o $@ ${LIBRARY_SEARCH_PATHS}
${LIBRARY_NAMES} ${EXTRA_LINK_OPTIONS}
${BATCH_TARGET}:: ${OBJS}
- ${LINK} ${PLATFORM_LIB_LINK_OPTIONS} ${OBJS} -o $@ ${LIBRARY_SEARCH_PATHS}
${LIBRARY_NAMES} ${EXTRA_LINK_OPTIONS}
+ ${LINK} ${PLATFORM_LIB_LINK_OPTIONS} ${OBJS} -o $@ ${LIBRARY_SEARCH_PATHS}
${LIBRARY_NAMES} ${EXTRA_LINK_OPTIONS}
-## SOLARIS
+## SOLARIS
ifeq (${PLATFORM}, SOLARIS)
$(OUTDIR)/EnumVal.o:: ${SRC}/EnumVal.cpp ${HEADER_FILES}
- ${CC} ${CMP} -ptr${OUTDIR} $(INCLUDES) -o $(OUTDIR)/EnumVal.o
${SRC}/EnumVal.cpp
+ ${CC} ${INCLUDES} ${CMP} -ptr${OUTDIR} -o $(OUTDIR)/EnumVal.o
${SRC}/EnumVal.cpp
else
$(OUTDIR)/EnumVal.o:: ${SRC}/EnumVal.cpp ${HEADER_FILES}
- ${CC} ${CMP} $(INCLUDES) -o $(OUTDIR)/EnumVal.o ${SRC}/EnumVal.cpp
+ ${CC} ${INCLUDES} ${CMP} -o $(OUTDIR)/EnumVal.o ${SRC}/EnumVal.cpp
endif
clean::
1.12 +18 -18 xml-xerces/c/samples/MemParse/Makefile.in
Index: Makefile.in
===================================================================
RCS file: /home/cvs/xml-xerces/c/samples/MemParse/Makefile.in,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- Makefile.in 26 Jul 2002 16:36:31 -0000 1.11
+++ Makefile.in 19 Aug 2002 15:13:38 -0000 1.12
@@ -1,37 +1,37 @@
#
# The Apache Software License, Version 1.1
-#
+#
# Copyright (c) 1999-2000 The Apache Software Foundation. All rights
# reserved.
-#
+#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
-#
+#
# 1. Redistributions of source code must retain the above copyright
-# notice, this list of conditions and the following disclaimer.
-#
+# notice, this list of conditions and the following disclaimer.
+#
# 2. Redistributions in binary form must reproduce the above copyright
# notice, this list of conditions and the following disclaimer in
# the documentation and/or other materials provided with the
# distribution.
-#
+#
# 3. The end-user documentation included with the redistribution,
-# if any, must include the following acknowledgment:
+# if any, must include the following acknowledgment:
# "This product includes software developed by the
# Apache Software Foundation (http://www.apache.org/)."
# Alternately, this acknowledgment may appear in the software itself,
# if and wherever such third-party acknowledgments normally appear.
-#
+#
# 4. The names "Xerces" and "Apache Software Foundation" must
# not be used to endorse or promote products derived from this
-# software without prior written permission. For written
+# software without prior written permission. For written
# permission, please contact apache\@apache.org.
-#
+#
# 5. Products derived from this software may not be called "Apache",
# nor may "Apache" appear in their name, without prior written
# permission of the Apache Software Foundation.
-#
+#
# THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
# OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
@@ -45,14 +45,14 @@
# OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE.
# ====================================================================
-#
+#
# This software consists of voluntary contributions made by many
# individuals on behalf of the Apache Software Foundation, and was
# originally based on software copyright (c) 1999, International
# Business Machines, Inc., http://www.ibm.com . For more information
# on the Apache Software Foundation, please see
# <http://www.apache.org/>.
-#
+#
#
# $Id$
#
@@ -101,15 +101,15 @@
-mkdir -p $(OUTDIR)
${EXEC}/${APP_NAME}:: ${OBJS}
- ${LINK} ${PLATFORM_LIB_LINK_OPTIONS} ${OBJS} -o $@ ${LIBRARY_SEARCH_PATHS}
${LIBRARY_NAMES} ${EXTRA_LINK_OPTIONS}
+ ${LINK} ${PLATFORM_LIB_LINK_OPTIONS} ${OBJS} -o $@ ${LIBRARY_SEARCH_PATHS}
${LIBRARY_NAMES} ${EXTRA_LINK_OPTIONS}
${BATCH_TARGET}:: ${OBJS}
- ${LINK} ${PLATFORM_LIB_LINK_OPTIONS} ${OBJS} -o $@ ${LIBRARY_SEARCH_PATHS}
${LIBRARY_NAMES} ${EXTRA_LINK_OPTIONS}
+ ${LINK} ${PLATFORM_LIB_LINK_OPTIONS} ${OBJS} -o $@ ${LIBRARY_SEARCH_PATHS}
${LIBRARY_NAMES} ${EXTRA_LINK_OPTIONS}
$(OUTDIR)/MemParse.o:: ${SRC}/MemParse.cpp ${HEADER_FILES}
- ${CC} ${CMP} $(INCLUDES) -o $(OUTDIR)/MemParse.o ${SRC}/MemParse.cpp
+ ${CC} ${INCLUDES} ${CMP} -o $(OUTDIR)/MemParse.o ${SRC}/MemParse.cpp
$(OUTDIR)/MemParseHandlers.o:: ${SRC}/MemParseHandlers.cpp ${HEADER_FILES}
- ${CC} ${CMP} $(INCLUDES) -o $(OUTDIR)/MemParseHandlers.o
${SRC}/MemParseHandlers.cpp
+ ${CC} ${INCLUDES} ${CMP} -o $(OUTDIR)/MemParseHandlers.o
${SRC}/MemParseHandlers.cpp
clean::
rm -f ${OBJS} ${EXEC}/${APP_NAME}
1.12 +18 -18 xml-xerces/c/samples/PParse/Makefile.in
Index: Makefile.in
===================================================================
RCS file: /home/cvs/xml-xerces/c/samples/PParse/Makefile.in,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- Makefile.in 26 Jul 2002 16:36:31 -0000 1.11
+++ Makefile.in 19 Aug 2002 15:13:38 -0000 1.12
@@ -1,37 +1,37 @@
#
# The Apache Software License, Version 1.1
-#
+#
# Copyright (c) 1999-2000 The Apache Software Foundation. All rights
# reserved.
-#
+#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
-#
+#
# 1. Redistributions of source code must retain the above copyright
-# notice, this list of conditions and the following disclaimer.
-#
+# notice, this list of conditions and the following disclaimer.
+#
# 2. Redistributions in binary form must reproduce the above copyright
# notice, this list of conditions and the following disclaimer in
# the documentation and/or other materials provided with the
# distribution.
-#
+#
# 3. The end-user documentation included with the redistribution,
-# if any, must include the following acknowledgment:
+# if any, must include the following acknowledgment:
# "This product includes software developed by the
# Apache Software Foundation (http://www.apache.org/)."
# Alternately, this acknowledgment may appear in the software itself,
# if and wherever such third-party acknowledgments normally appear.
-#
+#
# 4. The names "Xerces" and "Apache Software Foundation" must
# not be used to endorse or promote products derived from this
-# software without prior written permission. For written
+# software without prior written permission. For written
# permission, please contact apache\@apache.org.
-#
+#
# 5. Products derived from this software may not be called "Apache",
# nor may "Apache" appear in their name, without prior written
# permission of the Apache Software Foundation.
-#
+#
# THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
# OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
@@ -45,14 +45,14 @@
# OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE.
# ====================================================================
-#
+#
# This software consists of voluntary contributions made by many
# individuals on behalf of the Apache Software Foundation, and was
# originally based on software copyright (c) 1999, International
# Business Machines, Inc., http://www.ibm.com . For more information
# on the Apache Software Foundation, please see
# <http://www.apache.org/>.
-#
+#
#
# $Id$
#
@@ -101,15 +101,15 @@
-mkdir -p $(OUTDIR)
${EXEC}/${APP_NAME}:: ${OBJS}
- ${LINK} ${PLATFORM_LIB_LINK_OPTIONS} ${OBJS} -o $@ ${LIBRARY_SEARCH_PATHS}
${LIBRARY_NAMES} ${EXTRA_LINK_OPTIONS}
+ ${LINK} ${PLATFORM_LIB_LINK_OPTIONS} ${OBJS} -o $@ ${LIBRARY_SEARCH_PATHS}
${LIBRARY_NAMES} ${EXTRA_LINK_OPTIONS}
${BATCH_TARGET}:: ${OBJS}
- ${LINK} ${PLATFORM_LIB_LINK_OPTIONS} ${OBJS} -o $@ ${LIBRARY_SEARCH_PATHS}
${LIBRARY_NAMES} ${EXTRA_LINK_OPTIONS}
+ ${LINK} ${PLATFORM_LIB_LINK_OPTIONS} ${OBJS} -o $@ ${LIBRARY_SEARCH_PATHS}
${LIBRARY_NAMES} ${EXTRA_LINK_OPTIONS}
$(OUTDIR)/PParse.o:: ${SRC}/PParse.cpp ${HEADER_FILES}
- ${CC} ${CMP} $(INCLUDES) -o $(OUTDIR)/PParse.o ${SRC}/PParse.cpp
+ ${CC} ${INCLUDES} ${CMP} -o $(OUTDIR)/PParse.o ${SRC}/PParse.cpp
$(OUTDIR)/PParseHandlers.o:: ${SRC}/PParseHandlers.cpp ${HEADER_FILES}
- ${CC} ${CMP} $(INCLUDES) -o $(OUTDIR)/PParseHandlers.o
${SRC}/PParseHandlers.cpp
+ ${CC} ${INCLUDES} ${CMP} -o $(OUTDIR)/PParseHandlers.o
${SRC}/PParseHandlers.cpp
clean::
rm -f ${OBJS} ${EXEC}/${APP_NAME}
1.12 +18 -18 xml-xerces/c/samples/Redirect/Makefile.in
Index: Makefile.in
===================================================================
RCS file: /home/cvs/xml-xerces/c/samples/Redirect/Makefile.in,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- Makefile.in 26 Jul 2002 16:36:32 -0000 1.11
+++ Makefile.in 19 Aug 2002 15:13:38 -0000 1.12
@@ -1,37 +1,37 @@
#
# The Apache Software License, Version 1.1
-#
+#
# Copyright (c) 1999-2000 The Apache Software Foundation. All rights
# reserved.
-#
+#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
-#
+#
# 1. Redistributions of source code must retain the above copyright
-# notice, this list of conditions and the following disclaimer.
-#
+# notice, this list of conditions and the following disclaimer.
+#
# 2. Redistributions in binary form must reproduce the above copyright
# notice, this list of conditions and the following disclaimer in
# the documentation and/or other materials provided with the
# distribution.
-#
+#
# 3. The end-user documentation included with the redistribution,
-# if any, must include the following acknowledgment:
+# if any, must include the following acknowledgment:
# "This product includes software developed by the
# Apache Software Foundation (http://www.apache.org/)."
# Alternately, this acknowledgment may appear in the software itself,
# if and wherever such third-party acknowledgments normally appear.
-#
+#
# 4. The names "Xerces" and "Apache Software Foundation" must
# not be used to endorse or promote products derived from this
-# software without prior written permission. For written
+# software without prior written permission. For written
# permission, please contact apache\@apache.org.
-#
+#
# 5. Products derived from this software may not be called "Apache",
# nor may "Apache" appear in their name, without prior written
# permission of the Apache Software Foundation.
-#
+#
# THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
# OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
@@ -45,14 +45,14 @@
# OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE.
# ====================================================================
-#
+#
# This software consists of voluntary contributions made by many
# individuals on behalf of the Apache Software Foundation, and was
# originally based on software copyright (c) 1999, International
# Business Machines, Inc., http://www.ibm.com . For more information
# on the Apache Software Foundation, please see
# <http://www.apache.org/>.
-#
+#
#
# $Id$
#
@@ -101,15 +101,15 @@
-mkdir -p $(OUTDIR)
${EXEC}/${APP_NAME}:: ${OBJS}
- ${LINK} ${PLATFORM_LIB_LINK_OPTIONS} ${OBJS} -o $@ ${LIBRARY_SEARCH_PATHS}
${LIBRARY_NAMES} ${EXTRA_LINK_OPTIONS}
+ ${LINK} ${PLATFORM_LIB_LINK_OPTIONS} ${OBJS} -o $@ ${LIBRARY_SEARCH_PATHS}
${LIBRARY_NAMES} ${EXTRA_LINK_OPTIONS}
${BATCH_TARGET}:: ${OBJS}
- ${LINK} ${PLATFORM_LIB_LINK_OPTIONS} ${OBJS} -o $@ ${LIBRARY_SEARCH_PATHS}
${LIBRARY_NAMES} ${EXTRA_LINK_OPTIONS}
+ ${LINK} ${PLATFORM_LIB_LINK_OPTIONS} ${OBJS} -o $@ ${LIBRARY_SEARCH_PATHS}
${LIBRARY_NAMES} ${EXTRA_LINK_OPTIONS}
$(OUTDIR)/Redirect.o:: ${SRC}/Redirect.cpp ${HEADER_FILES}
- ${CC} ${CMP} $(INCLUDES) -o $(OUTDIR)/Redirect.o ${SRC}/Redirect.cpp
+ ${CC} ${INCLUDES} ${CMP} -o $(OUTDIR)/Redirect.o ${SRC}/Redirect.cpp
$(OUTDIR)/RedirectHandlers.o:: ${SRC}/RedirectHandlers.cpp ${HEADER_FILES}
- ${CC} ${CMP} $(INCLUDES) -o $(OUTDIR)/RedirectHandlers.o
${SRC}/RedirectHandlers.cpp
+ ${CC} ${INCLUDES} ${CMP} -o $(OUTDIR)/RedirectHandlers.o
${SRC}/RedirectHandlers.cpp
clean::
rm -f ${OBJS} ${EXEC}/${APP_NAME}
1.6 +18 -18 xml-xerces/c/samples/SAX2Count/Makefile.in
Index: Makefile.in
===================================================================
RCS file: /home/cvs/xml-xerces/c/samples/SAX2Count/Makefile.in,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- Makefile.in 26 Jul 2002 16:36:32 -0000 1.5
+++ Makefile.in 19 Aug 2002 15:13:38 -0000 1.6
@@ -1,37 +1,37 @@
#
# The Apache Software License, Version 1.1
-#
+#
# Copyright (c) 1999-2000 The Apache Software Foundation. All rights
# reserved.
-#
+#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
-#
+#
# 1. Redistributions of source code must retain the above copyright
-# notice, this list of conditions and the following disclaimer.
-#
+# notice, this list of conditions and the following disclaimer.
+#
# 2. Redistributions in binary form must reproduce the above copyright
# notice, this list of conditions and the following disclaimer in
# the documentation and/or other materials provided with the
# distribution.
-#
+#
# 3. The end-user documentation included with the redistribution,
-# if any, must include the following acknowledgment:
+# if any, must include the following acknowledgment:
# "This product includes software developed by the
# Apache Software Foundation (http://www.apache.org/)."
# Alternately, this acknowledgment may appear in the software itself,
# if and wherever such third-party acknowledgments normally appear.
-#
+#
# 4. The names "Xerces" and "Apache Software Foundation" must
# not be used to endorse or promote products derived from this
-# software without prior written permission. For written
+# software without prior written permission. For written
# permission, please contact apache\@apache.org.
-#
+#
# 5. Products derived from this software may not be called "Apache",
# nor may "Apache" appear in their name, without prior written
# permission of the Apache Software Foundation.
-#
+#
# THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
# OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
@@ -45,14 +45,14 @@
# OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE.
# ====================================================================
-#
+#
# This software consists of voluntary contributions made by many
# individuals on behalf of the Apache Software Foundation, and was
# originally based on software copyright (c) 1999, International
# Business Machines, Inc., http://www.ibm.com . For more information
# on the Apache Software Foundation, please see
# <http://www.apache.org/>.
-#
+#
#
# $Id$
#
@@ -101,15 +101,15 @@
-mkdir -p $(OUTDIR)
${EXEC}/${APP_NAME}:: ${OBJS}
- ${LINK} ${PLATFORM_LIB_LINK_OPTIONS} ${OBJS} -o $@ ${LIBRARY_SEARCH_PATHS}
${LIBRARY_NAMES} ${EXTRA_LINK_OPTIONS}
+ ${LINK} ${PLATFORM_LIB_LINK_OPTIONS} ${OBJS} -o $@ ${LIBRARY_SEARCH_PATHS}
${LIBRARY_NAMES} ${EXTRA_LINK_OPTIONS}
${BATCH_TARGET}:: ${OBJS}
- ${LINK} ${PLATFORM_LIB_LINK_OPTIONS} ${OBJS} -o $@ ${LIBRARY_SEARCH_PATHS}
${LIBRARY_NAMES} ${EXTRA_LINK_OPTIONS}
+ ${LINK} ${PLATFORM_LIB_LINK_OPTIONS} ${OBJS} -o $@ ${LIBRARY_SEARCH_PATHS}
${LIBRARY_NAMES} ${EXTRA_LINK_OPTIONS}
$(OUTDIR)/SAX2Count.o:: ${SRC}/SAX2Count.cpp ${HEADER_FILES}
- ${CC} ${CMP} $(INCLUDES) -o $(OUTDIR)/SAX2Count.o ${SRC}/SAX2Count.cpp
+ ${CC} ${INCLUDES} ${CMP} -o $(OUTDIR)/SAX2Count.o ${SRC}/SAX2Count.cpp
$(OUTDIR)/SAX2CountHandlers.o:: ${SRC}/SAX2CountHandlers.cpp ${HEADER_FILES}
- ${CC} ${CMP} $(INCLUDES) -o $(OUTDIR)/SAX2CountHandlers.o
${SRC}/SAX2CountHandlers.cpp
+ ${CC} ${INCLUDES} ${CMP} -o $(OUTDIR)/SAX2CountHandlers.o
${SRC}/SAX2CountHandlers.cpp
clean::
rm -f ${OBJS} ${EXEC}/${APP_NAME}
1.6 +18 -18 xml-xerces/c/samples/SAX2Print/Makefile.in
Index: Makefile.in
===================================================================
RCS file: /home/cvs/xml-xerces/c/samples/SAX2Print/Makefile.in,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- Makefile.in 26 Jul 2002 16:36:32 -0000 1.5
+++ Makefile.in 19 Aug 2002 15:13:38 -0000 1.6
@@ -1,37 +1,37 @@
#
# The Apache Software License, Version 1.1
-#
+#
# Copyright (c) 1999-2000 The Apache Software Foundation. All rights
# reserved.
-#
+#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
-#
+#
# 1. Redistributions of source code must retain the above copyright
-# notice, this list of conditions and the following disclaimer.
-#
+# notice, this list of conditions and the following disclaimer.
+#
# 2. Redistributions in binary form must reproduce the above copyright
# notice, this list of conditions and the following disclaimer in
# the documentation and/or other materials provided with the
# distribution.
-#
+#
# 3. The end-user documentation included with the redistribution,
-# if any, must include the following acknowledgment:
+# if any, must include the following acknowledgment:
# "This product includes software developed by the
# Apache Software Foundation (http://www.apache.org/)."
# Alternately, this acknowledgment may appear in the software itself,
# if and wherever such third-party acknowledgments normally appear.
-#
+#
# 4. The names "Xerces" and "Apache Software Foundation" must
# not be used to endorse or promote products derived from this
-# software without prior written permission. For written
+# software without prior written permission. For written
# permission, please contact apache\@apache.org.
-#
+#
# 5. Products derived from this software may not be called "Apache",
# nor may "Apache" appear in their name, without prior written
# permission of the Apache Software Foundation.
-#
+#
# THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
# OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
@@ -45,14 +45,14 @@
# OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE.
# ====================================================================
-#
+#
# This software consists of voluntary contributions made by many
# individuals on behalf of the Apache Software Foundation, and was
# originally based on software copyright (c) 1999, International
# Business Machines, Inc., http://www.ibm.com . For more information
# on the Apache Software Foundation, please see
# <http://www.apache.org/>.
-#
+#
#
# $Id$
#
@@ -101,15 +101,15 @@
-mkdir -p $(OUTDIR)
${EXEC}/${APP_NAME}:: ${OBJS}
- ${LINK} ${PLATFORM_LIB_LINK_OPTIONS} ${OBJS} -o $@ ${LIBRARY_SEARCH_PATHS}
${LIBRARY_NAMES} ${EXTRA_LINK_OPTIONS}
+ ${LINK} ${PLATFORM_LIB_LINK_OPTIONS} ${OBJS} -o $@ ${LIBRARY_SEARCH_PATHS}
${LIBRARY_NAMES} ${EXTRA_LINK_OPTIONS}
${BATCH_TARGET}:: ${OBJS}
- ${LINK} ${PLATFORM_LIB_LINK_OPTIONS} ${OBJS} -o $@ ${LIBRARY_SEARCH_PATHS}
${LIBRARY_NAMES} ${EXTRA_LINK_OPTIONS}
+ ${LINK} ${PLATFORM_LIB_LINK_OPTIONS} ${OBJS} -o $@ ${LIBRARY_SEARCH_PATHS}
${LIBRARY_NAMES} ${EXTRA_LINK_OPTIONS}
$(OUTDIR)/SAX2Print.o:: ${SRC}/SAX2Print.cpp ${HEADER_FILES}
- ${CC} ${CMP} $(INCLUDES) -o $(OUTDIR)/SAX2Print.o ${SRC}/SAX2Print.cpp
+ ${CC} ${INCLUDES} ${CMP} -o $(OUTDIR)/SAX2Print.o ${SRC}/SAX2Print.cpp
$(OUTDIR)/SAX2PrintHandlers.o:: ${SRC}/SAX2PrintHandlers.cpp ${HEADER_FILES}
- ${CC} ${CMP} $(INCLUDES) -o $(OUTDIR)/SAX2PrintHandlers.o
${SRC}/SAX2PrintHandlers.cpp
+ ${CC} ${INCLUDES} ${CMP} -o $(OUTDIR)/SAX2PrintHandlers.o
${SRC}/SAX2PrintHandlers.cpp
clean::
rm -f ${OBJS} ${EXEC}/${APP_NAME}
1.12 +18 -18 xml-xerces/c/samples/SAXCount/Makefile.in
Index: Makefile.in
===================================================================
RCS file: /home/cvs/xml-xerces/c/samples/SAXCount/Makefile.in,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- Makefile.in 26 Jul 2002 16:36:32 -0000 1.11
+++ Makefile.in 19 Aug 2002 15:13:38 -0000 1.12
@@ -1,37 +1,37 @@
#
# The Apache Software License, Version 1.1
-#
+#
# Copyright (c) 1999-2000 The Apache Software Foundation. All rights
# reserved.
-#
+#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
-#
+#
# 1. Redistributions of source code must retain the above copyright
-# notice, this list of conditions and the following disclaimer.
-#
+# notice, this list of conditions and the following disclaimer.
+#
# 2. Redistributions in binary form must reproduce the above copyright
# notice, this list of conditions and the following disclaimer in
# the documentation and/or other materials provided with the
# distribution.
-#
+#
# 3. The end-user documentation included with the redistribution,
-# if any, must include the following acknowledgment:
+# if any, must include the following acknowledgment:
# "This product includes software developed by the
# Apache Software Foundation (http://www.apache.org/)."
# Alternately, this acknowledgment may appear in the software itself,
# if and wherever such third-party acknowledgments normally appear.
-#
+#
# 4. The names "Xerces" and "Apache Software Foundation" must
# not be used to endorse or promote products derived from this
-# software without prior written permission. For written
+# software without prior written permission. For written
# permission, please contact apache\@apache.org.
-#
+#
# 5. Products derived from this software may not be called "Apache",
# nor may "Apache" appear in their name, without prior written
# permission of the Apache Software Foundation.
-#
+#
# THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
# OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
@@ -45,14 +45,14 @@
# OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE.
# ====================================================================
-#
+#
# This software consists of voluntary contributions made by many
# individuals on behalf of the Apache Software Foundation, and was
# originally based on software copyright (c) 1999, International
# Business Machines, Inc., http://www.ibm.com . For more information
# on the Apache Software Foundation, please see
# <http://www.apache.org/>.
-#
+#
#
# $Id$
#
@@ -101,15 +101,15 @@
-mkdir -p $(OUTDIR)
${EXEC}/${APP_NAME}:: ${OBJS}
- ${LINK} ${PLATFORM_LIB_LINK_OPTIONS} ${OBJS} -o $@ ${LIBRARY_SEARCH_PATHS}
${LIBRARY_NAMES} ${EXTRA_LINK_OPTIONS}
+ ${LINK} ${PLATFORM_LIB_LINK_OPTIONS} ${OBJS} -o $@ ${LIBRARY_SEARCH_PATHS}
${LIBRARY_NAMES} ${EXTRA_LINK_OPTIONS}
${BATCH_TARGET}:: ${OBJS}
- ${LINK} ${PLATFORM_LIB_LINK_OPTIONS} ${OBJS} -o $@ ${LIBRARY_SEARCH_PATHS}
${LIBRARY_NAMES} ${EXTRA_LINK_OPTIONS}
+ ${LINK} ${PLATFORM_LIB_LINK_OPTIONS} ${OBJS} -o $@ ${LIBRARY_SEARCH_PATHS}
${LIBRARY_NAMES} ${EXTRA_LINK_OPTIONS}
$(OUTDIR)/SAXCount.o:: ${SRC}/SAXCount.cpp ${HEADER_FILES}
- ${CC} ${CMP} $(INCLUDES) -o $(OUTDIR)/SAXCount.o ${SRC}/SAXCount.cpp
+ ${CC} ${INCLUDES} ${CMP} -o $(OUTDIR)/SAXCount.o ${SRC}/SAXCount.cpp
$(OUTDIR)/SAXCountHandlers.o:: ${SRC}/SAXCountHandlers.cpp ${HEADER_FILES}
- ${CC} ${CMP} $(INCLUDES) -o $(OUTDIR)/SAXCountHandlers.o
${SRC}/SAXCountHandlers.cpp
+ ${CC} ${INCLUDES} ${CMP} -o $(OUTDIR)/SAXCountHandlers.o
${SRC}/SAXCountHandlers.cpp
clean::
rm -f ${OBJS} ${EXEC}/${APP_NAME}
1.12 +18 -18 xml-xerces/c/samples/SAXPrint/Makefile.in
Index: Makefile.in
===================================================================
RCS file: /home/cvs/xml-xerces/c/samples/SAXPrint/Makefile.in,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- Makefile.in 26 Jul 2002 16:36:32 -0000 1.11
+++ Makefile.in 19 Aug 2002 15:13:38 -0000 1.12
@@ -1,37 +1,37 @@
#
# The Apache Software License, Version 1.1
-#
+#
# Copyright (c) 1999-2000 The Apache Software Foundation. All rights
# reserved.
-#
+#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
-#
+#
# 1. Redistributions of source code must retain the above copyright
-# notice, this list of conditions and the following disclaimer.
-#
+# notice, this list of conditions and the following disclaimer.
+#
# 2. Redistributions in binary form must reproduce the above copyright
# notice, this list of conditions and the following disclaimer in
# the documentation and/or other materials provided with the
# distribution.
-#
+#
# 3. The end-user documentation included with the redistribution,
-# if any, must include the following acknowledgment:
+# if any, must include the following acknowledgment:
# "This product includes software developed by the
# Apache Software Foundation (http://www.apache.org/)."
# Alternately, this acknowledgment may appear in the software itself,
# if and wherever such third-party acknowledgments normally appear.
-#
+#
# 4. The names "Xerces" and "Apache Software Foundation" must
# not be used to endorse or promote products derived from this
-# software without prior written permission. For written
+# software without prior written permission. For written
# permission, please contact apache\@apache.org.
-#
+#
# 5. Products derived from this software may not be called "Apache",
# nor may "Apache" appear in their name, without prior written
# permission of the Apache Software Foundation.
-#
+#
# THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
# OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
@@ -45,14 +45,14 @@
# OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE.
# ====================================================================
-#
+#
# This software consists of voluntary contributions made by many
# individuals on behalf of the Apache Software Foundation, and was
# originally based on software copyright (c) 1999, International
# Business Machines, Inc., http://www.ibm.com . For more information
# on the Apache Software Foundation, please see
# <http://www.apache.org/>.
-#
+#
#
# $Id$
#
@@ -101,15 +101,15 @@
-mkdir -p $(OUTDIR)
${EXEC}/${APP_NAME}:: ${OBJS}
- ${LINK} ${PLATFORM_LIB_LINK_OPTIONS} ${OBJS} -o $@ ${LIBRARY_SEARCH_PATHS}
${LIBRARY_NAMES} ${EXTRA_LINK_OPTIONS}
+ ${LINK} ${PLATFORM_LIB_LINK_OPTIONS} ${OBJS} -o $@ ${LIBRARY_SEARCH_PATHS}
${LIBRARY_NAMES} ${EXTRA_LINK_OPTIONS}
${BATCH_TARGET}:: ${OBJS}
- ${LINK} ${PLATFORM_LIB_LINK_OPTIONS} ${OBJS} -o $@ ${LIBRARY_SEARCH_PATHS}
${LIBRARY_NAMES} ${EXTRA_LINK_OPTIONS}
+ ${LINK} ${PLATFORM_LIB_LINK_OPTIONS} ${OBJS} -o $@ ${LIBRARY_SEARCH_PATHS}
${LIBRARY_NAMES} ${EXTRA_LINK_OPTIONS}
$(OUTDIR)/SAXPrint.o:: ${SRC}/SAXPrint.cpp ${HEADER_FILES}
- ${CC} ${CMP} $(INCLUDES) -o $(OUTDIR)/SAXPrint.o ${SRC}/SAXPrint.cpp
+ ${CC} ${INCLUDES} ${CMP} -o $(OUTDIR)/SAXPrint.o ${SRC}/SAXPrint.cpp
$(OUTDIR)/SAXPrintHandlers.o:: ${SRC}/SAXPrintHandlers.cpp ${HEADER_FILES}
- ${CC} ${CMP} $(INCLUDES) -o $(OUTDIR)/SAXPrintHandlers.o
${SRC}/SAXPrintHandlers.cpp
+ ${CC} ${INCLUDES} ${CMP} -o $(OUTDIR)/SAXPrintHandlers.o
${SRC}/SAXPrintHandlers.cpp
clean::
rm -f ${OBJS} ${EXEC}/${APP_NAME}
1.6 +22 -19 xml-xerces/c/samples/SEnumVal/Makefile.in
Index: Makefile.in
===================================================================
RCS file: /home/cvs/xml-xerces/c/samples/SEnumVal/Makefile.in,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- Makefile.in 26 Jul 2002 16:36:32 -0000 1.5
+++ Makefile.in 19 Aug 2002 15:13:38 -0000 1.6
@@ -1,37 +1,37 @@
#
# The Apache Software License, Version 1.1
-#
+#
# Copyright (c) 2001 The Apache Software Foundation. All rights
# reserved.
-#
+#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
-#
+#
# 1. Redistributions of source code must retain the above copyright
-# notice, this list of conditions and the following disclaimer.
-#
+# notice, this list of conditions and the following disclaimer.
+#
# 2. Redistributions in binary form must reproduce the above copyright
# notice, this list of conditions and the following disclaimer in
# the documentation and/or other materials provided with the
# distribution.
-#
+#
# 3. The end-user documentation included with the redistribution,
-# if any, must include the following acknowledgment:
+# if any, must include the following acknowledgment:
# "This product includes software developed by the
# Apache Software Foundation (http://www.apache.org/)."
# Alternately, this acknowledgment may appear in the software itself,
# if and wherever such third-party acknowledgments normally appear.
-#
+#
# 4. The names "Xerces" and "Apache Software Foundation" must
# not be used to endorse or promote products derived from this
-# software without prior written permission. For written
+# software without prior written permission. For written
# permission, please contact apache\@apache.org.
-#
+#
# 5. Products derived from this software may not be called "Apache",
# nor may "Apache" appear in their name, without prior written
# permission of the Apache Software Foundation.
-#
+#
# THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
# OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
@@ -45,16 +45,19 @@
# OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE.
# ====================================================================
-#
+#
# This software consists of voluntary contributions made by many
# individuals on behalf of the Apache Software Foundation, and was
# originally based on software copyright (c) 2001, International
# Business Machines, Inc., http://www.ibm.com . For more information
# on the Apache Software Foundation, please see
# <http://www.apache.org/>.
-#
+#
# $Id$
# $Log$
+# Revision 1.6 2002/08/19 15:13:38 tng
+# [Bug 11229] bogus -I statements order in CXXFLAGS.
+#
# Revision 1.5 2002/07/26 16:36:32 tng
# [Bug 2681] Can't build with gcc/g++ not named 'gcc'/'g++'. Patch from Jonathan
Lennox.
#
@@ -113,17 +116,17 @@
-mkdir -p $(OUTDIR)
${EXEC}/${APP_NAME}:: ${OBJS}
- ${LINK} ${PLATFORM_LIB_LINK_OPTIONS} ${OBJS} -o $@ ${LIBRARY_SEARCH_PATHS}
${LIBRARY_NAMES} ${EXTRA_LINK_OPTIONS}
+ ${LINK} ${PLATFORM_LIB_LINK_OPTIONS} ${OBJS} -o $@ ${LIBRARY_SEARCH_PATHS}
${LIBRARY_NAMES} ${EXTRA_LINK_OPTIONS}
${BATCH_TARGET}:: ${OBJS}
- ${LINK} ${PLATFORM_LIB_LINK_OPTIONS} ${OBJS} -o $@ ${LIBRARY_SEARCH_PATHS}
${LIBRARY_NAMES} ${EXTRA_LINK_OPTIONS}
+ ${LINK} ${PLATFORM_LIB_LINK_OPTIONS} ${OBJS} -o $@ ${LIBRARY_SEARCH_PATHS}
${LIBRARY_NAMES} ${EXTRA_LINK_OPTIONS}
-## SOLARIS
+## SOLARIS
ifeq (${PLATFORM}, SOLARIS)
$(OUTDIR)/SEnumVal.o:: ${SRC}/SEnumVal.cpp ${HEADER_FILES}
- ${CC} ${CMP} -ptr${OUTDIR} $(INCLUDES) -o $(OUTDIR)/SEnumVal.o
${SRC}/SEnumVal.cpp
+ ${CC} ${INCLUDES} ${CMP} -ptr${OUTDIR} -o $(OUTDIR)/SEnumVal.o
${SRC}/SEnumVal.cpp
else
$(OUTDIR)/SEnumVal.o:: ${SRC}/SEnumVal.cpp ${HEADER_FILES}
- ${CC} ${CMP} $(INCLUDES) -o $(OUTDIR)/SEnumVal.o ${SRC}/SEnumVal.cpp
+ ${CC} ${INCLUDES} ${CMP} -o $(OUTDIR)/SEnumVal.o ${SRC}/SEnumVal.cpp
endif
clean::
1.13 +3 -3 xml-xerces/c/samples/StdInParse/Makefile.in
Index: Makefile.in
===================================================================
RCS file: /home/cvs/xml-xerces/c/samples/StdInParse/Makefile.in,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- Makefile.in 26 Jul 2002 16:36:32 -0000 1.12
+++ Makefile.in 19 Aug 2002 15:13:38 -0000 1.13
@@ -106,10 +106,10 @@
${LINK} ${PLATFORM_LIB_LINK_OPTIONS} ${OBJS} -o $@ ${LIBRARY_SEARCH_PATHS}
${LIBRARY_NAMES} ${EXTRA_LINK_OPTIONS}
$(OUTDIR)/StdInParse.o:: ${SRC}/StdInParse.cpp ${HEADER_FILES}
- ${CC} ${CMP} $(INCLUDES) -o $(OUTDIR)/StdInParse.o ${SRC}/StdInParse.cpp
+ ${CC} ${INCLUDES} ${CMP} -o $(OUTDIR)/StdInParse.o ${SRC}/StdInParse.cpp
$(OUTDIR)/StdInParseHandlers.o:: ${SRC}/StdInParseHandlers.cpp ${HEADER_FILES}
- ${CC} ${CMP} $(INCLUDES) -o $(OUTDIR)/StdInParseHandlers.o
${SRC}/StdInParseHandlers.cpp
+ ${CC} ${INCLUDES} ${CMP} -o $(OUTDIR)/StdInParseHandlers.o
${SRC}/StdInParseHandlers.cpp
clean::
rm -f ${OBJS} ${EXEC}/${APP_NAME}
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]