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

« back to all changes in this revision

Viewing changes to src/gallium/targets/Makefile.dri

  • 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:
2
2
 
3
3
 
4
4
ifeq ($(MESA_LLVM),1)
5
 
PIPE_DRIVERS += $(TOP)/src/gallium/drivers/llvmpipe/libllvmpipe.a
6
5
LDFLAGS += $(LLVM_LDFLAGS)
7
6
DRIVER_EXTRAS = $(LLVM_LIBS)
8
 
else
9
 
LDFLAGS += -lstdc++
10
7
endif
11
8
 
12
9
MESA_MODULES = \
15
12
 
16
13
COMMON_GALLIUM_SOURCES = \
17
14
        $(TOP)/src/mesa/drivers/dri/common/utils.c \
18
 
        $(TOP)/src/mesa/drivers/dri/common/vblank.c \
19
15
        $(TOP)/src/mesa/drivers/dri/common/dri_util.c \
20
16
        $(TOP)/src/mesa/drivers/dri/common/xmlconfig.c
21
17
 
22
18
COMMON_SOURCES = $(COMMON_GALLIUM_SOURCES) \
23
 
        $(TOP)/src/mesa/drivers/common/driverfuncs.c \
24
 
        $(TOP)/src/mesa/drivers/dri/common/texmem.c \
25
 
        $(TOP)/src/mesa/drivers/dri/common/drirenderbuffer.c
 
19
        $(TOP)/src/mesa/drivers/common/driverfuncs.c
26
20
 
27
21
COMMON_BM_SOURCES = \
28
22
        $(TOP)/src/mesa/drivers/dri/common/dri_bufmgr.c \