2011-11-10 14:47:10 -07:00
|
|
|
AM_CFLAGS = \
|
2015-02-23 05:52:47 -07:00
|
|
|
$(WARN_CFLAGS)\
|
2011-11-10 14:47:10 -07:00
|
|
|
-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 \
|
2011-11-10 14:47:10 -07:00
|
|
|
radeon_ttm.c
|