Files
Arquivotheca.Solaris-2.5/lib/libplot/t450/Makefile
seta75D 7c4988eac0 Init
2021-10-11 19:38:01 -03:00

26 lines
453 B
Makefile
Executable File

#
#ident "@(#)Makefile 1.4 92/12/16 SMI"
#
# Copyright (c) 1989 by Sun Microsystems, Inc.
#
# lib/libplot/t450/Makefile
#
LIBRARY= lib450.a
OBJECTS= \
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
# include library definitions
include ../../Makefile.lib
.KEEP_STATE:
all: $(IBS)
install: $(ROOTLIBS)
# include library targets
include ../../Makefile.targ