2015-12-09 18:37:42 +01:00
|
|
|
SUBDIRS = util kms modeprint proptest modetest vbltest
|
2009-10-03 23:17:57 +01:00
|
|
|
|
2010-01-08 15:34:44 +00:00
|
|
|
if HAVE_LIBKMS
|
2015-03-10 18:12:28 +00:00
|
|
|
SUBDIRS += kmstest
|
2010-01-08 15:34:44 +00:00
|
|
|
endif
|
|
|
|
|
|
2011-11-10 16:47:10 -05:00
|
|
|
if HAVE_RADEON
|
|
|
|
|
SUBDIRS += radeon
|
|
|
|
|
endif
|
|
|
|
|
|
2015-04-20 12:15:23 -04:00
|
|
|
if HAVE_AMDGPU
|
|
|
|
|
if HAVE_CUNIT
|
|
|
|
|
SUBDIRS += amdgpu
|
|
|
|
|
endif
|
|
|
|
|
endif
|
|
|
|
|
|
2013-02-18 21:51:00 +09:00
|
|
|
if HAVE_EXYNOS
|
|
|
|
|
SUBDIRS += exynos
|
|
|
|
|
endif
|
|
|
|
|
|
2014-02-19 14:48:31 +01:00
|
|
|
if HAVE_TEGRA
|
|
|
|
|
SUBDIRS += tegra
|
|
|
|
|
endif
|
|
|
|
|
|
2016-09-06 18:16:02 +02:00
|
|
|
if HAVE_ETNAVIV
|
|
|
|
|
SUBDIRS += etnaviv
|
|
|
|
|
endif
|
|
|
|
|
|
2016-11-30 19:04:33 +00:00
|
|
|
if HAVE_NOUVEAU
|
|
|
|
|
SUBDIRS += nouveau
|
|
|
|
|
endif
|
|
|
|
|
|
2015-03-10 18:02:20 +00:00
|
|
|
AM_CFLAGS = \
|
|
|
|
|
$(WARN_CFLAGS)\
|
|
|
|
|
-I $(top_srcdir)/include/drm \
|
|
|
|
|
-I $(top_srcdir)
|
|
|
|
|
|
|
|
|
|
LDADD = $(top_builddir)/libdrm.la
|
|
|
|
|
|
2015-03-20 16:58:29 -04:00
|
|
|
TESTS = \
|
2015-04-05 15:12:16 +01:00
|
|
|
drmsl \
|
2015-04-05 15:12:48 +01:00
|
|
|
hash \
|
|
|
|
|
random
|
2015-03-20 16:58:29 -04:00
|
|
|
|
2016-11-30 19:04:33 +00:00
|
|
|
check_PROGRAMS = \
|
2018-06-25 17:45:23 +01:00
|
|
|
$(TESTS)
|
|
|
|
|
|
|
|
|
|
if HAVE_INSTALL_TESTS
|
|
|
|
|
bin_PROGRAMS = drmdevice
|
|
|
|
|
else
|
|
|
|
|
check_PROGRAMS += drmdevice
|
|
|
|
|
endif
|