Lines Matching refs:BASE_DIR
16 BASE_DIR=$(pwd)
32 $BASE_DIR/lint_config.sh \
33 -h $BASE_DIR/$LIBVPX_CONFIG_DIR/$1/vpx_config.h \
34 -a $BASE_DIR/$LIBVPX_CONFIG_DIR/$1/vpx_config.asm
41 $BASE_DIR/lint_config.sh -p \
42 -h $BASE_DIR/$LIBVPX_CONFIG_DIR/$1/vpx_config.h \
43 -a $BASE_DIR/$LIBVPX_CONFIG_DIR/$1/vpx_config.asm
51 combined_config="$(cat $BASE_DIR/$LIBVPX_CONFIG_DIR/$1/vpx_config.h \
68 rm -rf $BASE_DIR/$TEMP_DIR/libvpx.config
70 print_config_basic $1 > $BASE_DIR/$TEMP_DIR/libvpx.config
72 $BASE_DIR/lint_config.sh -p \
73 -h $BASE_DIR/$LIBVPX_CONFIG_DIR/$1/vpx_config.h \
74 -a $BASE_DIR/$LIBVPX_CONFIG_DIR/$1/vpx_config.asm \
75 -o $BASE_DIR/$TEMP_DIR/libvpx.config
78 $BASE_DIR/$LIBVPX_SRC_DIR/build/make/rtcd.pl \
81 --config=$BASE_DIR/$TEMP_DIR/libvpx.config \
82 $BASE_DIR/$LIBVPX_SRC_DIR/vp8/common/rtcd_defs.pl \
83 > $BASE_DIR/$LIBVPX_CONFIG_DIR/$1/vp8_rtcd.h
85 $BASE_DIR/$LIBVPX_SRC_DIR/build/make/rtcd.pl \
88 --config=$BASE_DIR/$TEMP_DIR/libvpx.config \
89 $BASE_DIR/$LIBVPX_SRC_DIR/vp9/common/vp9_rtcd_defs.pl \
90 > $BASE_DIR/$LIBVPX_CONFIG_DIR/$1/vp9_rtcd.h
92 $BASE_DIR/$LIBVPX_SRC_DIR/build/make/rtcd.pl \
95 --config=$BASE_DIR/$TEMP_DIR/libvpx.config \
96 $BASE_DIR/$LIBVPX_SRC_DIR/vpx_scale/vpx_scale_rtcd.pl \
97 > $BASE_DIR/$LIBVPX_CONFIG_DIR/$1/vpx_scale_rtcd.h
99 $BASE_DIR/$LIBVPX_SRC_DIR/build/make/rtcd.pl \
102 --config=$BASE_DIR/$TEMP_DIR/libvpx.config \
103 $BASE_DIR/$LIBVPX_SRC_DIR/vpx_dsp/vpx_dsp_rtcd_defs.pl \
104 > $BASE_DIR/$LIBVPX_CONFIG_DIR/$1/vpx_dsp_rtcd.h
106 rm -rf $BASE_DIR/$TEMP_DIR/libvpx.config
124 | perl $BASE_DIR/$LIBVPX_SRC_DIR/build/make/ads2gas.pl > vpx_config.asm
129 $BASE_DIR/$LIBVPX_SRC_DIR/build/make/version.sh "$BASE_DIR/$LIBVPX_SRC_DIR" vpx_version.h
131 cp vpx_config.* vpx_version.h $BASE_DIR/$LIBVPX_CONFIG_DIR/$1
158 cd $BASE_DIR
200 cp libvpx_srcs.txt $BASE_DIR/$LIBVPX_CONFIG_DIR/x86/
206 cp libvpx_srcs.txt $BASE_DIR/$LIBVPX_CONFIG_DIR/x86_64/
212 cp libvpx_srcs.txt $BASE_DIR/$LIBVPX_CONFIG_DIR/arm/
218 cp libvpx_srcs.txt $BASE_DIR/$LIBVPX_CONFIG_DIR/arm-neon/
224 cp libvpx_srcs.txt $BASE_DIR/$LIBVPX_CONFIG_DIR/arm64/
230 cp libvpx_srcs.txt $BASE_DIR/$LIBVPX_CONFIG_DIR/mips32/
236 cp libvpx_srcs.txt $BASE_DIR/$LIBVPX_CONFIG_DIR/mips32-dspr2/
242 cp libvpx_srcs.txt $BASE_DIR/$LIBVPX_CONFIG_DIR/mips32-msa/
248 cp libvpx_srcs.txt $BASE_DIR/$LIBVPX_CONFIG_DIR/mips64/
254 cp libvpx_srcs.txt $BASE_DIR/$LIBVPX_CONFIG_DIR/mips64-msa/
260 cp libvpx_srcs.txt $BASE_DIR/$LIBVPX_CONFIG_DIR/generic/
264 cd $BASE_DIR