echo $1 ; cc -c -fi $1.c ; ar q libplot.a $1.o ; rm $1.o
# echo $1 ; cc -c -fi $1.c ; ar r libplot.a $1.o ; rm $1.o
# ranlib libplot.a
