minix/external/mit/xorg/lib/dri/mach64/Makefile

12 lines
346 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.3 2011/08/11 23:15:36 joerg Exp $
MODULE= mach64
SRCS= mach64_context.c mach64_ioctl.c mach64_screen.c mach64_span.c \
mach64_state.c mach64_tex.c mach64_texmem.c mach64_texstate.c \
mach64_tris.c mach64_vb.c mach64_dd.c mach64_lock.c
CWARNFLAGS.clang+= -Wno-constant-logical-operand
.include "${.CURDIR}/../dri.mk"