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