ntel-gpu-tools/lib/Makefile.am
Daniel Vetter 662d732199 lib: extract kmstest_create_fb
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>
2012-05-22 15:56:29 +02:00

34 lines
589 B
Makefile

noinst_LTLIBRARIES = libintel_tools.la
AM_CPPFLAGS = -I$(top_srcdir)
AM_CFLAGS = $(DRM_CFLAGS) $(CWARNFLAGS)
libintel_tools_la_SOURCES = \
debug.h \
drmtest.c \
drmtest.h \
i830_reg.h \
i915_3d.h \
i915_reg.h \
instdone.c \
instdone.h \
intel_batchbuffer.c \
intel_batchbuffer.h \
intel_chipset.h \
intel_drm.c \
intel_gpu_tools.h \
intel_mmio.c \
intel_pci.c \
intel_reg.h \
rendercopy_i915.c \
rendercopy_i830.c \
gen6_render.h \
rendercopy_gen6.c \
rendercopy.h \
intel_reg_map.c \
$(NULL)
LDADD = $(CAIRO_LIBS)
AM_CFLAGS += $(CAIRO_CFLAGS)