OSDN Git Service

4c993b04ef94ab618e5f5b867c8351eddda81694
[android-x86/external-libdrm.git] / tests / kmstest / Makefile.am
1 AM_CFLAGS = \
2         $(WARN_CFLAGS)\
3         -fvisibility=hidden \
4         -I$(top_srcdir)/include/drm \
5         -I$(top_srcdir)/libkms/ \
6         -I$(top_srcdir)/tests/ \
7         -I$(top_srcdir)
8
9 if HAVE_INSTALL_TESTS
10 bin_PROGRAMS = \
11         kmstest
12 else
13 noinst_PROGRAMS = \
14         kmstest
15 endif
16
17 kmstest_SOURCES = \
18         main.c
19
20 kmstest_LDADD = \
21         $(top_builddir)/tests/util/libutil.la \
22         $(top_builddir)/libkms/libkms.la \
23         $(top_builddir)/libdrm.la
24
25 run: kmstest
26         ./kmstest