26 lines
462 B
Makefile
Executable File
26 lines
462 B
Makefile
Executable File
#
|
|
#ident "@(#)Makefile 1.4 92/12/16 SMI"
|
|
#
|
|
# Copyright (c) 1989 by Sun Microsystems, Inc.
|
|
#
|
|
# lib/libplot/vt0/Makefile
|
|
#
|
|
LIBRARY= libvt0.a
|
|
|
|
OBJECTS= \
|
|
arc.o box.o circle.o close.o dot.o erase.o frame.o label.o \
|
|
line.o linmod.o move.o open.o point.o space.o subr.o
|
|
|
|
# include library definitions
|
|
include ../../Makefile.lib
|
|
|
|
|
|
.KEEP_STATE:
|
|
|
|
all: $(LIBS)
|
|
|
|
install: $(ROOTLIBS)
|
|
|
|
# include library targets
|
|
include ../../Makefile.targ
|