diff options
author | James Laird <jlaird@hdfgroup.org> | 2005-02-01 03:17:02 (GMT) |
---|---|---|
committer | James Laird <jlaird@hdfgroup.org> | 2005-02-01 03:17:02 (GMT) |
commit | 26303241febadd20aea77fc8a1d48f05823170af (patch) | |
tree | 4ba1d92050fa6cc33feab6a38bc9778f71bbb146 /tools/h5import/Dependencies | |
parent | 9f17319144fca94a852fd500487b0e4ae48e0997 (diff) | |
download | hdf5-26303241febadd20aea77fc8a1d48f05823170af.zip hdf5-26303241febadd20aea77fc8a1d48f05823170af.tar.gz hdf5-26303241febadd20aea77fc8a1d48f05823170af.tar.bz2 |
[svn-r9902] Purpose:
Configuration feature
Description:
HDF5 now uses automake to generate Makefiles
Solution:
Makefile.in files are now generated from Makefile.am files.
To reconfigure (after chaning a Makefile.am or configure.in):
/bin/sh bin/reconfigure.sh
Platforms tested:
Many
Diffstat (limited to 'tools/h5import/Dependencies')
-rw-r--r-- | tools/h5import/Dependencies | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/tools/h5import/Dependencies b/tools/h5import/Dependencies deleted file mode 100644 index 39f4f6b..0000000 --- a/tools/h5import/Dependencies +++ /dev/null @@ -1,8 +0,0 @@ -## 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)/tools/h5import/h5import.h -h5importtest.lo: \ - $(top_srcdir)/tools/h5import/h5importtest.c |