xenocara/lib/libGL/mesa/libmesagallium/Makefile
matthieu 27ccb204c3 Remove the atexit() hack from OpenGL drivers
now that atexit() is behaving like on Linux.
ok matthew@, millert@, dcoppa@, miod@
2013-12-30 18:32:47 +00:00

18 lines
361 B
Makefile

# $OpenBSD: Makefile,v 1.5 2013/12/30 18:32:48 matthieu 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}
.include <bsd.xorg.mk>