build glue for pixman
This commit is contained in:
parent
53aeec60eb
commit
b022f072ed
|
@ -0,0 +1,41 @@
|
|||
# $NetBSD: Makefile,v 1.1 2008/08/02 04:28:12 mrg Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
LIB= pixman-1
|
||||
|
||||
DIST= ${X11SRCDIR.pixman}/pixman
|
||||
.PATH: ${DIST} ${DIST}/../../combine
|
||||
|
||||
SRCS= pixman-access.c pixman-region16.c pixman-access-accessors.c \
|
||||
pixman-region32.c pixman-image.c pixman-combine32.c \
|
||||
pixman-combine64.c pixman-compose.c pixman-compose-accessors.c \
|
||||
pixman-pict.c pixman-source.c pixman-transformed.c pixman-utils.c \
|
||||
pixman-transformed-accessors.c pixman-edge.c \
|
||||
pixman-edge-accessors.c pixman-trap.c pixman-compute-region.c \
|
||||
pixman-timer.c
|
||||
|
||||
# XXX
|
||||
|
||||
# .if MMX
|
||||
# SRCS+= pixman-mmx.c
|
||||
# .endif
|
||||
|
||||
# .if VMX
|
||||
# SRCS+= pixman-vmx.c
|
||||
# .endif
|
||||
|
||||
# .if SSE
|
||||
# SRCS+= pixman-sse.c
|
||||
# .endif
|
||||
|
||||
INCS= pixman.h pixman-version.h
|
||||
INCSDIR=${X11INCDIR}/pixman-1
|
||||
|
||||
CPPFLAGS+= -DPIXMAN_DISABLE_DEPRECATED -DHAVE_CONFIG_H \
|
||||
-I${X11SRCDIR.pixman}/../include \
|
||||
-I${X11SRCDIR.pixman}/../combine \
|
||||
-I${X11SRCDIR.pixman}/pixman
|
||||
|
||||
.include <bsd.x11.mk>
|
||||
.include <bsd.lib.mk>
|
|
@ -0,0 +1,5 @@
|
|||
# $NetBSD: shlib_version,v 1.1 2008/08/02 04:28:12 mrg Exp $
|
||||
#
|
||||
major=0
|
||||
minor=11
|
||||
teeny=2
|
Loading…
Reference in New Issue