xref: /original-bsd/lib/libplot/aed/Makefile (revision 7211505a)
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)	06/19/87
7#
8CFLAGS=	-O
9LIBC=	/lib/libc.a
10SRCS=	arc.c box.c circle.c close.c cont.c dot.c erase.c label.c \
11	line.c linemod.c move.c open.c point.c space.c subr.c
12OBJS=	arc.o box.o circle.o close.o cont.o dot.o erase.o label.o \
13	line.o linemod.o move.o open.o point.o space.o subr.o
14
15all: ../libplotaed
16
17../libplotaed: ${OBJS}
18	ar cu $@ ${OBJS}
19
20clean: FRC
21	rm -f ${OBJS} core
22
23depend: FRC
24	mkdep ${CFLAGS} ${SRCS}
25
26lint: FRC
27	lint ${CFLAGS} ${SRCS}
28
29tags: FRC
30	ctags ${SRCS}
31
32install:
33FRC:
34
35# DO NOT DELETE THIS LINE -- mkdep uses it.
36# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
37
38arc.o: arc.c
39box.o: box.c
40circle.o: circle.c aed.h /usr/include/stdio.h /usr/include/sgtty.h
41circle.o: /usr/include/sys/ioctl.h /usr/include/sys/ttychars.h
42circle.o: /usr/include/sys/ttydev.h
43close.o: close.c aed.h /usr/include/stdio.h /usr/include/sgtty.h
44close.o: /usr/include/sys/ioctl.h /usr/include/sys/ttychars.h
45close.o: /usr/include/sys/ttydev.h
46cont.o: cont.c aed.h /usr/include/stdio.h /usr/include/sgtty.h
47cont.o: /usr/include/sys/ioctl.h /usr/include/sys/ttychars.h
48cont.o: /usr/include/sys/ttydev.h
49dot.o: dot.c
50erase.o: erase.c aed.h /usr/include/stdio.h /usr/include/sgtty.h
51erase.o: /usr/include/sys/ioctl.h /usr/include/sys/ttychars.h
52erase.o: /usr/include/sys/ttydev.h
53label.o: label.c aed.h /usr/include/stdio.h /usr/include/sgtty.h
54label.o: /usr/include/sys/ioctl.h /usr/include/sys/ttychars.h
55label.o: /usr/include/sys/ttydev.h
56line.o: line.c aed.h /usr/include/stdio.h /usr/include/sgtty.h
57line.o: /usr/include/sys/ioctl.h /usr/include/sys/ttychars.h
58line.o: /usr/include/sys/ttydev.h
59linemod.o: linemod.c aed.h /usr/include/stdio.h /usr/include/sgtty.h
60linemod.o: /usr/include/sys/ioctl.h /usr/include/sys/ttychars.h
61linemod.o: /usr/include/sys/ttydev.h
62move.o: move.c aed.h /usr/include/stdio.h /usr/include/sgtty.h
63move.o: /usr/include/sys/ioctl.h /usr/include/sys/ttychars.h
64move.o: /usr/include/sys/ttydev.h
65open.o: open.c aed.h /usr/include/stdio.h /usr/include/sgtty.h
66open.o: /usr/include/sys/ioctl.h /usr/include/sys/ttychars.h
67open.o: /usr/include/sys/ttydev.h
68point.o: point.c aed.h /usr/include/stdio.h /usr/include/sgtty.h
69point.o: /usr/include/sys/ioctl.h /usr/include/sys/ttychars.h
70point.o: /usr/include/sys/ttydev.h
71space.o: space.c aed.h /usr/include/stdio.h /usr/include/sgtty.h
72space.o: /usr/include/sys/ioctl.h /usr/include/sys/ttychars.h
73space.o: /usr/include/sys/ttydev.h
74subr.o: subr.c aed.h /usr/include/stdio.h /usr/include/sgtty.h
75subr.o: /usr/include/sys/ioctl.h /usr/include/sys/ttychars.h
76subr.o: /usr/include/sys/ttydev.h
77
78# IF YOU PUT ANYTHING HERE IT WILL GO AWAY
79