|
|
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= 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 ! 12: OBJS= 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: ! 15: all: ../libplotaed ! 16: ! 17: ../libplotaed: ${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: arc.o: arc.c ! 39: box.o: box.c ! 40: circle.o: circle.c aed.h /usr/include/stdio.h /usr/include/sgtty.h ! 41: circle.o: /usr/include/sys/ioctl.h /usr/include/sys/ttychars.h ! 42: circle.o: /usr/include/sys/ttydev.h ! 43: close.o: close.c aed.h /usr/include/stdio.h /usr/include/sgtty.h ! 44: close.o: /usr/include/sys/ioctl.h /usr/include/sys/ttychars.h ! 45: close.o: /usr/include/sys/ttydev.h ! 46: cont.o: cont.c aed.h /usr/include/stdio.h /usr/include/sgtty.h ! 47: cont.o: /usr/include/sys/ioctl.h /usr/include/sys/ttychars.h ! 48: cont.o: /usr/include/sys/ttydev.h ! 49: dot.o: dot.c ! 50: erase.o: erase.c aed.h /usr/include/stdio.h /usr/include/sgtty.h ! 51: erase.o: /usr/include/sys/ioctl.h /usr/include/sys/ttychars.h ! 52: erase.o: /usr/include/sys/ttydev.h ! 53: label.o: label.c aed.h /usr/include/stdio.h /usr/include/sgtty.h ! 54: label.o: /usr/include/sys/ioctl.h /usr/include/sys/ttychars.h ! 55: label.o: /usr/include/sys/ttydev.h ! 56: line.o: line.c aed.h /usr/include/stdio.h /usr/include/sgtty.h ! 57: line.o: /usr/include/sys/ioctl.h /usr/include/sys/ttychars.h ! 58: line.o: /usr/include/sys/ttydev.h ! 59: linemod.o: linemod.c aed.h /usr/include/stdio.h /usr/include/sgtty.h ! 60: linemod.o: /usr/include/sys/ioctl.h /usr/include/sys/ttychars.h ! 61: linemod.o: /usr/include/sys/ttydev.h ! 62: move.o: move.c aed.h /usr/include/stdio.h /usr/include/sgtty.h ! 63: move.o: /usr/include/sys/ioctl.h /usr/include/sys/ttychars.h ! 64: move.o: /usr/include/sys/ttydev.h ! 65: open.o: open.c aed.h /usr/include/stdio.h /usr/include/sgtty.h ! 66: open.o: /usr/include/sys/ioctl.h /usr/include/sys/ttychars.h ! 67: open.o: /usr/include/sys/ttydev.h ! 68: point.o: point.c aed.h /usr/include/stdio.h /usr/include/sgtty.h ! 69: point.o: /usr/include/sys/ioctl.h /usr/include/sys/ttychars.h ! 70: point.o: /usr/include/sys/ttydev.h ! 71: space.o: space.c aed.h /usr/include/stdio.h /usr/include/sgtty.h ! 72: space.o: /usr/include/sys/ioctl.h /usr/include/sys/ttychars.h ! 73: space.o: /usr/include/sys/ttydev.h ! 74: subr.o: subr.c aed.h /usr/include/stdio.h /usr/include/sgtty.h ! 75: subr.o: /usr/include/sys/ioctl.h /usr/include/sys/ttychars.h ! 76: subr.o: /usr/include/sys/ttydev.h ! 77: ! 78: # 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.