Edit

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

Branch :

  • Show log

    Commit

  • Author : matthieu
    Date : 2007-12-04 22:00:27
    Hash : b33b8154
    Message : Build infrastructure for libGL dri modules. Work in progress, not connected to the build yet.

  • Makefile
  • #	$OpenBSD: Makefile,v 1.1 2007/12/04 22:00:27 matthieu Exp $
    
    LIB=	r300_dri.so
    
    COMMON_SOURCES = \
    	../../common/driverfuncs.c \
    	../common/mm.c \
    	../common/utils.c \
    	../common/texmem.c \
    	../common/vblank.c \
    	../common/xmlconfig.c \
    	../common/dri_util.c
    
    DRIVER_SOURCES = \
    		 radeon_screen.c \
    		 radeon_context.c \
    		 radeon_ioctl.c \
    		 radeon_lock.c \
    		 radeon_span.c \
    		 radeon_state.c \
    		 r300_mem.c \
    		 \
    		 r300_context.c \
    		 r300_ioctl.c \
    		 r300_cmdbuf.c \
    		 r300_state.c \
    		 r300_render.c \
    		 r300_texmem.c \
    		 r300_tex.c \
    		 r300_texstate.c \
    		 r300_vertprog.c \
    		 r300_fragprog.c \
    		 r300_shader.c \
    		 r300_emit.c \
    
    SRCS = $(COMMON_SOURCES) $(DRIVER_SOURCES)
    
    DRIVER_DEFINES = -DCOMPILE_R300 -DR200_MERGED=0 \
    	-DRADEON_COMMON=1 -DRADEON_COMMON_FOR_R300 \
    	-I$(MESA)/drivers/dri/r300 \
    	-I$(MESA)/drivers/dri/r300/server \
    	-I$(MESA)/drivers/dri/radeon \
    	-I$(MESA)/drivers/dri/radeon/server
    
    .include <bsd.xorg.mk>
    
    .PATH: $(MESA)/drivers/dri/r300
    .PATH: $(MESA)/drivers/dri/radeon