diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2008-12-18 13:43:21 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2008-12-18 13:43:21 (GMT) |
commit | e77303f48370403e04b4185aa54fb6417e1e52fa (patch) | |
tree | 57c03b720dc5e8273f147c7dd80806b8aa12b15b /src/Makefile.am | |
parent | 86fb2794d6b12431edcd2a57f6c048e7e1c4e628 (diff) | |
download | hdf5-e77303f48370403e04b4185aa54fb6417e1e52fa.zip hdf5-e77303f48370403e04b4185aa54fb6417e1e52fa.tar.gz hdf5-e77303f48370403e04b4185aa54fb6417e1e52fa.tar.bz2 |
[svn-r16204] Description:
Moved v1 B-tree debugging routines into separate module and thinned
out header files a bit.
Tested on:
Mac OS X/32 10.5.5 (amazon) in debug mode
Mac OS X/32 10.5.5 (amazon) w/C++ & FORTRAN, w/threadsafe,
in production mode
FreeBSD/32 6.3 (duty) in debug mode
FreeBSD/64 6.3 (liberty) w/C++ & FORTRAN, in debug mode
Linux/32 2.6 (jam) w/PGI compilers, w/C++ & FORTRAN, w/threadsafe,
in debug mode
Linux/64-amd64 2.6 (smirom) w/Intel compilers w/default API=1.6.x,
w/C++ & FORTRAN, in production mode
Solaris/32 2.10 (linew) w/deprecated symbols disabled, w/C++ & FORTRAN,
w/szip filter, in production mode
Linux/64-ia64 2.6 (cobalt) w/Intel compilers, w/C++ & FORTRAN,
in production mode
Linux/64-ia64 2.4 (tg-login3) w/parallel, w/FORTRAN, in production mode
Diffstat (limited to 'src/Makefile.am')
-rwxr-xr-x | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 5eeaee7..9ae2252 100755 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -43,7 +43,7 @@ DISTCLEANFILES=H5pubconf.h # library sources libhdf5_la_SOURCES= H5.c H5checksum.c H5dbg.c H5system.c H5timer.c H5trace.c \ H5A.c H5Abtree2.c H5Adense.c H5Adeprec.c H5Aint.c H5Atest.c \ - H5AC.c H5B.c H5Bcache.c \ + H5AC.c H5B.c H5Bcache.c H5Bdbg.c \ H5B2.c H5B2cache.c H5B2dbg.c H5B2int.c H5B2stat.c H5B2test.c \ H5C.c H5CS.c \ H5D.c H5Dbtree.c H5Dchunk.c H5Dcompact.c H5Dcontig.c H5Ddbg.c \ |