mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-10 17:36:11 +00:00
11 lines
200 B
Makefile
11 lines
200 B
Makefile
libintel_tools_la_SOURCES = \
|
|
intel_batchbuffer.c \
|
|
intel_batchbuffer.h \
|
|
drmtest.c \
|
|
drmtest.h
|
|
|
|
noinst_LTLIBRARIES = libintel_tools.la
|
|
|
|
AM_CFLAGS = $(DRM_CFLAGS) $(WARN_CFLAGS) \
|
|
-I$(srcdir)/..
|