diff options
author | James Laird <jlaird@hdfgroup.org> | 2005-10-11 21:43:56 (GMT) |
---|---|---|
committer | James Laird <jlaird@hdfgroup.org> | 2005-10-11 21:43:56 (GMT) |
commit | ba31bd125e9afdadfdf46e5b364155c7184d27f9 (patch) | |
tree | de89771d538a857a6abadeaa6dd9d417091e1bdf | |
parent | 6e02f96b1671da1c7174829cd40256911af78f4c (diff) | |
download | hdf5-ba31bd125e9afdadfdf46e5b364155c7184d27f9.zip hdf5-ba31bd125e9afdadfdf46e5b364155c7184d27f9.tar.gz hdf5-ba31bd125e9afdadfdf46e5b364155c7184d27f9.tar.bz2 |
[svn-r11552] Purpose:
Copyright fix
Description:
Added copyright to generated Dependency files.
This had the side effect of updating some Dependency files.
Platforms tested:
heping
-rw-r--r-- | config/depend1.in | 15 | ||||
-rw-r--r-- | fortran/src/Dependencies | 3 | ||||
-rw-r--r-- | hl/src/Dependencies | 121 | ||||
-rw-r--r-- | hl/test/Dependencies | 121 | ||||
-rw-r--r-- | perform/Dependencies | 36 | ||||
-rw-r--r-- | src/Dependencies | 212 | ||||
-rw-r--r-- | test/Dependencies | 75 | ||||
-rw-r--r-- | tools/gifconv/Dependencies | 13 | ||||
-rw-r--r-- | tools/h5diff/Dependencies | 13 | ||||
-rw-r--r-- | tools/h5dump/Dependencies | 13 | ||||
-rw-r--r-- | tools/h5import/Dependencies | 56 | ||||
-rw-r--r-- | tools/h5jam/Dependencies | 13 | ||||
-rw-r--r-- | tools/h5ls/Dependencies | 13 | ||||
-rw-r--r-- | tools/h5repack/Dependencies | 13 | ||||
-rw-r--r-- | tools/lib/Dependencies | 19 | ||||
-rw-r--r-- | tools/misc/Dependencies | 13 |
16 files changed, 639 insertions, 110 deletions
diff --git a/config/depend1.in b/config/depend1.in index fc2545d..dabf597 100644 --- a/config/depend1.in +++ b/config/depend1.in @@ -22,7 +22,20 @@ ## $(srcdir)/Dependencies: .depend @if test "$(srcdir)" != "."; then \ - echo '## This file is machine generated on GNU systems.' >$@; \ + echo '##' >$@; \ + echo '## Copyright by the Board of Trustees of the University of Illinois.' >>$@; \ + echo '## All rights reserved.' >>$@; \ + echo '##' >>$@; \ + echo '## This file is part of HDF5. The full HDF5 copyright notice, including' >>$@; \ + echo '## terms governing use, modification, and redistribution, is contained in' >>$@; \ + echo '## the files COPYING and Copyright.html. COPYING can be found at the root' >>$@; \ + echo '## of the source code distribution tree; Copyright.html can be found at the' >>$@; \ + echo '## root level of an installed copy of the electronic HDF5 document set and' >>$@; \ + echo '## is linked from the top-level documents page. It can also be found at' >>$@; \ + echo '## http://hdf.ncsa.uiuc.edu/HDF5/doc/Copyright.html. If you do not have' >>$@; \ + echo '## access to either file, you may request a copy from hdfhelp@ncsa.uiuc.edu.' >>$@; \ + echo '##' >>$@; \ + echo '## This file is machine generated on GNU systems.' >>$@; \ echo '## Only temporary changes may be made here.' >>$@; \ echo >>$@; \ $(PERL) -p $(top_srcdir)/bin/distdep .depend >>$@; \ diff --git a/fortran/src/Dependencies b/fortran/src/Dependencies index f82d56f..990adfd 100644 --- a/fortran/src/Dependencies +++ b/fortran/src/Dependencies @@ -329,7 +329,8 @@ H5Af.lo: \ $(srcdir)/H5f90i.h \ $(top_srcdir)/src/H5private.h \ $(top_srcdir)/src/H5MPprivate.h \ - $(srcdir)/H5f90proto.h + $(srcdir)/H5f90proto.h \ + $(top_srcdir)/src/H5Eprivate.h H5Tf.lo: \ $(srcdir)/H5Tf.c \ $(srcdir)/H5f90.h \ diff --git a/hl/src/Dependencies b/hl/src/Dependencies index ecebf53..9daee69 100644 --- a/hl/src/Dependencies +++ b/hl/src/Dependencies @@ -1,14 +1,129 @@ +## +## Copyright by the Board of Trustees of the University of Illinois. +## All rights reserved. +## +## This file is part of HDF5. The full HDF5 copyright notice, including +## terms governing use, modification, and redistribution, is contained in +## the files COPYING and Copyright.html. COPYING can be found at the root +## of the source code distribution tree; Copyright.html can be found at the +## root level of an installed copy of the electronic HDF5 document set and +## is linked from the top-level documents page. It can also be found at +## http://hdf.ncsa.uiuc.edu/HDF5/doc/Copyright.html. If you do not have +## access to either file, you may request a copy from hdfhelp@ncsa.uiuc.edu. +## ## This file is machine generated on GNU systems. ## Only temporary changes may be made here. H5LT.lo: \ $(srcdir)/H5LT.c \ - $(srcdir)/H5LT.h + $(srcdir)/H5LT.h \ + $(top_srcdir)/src/hdf5.h \ + $(top_srcdir)/src/H5public.h \ + $(top_builddir)/src/H5pubconf.h \ + $(top_srcdir)/src/H5api_adpt.h \ + $(top_srcdir)/src/H5Apublic.h \ + $(top_srcdir)/src/H5Ipublic.h \ + $(top_srcdir)/src/H5ACpublic.h \ + $(top_srcdir)/src/H5Bpublic.h \ + $(top_srcdir)/src/H5Dpublic.h \ + $(top_srcdir)/src/H5Epublic.h \ + $(top_srcdir)/src/H5Fpublic.h \ + $(top_srcdir)/src/H5FDpublic.h \ + $(top_srcdir)/src/H5Gpublic.h \ + $(top_srcdir)/src/H5Opublic.h \ + $(top_srcdir)/src/H5HGpublic.h \ + $(top_srcdir)/src/H5HLpublic.h \ + $(top_srcdir)/src/H5MMpublic.h \ + $(top_srcdir)/src/H5Ppublic.h \ + $(top_srcdir)/src/H5Zpublic.h \ + $(top_srcdir)/src/H5Rpublic.h \ + $(top_srcdir)/src/H5Spublic.h \ + $(top_srcdir)/src/H5Tpublic.h \ + $(top_srcdir)/src/H5FDcore.h \ + $(top_srcdir)/src/H5FDfamily.h \ + $(top_srcdir)/src/H5FDgass.h \ + $(top_srcdir)/src/H5FDlog.h \ + $(top_srcdir)/src/H5FDmpi.h \ + $(top_srcdir)/src/H5FDmpio.h \ + $(top_srcdir)/src/H5FDmpiposix.h \ + $(top_srcdir)/src/H5FDmulti.h \ + $(top_srcdir)/src/H5FDsec2.h \ + $(top_srcdir)/src/H5FDsrb.h \ + $(top_srcdir)/src/H5FDstdio.h \ + $(top_srcdir)/src/H5FDstream.h H5TA.lo: \ $(srcdir)/H5TA.c \ $(srcdir)/H5TA.h \ - $(srcdir)/H5LT.h + $(srcdir)/H5LT.h \ + $(top_srcdir)/src/hdf5.h \ + $(top_srcdir)/src/H5public.h \ + $(top_builddir)/src/H5pubconf.h \ + $(top_srcdir)/src/H5api_adpt.h \ + $(top_srcdir)/src/H5Apublic.h \ + $(top_srcdir)/src/H5Ipublic.h \ + $(top_srcdir)/src/H5ACpublic.h \ + $(top_srcdir)/src/H5Bpublic.h \ + $(top_srcdir)/src/H5Dpublic.h \ + $(top_srcdir)/src/H5Epublic.h \ + $(top_srcdir)/src/H5Fpublic.h \ + $(top_srcdir)/src/H5FDpublic.h \ + $(top_srcdir)/src/H5Gpublic.h \ + $(top_srcdir)/src/H5Opublic.h \ + $(top_srcdir)/src/H5HGpublic.h \ + $(top_srcdir)/src/H5HLpublic.h \ + $(top_srcdir)/src/H5MMpublic.h \ + $(top_srcdir)/src/H5Ppublic.h \ + $(top_srcdir)/src/H5Zpublic.h \ + $(top_srcdir)/src/H5Rpublic.h \ + $(top_srcdir)/src/H5Spublic.h \ + $(top_srcdir)/src/H5Tpublic.h \ + $(top_srcdir)/src/H5FDcore.h \ + $(top_srcdir)/src/H5FDfamily.h \ + $(top_srcdir)/src/H5FDgass.h \ + $(top_srcdir)/src/H5FDlog.h \ + $(top_srcdir)/src/H5FDmpi.h \ + $(top_srcdir)/src/H5FDmpio.h \ + $(top_srcdir)/src/H5FDmpiposix.h \ + $(top_srcdir)/src/H5FDmulti.h \ + $(top_srcdir)/src/H5FDsec2.h \ + $(top_srcdir)/src/H5FDsrb.h \ + $(top_srcdir)/src/H5FDstdio.h \ + $(top_srcdir)/src/H5FDstream.h H5IM.lo: \ $(srcdir)/H5IM.c \ $(srcdir)/H5IM.h \ - $(srcdir)/H5LT.h + $(srcdir)/H5LT.h \ + $(top_srcdir)/src/hdf5.h \ + $(top_srcdir)/src/H5public.h \ + $(top_builddir)/src/H5pubconf.h \ + $(top_srcdir)/src/H5api_adpt.h \ + $(top_srcdir)/src/H5Apublic.h \ + $(top_srcdir)/src/H5Ipublic.h \ + $(top_srcdir)/src/H5ACpublic.h \ + $(top_srcdir)/src/H5Bpublic.h \ + $(top_srcdir)/src/H5Dpublic.h \ + $(top_srcdir)/src/H5Epublic.h \ + $(top_srcdir)/src/H5Fpublic.h \ + $(top_srcdir)/src/H5FDpublic.h \ + $(top_srcdir)/src/H5Gpublic.h \ + $(top_srcdir)/src/H5Opublic.h \ + $(top_srcdir)/src/H5HGpublic.h \ + $(top_srcdir)/src/H5HLpublic.h \ + $(top_srcdir)/src/H5MMpublic.h \ + $(top_srcdir)/src/H5Ppublic.h \ + $(top_srcdir)/src/H5Zpublic.h \ + $(top_srcdir)/src/H5Rpublic.h \ + $(top_srcdir)/src/H5Spublic.h \ + $(top_srcdir)/src/H5Tpublic.h \ + $(top_srcdir)/src/H5FDcore.h \ + $(top_srcdir)/src/H5FDfamily.h \ + $(top_srcdir)/src/H5FDgass.h \ + $(top_srcdir)/src/H5FDlog.h \ + $(top_srcdir)/src/H5FDmpi.h \ + $(top_srcdir)/src/H5FDmpio.h \ + $(top_srcdir)/src/H5FDmpiposix.h \ + $(top_srcdir)/src/H5FDmulti.h \ + $(top_srcdir)/src/H5FDsec2.h \ + $(top_srcdir)/src/H5FDsrb.h \ + $(top_srcdir)/src/H5FDstdio.h \ + $(top_srcdir)/src/H5FDstream.h diff --git a/hl/test/Dependencies b/hl/test/Dependencies index eb07735..e59e0ad 100644 --- a/hl/test/Dependencies +++ b/hl/test/Dependencies @@ -1,14 +1,129 @@ +## +## Copyright by the Board of Trustees of the University of Illinois. +## All rights reserved. +## +## This file is part of HDF5. The full HDF5 copyright notice, including +## terms governing use, modification, and redistribution, is contained in +## the files COPYING and Copyright.html. COPYING can be found at the root +## of the source code distribution tree; Copyright.html can be found at the +## root level of an installed copy of the electronic HDF5 document set and +## is linked from the top-level documents page. It can also be found at +## http://hdf.ncsa.uiuc.edu/HDF5/doc/Copyright.html. If you do not have +## access to either file, you may request a copy from hdfhelp@ncsa.uiuc.edu. +## ## This file is machine generated on GNU systems. ## Only temporary changes may be made here. test_lite.lo: \ $(srcdir)/test_lite.c \ - $(top_srcdir)/hl/src/H5LT.h + $(top_srcdir)/hl/src/H5LT.h \ + $(top_srcdir)/src/hdf5.h \ + $(top_srcdir)/src/H5public.h \ + $(top_builddir)/src/H5pubconf.h \ + $(top_srcdir)/src/H5api_adpt.h \ + $(top_srcdir)/src/H5Apublic.h \ + $(top_srcdir)/src/H5Ipublic.h \ + $(top_srcdir)/src/H5ACpublic.h \ + $(top_srcdir)/src/H5Bpublic.h \ + $(top_srcdir)/src/H5Dpublic.h \ + $(top_srcdir)/src/H5Epublic.h \ + $(top_srcdir)/src/H5Fpublic.h \ + $(top_srcdir)/src/H5FDpublic.h \ + $(top_srcdir)/src/H5Gpublic.h \ + $(top_srcdir)/src/H5Opublic.h \ + $(top_srcdir)/src/H5HGpublic.h \ + $(top_srcdir)/src/H5HLpublic.h \ + $(top_srcdir)/src/H5MMpublic.h \ + $(top_srcdir)/src/H5Ppublic.h \ + $(top_srcdir)/src/H5Zpublic.h \ + $(top_srcdir)/src/H5Rpublic.h \ + $(top_srcdir)/src/H5Spublic.h \ + $(top_srcdir)/src/H5Tpublic.h \ + $(top_srcdir)/src/H5FDcore.h \ + $(top_srcdir)/src/H5FDfamily.h \ + $(top_srcdir)/src/H5FDgass.h \ + $(top_srcdir)/src/H5FDlog.h \ + $(top_srcdir)/src/H5FDmpi.h \ + $(top_srcdir)/src/H5FDmpio.h \ + $(top_srcdir)/src/H5FDmpiposix.h \ + $(top_srcdir)/src/H5FDmulti.h \ + $(top_srcdir)/src/H5FDsec2.h \ + $(top_srcdir)/src/H5FDsrb.h \ + $(top_srcdir)/src/H5FDstdio.h \ + $(top_srcdir)/src/H5FDstream.h test_image.lo: \ $(srcdir)/test_image.c \ $(top_srcdir)/hl/src/H5IM.h \ - $(top_srcdir)/hl/src/H5LT.h + $(top_srcdir)/hl/src/H5LT.h \ + $(top_srcdir)/src/hdf5.h \ + $(top_srcdir)/src/H5public.h \ + $(top_builddir)/src/H5pubconf.h \ + $(top_srcdir)/src/H5api_adpt.h \ + $(top_srcdir)/src/H5Apublic.h \ + $(top_srcdir)/src/H5Ipublic.h \ + $(top_srcdir)/src/H5ACpublic.h \ + $(top_srcdir)/src/H5Bpublic.h \ + $(top_srcdir)/src/H5Dpublic.h \ + $(top_srcdir)/src/H5Epublic.h \ + $(top_srcdir)/src/H5Fpublic.h \ + $(top_srcdir)/src/H5FDpublic.h \ + $(top_srcdir)/src/H5Gpublic.h \ + $(top_srcdir)/src/H5Opublic.h \ + $(top_srcdir)/src/H5HGpublic.h \ + $(top_srcdir)/src/H5HLpublic.h \ + $(top_srcdir)/src/H5MMpublic.h \ + $(top_srcdir)/src/H5Ppublic.h \ + $(top_srcdir)/src/H5Zpublic.h \ + $(top_srcdir)/src/H5Rpublic.h \ + $(top_srcdir)/src/H5Spublic.h \ + $(top_srcdir)/src/H5Tpublic.h \ + $(top_srcdir)/src/H5FDcore.h \ + $(top_srcdir)/src/H5FDfamily.h \ + $(top_srcdir)/src/H5FDgass.h \ + $(top_srcdir)/src/H5FDlog.h \ + $(top_srcdir)/src/H5FDmpi.h \ + $(top_srcdir)/src/H5FDmpio.h \ + $(top_srcdir)/src/H5FDmpiposix.h \ + $(top_srcdir)/src/H5FDmulti.h \ + $(top_srcdir)/src/H5FDsec2.h \ + $(top_srcdir)/src/H5FDsrb.h \ + $(top_srcdir)/src/H5FDstdio.h \ + $(top_srcdir)/src/H5FDstream.h test_table.lo: \ $(srcdir)/test_table.c \ $(top_srcdir)/hl/src/H5TA.h \ - $(top_srcdir)/hl/src/H5LT.h + $(top_srcdir)/hl/src/H5LT.h \ + $(top_srcdir)/src/hdf5.h \ + $(top_srcdir)/src/H5public.h \ + $(top_builddir)/src/H5pubconf.h \ + $(top_srcdir)/src/H5api_adpt.h \ + $(top_srcdir)/src/H5Apublic.h \ + $(top_srcdir)/src/H5Ipublic.h \ + $(top_srcdir)/src/H5ACpublic.h \ + $(top_srcdir)/src/H5Bpublic.h \ + $(top_srcdir)/src/H5Dpublic.h \ + $(top_srcdir)/src/H5Epublic.h \ + $(top_srcdir)/src/H5Fpublic.h \ + $(top_srcdir)/src/H5FDpublic.h \ + $(top_srcdir)/src/H5Gpublic.h \ + $(top_srcdir)/src/H5Opublic.h \ + $(top_srcdir)/src/H5HGpublic.h \ + $(top_srcdir)/src/H5HLpublic.h \ + $(top_srcdir)/src/H5MMpublic.h \ + $(top_srcdir)/src/H5Ppublic.h \ + $(top_srcdir)/src/H5Zpublic.h \ + $(top_srcdir)/src/H5Rpublic.h \ + $(top_srcdir)/src/H5Spublic.h \ + $(top_srcdir)/src/H5Tpublic.h \ + $(top_srcdir)/src/H5FDcore.h \ + $(top_srcdir)/src/H5FDfamily.h \ + $(top_srcdir)/src/H5FDgass.h \ + $(top_srcdir)/src/H5FDlog.h \ + $(top_srcdir)/src/H5FDmpi.h \ + $(top_srcdir)/src/H5FDmpio.h \ + $(top_srcdir)/src/H5FDmpiposix.h \ + $(top_srcdir)/src/H5FDmulti.h \ + $(top_srcdir)/src/H5FDsec2.h \ + $(top_srcdir)/src/H5FDsrb.h \ + $(top_srcdir)/src/H5FDstdio.h \ + $(top_srcdir)/src/H5FDstream.h diff --git a/perform/Dependencies b/perform/Dependencies index afc1c09..a551914 100644 --- a/perform/Dependencies +++ b/perform/Dependencies @@ -1,3 +1,16 @@ +## +## Copyright by the Board of Trustees of the University of Illinois. +## All rights reserved. +## +## This file is part of HDF5. The full HDF5 copyright notice, including +## terms governing use, modification, and redistribution, is contained in +## the files COPYING and Copyright.html. COPYING can be found at the root +## of the source code distribution tree; Copyright.html can be found at the +## root level of an installed copy of the electronic HDF5 document set and +## is linked from the top-level documents page. It can also be found at +## http://hdf.ncsa.uiuc.edu/HDF5/doc/Copyright.html. If you do not have +## access to either file, you may request a copy from hdfhelp@ncsa.uiuc.edu. +## ## This file is machine generated on GNU systems. ## Only temporary changes may be made here. @@ -149,6 +162,8 @@ zip_perf.lo: \ $(top_srcdir)/src/H5FDsrb.h \ $(top_srcdir)/src/H5FDstdio.h \ $(top_srcdir)/src/H5FDstream.h \ + $(top_srcdir)/src/H5private.h \ + $(top_srcdir)/src/H5MPprivate.h \ $(top_srcdir)/tools/lib/h5tools_utils.h perf_meta.lo: \ $(srcdir)/perf_meta.c \ @@ -224,13 +239,7 @@ pio_perf.lo: \ $(top_srcdir)/src/H5FDsec2.h \ $(top_srcdir)/src/H5FDsrb.h \ $(top_srcdir)/src/H5FDstdio.h \ - $(top_srcdir)/src/H5FDstream.h \ - $(top_srcdir)/tools/lib/h5tools_utils.h \ - $(srcdir)/pio_perf.h \ - $(srcdir)/pio_timer.h \ - $(top_srcdir)/src/H5private.h \ - $(top_srcdir)/src/H5MPprivate.h \ - $(top_srcdir)/test/h5test.h + $(top_srcdir)/src/H5FDstream.h pio_engine.lo: \ $(srcdir)/pio_engine.c \ $(top_srcdir)/src/hdf5.h \ @@ -266,12 +275,7 @@ pio_engine.lo: \ $(top_srcdir)/src/H5FDsec2.h \ $(top_srcdir)/src/H5FDsrb.h \ $(top_srcdir)/src/H5FDstdio.h \ - $(top_srcdir)/src/H5FDstream.h \ - $(srcdir)/pio_perf.h \ - $(srcdir)/pio_timer.h \ - $(top_srcdir)/src/H5private.h \ - $(top_srcdir)/src/H5MPprivate.h \ - $(top_srcdir)/test/h5test.h + $(top_srcdir)/src/H5FDstream.h pio_timer.lo: \ $(srcdir)/pio_timer.c \ $(srcdir)/pio_timer.h \ @@ -308,8 +312,4 @@ pio_timer.lo: \ $(top_srcdir)/src/H5FDsec2.h \ $(top_srcdir)/src/H5FDsrb.h \ $(top_srcdir)/src/H5FDstdio.h \ - $(top_srcdir)/src/H5FDstream.h \ - $(srcdir)/pio_perf.h \ - $(top_srcdir)/src/H5private.h \ - $(top_srcdir)/src/H5MPprivate.h \ - $(top_srcdir)/test/h5test.h + $(top_srcdir)/src/H5FDstream.h diff --git a/src/Dependencies b/src/Dependencies index d7df4eb..672bc05 100644 --- a/src/Dependencies +++ b/src/Dependencies @@ -1,3 +1,16 @@ +## +## Copyright by the Board of Trustees of the University of Illinois. +## All rights reserved. +## +## This file is part of HDF5. The full HDF5 copyright notice, including +## terms governing use, modification, and redistribution, is contained in +## the files COPYING and Copyright.html. COPYING can be found at the root +## of the source code distribution tree; Copyright.html can be found at the +## root level of an installed copy of the electronic HDF5 document set and +## is linked from the top-level documents page. It can also be found at +## http://hdf.ncsa.uiuc.edu/HDF5/doc/Copyright.html. If you do not have +## access to either file, you may request a copy from hdfhelp@ncsa.uiuc.edu. +## ## This file is machine generated on GNU systems. ## Only temporary changes may be made here. @@ -792,6 +805,127 @@ H5Fdbg.lo: \ $(srcdir)/H5Rprivate.h \ $(srcdir)/H5Rpublic.h \ $(srcdir)/H5Zprivate.h +H5Fmount.lo: \ + $(srcdir)/H5Fmount.c \ + $(srcdir)/H5private.h \ + $(srcdir)/H5public.h \ + H5pubconf.h \ + $(srcdir)/H5api_adpt.h \ + $(srcdir)/H5MPprivate.h \ + $(srcdir)/H5Eprivate.h \ + $(srcdir)/H5Epublic.h \ + $(srcdir)/H5Ipublic.h \ + $(srcdir)/H5Fpkg.h \ + $(srcdir)/H5Fprivate.h \ + $(srcdir)/H5Fpublic.h \ + $(srcdir)/H5FDpublic.h \ + $(srcdir)/H5Bpublic.h \ + $(srcdir)/H5FOprivate.h \ + $(srcdir)/H5SLprivate.h \ + $(srcdir)/H5Gprivate.h \ + $(srcdir)/H5Gpublic.h \ + $(srcdir)/H5Opublic.h \ + $(srcdir)/H5Bprivate.h \ + $(srcdir)/H5ACprivate.h \ + $(srcdir)/H5ACpublic.h \ + $(srcdir)/H5Cprivate.h \ + $(srcdir)/H5Cpublic.h \ + $(srcdir)/H5RCprivate.h \ + $(srcdir)/H5RSprivate.h \ + $(srcdir)/H5Iprivate.h \ + $(srcdir)/H5Pprivate.h \ + $(srcdir)/H5Ppublic.h \ + $(srcdir)/H5Dpublic.h \ + $(srcdir)/H5MMpublic.h \ + $(srcdir)/H5Zpublic.h \ + $(srcdir)/H5Oprivate.h \ + $(srcdir)/H5Spublic.h \ + $(srcdir)/H5HGprivate.h \ + $(srcdir)/H5HGpublic.h \ + $(srcdir)/H5Tprivate.h \ + $(srcdir)/H5Tpublic.h \ + $(srcdir)/H5Rprivate.h \ + $(srcdir)/H5Rpublic.h \ + $(srcdir)/H5Zprivate.h \ + $(srcdir)/H5MMprivate.h +H5Fsfile.lo: \ + $(srcdir)/H5Fsfile.c \ + $(srcdir)/H5private.h \ + $(srcdir)/H5public.h \ + H5pubconf.h \ + $(srcdir)/H5api_adpt.h \ + $(srcdir)/H5MPprivate.h \ + $(srcdir)/H5Eprivate.h \ + $(srcdir)/H5Epublic.h \ + $(srcdir)/H5Ipublic.h \ + $(srcdir)/H5Fpkg.h \ + $(srcdir)/H5Fprivate.h \ + $(srcdir)/H5Fpublic.h \ + $(srcdir)/H5FDpublic.h \ + $(srcdir)/H5Bpublic.h \ + $(srcdir)/H5FOprivate.h \ + $(srcdir)/H5SLprivate.h \ + $(srcdir)/H5Gprivate.h \ + $(srcdir)/H5Gpublic.h \ + $(srcdir)/H5Opublic.h \ + $(srcdir)/H5Bprivate.h \ + $(srcdir)/H5ACprivate.h \ + $(srcdir)/H5ACpublic.h \ + $(srcdir)/H5Cprivate.h \ + $(srcdir)/H5Cpublic.h \ + $(srcdir)/H5RCprivate.h \ + $(srcdir)/H5RSprivate.h \ + $(srcdir)/H5FDprivate.h \ + $(srcdir)/H5FDmpi.h \ + $(srcdir)/H5FDmpio.h \ + $(srcdir)/H5FDmpiposix.h \ + $(srcdir)/H5FLprivate.h +H5Fsuper.lo: \ + $(srcdir)/H5Fsuper.c \ + $(srcdir)/H5private.h \ + $(srcdir)/H5public.h \ + H5pubconf.h \ + $(srcdir)/H5api_adpt.h \ + $(srcdir)/H5MPprivate.h \ + $(srcdir)/H5Eprivate.h \ + $(srcdir)/H5Epublic.h \ + $(srcdir)/H5Ipublic.h \ + $(srcdir)/H5Fpkg.h \ + $(srcdir)/H5Fprivate.h \ + $(srcdir)/H5Fpublic.h \ + $(srcdir)/H5FDpublic.h \ + $(srcdir)/H5Bpublic.h \ + $(srcdir)/H5FOprivate.h \ + $(srcdir)/H5SLprivate.h \ + $(srcdir)/H5Gprivate.h \ + $(srcdir)/H5Gpublic.h \ + $(srcdir)/H5Opublic.h \ + $(srcdir)/H5Bprivate.h \ + $(srcdir)/H5ACprivate.h \ + $(srcdir)/H5ACpublic.h \ + $(srcdir)/H5Cprivate.h \ + $(srcdir)/H5Cpublic.h \ + $(srcdir)/H5RCprivate.h \ + $(srcdir)/H5RSprivate.h \ + $(srcdir)/H5FDprivate.h \ + $(srcdir)/H5FDmpi.h \ + $(srcdir)/H5FDmpio.h \ + $(srcdir)/H5FDmpiposix.h \ + $(srcdir)/H5Iprivate.h \ + $(srcdir)/H5Pprivate.h \ + $(srcdir)/H5Ppublic.h \ + $(srcdir)/H5Dpublic.h \ + $(srcdir)/H5MMpublic.h \ + $(srcdir)/H5Zpublic.h \ + $(srcdir)/H5Oprivate.h \ + $(srcdir)/H5Spublic.h \ + $(srcdir)/H5HGprivate.h \ + $(srcdir)/H5HGpublic.h \ + $(srcdir)/H5Tprivate.h \ + $(srcdir)/H5Tpublic.h \ + $(srcdir)/H5Rprivate.h \ + $(srcdir)/H5Rpublic.h \ + $(srcdir)/H5Zprivate.h H5FD.lo: \ $(srcdir)/H5FD.c \ $(srcdir)/H5private.h \ @@ -1509,11 +1643,22 @@ H5Gent.lo: \ $(srcdir)/H5Cpublic.h \ $(srcdir)/H5RCprivate.h \ $(srcdir)/H5RSprivate.h \ + $(srcdir)/H5FLprivate.h \ $(srcdir)/H5Gpkg.h \ + $(srcdir)/H5Oprivate.h \ + $(srcdir)/H5Dpublic.h \ + $(srcdir)/H5Spublic.h \ + $(srcdir)/H5HGprivate.h \ + $(srcdir)/H5HGpublic.h \ + $(srcdir)/H5Tprivate.h \ + $(srcdir)/H5Tpublic.h \ + $(srcdir)/H5MMpublic.h \ + $(srcdir)/H5Rprivate.h \ + $(srcdir)/H5Rpublic.h \ + $(srcdir)/H5Zprivate.h \ + $(srcdir)/H5Zpublic.h \ $(srcdir)/H5HLprivate.h \ - $(srcdir)/H5HLpublic.h \ - $(srcdir)/H5MMprivate.h \ - $(srcdir)/H5MMpublic.h + $(srcdir)/H5HLpublic.h H5Gnode.lo: \ $(srcdir)/H5Gnode.c \ $(srcdir)/H5private.h \ @@ -1521,38 +1666,28 @@ H5Gnode.lo: \ H5pubconf.h \ $(srcdir)/H5api_adpt.h \ $(srcdir)/H5MPprivate.h \ - $(srcdir)/H5ACprivate.h \ - $(srcdir)/H5ACpublic.h \ + $(srcdir)/H5Eprivate.h \ + $(srcdir)/H5Epublic.h \ + $(srcdir)/H5Ipublic.h \ + $(srcdir)/H5Fpkg.h \ $(srcdir)/H5Fprivate.h \ $(srcdir)/H5Fpublic.h \ - $(srcdir)/H5Ipublic.h \ $(srcdir)/H5FDpublic.h \ - $(srcdir)/H5Cprivate.h \ - $(srcdir)/H5Cpublic.h \ - $(srcdir)/H5Bprivate.h \ $(srcdir)/H5Bpublic.h \ - $(srcdir)/H5RCprivate.h \ - $(srcdir)/H5Eprivate.h \ - $(srcdir)/H5Epublic.h \ - $(srcdir)/H5Fpkg.h \ $(srcdir)/H5FOprivate.h \ $(srcdir)/H5SLprivate.h \ $(srcdir)/H5Gprivate.h \ $(srcdir)/H5Gpublic.h \ $(srcdir)/H5Opublic.h \ + $(srcdir)/H5Bprivate.h \ + $(srcdir)/H5ACprivate.h \ + $(srcdir)/H5ACpublic.h \ + $(srcdir)/H5Cprivate.h \ + $(srcdir)/H5Cpublic.h \ + $(srcdir)/H5RCprivate.h \ $(srcdir)/H5RSprivate.h \ $(srcdir)/H5FLprivate.h \ $(srcdir)/H5Gpkg.h \ - $(srcdir)/H5HLprivate.h \ - $(srcdir)/H5HLpublic.h \ - $(srcdir)/H5Iprivate.h \ - $(srcdir)/H5MFprivate.h \ - $(srcdir)/H5FDprivate.h \ - $(srcdir)/H5FDmpi.h \ - $(srcdir)/H5FDmpio.h \ - $(srcdir)/H5FDmpiposix.h \ - $(srcdir)/H5MMprivate.h \ - $(srcdir)/H5MMpublic.h \ $(srcdir)/H5Oprivate.h \ $(srcdir)/H5Dpublic.h \ $(srcdir)/H5Spublic.h \ @@ -1560,12 +1695,19 @@ H5Gnode.lo: \ $(srcdir)/H5HGpublic.h \ $(srcdir)/H5Tprivate.h \ $(srcdir)/H5Tpublic.h \ + $(srcdir)/H5MMpublic.h \ $(srcdir)/H5Rprivate.h \ $(srcdir)/H5Rpublic.h \ $(srcdir)/H5Zprivate.h \ $(srcdir)/H5Zpublic.h \ - $(srcdir)/H5Pprivate.h \ - $(srcdir)/H5Ppublic.h + $(srcdir)/H5HLprivate.h \ + $(srcdir)/H5HLpublic.h \ + $(srcdir)/H5MFprivate.h \ + $(srcdir)/H5FDprivate.h \ + $(srcdir)/H5FDmpi.h \ + $(srcdir)/H5FDmpio.h \ + $(srcdir)/H5FDmpiposix.h \ + $(srcdir)/H5MMprivate.h H5Gstab.lo: \ $(srcdir)/H5Gstab.c \ $(srcdir)/H5private.h \ @@ -1593,12 +1735,7 @@ H5Gstab.lo: \ $(srcdir)/H5Cpublic.h \ $(srcdir)/H5RCprivate.h \ $(srcdir)/H5RSprivate.h \ - $(srcdir)/H5FLprivate.h \ $(srcdir)/H5Gpkg.h \ - $(srcdir)/H5HLprivate.h \ - $(srcdir)/H5HLpublic.h \ - $(srcdir)/H5MMprivate.h \ - $(srcdir)/H5MMpublic.h \ $(srcdir)/H5Oprivate.h \ $(srcdir)/H5Dpublic.h \ $(srcdir)/H5Spublic.h \ @@ -1606,10 +1743,14 @@ H5Gstab.lo: \ $(srcdir)/H5HGpublic.h \ $(srcdir)/H5Tprivate.h \ $(srcdir)/H5Tpublic.h \ + $(srcdir)/H5MMpublic.h \ $(srcdir)/H5Rprivate.h \ $(srcdir)/H5Rpublic.h \ $(srcdir)/H5Zprivate.h \ - $(srcdir)/H5Zpublic.h + $(srcdir)/H5Zpublic.h \ + $(srcdir)/H5HLprivate.h \ + $(srcdir)/H5HLpublic.h \ + $(srcdir)/H5MMprivate.h H5HG.lo: \ $(srcdir)/H5HG.c \ $(srcdir)/H5private.h \ @@ -2424,9 +2565,6 @@ H5Ostab.lo: \ $(srcdir)/H5Cpublic.h \ $(srcdir)/H5RCprivate.h \ $(srcdir)/H5RSprivate.h \ - $(srcdir)/H5MMprivate.h \ - $(srcdir)/H5MMpublic.h \ - $(srcdir)/H5Opkg.h \ $(srcdir)/H5Oprivate.h \ $(srcdir)/H5Dpublic.h \ $(srcdir)/H5Spublic.h \ @@ -2434,10 +2572,12 @@ H5Ostab.lo: \ $(srcdir)/H5HGpublic.h \ $(srcdir)/H5Tprivate.h \ $(srcdir)/H5Tpublic.h \ + $(srcdir)/H5MMpublic.h \ $(srcdir)/H5Rprivate.h \ $(srcdir)/H5Rpublic.h \ $(srcdir)/H5Zprivate.h \ - $(srcdir)/H5Zpublic.h + $(srcdir)/H5Zpublic.h \ + $(srcdir)/H5Opkg.h H5P.lo: \ $(srcdir)/H5P.c \ $(srcdir)/H5private.h \ @@ -3169,8 +3309,6 @@ H5SL.lo: \ $(srcdir)/H5Epublic.h \ $(srcdir)/H5Ipublic.h \ $(srcdir)/H5FLprivate.h \ - $(srcdir)/H5MMprivate.h \ - $(srcdir)/H5MMpublic.h \ $(srcdir)/H5SLprivate.h H5ST.lo: \ $(srcdir)/H5ST.c \ diff --git a/test/Dependencies b/test/Dependencies index 7bfa229..17cd345 100644 --- a/test/Dependencies +++ b/test/Dependencies @@ -1,3 +1,16 @@ +## +## Copyright by the Board of Trustees of the University of Illinois. +## All rights reserved. +## +## This file is part of HDF5. The full HDF5 copyright notice, including +## terms governing use, modification, and redistribution, is contained in +## the files COPYING and Copyright.html. COPYING can be found at the root +## of the source code distribution tree; Copyright.html can be found at the +## root level of an installed copy of the electronic HDF5 document set and +## is linked from the top-level documents page. It can also be found at +## http://hdf.ncsa.uiuc.edu/HDF5/doc/Copyright.html. If you do not have +## access to either file, you may request a copy from hdfhelp@ncsa.uiuc.edu. +## ## This file is machine generated on GNU systems. ## Only temporary changes may be made here. @@ -787,7 +800,15 @@ links.lo: \ $(top_srcdir)/src/H5FDstdio.h \ $(top_srcdir)/src/H5FDstream.h \ $(top_srcdir)/src/H5private.h \ - $(top_srcdir)/src/H5MPprivate.h + $(top_srcdir)/src/H5MPprivate.h \ + $(top_srcdir)/src/H5Gprivate.h \ + $(top_srcdir)/src/H5Bprivate.h \ + $(top_srcdir)/src/H5ACprivate.h \ + $(top_srcdir)/src/H5Fprivate.h \ + $(top_srcdir)/src/H5Cprivate.h \ + $(top_srcdir)/src/H5Cpublic.h \ + $(top_srcdir)/src/H5RCprivate.h \ + $(top_srcdir)/src/H5RSprivate.h mount.lo: \ $(srcdir)/mount.c \ $(srcdir)/h5test.h \ @@ -826,7 +847,9 @@ mount.lo: \ $(top_srcdir)/src/H5FDstdio.h \ $(top_srcdir)/src/H5FDstream.h \ $(top_srcdir)/src/H5private.h \ - $(top_srcdir)/src/H5MPprivate.h + $(top_srcdir)/src/H5MPprivate.h \ + $(top_srcdir)/src/H5Fprivate.h \ + $(top_srcdir)/src/H5Iprivate.h mtime.lo: \ $(srcdir)/mtime.c \ $(srcdir)/h5test.h \ @@ -968,7 +991,12 @@ stab.lo: \ $(top_srcdir)/src/H5Cprivate.h \ $(top_srcdir)/src/H5Cpublic.h \ $(top_srcdir)/src/H5RCprivate.h \ - $(top_srcdir)/src/H5RSprivate.h + $(top_srcdir)/src/H5RSprivate.h \ + $(top_srcdir)/src/H5Oprivate.h \ + $(top_srcdir)/src/H5HGprivate.h \ + $(top_srcdir)/src/H5Tprivate.h \ + $(top_srcdir)/src/H5Rprivate.h \ + $(top_srcdir)/src/H5Zprivate.h tarray.lo: \ $(srcdir)/tarray.c \ $(srcdir)/testhdf5.h \ @@ -2628,47 +2656,6 @@ dangle.lo: \ $(top_srcdir)/src/H5FDstream.h \ $(top_srcdir)/src/H5private.h \ $(top_srcdir)/src/H5MPprivate.h -filename.lo: \ - $(srcdir)/filename.c \ - $(srcdir)/testhdf5.h \ - $(top_srcdir)/src/H5private.h \ - $(top_srcdir)/src/H5public.h \ - $(top_builddir)/src/H5pubconf.h \ - $(top_srcdir)/src/H5api_adpt.h \ - $(top_srcdir)/src/H5MPprivate.h \ - $(top_srcdir)/src/H5Eprivate.h \ - $(top_srcdir)/src/H5Epublic.h \ - $(top_srcdir)/src/H5Ipublic.h \ - $(srcdir)/h5test.h \ - $(top_srcdir)/src/hdf5.h \ - $(top_srcdir)/src/H5Apublic.h \ - $(top_srcdir)/src/H5ACpublic.h \ - $(top_srcdir)/src/H5Bpublic.h \ - $(top_srcdir)/src/H5Dpublic.h \ - $(top_srcdir)/src/H5Fpublic.h \ - $(top_srcdir)/src/H5FDpublic.h \ - $(top_srcdir)/src/H5Gpublic.h \ - $(top_srcdir)/src/H5Opublic.h \ - $(top_srcdir)/src/H5HGpublic.h \ - $(top_srcdir)/src/H5HLpublic.h \ - $(top_srcdir)/src/H5MMpublic.h \ - $(top_srcdir)/src/H5Ppublic.h \ - $(top_srcdir)/src/H5Zpublic.h \ - $(top_srcdir)/src/H5Rpublic.h \ - $(top_srcdir)/src/H5Spublic.h \ - $(top_srcdir)/src/H5Tpublic.h \ - $(top_srcdir)/src/H5FDcore.h \ - $(top_srcdir)/src/H5FDfamily.h \ - $(top_srcdir)/src/H5FDgass.h \ - $(top_srcdir)/src/H5FDlog.h \ - $(top_srcdir)/src/H5FDmpi.h \ - $(top_srcdir)/src/H5FDmpio.h \ - $(top_srcdir)/src/H5FDmpiposix.h \ - $(top_srcdir)/src/H5FDmulti.h \ - $(top_srcdir)/src/H5FDsec2.h \ - $(top_srcdir)/src/H5FDsrb.h \ - $(top_srcdir)/src/H5FDstdio.h \ - $(top_srcdir)/src/H5FDstream.h reserved.lo: \ $(srcdir)/reserved.c \ $(srcdir)/h5test.h \ diff --git a/tools/gifconv/Dependencies b/tools/gifconv/Dependencies index deeea1c..82ee8b5 100644 --- a/tools/gifconv/Dependencies +++ b/tools/gifconv/Dependencies @@ -1,3 +1,16 @@ +## +## Copyright by the Board of Trustees of the University of Illinois. +## All rights reserved. +## +## This file is part of HDF5. The full HDF5 copyright notice, including +## terms governing use, modification, and redistribution, is contained in +## the files COPYING and Copyright.html. COPYING can be found at the root +## of the source code distribution tree; Copyright.html can be found at the +## root level of an installed copy of the electronic HDF5 document set and +## is linked from the top-level documents page. It can also be found at +## http://hdf.ncsa.uiuc.edu/HDF5/doc/Copyright.html. If you do not have +## access to either file, you may request a copy from hdfhelp@ncsa.uiuc.edu. +## ## This file is machine generated on GNU systems. ## Only temporary changes may be made here. diff --git a/tools/h5diff/Dependencies b/tools/h5diff/Dependencies index 6e99961..7121d57 100644 --- a/tools/h5diff/Dependencies +++ b/tools/h5diff/Dependencies @@ -1,3 +1,16 @@ +## +## Copyright by the Board of Trustees of the University of Illinois. +## All rights reserved. +## +## This file is part of HDF5. The full HDF5 copyright notice, including +## terms governing use, modification, and redistribution, is contained in +## the files COPYING and Copyright.html. COPYING can be found at the root +## of the source code distribution tree; Copyright.html can be found at the +## root level of an installed copy of the electronic HDF5 document set and +## is linked from the top-level documents page. It can also be found at +## http://hdf.ncsa.uiuc.edu/HDF5/doc/Copyright.html. If you do not have +## access to either file, you may request a copy from hdfhelp@ncsa.uiuc.edu. +## ## This file is machine generated on GNU systems. ## Only temporary changes may be made here. diff --git a/tools/h5dump/Dependencies b/tools/h5dump/Dependencies index 4929f8a..8b1ae92 100644 --- a/tools/h5dump/Dependencies +++ b/tools/h5dump/Dependencies @@ -1,3 +1,16 @@ +## +## Copyright by the Board of Trustees of the University of Illinois. +## All rights reserved. +## +## This file is part of HDF5. The full HDF5 copyright notice, including +## terms governing use, modification, and redistribution, is contained in +## the files COPYING and Copyright.html. COPYING can be found at the root +## of the source code distribution tree; Copyright.html can be found at the +## root level of an installed copy of the electronic HDF5 document set and +## is linked from the top-level documents page. It can also be found at +## http://hdf.ncsa.uiuc.edu/HDF5/doc/Copyright.html. If you do not have +## access to either file, you may request a copy from hdfhelp@ncsa.uiuc.edu. +## ## This file is machine generated on GNU systems. ## Only temporary changes may be made here. diff --git a/tools/h5import/Dependencies b/tools/h5import/Dependencies index 1282e39..cc49b9d 100644 --- a/tools/h5import/Dependencies +++ b/tools/h5import/Dependencies @@ -1,8 +1,62 @@ +## +## Copyright by the Board of Trustees of the University of Illinois. +## All rights reserved. +## +## This file is part of HDF5. The full HDF5 copyright notice, including +## terms governing use, modification, and redistribution, is contained in +## the files COPYING and Copyright.html. COPYING can be found at the root +## of the source code distribution tree; Copyright.html can be found at the +## root level of an installed copy of the electronic HDF5 document set and +## is linked from the top-level documents page. It can also be found at +## http://hdf.ncsa.uiuc.edu/HDF5/doc/Copyright.html. If you do not have +## access to either file, you may request a copy from hdfhelp@ncsa.uiuc.edu. +## ## This file is machine generated on GNU systems. ## Only temporary changes may be made here. h5import.lo: \ $(srcdir)/h5import.c \ + $(top_srcdir)/src/hdf5.h \ + $(top_srcdir)/src/H5public.h \ + $(top_builddir)/src/H5pubconf.h \ + $(top_srcdir)/src/H5api_adpt.h \ + $(top_srcdir)/src/H5Apublic.h \ + $(top_srcdir)/src/H5Ipublic.h \ + $(top_srcdir)/src/H5ACpublic.h \ + $(top_srcdir)/src/H5Bpublic.h \ + $(top_srcdir)/src/H5Dpublic.h \ + $(top_srcdir)/src/H5Epublic.h \ + $(top_srcdir)/src/H5Fpublic.h \ + $(top_srcdir)/src/H5FDpublic.h \ + $(top_srcdir)/src/H5Gpublic.h \ + $(top_srcdir)/src/H5Opublic.h \ + $(top_srcdir)/src/H5HGpublic.h \ + $(top_srcdir)/src/H5HLpublic.h \ + $(top_srcdir)/src/H5MMpublic.h \ + $(top_srcdir)/src/H5Ppublic.h \ + $(top_srcdir)/src/H5Zpublic.h \ + $(top_srcdir)/src/H5Rpublic.h \ + $(top_srcdir)/src/H5Spublic.h \ + $(top_srcdir)/src/H5Tpublic.h \ + $(top_srcdir)/src/H5FDcore.h \ + $(top_srcdir)/src/H5FDfamily.h \ + $(top_srcdir)/src/H5FDgass.h \ + $(top_srcdir)/src/H5FDlog.h \ + $(top_srcdir)/src/H5FDmpi.h \ + $(top_srcdir)/src/H5FDmpio.h \ + $(top_srcdir)/src/H5FDmpiposix.h \ + $(top_srcdir)/src/H5FDmulti.h \ + $(top_srcdir)/src/H5FDsec2.h \ + $(top_srcdir)/src/H5FDsrb.h \ + $(top_srcdir)/src/H5FDstdio.h \ + $(top_srcdir)/src/H5FDstream.h \ + $(top_srcdir)/src/H5private.h \ + $(top_srcdir)/src/H5MPprivate.h \ $(srcdir)/h5import.h h5importtest.lo: \ - $(srcdir)/h5importtest.c + $(srcdir)/h5importtest.c \ + $(top_srcdir)/src/H5private.h \ + $(top_srcdir)/src/H5public.h \ + $(top_builddir)/src/H5pubconf.h \ + $(top_srcdir)/src/H5api_adpt.h \ + $(top_srcdir)/src/H5MPprivate.h diff --git a/tools/h5jam/Dependencies b/tools/h5jam/Dependencies index 13f0fac..ab46cb0 100644 --- a/tools/h5jam/Dependencies +++ b/tools/h5jam/Dependencies @@ -1,3 +1,16 @@ +## +## Copyright by the Board of Trustees of the University of Illinois. +## All rights reserved. +## +## This file is part of HDF5. The full HDF5 copyright notice, including +## terms governing use, modification, and redistribution, is contained in +## the files COPYING and Copyright.html. COPYING can be found at the root +## of the source code distribution tree; Copyright.html can be found at the +## root level of an installed copy of the electronic HDF5 document set and +## is linked from the top-level documents page. It can also be found at +## http://hdf.ncsa.uiuc.edu/HDF5/doc/Copyright.html. If you do not have +## access to either file, you may request a copy from hdfhelp@ncsa.uiuc.edu. +## ## This file is machine generated on GNU systems. ## Only temporary changes may be made here. diff --git a/tools/h5ls/Dependencies b/tools/h5ls/Dependencies index 4a4f952..0a6c192 100644 --- a/tools/h5ls/Dependencies +++ b/tools/h5ls/Dependencies @@ -1,3 +1,16 @@ +## +## Copyright by the Board of Trustees of the University of Illinois. +## All rights reserved. +## +## This file is part of HDF5. The full HDF5 copyright notice, including +## terms governing use, modification, and redistribution, is contained in +## the files COPYING and Copyright.html. COPYING can be found at the root +## of the source code distribution tree; Copyright.html can be found at the +## root level of an installed copy of the electronic HDF5 document set and +## is linked from the top-level documents page. It can also be found at +## http://hdf.ncsa.uiuc.edu/HDF5/doc/Copyright.html. If you do not have +## access to either file, you may request a copy from hdfhelp@ncsa.uiuc.edu. +## ## This file is machine generated on GNU systems. ## Only temporary changes may be made here. diff --git a/tools/h5repack/Dependencies b/tools/h5repack/Dependencies index d1c825c..fc6dcba 100644 --- a/tools/h5repack/Dependencies +++ b/tools/h5repack/Dependencies @@ -1,3 +1,16 @@ +## +## Copyright by the Board of Trustees of the University of Illinois. +## All rights reserved. +## +## This file is part of HDF5. The full HDF5 copyright notice, including +## terms governing use, modification, and redistribution, is contained in +## the files COPYING and Copyright.html. COPYING can be found at the root +## of the source code distribution tree; Copyright.html can be found at the +## root level of an installed copy of the electronic HDF5 document set and +## is linked from the top-level documents page. It can also be found at +## http://hdf.ncsa.uiuc.edu/HDF5/doc/Copyright.html. If you do not have +## access to either file, you may request a copy from hdfhelp@ncsa.uiuc.edu. +## ## This file is machine generated on GNU systems. ## Only temporary changes may be made here. diff --git a/tools/lib/Dependencies b/tools/lib/Dependencies index 4d1cb9c..43894f0 100644 --- a/tools/lib/Dependencies +++ b/tools/lib/Dependencies @@ -1,3 +1,16 @@ +## +## Copyright by the Board of Trustees of the University of Illinois. +## All rights reserved. +## +## This file is part of HDF5. The full HDF5 copyright notice, including +## terms governing use, modification, and redistribution, is contained in +## the files COPYING and Copyright.html. COPYING can be found at the root +## of the source code distribution tree; Copyright.html can be found at the +## root level of an installed copy of the electronic HDF5 document set and +## is linked from the top-level documents page. It can also be found at +## http://hdf.ncsa.uiuc.edu/HDF5/doc/Copyright.html. If you do not have +## access to either file, you may request a copy from hdfhelp@ncsa.uiuc.edu. +## ## This file is machine generated on GNU systems. ## Only temporary changes may be made here. @@ -38,6 +51,7 @@ h5tools.lo: \ $(top_srcdir)/src/H5FDsrb.h \ $(top_srcdir)/src/H5FDstdio.h \ $(top_srcdir)/src/H5FDstream.h \ + $(srcdir)/h5tools_ref.h \ $(srcdir)/h5tools_str.h \ $(srcdir)/h5tools_utils.h \ $(top_srcdir)/src/H5private.h \ @@ -81,8 +95,8 @@ h5tools_str.lo: \ $(top_srcdir)/src/H5FDsrb.h \ $(top_srcdir)/src/H5FDstdio.h \ $(top_srcdir)/src/H5FDstream.h \ - $(srcdir)/h5tools_str.h \ - $(srcdir)/h5tools_ref.h + $(srcdir)/h5tools_ref.h \ + $(srcdir)/h5tools_str.h h5tools_utils.lo: \ $(srcdir)/h5tools_utils.c \ $(srcdir)/h5tools_utils.h \ @@ -478,6 +492,7 @@ h5tools_ref.lo: \ $(top_srcdir)/src/H5FDstream.h \ $(top_srcdir)/src/H5private.h \ $(top_srcdir)/src/H5MPprivate.h \ + $(top_srcdir)/src/H5SLprivate.h \ $(srcdir)/h5tools.h \ $(srcdir)/h5tools_utils.h h5tools_type.lo: \ diff --git a/tools/misc/Dependencies b/tools/misc/Dependencies index f7e0173..47346e7 100644 --- a/tools/misc/Dependencies +++ b/tools/misc/Dependencies @@ -1,3 +1,16 @@ +## +## Copyright by the Board of Trustees of the University of Illinois. +## All rights reserved. +## +## This file is part of HDF5. The full HDF5 copyright notice, including +## terms governing use, modification, and redistribution, is contained in +## the files COPYING and Copyright.html. COPYING can be found at the root +## of the source code distribution tree; Copyright.html can be found at the +## root level of an installed copy of the electronic HDF5 document set and +## is linked from the top-level documents page. It can also be found at +## http://hdf.ncsa.uiuc.edu/HDF5/doc/Copyright.html. If you do not have +## access to either file, you may request a copy from hdfhelp@ncsa.uiuc.edu. +## ## This file is machine generated on GNU systems. ## Only temporary changes may be made here. |