QUOTE (caligae @ May 19 2004, 09:11 AM)Not very portable at the moment though.No Makefile provided and the filenames are inconsistent (regarding upper/lowercase) which makes it fail on pretty much every platform except Windows.what would be wrong with ls *.cpp > Makefile as a start? that would not require much additional editing...(or even no Makefile, and CFLAGS='-02' g++ `ls *cpp` -o mpcdecAN