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