Deleted Added
full compact
Makefile (148297) Makefile (169807)
1# $FreeBSD: head/lib/libvgl/Makefile 148297 2005-07-22 17:19:05Z kensmith $
1# $FreeBSD: head/lib/libvgl/Makefile 169807 2007-05-21 02:49:08Z deischen $
2LIB= vgl
2LIB= vgl
3SHLIB_MAJOR= 4
3SHLIB_MAJOR= 5
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 ---