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