1
0

Source code upload

This commit is contained in:
calmsacibis995
2022-09-29 17:59:04 +03:00
parent 72fa9da3d7
commit 8fc8fa8089
33399 changed files with 11964078 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
#!smake
#
# Makefile for libplot.
#
#ident "$Revision: 1.4 $"
OBJECT_STYLE=32
BASELIB=libplot.a
include $(ROOT)/usr/include/make/librootdefs
TARGETS=$(LIBS)
CFILES = arc.c box.c circle.c close.c cont.c dot.c erase.c label.c line.c \
linmod.c move.c open.c point.c putsi.c space.c
default: $(TARGETS)
exports install: default
$(INSTALL) -F /usr/lib -m 444 $(LIBS)
include $(LIBROOTRULES)