BSD 4_4 release
[unix-history] / usr / src / lib / libplot / aed / Makefile
index 952e2de..3831113 100644 (file)
@@ -1,18 +1,7 @@
-#
-# Copyright (c) 1980 Regents of the University of California.
-# All rights reserved.  The Berkeley software License Agreement
-# specifies the terms and conditions for redistribution.
-#
-#      @(#)Makefile    5.1 (Berkeley) %G%
-#
-CFLAGS=        -O
-OBJS=  arc.o box.o circle.o close.o cont.o dot.o erase.o label.o \
-       line.o linemod.o move.o open.o point.o space.o subr.o
+#      @(#)Makefile    8.1 (Berkeley) 6/4/93
 
 
-../libplotaed: ${OBJS}
-       ar cu ../libplotaed ${OBJS}
+LIB=   plotaed
+SRCS=  arc.c box.c circle.c close.c cont.c dot.c erase.c label.c \
+       line.c linemod.c move.c open.c point.c space.c subr.c
 
 
-${OBJS}:       aed.h
-
-clean:
-       rm -f ${OBJS} errs a.out core
+.include <bsd.lib.mk>