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