#! /bin/csh
#
# Makes the newconf/FILES/$RELSRC.mkf file
# $Header: /private/postgres/newconf/RCS/Build,v 1.2 1990/07/12 12:38:57 goh Version_2 $

set RELSRC = $argv[1]

echo changing to src/$RELSRC
pushd ../src/$RELSRC > /dev/null

foreach i (*.c *.y RCS )
	if ($i == RCS) then
		break;
	else
 		echo "	"'$(OD)'/$RELSRC/$i:r.o \\
	endif
end
