diff options
Diffstat (limited to 'tools/misc/Dependencies')
-rw-r--r-- | tools/misc/Dependencies | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/tools/misc/Dependencies b/tools/misc/Dependencies index d345330..b0ab08a 100644 --- a/tools/misc/Dependencies +++ b/tools/misc/Dependencies @@ -5,9 +5,8 @@ h5debug.lo: \ $(srcdir)/h5debug.c \ $(top_srcdir)/src/H5private.h \ $(top_srcdir)/src/H5public.h \ - $(top_builddir)/src/H5pubconf.h \ + $(top_srcdir)/src/H5pubconf.h \ $(top_srcdir)/src/H5api_adpt.h \ - $(top_builddir)/src/H5config.h \ $(top_srcdir)/src/H5Iprivate.h \ $(top_srcdir)/src/H5Ipublic.h \ $(top_srcdir)/src/H5Bprivate.h \ @@ -46,7 +45,7 @@ pdb2hdf.lo: \ $(srcdir)/pdb2hdf.c \ $(top_srcdir)/src/hdf5.h \ $(top_srcdir)/src/H5public.h \ - $(top_builddir)/src/H5pubconf.h \ + $(top_srcdir)/src/H5pubconf.h \ $(top_srcdir)/src/H5api_adpt.h \ $(top_srcdir)/src/H5Ipublic.h \ $(top_srcdir)/src/H5Apublic.h \ @@ -68,13 +67,14 @@ pdb2hdf.lo: \ $(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/H5FDmpio.h \ + $(top_srcdir)/src/H5FDmpiposix.h \ + $(top_srcdir)/src/H5FDmulti.h \ $(top_srcdir)/src/H5FDsec2.h \ - $(top_srcdir)/src/H5FDstdio.h \ $(top_srcdir)/src/H5FDsrb.h \ - $(top_srcdir)/src/H5FDgass.h \ + $(top_srcdir)/src/H5FDstdio.h \ $(top_srcdir)/src/H5FDstream.h \ - $(top_srcdir)/src/H5FDmulti.h \ - $(top_srcdir)/src/H5FDlog.h \ pdb.h \ score.h |