#! /bin/csh

echo "Making avs_utils.a library member" $1

cc -I/usr/avs/include -I../utils -c $1.c

ar -rvs avs_utils.a $1.o
rm $1.o
