#! /bin/csh -f
foreach i (*.s)
    cc -E $i | sed "/^[ 	]*#/d" >! $i:r.l
end
