summaryrefslogtreecommitdiffstats
path: root/lib/libvgl/Makefile
diff options
context:
space:
mode:
authorphantom <phantom@FreeBSD.org>1999-10-28 15:51:50 +0000
committerphantom <phantom@FreeBSD.org>1999-10-28 15:51:50 +0000
commitc89bdb350ca9f29b669dce1c5306dcb3de30ae52 (patch)
treea9cae7f031f8ddb76d35eda3440c5517c98f7cf9 /lib/libvgl/Makefile
parent6f948b9645c6cbfb2fc43515f18c976105258c28 (diff)
downloadFreeBSD-src-c89bdb350ca9f29b669dce1c5306dcb3de30ae52.zip
FreeBSD-src-c89bdb350ca9f29b669dce1c5306dcb3de30ae52.tar.gz
Complete page reorganization. I have splited FUNCTIONS section into
two subsections: SINOPSIS (declarations) and DESCRIPTION (descriptions) All functions now mentioned in NAME section (apropos capable manpage :) Various mdoc fixe
Diffstat (limited to 'lib/libvgl/Makefile')
-rw-r--r--lib/libvgl/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/lib/libvgl/Makefile b/lib/libvgl/Makefile
index d540dd4..fe71c35 100644
--- a/lib/libvgl/Makefile
+++ b/lib/libvgl/Makefile
@@ -1,9 +1,32 @@
+# $FreeBSD$
LIB= vgl
SHLIB_MAJOR= 1
SHLIB_MINOR= 0
CFLAGS+=-Wall -I${.CURDIR}
SRCS= main.c simple.c bitmap.c text.c mouse.c keyboard.c
MAN3= vgl.3
+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 \
+ vgl.3 VGLSetBorder.3 \
+ vgl.3 VGLSetPalette.3 \
+ vgl.3 VGLSetPaletteIndex.3 \
+ vgl.3 VGLTextSetFontFile.3
beforeinstall:
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/vgl.h \
OpenPOWER on IntegriCloud