1AM_CFLAGS = \ 2 $(WARN_CFLAGS)\ 3 -fvisibility=hidden \ 4 -I $(top_srcdir)/include/drm \ 5 -I $(top_srcdir) 6 7LDADD = $(top_builddir)/libdrm.la 8 9noinst_PROGRAMS = \ 10 radeon_ttm 11 12radeon_ttm_SOURCES = \ 13 rbo.c \ 14 rbo.h \ 15 radeon_ttm.c 16