Makefile (4a558355e5f3b4521cef56a6b705fa84be41dfa0) | Makefile (aca736a60ef2110890a11032cef7e39b9e0f2ad4) |
---|---|
1# $FreeBSD$ 2LIB= vgl 3SHLIB_MAJOR= 3 4SHLIB_MINOR= 0 5CFLAGS+=-Wall -I${.CURDIR} 6SRCS= main.c simple.c bitmap.c text.c mouse.c keyboard.c 7INCS= vgl.h 8MAN= vgl.3 | 1# $FreeBSD$ 2LIB= vgl 3SHLIB_MAJOR= 3 4SHLIB_MINOR= 0 5CFLAGS+=-Wall -I${.CURDIR} 6SRCS= main.c simple.c bitmap.c text.c mouse.c keyboard.c 7INCS= vgl.h 8MAN= vgl.3 |
9MLINKS+= vgl.3 VGLBitmapCopy.3 \ | 9MLINKS+= vgl.3 VGLBitmapAllocateBits.3 \ 10 vgl.3 VGLBitmapCopy.3 \ 11 vgl.3 VGLBitmapCreate.3 \ 12 vgl.3 VGLBitmapDestroy.3 \ |
10 vgl.3 VGLBitmapPutChar.3 \ 11 vgl.3 VGLBitmapString.3 \ 12 vgl.3 VGLBlankDisplay.3 \ 13 vgl.3 VGLBox.3 \ 14 vgl.3 VGLCheckSwitch.3 \ 15 vgl.3 VGLClear.3 \ 16 vgl.3 VGLEllipse.3 \ 17 vgl.3 VGLEnd.3 \ 18 vgl.3 VGLFilledBox.3 \ 19 vgl.3 VGLFilledEllipse.3 \ | 13 vgl.3 VGLBitmapPutChar.3 \ 14 vgl.3 VGLBitmapString.3 \ 15 vgl.3 VGLBlankDisplay.3 \ 16 vgl.3 VGLBox.3 \ 17 vgl.3 VGLCheckSwitch.3 \ 18 vgl.3 VGLClear.3 \ 19 vgl.3 VGLEllipse.3 \ 20 vgl.3 VGLEnd.3 \ 21 vgl.3 VGLFilledBox.3 \ 22 vgl.3 VGLFilledEllipse.3 \ |
23 vgl.3 VGLGetXY.3 \ |
|
20 vgl.3 VGLInit.3 \ 21 vgl.3 VGLLine.3 \ | 24 vgl.3 VGLInit.3 \ 25 vgl.3 VGLLine.3 \ |
26 vgl.3 VGLKeyboardInit.3 \ 27 vgl.3 VGLKeyboardEnd.3 \ 28 vgl.3 VGLKeyboardGetCh.3 \ |
|
22 vgl.3 VGLMouseInit.3 \ 23 vgl.3 VGLMouseMode.3 \ 24 vgl.3 VGLMouseSetImage.3 \ 25 vgl.3 VGLMouseSetStdImage.3 \ 26 vgl.3 VGLMouseStatus.3 \ 27 vgl.3 VGLPanScreen.3 \ 28 vgl.3 VGLSetBorder.3 \ 29 vgl.3 VGLSetPalette.3 \ 30 vgl.3 VGLSetPaletteIndex.3 \ | 29 vgl.3 VGLMouseInit.3 \ 30 vgl.3 VGLMouseMode.3 \ 31 vgl.3 VGLMouseSetImage.3 \ 32 vgl.3 VGLMouseSetStdImage.3 \ 33 vgl.3 VGLMouseStatus.3 \ 34 vgl.3 VGLPanScreen.3 \ 35 vgl.3 VGLSetBorder.3 \ 36 vgl.3 VGLSetPalette.3 \ 37 vgl.3 VGLSetPaletteIndex.3 \ |
38 vgl.3 VGLSetVScreenSize.3 \ 39 vgl.3 VGLSetXY.3 \ |
|
31 vgl.3 VGLTextSetFontFile.3 32 33.include <bsd.lib.mk> | 40 vgl.3 VGLTextSetFontFile.3 41 42.include <bsd.lib.mk> |