PWB1/sys/source/lex/makclib

echo begin new lex c library generation
mkdir newlib
chdir newlib
ar x ../lexcl.a
cc -c -O *.c
ar r ../libln.a *.o
cp ncform ..
rm *.c *.o ncform
chdir ..
rmdir newlib
echo "new lex c runtine library is in libln.a, be sure to mv it and ln it"