rm mkfilehelper/sourcesfile2
rm mkfilehelper/sourcesfile2b
rm mkfilehelper/sourcesfile2a
rm mkfilehelper/sourcesfile1
rm mkfilehelper/sourcesfile3
rm mkfilehelper/sourcesfile4
rm mkfilehelper/sourcesfile5
rm mkfilehelper/sourcesfile
ls ../build/edu/rice/linpack/Matrix/*/*.class > mkfilehelper/sourcesfile2a
ls ../build/edu/rice/linpack/*/*.class > mkfilehelper/sourcesfile2b
cat mkfilehelper/sourcesfile2a mkfilehelper/sourcesfile2b > mkfilehelper/sourcesfile2
cat mkfilehelper/sources.txt mkfilehelper/sourcesfile2 > mkfilehelper/sourcesfile1 ;
perl -e 'while(<>){s/\n/ /g;print;}' mkfilehelper/sourcesfile1 > mkfilehelper/sourcesfile3
perl -e 'while(<>){s/.class/.java/g;print;}' mkfilehelper/sourcesfile3 > mkfilehelper/sourcesfile4
perl -e 'while(<>){s/..\/build\// /g;print;}' mkfilehelper/sourcesfile4 > mkfilehelper/sourcesfile5
cat mkfilehelper/sourcesfile5 mkfilehelper/eof > mkfilehelper/sourcesfile