1 # $FreeBSD: src/lib/libvgl/Makefile,v 1.6.2.1 2001/04/25 10:04:43 ru Exp $
2 # $DragonFly: src/lib/libvgl/Makefile,v 1.6 2008/10/28 16:54:09 swildner Exp $
6 SRCS
= main.c simple.c bitmap.c text.c mouse.c keyboard.c
10 MLINKS
+= vgl
.3 VGLBitmapAllocateBits
.3 \
11 vgl
.3 VGLBitmapCopy
.3 \
12 vgl
.3 VGLBitmapCreate
.3 \
13 vgl
.3 VGLBitmapDestroy
.3 \
14 vgl
.3 VGLBitmapPutChar
.3 \
15 vgl
.3 VGLBitmapString
.3 \
16 vgl
.3 VGLBlankDisplay
.3 \
18 vgl
.3 VGLCheckSwitch
.3 \
22 vgl
.3 VGLFilledBox
.3 \
23 vgl
.3 VGLFilledEllipse
.3 \
26 vgl
.3 VGLKeyboardEnd
.3 \
27 vgl
.3 VGLKeyboardGetCh
.3 \
28 vgl
.3 VGLKeyboardInit
.3 \
30 vgl
.3 VGLMouseInit
.3 \
31 vgl
.3 VGLMouseMode
.3 \
32 vgl
.3 VGLMouseSetImage
.3 \
33 vgl
.3 VGLMouseSetStdImage
.3 \
34 vgl
.3 VGLMouseStatus
.3 \
35 vgl
.3 VGLPanScreen
.3 \
36 vgl
.3 VGLSetBorder
.3 \
37 vgl
.3 VGLSetPalette
.3 \
38 vgl
.3 VGLSetPaletteIndex
.3 \
39 vgl
.3 VGLSetVScreenSize
.3 \
41 vgl
.3 VGLTextSetFontFile
.3