mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-10 09:26:10 +00:00
Headers are found under top_srcdir/... Headers are CPP flags, not C Flags Acked-by: Ben Widawsky <ben@bwidawsk.net> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
26 lines
428 B
Makefile
26 lines
428 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 \
|
|
intel_reg_map.c
|
|
|