|
|
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.2 (Berkeley) 6/19/87
7: #
8: CFLAGS= -O
9: LIBC= /lib/libc.a
10: SRCS= box.c circle.c arc.c cont.c dot.c erase.c line.c linemod.c point.c \
11: label.c move.c open.c close.c space.c
12: OBJS= box.o circle.o arc.o cont.o dot.o erase.o line.o linemod.o point.o \
13: label.o move.o open.o close.o space.o
14:
15: all: ../libplotbg
16:
17: ../libplotbg: ${OBJS}
18: ar cu $@ ${OBJS}
19:
20: clean: FRC
21: rm -f ${OBJS} core
22:
23: depend: FRC
24: mkdep ${CFLAGS} ${SRCS}
25:
26: lint: FRC
27: lint ${CFLAGS} ${SRCS}
28:
29: tags: FRC
30: ctags ${SRCS}
31:
32: install:
33: FRC:
34:
35: # DO NOT DELETE THIS LINE -- mkdep uses it.
36: # DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
37:
38: box.o: box.c
39: circle.o: circle.c
40: arc.o: arc.c bg.h /usr/include/stdio.h /usr/include/math.h
41: cont.o: cont.c bg.h /usr/include/stdio.h /usr/include/math.h
42: dot.o: dot.c
43: erase.o: erase.c bg.h /usr/include/stdio.h /usr/include/math.h
44: line.o: line.c bg.h /usr/include/stdio.h /usr/include/math.h
45: linemod.o: linemod.c
46: point.o: point.c
47: label.o: label.c
48: move.o: move.c bg.h /usr/include/stdio.h /usr/include/math.h
49: open.o: open.c /usr/include/signal.h /usr/include/machine/trap.h bg.h
50: open.o: /usr/include/stdio.h /usr/include/math.h
51: close.o: close.c /usr/include/signal.h /usr/include/machine/trap.h bg.h
52: close.o: /usr/include/stdio.h /usr/include/math.h
53: space.o: space.c bg.h /usr/include/stdio.h /usr/include/math.h
54:
55: # 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.