author | Don Pellegrino <don@drexel.edu> | 2009-07-07 20:25:30 (GMT) |
---|---|---|
committer | Don Pellegrino <don@drexel.edu> | 2009-07-07 20:25:30 (GMT) |
commit | 4d1d3121118c90206445542c48c7c7c6dffa8772 (patch) (unidiff) | |
tree | 59275e3a9f93b8b3f6c2409c6f5ba962899c9228 | |
parent | 179549b0df2626af837245f3ca4b355249331d88 (diff) | |
download | exp005-4d1d3121118c90206445542c48c7c7c6dffa8772.zip exp005-4d1d3121118c90206445542c48c7c7c6dffa8772.tar.gz exp005-4d1d3121118c90206445542c48c7c7c6dffa8772.tar.bz2 |
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.
-rw-r--r-- | src/Makefile.am | 7 |
1 files changed, 7 insertions, 0 deletions
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 = \ | |||
58 | view/exp004state0.h \ | 58 | view/exp004state0.h \ |
59 | view/exp004view.h | 59 | view/exp004view.h |
60 | 60 | ||
61 | # The Linux non-free driver does not appear to include the | ||
62 | # implementations of the AMD_performance_monitor functions. | ||
63 | # | ||
64 | #util/amd_performance_monitor/ati_get_group_and_counter_list.c | ||
65 | # util/amd_performance_monitor/ati_counter_info.h | ||
66 | #util/amd_performance_monitor/ati_get_group_and_counter_list.h | ||
67 | |||
61 | AM_CFLAGS = -Wall -std=gnu99 -pipe -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -I/usr/include/ncbi | 68 | AM_CFLAGS = -Wall -std=gnu99 -pipe -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -I/usr/include/ncbi |
62 | 69 | ||
63 | # DB2 Precompiler for Embedded SQL | 70 | # DB2 Precompiler for Embedded SQL |