Edit

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

Branch :

  • Show log

    Commit

  • Author : matthieu
    Date : 2010-05-22 20:14:14
    Hash : 23bbc6dd
    Message : Build infrastructure for Mesa 7.8.1.

  • Makefile
  • #	$OpenBSD: Makefile,v 1.3 2010/05/22 20:14:15 matthieu Exp $
    
    LIB=	swrast_dri.so
    
    .if ${MACHINE_ARCH} == "sparc"
    PICFLAG = -fPIC
    .endif
    
    
    SWRAST_COMMON_SOURCES = \
            driverfuncs.c \
            utils.c
    
    DRIVER_SOURCES = \
    	swrast.c \
    	swrast_span.c
    
    SRCS = \
    	$(SWRAST_COMMON_SOURCES) \
    	$(DRIVER_SOURCES)
    
    .include <bsd.xorg.mk>
    
    .PATH: $(MESA)/drivers/dri/swrast