Deleted Added
full compact
Makefile (169807) Makefile (195767)
1# $FreeBSD: head/lib/libvgl/Makefile 169807 2007-05-21 02:49:08Z deischen $
1# $FreeBSD: head/lib/libvgl/Makefile 195767 2009-07-19 17:25:24Z kensmith $
2LIB= vgl
2LIB= vgl
3SHLIB_MAJOR= 5
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
8MLINKS+= vgl.3 VGLBitmapAllocateBits.3 \
9 vgl.3 VGLBitmapCopy.3 \
10 vgl.3 VGLBitmapCreate.3 \
11 vgl.3 VGLBitmapDestroy.3 \

--- 30 unchanged lines hidden ---
4CFLAGS+=-Wall -I${.CURDIR}
5SRCS= main.c simple.c bitmap.c text.c mouse.c keyboard.c
6INCS= vgl.h
7MAN= vgl.3
8MLINKS+= vgl.3 VGLBitmapAllocateBits.3 \
9 vgl.3 VGLBitmapCopy.3 \
10 vgl.3 VGLBitmapCreate.3 \
11 vgl.3 VGLBitmapDestroy.3 \

--- 30 unchanged lines hidden ---