Searched refs:SRCDIR (Results 1 – 13 of 13) sorted by relevance
20 SRCDIR=$PROGDIR/jni21 rm -rf "$SRCDIR" && mkdir -p "$SRCDIR"23 echo "ERROR: Could not create temporary source directory: $SRCDIR"34 SRCFILE=$SRCDIR/foo$NUM.c48 cat > $SRCDIR/main.c <<EOF53 cat >> $SRCDIR/main.c <<EOF58 cat >> $SRCDIR/main.c <<EOF65 cat >> $SRCDIR/main.c <<EOF70 cat >> $SRCDIR/main.c <<EOF74 CLEAN_FILES=$CLEAN_FILES" $SRCDIR/main.c"[all …]
213 local SRCDIR=$TOOLCHAIN_SRC_DIR/python/Python-$2218 if [ ! -f "$SRCDIR/configure" ]; then219 panic "Missing configure script in $SRCDIR"296 touch $SRCDIR/Include/graminit.h297 touch $SRCDIR/Python/graminit.c298 echo "" > $SRCDIR/Parser/pgen.stamp302 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"[all …]
58 SRCDIR="$(cd $ANDROID_NDK_ROOT/../development/ndk/platforms && pwd)"59 register_var_option "--src-dir=<path>" SRCDIR "Source for compressed platforms"98 if [ ! -d "$SRCDIR" ] ; then99 echo "ERROR: Source directory doesn't exist: $SRCDIR"102 if [ ! -d "$SRCDIR/android-3" ]; then103 echo "ERROR: Source directory doesn't seem to be valid: $SRCDIR"106 log "Using source directory: $SRCDIR"110 if [ ! -d "$SRCDIR/android-$PLATFORM" ]; then111 echo "ERROR: Platform directory doesn't exist: $SRCDIR/android-$PLATFORM"204 SDIR="$SRCDIR/android-$LEVEL"
26 SRCDIR="$(cd $ANDROID_NDK_ROOT/../development/ndk/platforms && pwd)"27 register_var_option "--src-dir=<path>" SRCDIR "Source for compressed platforms"45 if [ ! -d "$SRCDIR" ] ; then46 echo "ERROR: Source directory doesn't exist: $SRCDIR"49 if [ ! -d "$SRCDIR/android-3" ]; then50 echo "ERROR: Source directory doesn't seem to be valid: $SRCDIR"53 log "Using source directory: $SRCDIR"59 …$PROGDIR/dev-platform-expand.sh --platform=$PLATFORM --src-dir=$SRCDIR --dst-dir=$DSTDIR --arch=$(…
145 local SRCDIR=$TOOLCHAIN_SRC_DIR/expat/expat-2.0.1159 run2 "$SRCDIR"/configure $ARGS &&174 local SRCDIR=$TOOLCHAIN_SRC_DIR/gdb/gdb-$3179 if [ ! -f "$SRCDIR/configure" ]; then180 panic "Missing configure script in $SRCDIR"212 run2 "$SRCDIR"/configure $ARGS &&228 local SRCDIR="$(gdb_build_install_dir $1 $2 $3)"236 run copy_directory "$SRCDIR/bin" "$DSTDIR/bin"237 if [ -d "$SRCDIR/share/gdb" ]; then238 run copy_directory "$SRCDIR/share/gdb" "$DSTDIR/share/gdb"[all …]
54 SRCDIR="../development/ndk"58 PLATFORMS=`extract_platforms_from "$SRCDIR"`135 echo " --src-dir=<path> Source directory for development platform files [$SRCDIR]"154 SRCDIR="$OPTION_SRCDIR";155 if [ ! -d "$SRCDIR" ] ; then156 echo "ERROR: Source directory $SRCDIR does not exist !"159 if [ ! -d "$SRCDIR/platforms/android-3" ] ; then160 echo "ERROR: Invalid source directory: $SRCDIR"165 SRCDIR=`dirname $ANDROID_NDK_ROOT`/development/ndk166 log "Using source directory: $SRCDIR"[all …]
56 SRCDIR=$159 if [ -z "$SRCDIR" ]; then69 if [ ! -d "$SRCDIR" ]; then70 dump "ERROR: Not a source directory: $SRCDIR"182 for LIB in $(cd $SRCDIR && ls lib*.so); do183 SRCLIB=$SRCDIR/$LIB
48 SRCDIR=/tmp/ndk-$USER/platforms49 register_var_option "--src-dir=<path>" SRCDIR "Specify source platforms directory"63 SDIR=$SRCDIR/android-$PLATFORM73 SDIR=$SRCDIR/android-$PLATFORM83 PDIR=$SRCDIR/android-$PREV_PLATFORM
86 SRCDIR=$ANDROID_NDK_ROOT/sources/host-tools/ndk-stack89 run $GNUMAKE -C $SRCDIR -f $SRCDIR/GNUMakefile \
71 SRCDIR=$(echo $PARAMETERS | sed 1q)72 check_toolchain_src_dir "$SRCDIR"125 GNUSTL_SRCDIR=$SRCDIR/gcc/gcc-$GCC_VERSION/libstdc++-v3
727 (cd $SRCDIR && run zip $ZIPFLAGS "$ARCHIVE" $SRCFILES)730 (cd $SRCDIR && run tar $TARFLAGS "$ARCHIVE" $SRCFILES)733 (cd $SRCDIR && run tar z$TARFLAGS "$ARCHIVE" $SRCFILES)736 (cd $SRCDIR && run tar j$TARFLAGS "$ARCHIVE" $SRCFILES)753 if [ ! -d "$SRCDIR" ] ; then770 panic "Can't copy from non-directory: $SRCDIR"773 log " from $SRCDIR"775 mkdir -p "$DSTDIR" && (cd "$SRCDIR" && tar chf - *) | (tar xf - -C "$DSTDIR")788 if [ ! -d "$SRCDIR" ] ; then
543 local SRCDIR557 SRCDIR="$BUILD_DIR/`basename $1`/libs/$CPU_ABI"558 if [ -d "$SRCDIR" ]; then562 if [ ! -d "$SRCDIR" ]; then569 for SRCFILE in `ls $SRCDIR`; do574 SRCFILE="$SRCDIR/$SRCFILE"
3889 - SRCDIR=$(srcdir) $(RUNSHARED) \3891 + SRCDIR=$(srcdir) \