152597Sphantom# $FreeBSD$
228328SsosLIB=	vgl
3195767SkensmithSHLIB_MAJOR= 6
428328SsosCFLAGS+=-Wall -I${.CURDIR}
530044SsosSRCS=	main.c simple.c bitmap.c text.c mouse.c keyboard.c
655955SrgrimesINCS=	vgl.h
774870SruMAN=	vgl.3
8201381SedWARNS?=	2
988357SphantomMLINKS+=	vgl.3 VGLBitmapAllocateBits.3 \
1088357Sphantom		vgl.3 VGLBitmapCopy.3 \
1188357Sphantom		vgl.3 VGLBitmapCreate.3 \
1288357Sphantom		vgl.3 VGLBitmapDestroy.3 \
1352597Sphantom		vgl.3 VGLBitmapPutChar.3 \
1452597Sphantom		vgl.3 VGLBitmapString.3 \
1552597Sphantom		vgl.3 VGLBlankDisplay.3 \
1652597Sphantom		vgl.3 VGLBox.3 \
1752597Sphantom		vgl.3 VGLCheckSwitch.3 \
1852597Sphantom		vgl.3 VGLClear.3 \
1952597Sphantom		vgl.3 VGLEllipse.3 \
2052597Sphantom		vgl.3 VGLEnd.3 \
2152597Sphantom		vgl.3 VGLFilledBox.3 \
2252597Sphantom		vgl.3 VGLFilledEllipse.3 \
2388357Sphantom		vgl.3 VGLGetXY.3 \
2452597Sphantom		vgl.3 VGLInit.3 \
2552597Sphantom		vgl.3 VGLLine.3 \
2688357Sphantom		vgl.3 VGLKeyboardInit.3 \
2788357Sphantom		vgl.3 VGLKeyboardEnd.3 \
2888357Sphantom		vgl.3 VGLKeyboardGetCh.3 \
2952597Sphantom		vgl.3 VGLMouseInit.3 \
3052597Sphantom		vgl.3 VGLMouseMode.3 \
3152597Sphantom		vgl.3 VGLMouseSetImage.3 \
3252597Sphantom		vgl.3 VGLMouseSetStdImage.3 \
3352597Sphantom		vgl.3 VGLMouseStatus.3 \
3455043Sbde		vgl.3 VGLPanScreen.3 \
3552597Sphantom		vgl.3 VGLSetBorder.3 \
3652597Sphantom		vgl.3 VGLSetPalette.3 \
3752597Sphantom		vgl.3 VGLSetPaletteIndex.3 \
3888357Sphantom		vgl.3 VGLSetVScreenSize.3 \
3988357Sphantom		vgl.3 VGLSetXY.3 \
4052597Sphantom		vgl.3 VGLTextSetFontFile.3
4128328Ssos
4228328Ssos.include <bsd.lib.mk>
43