rem Assumes setup_env.bat has been called rem Assumes desired target (c66x,a15) has been selected in pa/build/target.mk if "%1"=="" goto end rem rem ARM libraries rem DSP libraries needed PCM1 (+other?) rem pushd paf\pa\asp\com gmake clean gmake install popd pushd paf\pa\dec\pcm1 gmake clean gmake install popd pushd paf\pa\dec\com gmake clean gmake install popd pushd paf\pa\asp\std gmake clean gmake install popd pushd paf\pa\sio\acp1 gmake clean gmake install popd if "%1"=="ARM" goto arm_only :dsp_only rem rem DSP only libraries rem pushd paf\pa\enc\pce2 gmake clean gmake install popd pushd paf\pa\sio\paf gmake clean gmake install popd pushd paf\pa\sio\dcs7 gmake clean gmake install popd pushd paf\pa\asp\ae0 gmake clean gmake install popd goto end :arm_only pushd paf\pa\util\c67x_cintrins gmake clean gmake install popd pushd paf\pa\util\simulate_dma gmake clean gmake install popd :end