2011-11-10 14:47:10 -07:00
|
|
|
AM_CFLAGS = \
|
|
|
|
-I $(top_srcdir)/include/drm \
|
|
|
|
-I $(top_srcdir)
|
|
|
|
|
|
|
|
LDADD = $(top_builddir)/libdrm.la
|
|
|
|
|
|
|
|
noinst_PROGRAMS = \
|
|
|
|
radeon_ttm
|
|
|
|
|
|
|
|
radeon_ttm_SOURCES = \
|
|
|
|
rbo.c \
|
2011-12-05 14:24:48 -07:00
|
|
|
rbo.h \
|
|
|
|
list.h \
|
2011-11-10 14:47:10 -07:00
|
|
|
radeon_ttm.c
|