1999-10-28 15:51:50 +00:00
|
|
|
# $FreeBSD$
|
1997-08-17 21:09:35 +00:00
|
|
|
LIB= vgl
|
2001-01-15 13:19:05 +00:00
|
|
|
SHLIB_MAJOR= 3
|
1997-08-17 21:09:35 +00:00
|
|
|
SHLIB_MINOR= 0
|
|
|
|
CFLAGS+=-Wall -I${.CURDIR}
|
1997-10-01 20:53:41 +00:00
|
|
|
SRCS= main.c simple.c bitmap.c text.c mouse.c keyboard.c
|
2000-01-14 07:57:47 +00:00
|
|
|
INCS= vgl.h
|
1997-08-17 21:09:35 +00:00
|
|
|
MAN3= vgl.3
|
1999-10-28 15:51:50 +00:00
|
|
|
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 \
|
1999-12-23 16:56:27 +00:00
|
|
|
vgl.3 VGLPanScreen.3 \
|
1999-10-28 15:51:50 +00:00
|
|
|
vgl.3 VGLSetBorder.3 \
|
|
|
|
vgl.3 VGLSetPalette.3 \
|
|
|
|
vgl.3 VGLSetPaletteIndex.3 \
|
|
|
|
vgl.3 VGLTextSetFontFile.3
|
1997-08-17 21:09:35 +00:00
|
|
|
|
|
|
|
.include <bsd.lib.mk>
|