18a75284bd
ok matthieu@ mpi@
19 lines
369 B
Makefile
19 lines
369 B
Makefile
# $OpenBSD: Makefile,v 1.4 2013/09/05 15:12:09 jsg Exp $
|
|
|
|
LIB= mesagallium
|
|
|
|
CPPFLAGS+= \
|
|
-I${MESA}/drivers/dri/common \
|
|
-I${GALLIUM}/auxiliary \
|
|
-I${GALLIUM}/include \
|
|
-I${.CURDIR}/../generated \
|
|
-I${.CURDIR}/../generated/main \
|
|
-D__NOT_HAVE_DRM_H
|
|
|
|
SRCS= ${MESAGALLIUM_SOURCES} \
|
|
${MESAGALLIUM_CXX_SOURCES} \
|
|
${ASM_SOURCES} \
|
|
_atexit.c
|
|
|
|
.include <bsd.xorg.mk>
|