for i in `cat make_files`
do
   replace "CXXFLAGS      = -pipe -O2 -Wall -W -D_REENTRANT   -g\$(DEFINES)" "CXXFLAGS      = -pipe -O2 -Wall -W -D_REENTRANT  \$(DEFINES) -g" "-g -g" "-g" -- $i
done
