1999-10-28 11:51:50 -04:00
|
|
|
# $FreeBSD$
|
1997-08-17 17:09:35 -04:00
|
|
|
LIB= vgl
|
2009-07-19 13:25:24 -04:00
|
|
|
SHLIB_MAJOR= 6
|
1997-08-17 17:09:35 -04:00
|
|
|
CFLAGS+=-Wall -I${.CURDIR}
|
1997-10-01 16:53:41 -04:00
|
|
|
SRCS= main.c simple.c bitmap.c text.c mouse.c keyboard.c
|
2000-01-14 02:57:47 -05:00
|
|
|
INCS= vgl.h
|
2001-03-27 12:27:19 -05:00
|
|
|
MAN= vgl.3
|
2010-01-02 04:58:07 -05:00
|
|
|
WARNS?= 2
|
2001-12-21 13:26:01 -05:00
|
|
|
MLINKS+= vgl.3 VGLBitmapAllocateBits.3 \
|
|
|
|
|
vgl.3 VGLBitmapCopy.3 \
|
|
|
|
|
vgl.3 VGLBitmapCreate.3 \
|
|
|
|
|
vgl.3 VGLBitmapDestroy.3 \
|
1999-10-28 11:51:50 -04:00
|
|
|
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 \
|
2001-12-21 13:26:01 -05:00
|
|
|
vgl.3 VGLGetXY.3 \
|
1999-10-28 11:51:50 -04:00
|
|
|
vgl.3 VGLInit.3 \
|
|
|
|
|
vgl.3 VGLLine.3 \
|
2001-12-21 13:26:01 -05:00
|
|
|
vgl.3 VGLKeyboardInit.3 \
|
|
|
|
|
vgl.3 VGLKeyboardEnd.3 \
|
|
|
|
|
vgl.3 VGLKeyboardGetCh.3 \
|
1999-10-28 11:51:50 -04:00
|
|
|
vgl.3 VGLMouseInit.3 \
|
|
|
|
|
vgl.3 VGLMouseMode.3 \
|
|
|
|
|
vgl.3 VGLMouseSetImage.3 \
|
|
|
|
|
vgl.3 VGLMouseSetStdImage.3 \
|
|
|
|
|
vgl.3 VGLMouseStatus.3 \
|
1999-12-23 11:56:27 -05:00
|
|
|
vgl.3 VGLPanScreen.3 \
|
1999-10-28 11:51:50 -04:00
|
|
|
vgl.3 VGLSetBorder.3 \
|
|
|
|
|
vgl.3 VGLSetPalette.3 \
|
|
|
|
|
vgl.3 VGLSetPaletteIndex.3 \
|
2001-12-21 13:26:01 -05:00
|
|
|
vgl.3 VGLSetVScreenSize.3 \
|
|
|
|
|
vgl.3 VGLSetXY.3 \
|
1999-10-28 11:51:50 -04:00
|
|
|
vgl.3 VGLTextSetFontFile.3
|
1997-08-17 17:09:35 -04:00
|
|
|
|
|
|
|
|
.include <bsd.lib.mk>
|