From 4d1d3121118c90206445542c48c7c7c6dffa8772 Mon Sep 17 00:00:00 2001 From: Don Pellegrino Date: Tue, 07 Jul 2009 20:25:30 +0000 Subject: Added AMD Performance Monitor objects but commented them out since the non-free drivers for Linux do not appear to include an implementation for these functions. --- diff --git a/src/Makefile.am b/src/Makefile.am index 1bfd6c4..eaa80b9 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -58,6 +58,13 @@ noinst_HEADERS = \ view/exp004state0.h \ view/exp004view.h +# The Linux non-free driver does not appear to include the +# implementations of the AMD_performance_monitor functions. +# +# util/amd_performance_monitor/ati_get_group_and_counter_list.c +# util/amd_performance_monitor/ati_counter_info.h +# util/amd_performance_monitor/ati_get_group_and_counter_list.h + AM_CFLAGS = -Wall -std=gnu99 -pipe -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -I/usr/include/ncbi # DB2 Precompiler for Embedded SQL -- cgit v0.8.3.1-22-g547a