Makefile revision 195767
152597Sphantom# $FreeBSD: head/lib/libvgl/Makefile 195767 2009-07-19 17:25:24Z kensmith $
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
888357SphantomMLINKS+=	vgl.3 VGLBitmapAllocateBits.3 \
988357Sphantom		vgl.3 VGLBitmapCopy.3 \
1088357Sphantom		vgl.3 VGLBitmapCreate.3 \
1188357Sphantom		vgl.3 VGLBitmapDestroy.3 \
1252597Sphantom		vgl.3 VGLBitmapPutChar.3 \
1352597Sphantom		vgl.3 VGLBitmapString.3 \
1452597Sphantom		vgl.3 VGLBlankDisplay.3 \
1552597Sphantom		vgl.3 VGLBox.3 \
1652597Sphantom		vgl.3 VGLCheckSwitch.3 \
1752597Sphantom		vgl.3 VGLClear.3 \
1852597Sphantom		vgl.3 VGLEllipse.3 \
1952597Sphantom		vgl.3 VGLEnd.3 \
2052597Sphantom		vgl.3 VGLFilledBox.3 \
2152597Sphantom		vgl.3 VGLFilledEllipse.3 \
2288357Sphantom		vgl.3 VGLGetXY.3 \
2352597Sphantom		vgl.3 VGLInit.3 \
2452597Sphantom		vgl.3 VGLLine.3 \
2588357Sphantom		vgl.3 VGLKeyboardInit.3 \
2688357Sphantom		vgl.3 VGLKeyboardEnd.3 \
2788357Sphantom		vgl.3 VGLKeyboardGetCh.3 \
2852597Sphantom		vgl.3 VGLMouseInit.3 \
2952597Sphantom		vgl.3 VGLMouseMode.3 \
3052597Sphantom		vgl.3 VGLMouseSetImage.3 \
3152597Sphantom		vgl.3 VGLMouseSetStdImage.3 \
3252597Sphantom		vgl.3 VGLMouseStatus.3 \
3355043Sbde		vgl.3 VGLPanScreen.3 \
3452597Sphantom		vgl.3 VGLSetBorder.3 \
3552597Sphantom		vgl.3 VGLSetPalette.3 \
3652597Sphantom		vgl.3 VGLSetPaletteIndex.3 \
3788357Sphantom		vgl.3 VGLSetVScreenSize.3 \
3888357Sphantom		vgl.3 VGLSetXY.3 \
3952597Sphantom		vgl.3 VGLTextSetFontFile.3
4028328Ssos
4128328Ssos.include <bsd.lib.mk>
42