~ubuntu-branches/ubuntu/intrepid/xserver-xgl/intrepid

« back to all changes in this revision

Viewing changes to hw/xfree86/os-support/drm/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Matthew Garrett
  • Date: 2006-02-13 14:21:43 UTC
  • Revision ID: james.westby@ubuntu.com-20060213142143-mad6z9xzem7hzxz9
Tags: upstream-7.0.0
ImportĀ upstreamĀ versionĀ 7.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
libdrm_la_LTLIBRARIES = libdrm.la
 
2
libdrm_la_CFLAGS = -I$(top_srcdir)/hw/xfree86/common \
 
3
                   -I$(top_srcdir)/hw/xfree86/dri \
 
4
                   -I$(top_srcdir)/hw/xfree86/os-support \
 
5
                   -I$(top_srcdir)/hw/xfree86/os-support/bus \
 
6
                   -I$(top_srcdir)/hw/xfree86/os-suport/shared/drm/kernel \
 
7
                   -I$(top_srcdir)/GL/glx \
 
8
                   -I$(top_srcdir)/GL/include \
 
9
                   -DHAVE_XORG_CONFIG_H \
 
10
                   @LIBDRM_CFLAGS@ \
 
11
                   @SERVER_DEFINES@ \
 
12
                   @LOADER_DEFINES@
 
13
libdrm_la_LDFLAGS = -module -avoid-version
 
14
libdrm_ladir = $(moduledir)/@XORG_OS@
 
15
libdrm_la_SOURCES = \
 
16
        xf86drm.c \
 
17
        xf86drmHash.c \
 
18
        xf86drmRandom.c \
 
19
        xf86drmSL.c \
 
20
        drmmodule.c