date and time created 83/03/09 16:22:07 by ralph
authorRalph Campbell <ralph@ucbvax.Berkeley.EDU>
Thu, 10 Mar 1983 08:22:07 +0000 (00:22 -0800)
committerRalph Campbell <ralph@ucbvax.Berkeley.EDU>
Thu, 10 Mar 1983 08:22:07 +0000 (00:22 -0800)
SCCS-vsn: old/lib2648/Makefile 4.1

usr/src/old/lib2648/Makefile [new file with mode: 0644]

diff --git a/usr/src/old/lib2648/Makefile b/usr/src/old/lib2648/Makefile
new file mode 100644 (file)
index 0000000..d32d557
--- /dev/null
@@ -0,0 +1,40 @@
+#
+#      Makefile        4.1     83/03/09
+#
+LIBDIR=        /usr/lib
+DESTDIR=
+CFLAGS=        -DTRACE -O
+VGRIND=        csh /usr/ucb/vgrind
+SRCS=  2648.h bit.h \
+       agoto.c aminmax.c aon.c areaclear.c beep.c bitcopy.c cleara.c \
+       clearg.c curon.c dispmsg.c draw.c drawbox.c dumpmat.c \
+       emptyrow.c error.c escseq.c gdefault.c gon.c kon.c line.c mat.c \
+       message.c minmax.c motion.c move.c movecurs.c newmat.c outchar.c \
+       outstr.c printg.c rawchar.c rbon.c rdchar.c readline.c set.c \
+       setmat.c sync.c texton.c ttyinit.c update.c video.c zermat.c \
+       zoomn.c zoomon.c zoomout.c
+OBJS=  agoto.o aminmax.o aon.o areaclear.o beep.o bitcopy.o cleara.o \
+       clearg.o curon.o dispmsg.o draw.o drawbox.o dumpmat.o \
+       emptyrow.o error.o escseq.o gdefault.o gon.o kon.o line.o mat.o \
+       message.o minmax.o motion.o move.o movecurs.o newmat.o outchar.o \
+       outstr.o printg.o rawchar.o rbon.o rdchar.o readline.o set.o \
+       setmat.o sync.o texton.o ttyinit.o update.o video.o zermat.o \
+       zoomn.o zoomon.o zoomout.o
+
+lib2648.a:     ${OBJS}
+       ar cr lib2648.a `lorder ${OBJS} | tsort`
+
+install:       lib2648.a
+       install lib2648.a ${DESTDIR}${LIBDIR}/lib2648.a
+       ranlib ${DESTDIR}${LIBDIR}/lib2648.a
+
+tags:  /tmp
+       ctags ${SRCS}
+
+clean:
+       rm lib2648.a ${OBJS}
+
+vgrind:
+       tee index </dev/null
+       ${VGRIND} -h lib2648 ${SRCS}
+       ${VGRIND} -x index