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

« back to all changes in this revision

Viewing changes to src/gallium/winsys/i915/drm/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:
3
3
 
4
4
LIBNAME = i915drm
5
5
 
6
 
C_SOURCES = \
7
 
        i915_drm_batchbuffer.c \
8
 
        i915_drm_buffer.c \
9
 
        i915_drm_fence.c \
10
 
        i915_drm_winsys.c
11
 
 
12
 
LIBRARY_INCLUDES = $(shell pkg-config libdrm --cflags-only-I)
13
 
 
14
 
LIBRARY_DEFINES = $(shell pkg-config libdrm --cflags-only-other)
 
6
# get C_SOURCES
 
7
include Makefile.sources
 
8
 
 
9
LIBRARY_INCLUDES = $(shell $(PKG_CONFIG) libdrm --cflags-only-I)
 
10
 
 
11
LIBRARY_DEFINES = $(shell $(PKG_CONFIG) libdrm --cflags-only-other)
15
12
 
16
13
include ../../../Makefile.template