mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-11 01:46:14 +00:00
15 lines
276 B
Makefile
15 lines
276 B
Makefile
libintel_tools_la_SOURCES = \
|
|
intel_batchbuffer.c \
|
|
intel_batchbuffer.h \
|
|
intel_chipset.h \
|
|
intel_gpu_tools.c \
|
|
intel_gpu_tools.h \
|
|
intel_reg.h \
|
|
drmtest.c \
|
|
drmtest.h
|
|
|
|
noinst_LTLIBRARIES = libintel_tools.la
|
|
|
|
AM_CFLAGS = $(DRM_CFLAGS) $(WARN_CFLAGS) \
|
|
-I$(srcdir)/..
|