mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-29 02:36:29 +00:00
... and also add the missing files to lib/Makefile.am Signed-Off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
28 lines
418 B
Makefile
28 lines
418 B
Makefile
NULL=#
|
|
|
|
AM_CFLAGS = $(WARN_CFLAGS) -I$(srcdir)/..
|
|
libintel_tools_la_SOURCES = \
|
|
intel_batchbuffer.h \
|
|
intel_batchbuffer.c \
|
|
intel_chipset.h \
|
|
intel_gpu_tools.h \
|
|
intel_mmio.c \
|
|
intel_pci.c \
|
|
intel_reg.h \
|
|
i915_3d.h \
|
|
i915_reg.h \
|
|
i830_reg.h \
|
|
intel_reg_map.c \
|
|
intel_drm.c \
|
|
instdone.c \
|
|
instdone.h \
|
|
drmtest.h \
|
|
debug.h \
|
|
$(NULL)
|
|
|
|
AM_CFLAGS += $(DRM_CFLAGS)
|
|
|
|
|
|
noinst_LTLIBRARIES = libintel_tools.la
|
|
|