Lines Matching refs:file
5 # The contents of this file are subject to the terms of the
7 # You may not use this file except in compliance with the License.
15 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
178 for file in \
213 if [ -f ./include/ansi/$file ] ; then
214 rm -f ./include/ansi/$file
218 for file in \
221 if [ -f ./include/tr1/$file ] ; then
222 rm -f ./include/tr1/$file
226 for file in \
229 if [ -f ./include/tr1/${file} ] ; then
230 cp -fp ./include/tr1/${file} ./include/ansi/
247 for file in \
254 echo "${CXX} ${CPPFLAGS} ${CXXFLAGS} -c ${TOPLEVELDIR}/etc/config/src/${file}.cpp -o ${LIBDIR}/${file}.o"
255 ${CXX} ${CPPFLAGS} ${CXXFLAGS} -c ${TOPLEVELDIR}/etc/config/src/${file}.cpp -o ${LIBDIR}/${file}.o
256 echo "${CXX} ${CXXFLAGS} ${LDFLAGS} -G -hlib${file}.so ${LIBDIR}/${file}.o -o ${LIBDIR}/lib${file}.so"
257 ${CXX} ${CXXFLAGS} ${LDFLAGS} -G -h${file}.so ${LIBDIR}/${file}.o -o ${LIBDIR}/lib${file}.so
301 echo "Required configuration header file ${HEADER_FILE} not found!"
305 echo "Using configuration header file ${HEADER_FILE}"
321 echo "Standard configuration file ${TOPLEVELDIR}/../Solaris/rwconfig_std.h not found!"
326 echo "Initial configuration file 'config.h' has not been created."