
# use all c-sources in this directory and the lp.o in the parse directory to 
# form a library called liplpk.a. Libraries are formed from .o files using the
# following two commands..
#	ar rv LIBNAME OBJECT-FILES
#	ranlib LIBNAME
