check arguments to sqrt() (from jerry@opal)
[unix-history] / usr / src / lib / libplot / hp2648 / Makefile
CommitLineData
dca25f5a
DF
1#
2# Copyright (c) 1980 Regents of the University of California.
3# All rights reserved. The Berkeley software License Agreement
4# specifies the terms and conditions for redistribution.
5#
6# @(#)Makefile 5.1 (Berkeley) %G%
7#
58d63358
RC
8#
9CFLAGS= -O
10OBJS= arc.o box.o circle.o close.o cont.o dot.o erase.o label.o \
11 line.o linemod.o move.o open.o point.o space.o subr.o
12
a9891619
RC
13../libplot2648: ${OBJS}
14 ar cu ../libplot2648 ${OBJS}
58d63358
RC
15
16${OBJS}: hp2648.h
17
18clean:
19 rm -f ${OBJS} errs a.out core