~ubuntu-branches/ubuntu/precise/mesa/precise-updates

« back to all changes in this revision

Viewing changes to src/gallium/targets/dri-swrast/Makefile

  • Committer: Package Import Robot
  • Author(s): Robert Hooker
  • Date: 2012-02-02 12:05:48 UTC
  • mfrom: (1.7.1) (3.3.27 sid)
  • Revision ID: package-import@ubuntu.com-20120202120548-nvkma85jq0h4coix
Tags: 8.0~rc2-0ubuntu4
Drop drisearchdir handling, it is no longer needed with multiarch
and dri-alternates being removed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
TOP = ../../../..
2
2
include $(TOP)/configs/current
3
3
 
4
 
LIBNAME = swrastg_dri.so
 
4
LIBNAME = swrast_dri.so
5
5
 
6
6
DRIVER_DEFINES = \
7
7
        -D__NOT_HAVE_DRM_H -DGALLIUM_SOFTPIPE \
14
14
        $(TOP)/src/gallium/drivers/trace/libtrace.a \
15
15
        $(TOP)/src/gallium/drivers/rbug/librbug.a
16
16
 
 
17
ifeq ($(MESA_LLVM),1)
 
18
PIPE_DRIVERS += $(TOP)/src/gallium/drivers/llvmpipe/libllvmpipe.a
 
19
DRIVER_DEFINES += -DGALLIUM_LLVMPIPE
 
20
endif
 
21
 
17
22
SWRAST_COMMON_GALLIUM_SOURCES = \
18
23
        $(TOP)/src/mesa/drivers/dri/common/utils.c \
19
24
        $(TOP)/src/mesa/drivers/dri/common/drisw_util.c \