|
|
1.1 root 1: #
2: # Copyright (c) 1980 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.1 (Berkeley) 4/26/85
7: #
8: LIBDIR= /usr/lib
9: DESTDIR=
10: CFLAGS= -DTRACE -O
11: VGRIND= csh /usr/ucb/vgrind
12: SRCS= 2648.h bit.h \
13: agoto.c aminmax.c aon.c areaclear.c beep.c bitcopy.c cleara.c \
14: clearg.c curon.c dispmsg.c draw.c drawbox.c dumpmat.c \
15: emptyrow.c error.c escseq.c gdefault.c gon.c kon.c line.c mat.c \
16: message.c minmax.c motion.c move.c movecurs.c newmat.c outchar.c \
17: outstr.c printg.c rawchar.c rbon.c rdchar.c readline.c set.c \
18: setmat.c sync.c texton.c ttyinit.c update.c video.c zermat.c \
19: zoomn.c zoomon.c zoomout.c
20: OBJS= agoto.o aminmax.o aon.o areaclear.o beep.o bitcopy.o cleara.o \
21: clearg.o curon.o dispmsg.o draw.o drawbox.o dumpmat.o \
22: emptyrow.o error.o escseq.o gdefault.o gon.o kon.o line.o mat.o \
23: message.o minmax.o motion.o move.o movecurs.o newmat.o outchar.o \
24: outstr.o printg.o rawchar.o rbon.o rdchar.o readline.o set.o \
25: setmat.o sync.o texton.o ttyinit.o update.o video.o zermat.o \
26: zoomn.o zoomon.o zoomout.o
27:
28: lib2648.a: ${OBJS}
29: ar cr lib2648.a `lorder ${OBJS} | tsort`
30:
31: install: lib2648.a
32: install lib2648.a ${DESTDIR}${LIBDIR}/lib2648.a
33: ranlib ${DESTDIR}${LIBDIR}/lib2648.a
34:
35: tags: /tmp
36: ctags ${SRCS}
37:
38: clean:
39: rm -f lib2648.a ${OBJS}
40:
41: vgrind:
42: tee index </dev/null
43: ${VGRIND} -h lib2648 ${SRCS}
44: ${VGRIND} -x index
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.