diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2003-04-09 01:48:53 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2003-04-09 01:48:53 (GMT) |
commit | dcf796501e0bb993c84fd9b902ca16963566d6de (patch) | |
tree | bb795078f0fbc98d918ed0a7d9fb7dd022d9dfd8 /tools | |
parent | 5f94cb8141808378ed4d8cf6af82bdbe293c8855 (diff) | |
download | hdf5-dcf796501e0bb993c84fd9b902ca16963566d6de.zip hdf5-dcf796501e0bb993c84fd9b902ca16963566d6de.tar.gz hdf5-dcf796501e0bb993c84fd9b902ca16963566d6de.tar.bz2 |
[svn-r6603] Purpose:
Code cleanup
Description:
Update dependencies.
Solution:
Platforms tested:
FreeBSD 4.8 (sleipnir) w/szip
Linux 2.4 (sleipnir) w/szip
Solaris 2.7 (arabica) w/FORTRAN
IRIX64 6.5 (modi4) w/szip, FORTRAN & parallel
Misc. update:
Diffstat (limited to 'tools')
-rw-r--r-- | tools/h5import/Dependencies | 52 | ||||
-rw-r--r-- | tools/misc/Dependencies | 4 |
2 files changed, 53 insertions, 3 deletions
diff --git a/tools/h5import/Dependencies b/tools/h5import/Dependencies index 0519ecb..c8b228e 100644 --- a/tools/h5import/Dependencies +++ b/tools/h5import/Dependencies @@ -1 +1,51 @@ -
\ No newline at end of file +## 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/H5Ipublic.h \ + $(top_srcdir)/src/H5Apublic.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/H5HGpublic.h \ + $(top_srcdir)/src/H5HLpublic.h \ + $(top_srcdir)/src/H5MMpublic.h \ + $(top_srcdir)/src/H5Opublic.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/H5FDfphdf5.h \ + $(top_srcdir)/src/H5FDmpio.h \ + $(top_srcdir)/src/H5FDgass.h \ + $(top_srcdir)/src/H5FDlog.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 \ + $(top_srcdir)/src/H5FSprivate.h \ + $(srcdir)/h5import.h +h5importtest.lo: \ + $(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 \ + $(top_srcdir)/src/H5FSprivate.h diff --git a/tools/misc/Dependencies b/tools/misc/Dependencies index 8b38765..4e02bea 100644 --- a/tools/misc/Dependencies +++ b/tools/misc/Dependencies @@ -43,8 +43,8 @@ h5debug.lo: \ $(top_srcdir)/src/H5Rpublic.h \ $(top_srcdir)/src/H5Zprivate.h \ $(top_srcdir)/src/H5FDfamily.h -h5import.lo: \ - $(srcdir)/h5import.c \ +h5createU8.lo: \ + $(srcdir)/h5createU8.c \ $(top_srcdir)/src/hdf5.h \ $(top_srcdir)/src/H5public.h \ $(top_builddir)/src/H5pubconf.h \ |