This version handles out-of-band data, abort output, and
[unix-history] / usr / src / lib / libplot / imagen / Makefile
CommitLineData
4d32b077 1#
8f838885 2# Copyright (c) 1985 Regents of the University of California.
4d32b077
SL
3# All rights reserved. The Berkeley software License Agreement
4# specifies the terms and conditions for redistribution.
5#
d5598b99 6# @(#)Makefile 5.4 (Berkeley) %G%
4d32b077
SL
7#
8CFLAGS= -O
d5598b99
SL
9OBJS= arc.o box.o charset.o circle.o close.o cont.o dot.o \
10 erase.o label.o line.o linemod.o move.o open.o point.o \
11 scale.o space.o
12# default printer resolution dpi
13DEFRES= 240
4d32b077 14
bfddaac6 15all: ../libplotimagen
4d32b077 16
bfddaac6
SL
17../libplotimagen: ${OBJS}
18 ar cr ../libplotimagen ${OBJS}
4d32b077
SL
19
20close.o erase.o label.o line.o open.o: imp.h imPcodes.h
21cont.o move.o: imp.h
22
d5598b99
SL
23space.o: space.c Makefile
24 ${CC} -c ${CFLAGS} -DDEFRES=${DEFRES} space.c
25
4d32b077 26clean:
8f838885 27 rm -f ${OBJS} a.out core errs