2006-11-26 11:13:41 -07:00
|
|
|
libdri_la_LTLIBRARIES = libdri.la
|
|
|
|
libdri_la_CFLAGS = -I$(top_srcdir)/hw/xfree86/common \
|
|
|
|
-I$(top_srcdir)/hw/xfree86/os-support \
|
2009-09-06 13:44:18 -06:00
|
|
|
-I$(top_srcdir)/hw/xfree86/modes \
|
|
|
|
-I$(top_srcdir)/hw/xfree86/ddc \
|
|
|
|
-I$(top_srcdir)/hw/xfree86/i2c \
|
|
|
|
-I$(top_srcdir)/hw/xfree86/parser \
|
|
|
|
-I$(top_srcdir)/hw/xfree86/ramdac \
|
2006-11-26 11:13:41 -07:00
|
|
|
-I$(top_srcdir)/hw/xfree86/os-support/bus \
|
2008-11-02 08:26:08 -07:00
|
|
|
-I$(top_srcdir)/glx \
|
2006-11-26 11:13:41 -07:00
|
|
|
-I$(top_srcdir)/GL/include \
|
|
|
|
-I$(top_builddir)/GL/include \
|
|
|
|
-DHAVE_XORG_CONFIG_H \
|
2008-11-02 08:26:08 -07:00
|
|
|
@DIX_CFLAGS@ @XORG_CFLAGS@ @DRIPROTO_CFLAGS@ \
|
2006-11-26 11:13:41 -07:00
|
|
|
@LIBDRM_CFLAGS@ \
|
|
|
|
@GL_CFLAGS@
|
2006-12-16 13:09:36 -07:00
|
|
|
libdri_la_LDFLAGS = -module -avoid-version @LIBDRM_LIBS@
|
2006-11-26 11:13:41 -07:00
|
|
|
libdri_ladir = $(moduledir)/extensions
|
|
|
|
libdri_la_SOURCES = \
|
|
|
|
dri.c \
|
|
|
|
dri.h \
|
|
|
|
drimodule.c \
|
|
|
|
dristruct.h \
|
|
|
|
sarea.h \
|
|
|
|
xf86dri.c
|
|
|
|
|
|
|
|
sdk_HEADERS = dri.h sarea.h dristruct.h
|