for i in *.hs_pre ; do j=`echo $i | cut -f 1 -d.` ; gcc -x c -E -I "../../../../include" -DCALLCONV="" -trigraphs $i >$j.hs ; done