mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-11 01:46:14 +00:00
We should get more kms tests soon, and not needing to copy-paste a nice test pattern should be useful. That establishes a firm depency of i-g-t on cairo over everything, but I don't care so much about that. Signed-Off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
17 lines
305 B
Makefile
17 lines
305 B
Makefile
|
|
SUBDIRS = system_routine
|
|
|
|
bin_PROGRAMS = eudb
|
|
noinst_PROGRAMS = debug_rdata
|
|
|
|
AM_CPPFLAGS = \
|
|
-I$(top_srcdir) \
|
|
-I$(top_srcdir)/lib
|
|
|
|
AM_CFLAGS = \
|
|
$(DRM_CFLAGS) \
|
|
$(PCIACCESS_CFLAGS) \
|
|
$(CWARNFLAGS)
|
|
|
|
LDADD = $(top_builddir)/lib/libintel_tools.la $(DRM_LIBS) $(PCIACCESS_LIBS) $(CAIRO_LIBS)
|