mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-22 23:36:30 +00:00
lib: fix include directives, alphabetize sources
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>
This commit is contained in:
parent
3ceb75828c
commit
65b7c72335
@ -1,28 +1,25 @@
|
|||||||
NULL=#
|
|
||||||
|
|
||||||
AM_CFLAGS = $(CWARNFLAGS) -I$(srcdir)/..
|
noinst_LTLIBRARIES = libintel_tools.la
|
||||||
|
|
||||||
|
AM_CPPFLAGS = -I$(top_srcdir)
|
||||||
|
AM_CFLAGS = $(DRM_CFLAGS) $(CWARNFLAGS)
|
||||||
|
|
||||||
libintel_tools_la_SOURCES = \
|
libintel_tools_la_SOURCES = \
|
||||||
intel_batchbuffer.h \
|
debug.h \
|
||||||
|
drmtest.c \
|
||||||
|
drmtest.h \
|
||||||
|
i830_reg.h \
|
||||||
|
i915_3d.h \
|
||||||
|
i915_reg.h \
|
||||||
|
instdone.c \
|
||||||
|
instdone.h \
|
||||||
intel_batchbuffer.c \
|
intel_batchbuffer.c \
|
||||||
|
intel_batchbuffer.h \
|
||||||
intel_chipset.h \
|
intel_chipset.h \
|
||||||
|
intel_drm.c \
|
||||||
intel_gpu_tools.h \
|
intel_gpu_tools.h \
|
||||||
intel_mmio.c \
|
intel_mmio.c \
|
||||||
intel_pci.c \
|
intel_pci.c \
|
||||||
intel_reg.h \
|
intel_reg.h \
|
||||||
i915_3d.h \
|
intel_reg_map.c
|
||||||
i915_reg.h \
|
|
||||||
i830_reg.h \
|
|
||||||
intel_reg_map.c \
|
|
||||||
intel_drm.c \
|
|
||||||
instdone.c \
|
|
||||||
instdone.h \
|
|
||||||
drmtest.h \
|
|
||||||
drmtest.c \
|
|
||||||
debug.h \
|
|
||||||
$(NULL)
|
|
||||||
|
|
||||||
AM_CFLAGS += $(DRM_CFLAGS)
|
|
||||||
|
|
||||||
|
|
||||||
noinst_LTLIBRARIES = libintel_tools.la
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user