diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2004-05-08 14:48:42 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2004-05-08 14:48:42 (GMT) |
commit | 583bdf994cb40b4568a09657a0961392660ebdff (patch) | |
tree | 2f4e8abab5480d5392dc51b4928d1f353023a55b /tools/h5import | |
parent | 7a7b0046b601772ab591368d633f3a9221222b2b (diff) | |
download | hdf5-583bdf994cb40b4568a09657a0961392660ebdff.zip hdf5-583bdf994cb40b4568a09657a0961392660ebdff.tar.gz hdf5-583bdf994cb40b4568a09657a0961392660ebdff.tar.bz2 |
[svn-r8495] Purpose:
Bug fixes
Description:
Updated dependencies
Fixed error with C++ compiler builds of main library
Added H5Pset_data_transform to MPE info
Platforms tested:
FreeBSD 4.9 (sleipnir)
Diffstat (limited to 'tools/h5import')
-rw-r--r-- | tools/h5import/Dependencies | 56 |
1 files changed, 5 insertions, 51 deletions
diff --git a/tools/h5import/Dependencies b/tools/h5import/Dependencies index 61bbb6c..c53bb5b 100644 --- a/tools/h5import/Dependencies +++ b/tools/h5import/Dependencies @@ -1,54 +1,8 @@ ## This file is machine generated on GNU systems. ## Only temporary changes may be made here. -h5import.lo: \ - $(top_srcdir)/tools/h5import/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/H5Epubgen.h \ - $(top_srcdir)/src/H5Fpublic.h \ - $(top_srcdir)/src/H5FDpublic.h \ - $(top_srcdir)/src/H5FPpublic.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/H5FDfphdf5.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 \ - $(top_srcdir)/src/H5FSprivate.h \ - $(top_srcdir)/tools/h5import/h5import.h -h5importtest.lo: \ - $(top_srcdir)/tools/h5import/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 +h5import.o: \ + ../../../hdf5/tools/h5import/h5import.c \ + ../../../hdf5/tools/h5import/h5import.h +h5importtest.o: \ + ../../../hdf5/tools/h5import/h5importtest.c |