blob: 045cdb3ee527c69a523e8627559f4d9422189aa6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $OpenBSD: Makefile,v 1.2 2012/11/28 13:53:16 mpi Exp $
LIB= mesagallium
CPPFLAGS+= \
-I${MESA}/drivers/dri/common \
-I${GALLIUM}/auxiliary \
-I${GALLIUM}/include \
-DHAVE_POSIX_MEMALIGN \
-D__NOT_HAVE_DRM_H
SRCS= ${MESAGALLIUM_SOURCES} \
${MESAGALLIUM_CXX_SOURCES} \
${ASM_SOURCES} \
_atexit.c
.include <bsd.xorg.mk>
|