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

« back to all changes in this revision

Viewing changes to src/mesa/drivers/dri/savage/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
 
# src/mesa/drivers/dri/r128/Makefile
2
 
 
3
 
TOP = ../../../../..
4
 
include $(TOP)/configs/current
5
 
 
6
 
LIBNAME = savage_dri.so
7
 
 
8
 
include ../Makefile.defines
9
 
 
10
 
DRIVER_SOURCES = \
11
 
        savage_xmesa.c \
12
 
        savagedd.c \
13
 
        savagestate.c \
14
 
        savagetex.c \
15
 
        savagetris.c \
16
 
        savagerender.c \
17
 
        savageioctl.c \
18
 
        savagespan.c
19
 
 
20
 
C_SOURCES = \
21
 
        $(COMMON_SOURCES) \
22
 
        $(DRIVER_SOURCES) 
23
 
 
24
 
ASM_SOURCES = 
25
 
 
26
 
 
27
 
include ../Makefile.targets
28