Lines Matching refs:SRCDIR
213 local SRCDIR=$TOOLCHAIN_SRC_DIR/python/Python-$2
218 if [ ! -f "$SRCDIR/configure" ]; then
219 panic "Missing configure script in $SRCDIR"
296 touch $SRCDIR/Include/graminit.h
297 touch $SRCDIR/Python/graminit.c
298 echo "" > $SRCDIR/Parser/pgen.stamp
302 run2 "$SRCDIR"/configure $ARGS &&
317 local SRCDIR="$(python_build_install_dir $1 $2)"
323 run copy_directory "$SRCDIR/bin" "$DSTDIR/bin"
324 run copy_directory "$SRCDIR/lib" "$DSTDIR/lib"
325 run copy_directory "$SRCDIR/share" "$DSTDIR/share"
326 run copy_directory "$SRCDIR/include" "$DSTDIR/include"
331 local SRCDIR="$(python_build_install_dir $1 $2)"
338 export PATH=$SRCDIR/bin:$PATH
348 local SRCDIR="$(python_ndk_install_dir $1 $2)"
349 # This is similar to BLDDIR=${BLDDIR%%$SRCDIR}
350 BLDDIR=$(echo "$BLDDIR" | sed "s/$(echo "$SRCDIR" | sed -e 's/\\/\\\\/g' -e 's/\//\\\//g' -e 's/&/\\\&/g')//g")
357 run pack_archive "$PACKAGE" "$BLDDIR" "$SRCDIR"