mesa-gl:moved to "simplified /usr" and towards RCS
[nyanlinux.git] / builders / mesa-gl-amd-sh-9ab59574ef162393f89c36980a366eeb8ecccb64 / contrib / generators_compiler.sh
blob773da3757e34a8ce94cf688bc38ff003da225d5a
1 printf "Running compiler code generators-->\n"
2 mkdir -p $build_dir/src/compiler
3 #===============================================================================
4 export PYTHONPATH=$mako
5 $python3 $src_dir/src/compiler/builtin_types_h.py \
6 $build_dir/src/compiler/builtin_types.h &
7 #------------------------------------------------------------------------------
8 $python3 $src_dir/src/compiler/builtin_types_c.py \
9 $build_dir/src/compiler/builtin_types.c &
10 #------------------------------------------------------------------------------
11 $python3 $src_dir/src/compiler/builtin_types_cpp_h.py \
12 $build_dir/src/compiler/builtin_types_cpp.h &
13 #------------------------------------------------------------------------------
14 unset PYTHONPATH
15 printf "<--compiler code generation started\n"