BSD 4_3_Reno release
[unix-history] / usr / src / lib / libplot / Makefile
index 34d54ba..8d3b66a 100644 (file)
@@ -1,32 +1,6 @@
-#      Makefile        4.1     83/06/27
-#
-all: libplot.a libt4014.a libt300.a libt300s.a libt450.a libvt0.a
+#      @(#)Makefile    4.15 (Berkeley) 5/11/90
 
 
-libplot.a: FRC
-       cd plot; make ${MFLAGS}
+SUBDIR=        aed bitgraph dumb f77plot gigi grn hp2648 hp7221 imagen plot \
+       t300 t300s t4013 t4014 t450 vt0
 
 
-libt4014.a: FRC
-       cd t4014; make ${MFLAGS}
-
-libt300.a: FRC
-       cd t300; make ${MFLAGS}
-
-libt300s.a: FRC
-       cd t300s; make ${MFLAGS}
-
-libt450.a: FRC
-       cd t450; make ${MFLAGS}
-
-libvt0.a: FRC
-       cd vt0; make ${MFLAGS}
-
-FRC:
-
-install: all
-       for i in ${ALL}; do \
-               install -m 644 $$i ${DESTDIR}/usr/lib/$$i; \
-               ranlib ${DESTDIR}/usr/lib/$$i; \
-       done
-
-clean:
-       rm -f ${ALL} errs a.out core
+.include <bsd.subdir.mk>