#!/bin/csh
rm -f *.[ch] *~ *.gz *.tgz outs
foreach file ( ~/HtmlPress/gdraw/*.[ch] )
ln $file
end
rm try.c
foreach file ( ~/HtmlPress/ggadgets/*.[ch] )
ln $file
end
foreach file ( ~/HtmlPress/gio/*.[ch] )
ln $file
end
foreach file ( ~/HtmlPress/utils/*.[ch] )
ln $file
end
ln ~/HtmlPress/divide/divisors.c
rm -f try*.[ch] gimagewritegif.c screenshot.c show.c splash.c monk.c monkicon.c makegreys.c
#cp ~/HtmlPress/gdraw/makefile .
echo "If you need to copy the makefile (not done automagically) don't forget"
echo " to remove gimagewritegif and to add divisors.c and add all the other dirs"
