1*15501Sralph# Makefile 4.4 83/11/11 215408Sralph# 315408SralphCFLAGS= -O 4*15501SralphOBJS= box.o circle.o arc.o cont.o dot.o erase.o line.o linemod.o point.o \ 515424Sralph label.o move.o open.o close.o space.o 615408Sralph 715497Sralph../libplotbg: ${OBJS} 815497Sralph ar cu ../libplotbg ${OBJS} 915408Sralph 1015408Sralph${OBJS}: bg.h 1115408Sralph 1215408Sralphclean: 1315408Sralph rm -f ${OBJS} errs a.out core 14