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