# ISAR post-renderer and lc3plus sources only need to be instrumented in float code
if["$PROJECT"="FLOAT"];then
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
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
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