2013-12-30 11:32:47 -07:00
|
|
|
# $OpenBSD: Makefile,v 1.5 2013/12/30 18:32:48 matthieu Exp $
|
2012-08-26 12:46:42 -06:00
|
|
|
|
|
|
|
LIB= mesagallium
|
|
|
|
|
|
|
|
CPPFLAGS+= \
|
|
|
|
-I${MESA}/drivers/dri/common \
|
|
|
|
-I${GALLIUM}/auxiliary \
|
|
|
|
-I${GALLIUM}/include \
|
2013-09-05 09:11:54 -06:00
|
|
|
-I${.CURDIR}/../generated \
|
|
|
|
-I${.CURDIR}/../generated/main \
|
2012-08-26 12:46:42 -06:00
|
|
|
-D__NOT_HAVE_DRM_H
|
|
|
|
|
|
|
|
SRCS= ${MESAGALLIUM_SOURCES} \
|
|
|
|
${MESAGALLIUM_CXX_SOURCES} \
|
2013-12-30 11:32:47 -07:00
|
|
|
${ASM_SOURCES}
|
2012-08-26 12:46:42 -06:00
|
|
|
|
|
|
|
.include <bsd.xorg.mk>
|