diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2007-04-04 20:25:42 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2007-04-04 20:25:42 (GMT) |
commit | 1d312bff8025db0f1809caba7a31ba7a44730373 (patch) | |
tree | 3edf70a58eaed76c31f1c95ff03c9e11daf61f6f /tools/lib/Makefile.in | |
parent | 3431f74c438b25e7aeba9062ed1e948899457b46 (diff) | |
download | hdf5-1d312bff8025db0f1809caba7a31ba7a44730373.zip hdf5-1d312bff8025db0f1809caba7a31ba7a44730373.tar.gz hdf5-1d312bff8025db0f1809caba7a31ba7a44730373.tar.bz2 |
[svn-r13589]
h5repack code cleaning (required reconfigure)
tested: linux (32, 64, parallel), solaris
Diffstat (limited to 'tools/lib/Makefile.in')
-rw-r--r-- | tools/lib/Makefile.in | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/tools/lib/Makefile.in b/tools/lib/Makefile.in index 9c6f8b7..9a37cc2 100644 --- a/tools/lib/Makefile.in +++ b/tools/lib/Makefile.in @@ -69,8 +69,8 @@ LTLIBRARIES = $(noinst_LTLIBRARIES) libh5tools_la_LIBADD = am_libh5tools_la_OBJECTS = h5tools.lo h5tools_str.lo h5tools_utils.lo \ h5diff.lo h5diff_array.lo h5diff_attr.lo h5diff_dset.lo \ - h5diff_util.lo h5trav.lo h5trav_table.lo h5tools_filters.lo \ - h5tools_ref.lo h5tools_type.lo + h5diff_util.lo h5trav.lo h5tools_filters.lo h5tools_ref.lo \ + h5tools_type.lo libh5tools_la_OBJECTS = $(am_libh5tools_la_OBJECTS) am__EXEEXT_1 = talign$(EXEEXT) talign_SOURCES = talign.c @@ -338,7 +338,7 @@ INCLUDES = -I$(top_srcdir)/src noinst_LTLIBRARIES = libh5tools.la libh5tools_la_SOURCES = h5tools.c h5tools_str.c h5tools_utils.c h5diff.c \ h5diff_array.c h5diff_attr.c h5diff_dset.c h5diff_util.c h5trav.c \ - h5trav_table.c h5tools_filters.c h5tools_ref.c h5tools_type.c + h5tools_filters.c h5tools_ref.c h5tools_type.c # Test program. Link using libhdf5 and libh5tools @@ -437,7 +437,6 @@ distclean-compile: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/h5tools_type.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/h5tools_utils.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/h5trav.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/h5trav_table.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/talign.Po@am__quote@ .c.o: |