BSD 4_4 release
[unix-history] / usr / src / lib / libplot / imagen / Makefile
# @(#)Makefile 8.1 (Berkeley) 6/4/93
LIB= plotimagen
# DEFRES == default printer resolution dpi
CFLAGS+=-DDEFRES=240
SRCS= arc.c box.c charset.c circle.c close.c cont.c dot.c \
erase.c label.c line.c linemod.c move.c open.c point.c \
scale.c space.c
.include <bsd.lib.mk>