# ISAR post-renderer and lc3plus sources only need to be instrumented in float code
if["$PROJECT"="FLOAT"];then
cp-R ../lib_rend/*.c $targetdir/lib_rend # copy over fresh .c files to avoid time-consuming des-instrumentation of files by the WMC tool
for bak_file in$targetdir/lib_rend/*.bak;do mv"$bak_file""${bak_file%.*}";done# restore fresh .c files to avoid time-consuming des-instrumentation of files by the WMC tool
cp-R ../lib_lc3plus/*.c $targetdir/lib_lc3plus # copy over fresh .c files to avoid time-consuming des-instrumentation of files by the WMC tool
cp-R ../lib_lc3plus/fft/*.c $targetdir/lib_lc3plus/fft # copy over fresh .c files to avoid time-consuming des-instrumentation of files by the WMC tool
for bak_file in$targetdir/lib_lc3plus/*.bak;do mv"$bak_file""${bak_file%.*}";done# restore fresh .c files to avoid time-consuming des-instrumentation of files by the WMC tool
for bak_file in$targetdir/lib_lc3plus/fft/*.bak;do mv"$bak_file""${bak_file%.*}";done# restore fresh .c files to avoid time-consuming des-instrumentation of files by the WMC tool
cp-R ../lib_rend/*.c $targetdir/lib_rend # copy over fresh .c files to avoid time-consuming des-instrumentation of files by the WMC tool
for bak_file in$targetdir/lib_rend/*.bak;do mv"$bak_file""${bak_file%.*}";done# restore fresh .c files to avoid time-consuming des-instrumentation of files by the WMC tool