Edit

IABSD.fr/xenocara/lib/libGL/dri/i810

Branch :

  • Show log

    Commit

  • Author : matthieu
    Date : 2009-01-28 16:10:44
    Hash : b67e1f26
    Message : Add missing OpenBSD RCS Ids.

  • Makefile
  • #	$OpenBSD: Makefile,v 1.2 2009/01/28 16:10:44 matthieu Exp $
    
    LIB=	i810_dri.so
    
    DRIVER_SOURCES = \
    	i810context.c \
    	i810ioctl.c \
    	i810render.c \
    	i810screen.c \
    	i810span.c \
    	i810state.c \
    	i810tex.c \
    	i810texmem.c \
    	i810texstate.c \
    	i810tris.c \
    	i810vb.c
    
    SRCS= ${DRIVER_SOURCES} ${COMMON_SOURCES}
    
    DRIVER_DEFINES= -I$(MESA)/drivers/dri/i810/server
    
    .include <bsd.xorg.mk>
    
    .PATH: ${MESA}/drivers/dri/i810