#!/bin/sh
for srcfile
do
	/usr/bin/cpp -M -I. -I/home/lees/Bware/rayshade.4.0 -I/home/lees/Bware/rayshade.4.0/libray -I/home/lees/Bware/rayshade.4.0/libshade   -D__GNUC__ $srcfile
done
