#!/bin/csh

foreach N ( 3 4 5 6 7 8 9 10 15 20 25 30 )
  echo "Generating for N=$N"
  prismpp .philN.nm.pp $N >! phil"$N".nm
  unix2dos phil"$N".nm
end
