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

39 lines
633 B
Makefile
Raw Normal View History

2015-08-21 17:55:36 -06:00
AM_CFLAGS = \
2018-11-01 02:22:36 -06:00
-fvisibility=hidden \
2015-08-21 17:55:36 -06:00
-I $(top_srcdir)/include/drm \
-I $(top_srcdir)/amdgpu \
2018-02-16 19:24:37 -07:00
-I $(top_srcdir) \
-pthread
2015-08-21 17:55:36 -06:00
LDADD = $(top_builddir)/libdrm.la \
$(top_builddir)/amdgpu/libdrm_amdgpu.la \
$(CUNIT_LIBS)
if HAVE_INSTALL_TESTS
bin_PROGRAMS = \
amdgpu_test
else
noinst_PROGRAMS = \
amdgpu_test
endif
amdgpu_test_CPPFLAGS = $(CUNIT_CFLAGS)
amdgpu_test_SOURCES = \
amdgpu_test.c \
amdgpu_test.h \
basic_tests.c \
bo_tests.c \
cs_tests.c \
2017-08-05 08:15:15 -06:00
decode_messages.h \
2015-08-21 17:55:36 -06:00
vce_tests.c \
vce_ib.h \
2017-08-05 08:15:15 -06:00
frame.h \
2018-02-16 19:24:37 -07:00
uvd_enc_tests.c \
vcn_tests.c \
uve_ib.h \
deadlock_tests.c \
2019-04-26 01:31:34 -06:00
vm_tests.c \
2019-11-26 19:09:48 -07:00
ras_tests.c \
syncobj_tests.c