1AM_CPPFLAGS = \ 2 -I$(top_srcdir)/include/drm \ 3 -I$(top_srcdir)/tegra \ 4 -I$(top_srcdir) 5 6AM_CFLAGS = $(WARN_CFLAGS) 7 8LDADD = \ 9 ../../tegra/libdrm_tegra.la \ 10 ../../libdrm.la 11 12noinst_PROGRAMS = \ 13 openclose 14
1AM_CPPFLAGS = \ 2 -I$(top_srcdir)/include/drm \ 3 -I$(top_srcdir)/tegra \ 4 -I$(top_srcdir) 5 6AM_CFLAGS = $(WARN_CFLAGS) 7 8LDADD = \ 9 ../../tegra/libdrm_tegra.la \ 10 ../../libdrm.la 11 12noinst_PROGRAMS = \ 13 openclose 14