1b2e8bf35SAlexey Zelkin# $FreeBSD$ 29a57b7d2SSøren SchmidtLIB= vgl 35acf51eaSKazutaka YOKOTASHLIB_MAJOR= 2 49a57b7d2SSøren SchmidtSHLIB_MINOR= 0 59a57b7d2SSøren SchmidtCFLAGS+=-Wall -I${.CURDIR} 6b478da36SSøren SchmidtSRCS= main.c simple.c bitmap.c text.c mouse.c keyboard.c 7d05257b0SRodney W. GrimesINCS= vgl.h 89a57b7d2SSøren SchmidtMAN3= vgl.3 9b2e8bf35SAlexey ZelkinMLINKS+= vgl.3 VGLBitmapCopy.3 \ 10b2e8bf35SAlexey Zelkin vgl.3 VGLBitmapPutChar.3 \ 11b2e8bf35SAlexey Zelkin vgl.3 VGLBitmapString.3 \ 12b2e8bf35SAlexey Zelkin vgl.3 VGLBlankDisplay.3 \ 13b2e8bf35SAlexey Zelkin vgl.3 VGLBox.3 \ 14b2e8bf35SAlexey Zelkin vgl.3 VGLCheckSwitch.3 \ 15b2e8bf35SAlexey Zelkin vgl.3 VGLClear.3 \ 16b2e8bf35SAlexey Zelkin vgl.3 VGLEllipse.3 \ 17b2e8bf35SAlexey Zelkin vgl.3 VGLEnd.3 \ 18b2e8bf35SAlexey Zelkin vgl.3 VGLFilledBox.3 \ 19b2e8bf35SAlexey Zelkin vgl.3 VGLFilledEllipse.3 \ 20b2e8bf35SAlexey Zelkin vgl.3 VGLInit.3 \ 21b2e8bf35SAlexey Zelkin vgl.3 VGLLine.3 \ 22b2e8bf35SAlexey Zelkin vgl.3 VGLMouseInit.3 \ 23b2e8bf35SAlexey Zelkin vgl.3 VGLMouseMode.3 \ 24b2e8bf35SAlexey Zelkin vgl.3 VGLMouseSetImage.3 \ 25b2e8bf35SAlexey Zelkin vgl.3 VGLMouseSetStdImage.3 \ 26b2e8bf35SAlexey Zelkin vgl.3 VGLMouseStatus.3 \ 27a0d660c2SBruce Evans vgl.3 VGLPanScreen.3 \ 28b2e8bf35SAlexey Zelkin vgl.3 VGLSetBorder.3 \ 29b2e8bf35SAlexey Zelkin vgl.3 VGLSetPalette.3 \ 30b2e8bf35SAlexey Zelkin vgl.3 VGLSetPaletteIndex.3 \ 31b2e8bf35SAlexey Zelkin vgl.3 VGLTextSetFontFile.3 329a57b7d2SSøren Schmidt 339a57b7d2SSøren Schmidt.include <bsd.lib.mk> 34