ntel-gpu-tools/tools/Makefile.am
Carl Worth 00c7571fce Add very preliminary intel_gpu_dump program
Right now it requires a filename on the command line, (such as
/debug/dri/0/i915_batchbuffers). We plan to make it smarter in
the future by going out and collecting all the data it needs.
2009-04-07 16:24:42 -07:00

12 lines
277 B
Makefile

bin_PROGRAMS = \
intel_gpu_dump \
intel_gpu_top \
intel_stepping
intel_gpu_top_LDADD = ../lib/libintel_tools.la $(PCIACCESS_LIBS)
intel_stepping_LDADD = $(PCIACCESS_LIBS)
AM_CFLAGS = $(DRM_CFLAGS) $(PCIACCESS_CFLAGS) $(WARN_CFLAGS) \
-I$(srcdir)/.. \
-I$(srcdir)/../lib