diff --git a/samples/PSVIWriter/Makefile.in b/samples/PSVIWriter/Makefile.in
index 98c6672f57a32d0a475cb573c6f5114d2833e914..f241c89b9f7748319aa26d650468ad40dcd53259 100644
--- a/samples/PSVIWriter/Makefile.in
+++ b/samples/PSVIWriter/Makefile.in
@@ -1,5 +1,5 @@
 #
-# Copyright 1999-2000,2004 The Apache Software Foundation.
+# Copyright 1999-2000,2005 The Apache Software Foundation.
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
@@ -45,10 +45,10 @@ include ../Makefile.incl
 
 APP_NAME=PSVIWriter
 
-OUTDIR= ${XERCESCROOT}/bin/obj/${APP_NAME}
-EXEC=	${XERCESCROOT}/bin
+OUTDIR= ${XERCESCOUT}/bin/obj/${APP_NAME}
+EXEC=	${XERCESCOUT}/bin
 OBJS=	${OUTDIR}/PSVIWriter.o ${OUTDIR}/PSVIUni.o ${OUTDIR}/PSVIWriterHandlers.o 
-SRC=	${XERCESCROOT}/samples/${APP_NAME}
+SRC=	${XERCESCOUT}/samples/${APP_NAME}
 HEADER_FILES=${SRC}/PSVIWriter.hpp ${SRC}/PSVIUni.hpp ${SRC}/PSVIWriterHandlers.hpp 
 
 ## OS390BATCH
diff --git a/samples/SCMPrint/Makefile.in b/samples/SCMPrint/Makefile.in
index 1f94a0116089e7e7b7bb5845349eecc32459a412..4afbfdd2ba31e72b3485f7be0232dcd68c25d5e1 100644
--- a/samples/SCMPrint/Makefile.in
+++ b/samples/SCMPrint/Makefile.in
@@ -1,12 +1,12 @@
 #
-# Copyright 2004,2004 The Apache Software Foundation.
-# 
+# Copyright 2004,2005 The Apache Software Foundation.
+#
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
 # You may obtain a copy of the License at
-# 
+#
 #      http://www.apache.org/licenses/LICENSE-2.0
-# 
+#
 # Unless required by applicable law or agreed to in writing, software
 # distributed under the License is distributed on an "AS IS" BASIS,
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -45,10 +45,10 @@ include ../Makefile.incl
 
 APP_NAME=SCMPrint
 
-OUTDIR= ${XERCESCROOT}/bin/obj/${APP_NAME}
-EXEC=	${XERCESCROOT}/bin
+OUTDIR= ${XERCESCOUT}/bin/obj/${APP_NAME}
+EXEC=	${XERCESCOUT}/bin
 OBJS=	${OUTDIR}/SCMPrint.o
-SRC=	${XERCESCROOT}/samples/${APP_NAME}
+SRC=	${XERCESCOUT}/samples/${APP_NAME}
 HEADER_FILES=
 
 ## OS390BATCH