ntel-gpu-tools/lib/Makefile.am

17 lines
304 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 \
instdone.c \
instdone.h \
drmtest.c \
drmtest.h
noinst_LTLIBRARIES = libintel_tools.la
AM_CFLAGS = $(DRM_CFLAGS) $(WARN_CFLAGS) \
-I$(srcdir)/..