• Home
  • Raw
  • Download

Lines Matching refs:BASE_DIR

22 BASE_DIR=$(pwd)
35 $BASE_DIR/lint_config.sh \
36 -h $BASE_DIR/$LIBVPX_CONFIG_DIR/$1/vpx_config.h \
37 -a $BASE_DIR/$LIBVPX_CONFIG_DIR/$1/vpx_config.asm
43 $BASE_DIR/lint_config.sh -p \
44 -h $BASE_DIR/$LIBVPX_CONFIG_DIR/$1/vpx_config.h \
45 -a $BASE_DIR/$LIBVPX_CONFIG_DIR/$1/vpx_config.asm
53 combined_config="$(cat $BASE_DIR/$LIBVPX_CONFIG_DIR/$1/vpx_config.h \
70 rm -rf $BASE_DIR/$TEMP_DIR/libvpx.config
71 $BASE_DIR/lint_config.sh -p \
72 -h $BASE_DIR/$LIBVPX_CONFIG_DIR/$1/vpx_config.h \
73 -a $BASE_DIR/$LIBVPX_CONFIG_DIR/$1/vpx_config.asm \
74 -o $BASE_DIR/$TEMP_DIR/libvpx.config
76 $BASE_DIR/$LIBVPX_SRC_DIR/build/make/rtcd.pl \
79 --config=$BASE_DIR/$TEMP_DIR/libvpx.config \
80 $BASE_DIR/$LIBVPX_SRC_DIR/vp8/common/rtcd_defs.pl \
81 > $BASE_DIR/$LIBVPX_CONFIG_DIR/$1/vp8_rtcd.h
83 $BASE_DIR/$LIBVPX_SRC_DIR/build/make/rtcd.pl \
86 --config=$BASE_DIR/$TEMP_DIR/libvpx.config \
87 $BASE_DIR/$LIBVPX_SRC_DIR/vp9/common/vp9_rtcd_defs.pl \
88 > $BASE_DIR/$LIBVPX_CONFIG_DIR/$1/vp9_rtcd.h
90 $BASE_DIR/$LIBVPX_SRC_DIR/build/make/rtcd.pl \
93 --config=$BASE_DIR/$TEMP_DIR/libvpx.config \
94 $BASE_DIR/$LIBVPX_SRC_DIR/vpx_scale/vpx_scale_rtcd.pl \
95 > $BASE_DIR/$LIBVPX_CONFIG_DIR/$1/vpx_scale_rtcd.h
97 $BASE_DIR/$LIBVPX_SRC_DIR/build/make/rtcd.pl \
100 --config=$BASE_DIR/$TEMP_DIR/libvpx.config \
101 $BASE_DIR/$LIBVPX_SRC_DIR/vpx_dsp/vpx_dsp_rtcd_defs.pl \
102 > $BASE_DIR/$LIBVPX_CONFIG_DIR/$1/vpx_dsp_rtcd.h
104 rm -rf $BASE_DIR/$TEMP_DIR/libvpx.config
122 | perl $BASE_DIR/$LIBVPX_SRC_DIR/build/make/ads2gas.pl > vpx_config.asm
126 $BASE_DIR/$LIBVPX_SRC_DIR/build/make/version.sh "$BASE_DIR/$LIBVPX_SRC_DIR" vpx_version.h
128 cp vpx_config.* vpx_version.h $BASE_DIR/$LIBVPX_CONFIG_DIR/$1
189 find $BASE_DIR/$LIBVPX_CONFIG_DIR/arm-neon -name '*.asm.S' | xargs -r rm
192 mkdir -p $BASE_DIR/$(dirname $newsrc)
193 …perl $BASE_DIR/$LIBVPX_SRC_DIR/build/make/ads2gas.pl <$BASE_DIR/$LIBVPX_SRC_DIR/$src >$BASE_DIR/$n…
217 cd $BASE_DIR
260 rm -f $BASE_DIR/Android.bp
266 cat $BASE_DIR/Android.bp.in
267 ) > $BASE_DIR/Android.bp
268 bpfmt -w $BASE_DIR/Android.bp
271 cd $BASE_DIR