summaryrefslogtreecommitdiffstats
path: root/lib/libvgl/Makefile
blob: 1a06c7a9c6ad9f63144576fd2f10bbbe87feed13 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# $FreeBSD$
LIB=	vgl
SHLIB_MAJOR= 2
SHLIB_MINOR= 0
CFLAGS+=-Wall -I${.CURDIR}
SRCS=	main.c simple.c bitmap.c text.c mouse.c keyboard.c
INCS=	vgl.h
MAN3=	vgl.3
MLINKS+=	vgl.3 VGLBitmapCopy.3 \
		vgl.3 VGLBitmapPutChar.3 \
		vgl.3 VGLBitmapString.3 \
		vgl.3 VGLBlankDisplay.3 \
		vgl.3 VGLBox.3 \
		vgl.3 VGLCheckSwitch.3 \
		vgl.3 VGLClear.3 \
		vgl.3 VGLEllipse.3 \
		vgl.3 VGLEnd.3 \
		vgl.3 VGLFilledBox.3 \
		vgl.3 VGLFilledEllipse.3 \
		vgl.3 VGLInit.3 \
		vgl.3 VGLLine.3 \
		vgl.3 VGLMouseInit.3 \
		vgl.3 VGLMouseMode.3 \
		vgl.3 VGLMouseSetImage.3 \
		vgl.3 VGLMouseSetStdImage.3 \
		vgl.3 VGLMouseStatus.3 \
		vgl.3 VGLPanScreen.3 \
		vgl.3 VGLSetBorder.3 \
		vgl.3 VGLSetPalette.3 \
		vgl.3 VGLSetPaletteIndex.3 \
		vgl.3 VGLTextSetFontFile.3

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