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

usr/src/old/vpr/vtools/fed/Makefile [new file with mode: 0644]

diff --git a/usr/src/old/vpr/vtools/fed/Makefile b/usr/src/old/vpr/vtools/fed/Makefile
new file mode 100644 (file)
index 0000000..0bd8687
--- /dev/null
@@ -0,0 +1,33 @@
+#
+#      Makefile        4.1     83/03/09
+#
+CFLAGS=        -O
+SRCS=  fed.h \
+       fed.c subr.c io.c
+OBJS=  fed.o subr.o io.o
+LIBS=  -lm -l2648
+VGRIND=        csh /usr/ucb/vgrind
+DESTDIR=
+
+fed:   ${OBJS} /usr/lib/lib2648.a
+       ${CC} -o fed ${CFLAGS} ${OBJS} ${LIBS}
+
+tags:  /tmp
+       ctags ${SRCS}
+
+print:
+       print ${SRCS}
+
+vgrind:
+       tee index < /dev/null
+       ${VGRIND} -h fed ${SRCS}
+       ${VGRIND} -x index
+
+lint:
+       lint ${SRCS} > lint.out
+
+clean:
+       rm -f fed ${OBJS} errs core trace
+
+install: fed
+       install -s fed ${DESTDIR}/usr/ucb/fed