From 8c64183a461a422b0443f84622af48858d5fe6ed Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Thu, 26 Mar 2009 17:15:11 -0700 Subject: Initial import of intel-graphics-tools with some microbenchmarks. --- benchmarks/Makefile.am | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 benchmarks/Makefile.am (limited to 'benchmarks/Makefile.am') diff --git a/benchmarks/Makefile.am b/benchmarks/Makefile.am new file mode 100644 index 00000000..91f907b1 --- /dev/null +++ b/benchmarks/Makefile.am @@ -0,0 +1,14 @@ +bin_PROGRAMS = \ + intel_upload_blit_large \ + intel_upload_blit_small + +BENCHMARK_LIBS = \ + ../lib/libintel_tools.la \ + $(DRM_LIBS) + +intel_upload_blit_large_LDADD = $(BENCHMARK_LIBS) +intel_upload_blit_small_LDADD = $(BENCHMARK_LIBS) + +AM_CFLAGS = $(DRM_CFLAGS) $(WARN_CFLAGS) \ + -I$(srcdir)/.. \ + -I$(srcdir)/../lib -- cgit v1.2.3