diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2002-10-14 18:11:12 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2002-10-14 18:11:12 (GMT) |
commit | ea08053e29da31c82afd6eb432b70b828536183e (patch) | |
tree | d3aa308e7c01b8ec319d0b3af2a3516ae1e98743 /tools/gifconv | |
parent | b9c390c38221569d04cc8a8f6d3e3bab458f9d63 (diff) | |
download | hdf5-ea08053e29da31c82afd6eb432b70b828536183e.zip hdf5-ea08053e29da31c82afd6eb432b70b828536183e.tar.gz hdf5-ea08053e29da31c82afd6eb432b70b828536183e.tar.bz2 |
[svn-r5983] Purpose:
More fixups to the Dependencies files...
Diffstat (limited to 'tools/gifconv')
-rw-r--r-- | tools/gifconv/Dependencies | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/tools/gifconv/Dependencies b/tools/gifconv/Dependencies index cd94d03..59132c7 100644 --- a/tools/gifconv/Dependencies +++ b/tools/gifconv/Dependencies @@ -6,7 +6,7 @@ decompress.lo: \ $(srcdir)/gif.h \ $(top_srcdir)/src/hdf5.h \ $(top_srcdir)/src/H5public.h \ - $(top_srcdir)/src/H5pubconf.h \ + $(top_builddir)/src/H5pubconf.h \ $(top_srcdir)/src/H5api_adpt.h \ $(top_srcdir)/src/H5Ipublic.h \ $(top_srcdir)/src/H5Apublic.h \ @@ -42,7 +42,7 @@ gif2hdf.lo: \ $(srcdir)/gif.h \ $(top_srcdir)/src/hdf5.h \ $(top_srcdir)/src/H5public.h \ - $(top_srcdir)/src/H5pubconf.h \ + $(top_builddir)/src/H5pubconf.h \ $(top_srcdir)/src/H5api_adpt.h \ $(top_srcdir)/src/H5Ipublic.h \ $(top_srcdir)/src/H5Apublic.h \ @@ -78,7 +78,7 @@ gif2mem.lo: \ $(srcdir)/gif.h \ $(top_srcdir)/src/hdf5.h \ $(top_srcdir)/src/H5public.h \ - $(top_srcdir)/src/H5pubconf.h \ + $(top_builddir)/src/H5pubconf.h \ $(top_srcdir)/src/H5api_adpt.h \ $(top_srcdir)/src/H5Ipublic.h \ $(top_srcdir)/src/H5Apublic.h \ @@ -114,7 +114,7 @@ gifread.lo: \ $(srcdir)/gif.h \ $(top_srcdir)/src/hdf5.h \ $(top_srcdir)/src/H5public.h \ - $(top_srcdir)/src/H5pubconf.h \ + $(top_builddir)/src/H5pubconf.h \ $(top_srcdir)/src/H5api_adpt.h \ $(top_srcdir)/src/H5Ipublic.h \ $(top_srcdir)/src/H5Apublic.h \ @@ -150,7 +150,7 @@ hdf2gif.lo: \ $(srcdir)/gif.h \ $(top_srcdir)/src/hdf5.h \ $(top_srcdir)/src/H5public.h \ - $(top_srcdir)/src/H5pubconf.h \ + $(top_builddir)/src/H5pubconf.h \ $(top_srcdir)/src/H5api_adpt.h \ $(top_srcdir)/src/H5Ipublic.h \ $(top_srcdir)/src/H5Apublic.h \ @@ -186,7 +186,7 @@ hdfgifwr.lo: \ $(srcdir)/gif.h \ $(top_srcdir)/src/hdf5.h \ $(top_srcdir)/src/H5public.h \ - $(top_srcdir)/src/H5pubconf.h \ + $(top_builddir)/src/H5pubconf.h \ $(top_srcdir)/src/H5api_adpt.h \ $(top_srcdir)/src/H5Ipublic.h \ $(top_srcdir)/src/H5Apublic.h \ @@ -222,7 +222,7 @@ readhdf.lo: \ $(srcdir)/gif.h \ $(top_srcdir)/src/hdf5.h \ $(top_srcdir)/src/H5public.h \ - $(top_srcdir)/src/H5pubconf.h \ + $(top_builddir)/src/H5pubconf.h \ $(top_srcdir)/src/H5api_adpt.h \ $(top_srcdir)/src/H5Ipublic.h \ $(top_srcdir)/src/H5Apublic.h \ @@ -258,7 +258,7 @@ writehdf.lo: \ $(srcdir)/gif.h \ $(top_srcdir)/src/hdf5.h \ $(top_srcdir)/src/H5public.h \ - $(top_srcdir)/src/H5pubconf.h \ + $(top_builddir)/src/H5pubconf.h \ $(top_srcdir)/src/H5api_adpt.h \ $(top_srcdir)/src/H5Ipublic.h \ $(top_srcdir)/src/H5Apublic.h \ |