~ubuntu-branches/ubuntu/raring/mesa/raring-proposed

« back to all changes in this revision

Viewing changes to src/gallium/targets/xorg-radeon/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Cyril Brulebois
  • Date: 2011-06-19 21:26:00 UTC
  • mfrom: (1.6.1 upstream) (3.3.18 sid)
  • mto: (3.3.20 sid)
  • mto: This revision was merged to the branch mainline in revision 145.
  • Revision ID: james.westby@ubuntu.com-20110619212600-rleaapdmnbtstekb
Tags: 7.11~0-2
Thank you sbuild for giving a green light when that's not actually the
case. Fix missing Pre-Depends for the libegl1-mesa-drivers package
(multiarch-support).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
TOP = ../../../..
2
 
include $(TOP)/configs/current
3
 
 
4
 
LIBNAME = radeon_drv.so
5
 
 
6
 
C_SOURCES = \
7
 
        radeon_target.c \
8
 
        radeon_xorg.c
9
 
 
10
 
DRIVER_DEFINES = \
11
 
        -DHAVE_CONFIG_H -DGALLIUM_RBUG -DGALLIUM_TRACE -DGALLIUM_GALAHAD
12
 
 
13
 
DRIVER_PIPES = \
14
 
        $(TOP)/src/gallium/state_trackers/xorg/libxorgtracker.a \
15
 
        $(TOP)/src/gallium/winsys/radeon/drm/libradeonwinsys.a \
16
 
        $(TOP)/src/gallium/drivers/r300/libr300.a \
17
 
        $(TOP)/src/gallium/drivers/galahad/libgalahad.a \
18
 
        $(TOP)/src/gallium/drivers/trace/libtrace.a \
19
 
        $(TOP)/src/gallium/drivers/rbug/librbug.a
20
 
 
21
 
DRIVER_LINKS = \
22
 
        $(shell pkg-config --libs libdrm libdrm_radeon)
23
 
 
24
 
include ../Makefile.xorg