summaryrefslogtreecommitdiffstats
path: root/graphics/Cgraph/files/Makefile.lib
blob: 2939d228ae0081760d61f9642a7b56627db81300 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# makefile for Cgraph sources

LIBDIR =	${PREFIX}/lib

SHLIB_MAJOR=	2
LIB=		cgraph

SRCS=		bgdash.c bginit.c bgshow.c bgstart.c\
		glcmp.c gxaxs.c gxlog.c gyaxs.c gylog.c\
		gfont.c gcord.c gmlin.c gorig.c gprim.c\
		grmle.c grset.c gmark.c ggraycolor.c gstrk.c\
		gaxlabel.c gbott.c cgsave.c cgprint.c\
		gtext.c gtrnc.c gmesh.c gstyl.c gwdth.c\
		cg_newfuncs.c

beforeinstall:
	${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/cgraph.h ${PREFIX}/include

.include <bsd.lib.mk>
OpenPOWER on IntegriCloud