diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2004-11-22 19:17:36 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2004-11-22 19:17:36 (GMT) |
commit | 293fe87eeec295c4bb4227e17557361ef2f22df2 (patch) | |
tree | 7a30f3fe1374e83e25c9c93bad86fcff6024d383 /hl/src/Dependencies | |
parent | 35ffb5bd1341b0b49096fae2554ba18046a30958 (diff) | |
download | hdf5-293fe87eeec295c4bb4227e17557361ef2f22df2.zip hdf5-293fe87eeec295c4bb4227e17557361ef2f22df2.tar.gz hdf5-293fe87eeec295c4bb4227e17557361ef2f22df2.tar.bz2 |
[svn-r9558] Purpose:
insert high level library into main library
Description:
configure.in has a new entry (--enable-hl, disable-hl) it is on by default
the configure message prints info regarding if hl is enabled or not
the tree is
/hl
/hl/src
/hl/test
Solution:
Platforms tested:
linux
solaris
AIX
Misc. update:
Diffstat (limited to 'hl/src/Dependencies')
-rw-r--r-- | hl/src/Dependencies | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/hl/src/Dependencies b/hl/src/Dependencies new file mode 100644 index 0000000..2218168 --- /dev/null +++ b/hl/src/Dependencies @@ -0,0 +1,14 @@ +## This file is machine generated on GNU systems. +## Only temporary changes may be made here. + +H5IM.lo: \ + $(srcdir)/H5IM.c \ + $(srcdir)/H5IM.h \ + $(srcdir)/H5LT.h +H5LT.lo: \ + $(srcdir)/H5LT.c \ + $(srcdir)/H5LT.h +H5TB.lo: \ + $(srcdir)/H5TB.c \ + $(srcdir)/H5TB.h \ + $(srcdir)/H5LT.h |