|
|
1.1 root 1: #
2: # Copyright (c) 1987 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.5 (Berkeley) 6/19/87
7: #
8: # DEFRES == default printer resolution dpi
9: CFLAGS= -O -DDEFRES=240
10: LIBC= /lib/libc.a
11: SRCS= arc.c box.c charset.c circle.c close.c cont.c dot.c \
12: erase.c label.c line.c linemod.c move.c open.c point.c \
13: scale.c space.c
14: OBJS= arc.o box.o charset.o circle.o close.o cont.o dot.o \
15: erase.o label.o line.o linemod.o move.o open.o point.o \
16: scale.o space.o
17:
18: all: ../libplotimagen
19:
20: ../libplotimagen: ${OBJS}
21: ar cr $@ ${OBJS}
22:
23: clean: FRC
24: rm -f ${OBJS} core
25:
26: depend: FRC
27: mkdep ${CFLAGS} ${SRCS}
28:
29: lint: FRC
30: lint ${CFLAGS} ${SRCS}
31:
32: tags: FRC
33: ctags ${SRCS}
34:
35: install:
36: FRC:
37:
38: # DO NOT DELETE THIS LINE -- mkdep uses it.
39: # DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
40:
41: arc.o: arc.c
42: box.o: box.c
43: charset.o: charset.c imp.h /usr/include/stdio.h
44: circle.o: circle.c
45: close.o: close.c imp.h /usr/include/stdio.h imPcodes.h
46: cont.o: cont.c /usr/include/stdio.h imp.h /usr/include/stdio.h
47: dot.o: dot.c
48: erase.o: erase.c imPcodes.h imp.h /usr/include/stdio.h
49: label.o: label.c imPcodes.h imp.h /usr/include/stdio.h
50: line.o: line.c imp.h /usr/include/stdio.h imPcodes.h
51: linemod.o: linemod.c imp.h /usr/include/stdio.h
52: move.o: move.c imp.h /usr/include/stdio.h
53: open.o: open.c imPcodes.h imp.h /usr/include/stdio.h
54: point.o: point.c
55: scale.o: scale.c
56: space.o: space.c
57:
58: # IF YOU PUT ANYTHING HERE IT WILL GO AWAY
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.