xenocara/lib/libdrm/tests/kmstest/Makefile.am

26 lines
398 B
Makefile
Raw Normal View History

2015-08-21 17:55:36 -06:00
AM_CFLAGS = \
$(WARN_CFLAGS)\
-I$(top_srcdir)/include/drm \
-I$(top_srcdir)/libkms/ \
2016-03-20 04:19:44 -06:00
-I$(top_srcdir)/tests/ \
2015-08-21 17:55:36 -06:00
-I$(top_srcdir)
if HAVE_INSTALL_TESTS
bin_PROGRAMS = \
kmstest
else
noinst_PROGRAMS = \
kmstest
endif
kmstest_SOURCES = \
main.c
kmstest_LDADD = \
2016-03-20 04:19:44 -06:00
$(top_builddir)/tests/util/libutil.la \
$(top_builddir)/libkms/libkms.la \
$(top_builddir)/libdrm.la
2015-08-21 17:55:36 -06:00
run: kmstest
./kmstest