rem rem Assumes setup_env.bat has been called rem set PATH_ORG=%PATH% set PATH=c:\cygwin\bin;%PATH% set DOLBY_IP_LROOT=dolby_ip rem rem ARM libraries rem ::rem DDP alg lib pushd %DOLBY_IP_LROOT%\ddp\Dolby_Digital_Plus_Decoder_Imp\Source_Code\make\ddp_udc_lib\a15 gmake clean gmake popd ::rem DDP wrapper lib pushd %DOLBY_IP_LROOT%\ddp\Dolby_Digital_Plus_Decoder_Imp\Source_Code\make\ddp_udc_wrapper\a15 gmake clean gmake popd :: THD alglib pushd %DOLBY_IP_LROOT%\mat-thd\Dolby_MAT_Decoder_Imp\Source_Code\mat_dec\make\dthd_dec_lib\a15 gmake clean gmake popd :: MAT alg lib pushd %DOLBY_IP_LROOT%\mat-thd\Dolby_MAT_Decoder_Imp\Source_Code\mat_dec\make\mat_dec_lib\a15 gmake clean gmake popd :: MAT-THD wrapper lib pushd %DOLBY_IP_LROOT%\mat-thd\Dolby_MAT_Decoder_Imp\Source_Code\mat_dec\make\thd_alg_lib\a15 gmake clean gmake popd rem rem DSP libraries rem :: CAR alg lib pushd %DOLBY_IP_LROOT%\car\Source_Code\car\make\libcar\tisim_eabi_c66_ccs gmake cleanself gmake popd :: CAR wrapper lib pushd %DOLBY_IP_LROOT%\car\Source_Code\car\make\alg_car\tisim_eabi_c66_ccs gmake cleanself gmake popd set PATH=%PATH_ORG% :: OAR combined alg+wrapper lib pushd %DOLBY_IP_LROOT%\oar\CCS_OAR_lib\make gmake clean gmake popd :: BMDA combined alg+wrapper lib :: :: NOTE: requires ARCH = c66x in paf\pa\build\target.mk :: pushd %DOLBY_IP_LROOT%\bmda\Source_Code\make gmake clean gmake popd set DOBLY_IP_ROOT= :end