xref: /freebsd/lib/libvgl/Makefile (revision a70cba95)
1b2e8bf35SAlexey Zelkin# $FreeBSD$
2a70cba95SGlen BarberPACKAGE=lib${LIB}
39a57b7d2SSøren SchmidtLIB=	vgl
43ca3047aSKen SmithSHLIB_MAJOR= 6
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
84a558355SRuslan ErmilovMAN=	vgl.3
9daaf5759SEd SchoutenWARNS?=	2
10aca736a6SAlexey ZelkinMLINKS+=	vgl.3 VGLBitmapAllocateBits.3 \
11aca736a6SAlexey Zelkin		vgl.3 VGLBitmapCopy.3 \
12aca736a6SAlexey Zelkin		vgl.3 VGLBitmapCreate.3 \
13aca736a6SAlexey Zelkin		vgl.3 VGLBitmapDestroy.3 \
14b2e8bf35SAlexey Zelkin		vgl.3 VGLBitmapPutChar.3 \
15b2e8bf35SAlexey Zelkin		vgl.3 VGLBitmapString.3 \
16b2e8bf35SAlexey Zelkin		vgl.3 VGLBlankDisplay.3 \
17b2e8bf35SAlexey Zelkin		vgl.3 VGLBox.3 \
18b2e8bf35SAlexey Zelkin		vgl.3 VGLCheckSwitch.3 \
19b2e8bf35SAlexey Zelkin		vgl.3 VGLClear.3 \
20b2e8bf35SAlexey Zelkin		vgl.3 VGLEllipse.3 \
21b2e8bf35SAlexey Zelkin		vgl.3 VGLEnd.3 \
22b2e8bf35SAlexey Zelkin		vgl.3 VGLFilledBox.3 \
23b2e8bf35SAlexey Zelkin		vgl.3 VGLFilledEllipse.3 \
24aca736a6SAlexey Zelkin		vgl.3 VGLGetXY.3 \
25b2e8bf35SAlexey Zelkin		vgl.3 VGLInit.3 \
26b2e8bf35SAlexey Zelkin		vgl.3 VGLLine.3 \
27aca736a6SAlexey Zelkin		vgl.3 VGLKeyboardInit.3 \
28aca736a6SAlexey Zelkin		vgl.3 VGLKeyboardEnd.3 \
29aca736a6SAlexey Zelkin		vgl.3 VGLKeyboardGetCh.3 \
30b2e8bf35SAlexey Zelkin		vgl.3 VGLMouseInit.3 \
31b2e8bf35SAlexey Zelkin		vgl.3 VGLMouseMode.3 \
32b2e8bf35SAlexey Zelkin		vgl.3 VGLMouseSetImage.3 \
33b2e8bf35SAlexey Zelkin		vgl.3 VGLMouseSetStdImage.3 \
34b2e8bf35SAlexey Zelkin		vgl.3 VGLMouseStatus.3 \
35a0d660c2SBruce Evans		vgl.3 VGLPanScreen.3 \
36b2e8bf35SAlexey Zelkin		vgl.3 VGLSetBorder.3 \
37b2e8bf35SAlexey Zelkin		vgl.3 VGLSetPalette.3 \
38b2e8bf35SAlexey Zelkin		vgl.3 VGLSetPaletteIndex.3 \
39aca736a6SAlexey Zelkin		vgl.3 VGLSetVScreenSize.3 \
40aca736a6SAlexey Zelkin		vgl.3 VGLSetXY.3 \
41b2e8bf35SAlexey Zelkin		vgl.3 VGLTextSetFontFile.3
429a57b7d2SSøren Schmidt
439a57b7d2SSøren Schmidt.include <bsd.lib.mk>
44