Deleted Added
full compact
Makefile (195767) Makefile (201381)
1# $FreeBSD: head/lib/libvgl/Makefile 195767 2009-07-19 17:25:24Z kensmith $
1# $FreeBSD: head/lib/libvgl/Makefile 201381 2010-01-02 09:58:07Z ed $
2LIB= vgl
3SHLIB_MAJOR= 6
4CFLAGS+=-Wall -I${.CURDIR}
5SRCS= main.c simple.c bitmap.c text.c mouse.c keyboard.c
6INCS= vgl.h
7MAN= vgl.3
2LIB= vgl
3SHLIB_MAJOR= 6
4CFLAGS+=-Wall -I${.CURDIR}
5SRCS= main.c simple.c bitmap.c text.c mouse.c keyboard.c
6INCS= vgl.h
7MAN= vgl.3
8WARNS?= 2
8MLINKS+= vgl.3 VGLBitmapAllocateBits.3 \
9 vgl.3 VGLBitmapCopy.3 \
10 vgl.3 VGLBitmapCreate.3 \
11 vgl.3 VGLBitmapDestroy.3 \
12 vgl.3 VGLBitmapPutChar.3 \
13 vgl.3 VGLBitmapString.3 \
14 vgl.3 VGLBlankDisplay.3 \
15 vgl.3 VGLBox.3 \

--- 26 unchanged lines hidden ---
9MLINKS+= vgl.3 VGLBitmapAllocateBits.3 \
10 vgl.3 VGLBitmapCopy.3 \
11 vgl.3 VGLBitmapCreate.3 \
12 vgl.3 VGLBitmapDestroy.3 \
13 vgl.3 VGLBitmapPutChar.3 \
14 vgl.3 VGLBitmapString.3 \
15 vgl.3 VGLBlankDisplay.3 \
16 vgl.3 VGLBox.3 \

--- 26 unchanged lines hidden ---