Lines Matching refs:top_srcdir
159 top_srcdir="${IN_SOURCE}"
161 top_srcdir=`sed -n -e 's%^top_srcdir = \(.*\)%\1%p' < "${IN_SOURCE}/Makefile"`
162 if [ ! -d "${top_srcdir}" ];
164 echo "Sorry: cannot find top_srcdir from ${IN_SOURCE}/Makefile"
168 if [ ! -f "${top_srcdir}/common/unicode/utypes.h" ];
170 echo Sorry: cannot find "${top_srcdir}/common/unicode/utypes.h"
173 echo "ICU top level source dir:" "${top_srcdir}"
178 SRC_OPTS="-I${top_srcdir}/common -I${top_srcdir}/i18n -I${top_srcdir}/io -I${top_srcdir}/tools/ctestfw -I${top_srcdir}/tools/toolutil -I${IN_SOURCE}/common -L${IN_SOURCE}/lib -L${IN_SOURCE}/stubdata -L${IN_SOURCE}/tools/ctestfw"