Init
This commit is contained in:
14
usr.lib/libplot/t300s/Makefile
Normal file
14
usr.lib/libplot/t300s/Makefile
Normal file
@@ -0,0 +1,14 @@
|
||||
#
|
||||
# @(#)Makefile 1.1 94/10/31 SMI; from UCB 4.2 83/07/09
|
||||
#
|
||||
CFLAGS= -O
|
||||
OBJS= arc.o box.o circle.o close.o dot.o erase.o label.o \
|
||||
line.o linmod.o move.o open.o point.o space.o subr.o
|
||||
|
||||
../lib300s: ${OBJS}
|
||||
ar cu ../lib300s ${OBJS}
|
||||
|
||||
clean:
|
||||
rm -f ${OBJS} errs a.out core
|
||||
|
||||
erase.o: con.h
|
||||
Reference in New Issue
Block a user