hdf5/tools/lib
James Laird 75ea10e5f5 [svn-r11737] Purpose:
Bug fix

Description:
Before this checkin, 'gmake check-s' would fail if there was a file in
the current directory named 'check-s'.
This is fixed under gmake (not sure how to fix for other makes).

Solution:
check, progs, install, etc. are what gmake calls "phony" targets,
which means that no file should be created.  These targets can be
specified by a line of the form
.PHONY: check progs install ...
Automake adds this line for targets it knows about, but HDF5 has a
lot of custom rules.  This checkin adds a .PHONY line for those rules.
I believe that only gmake recognizes the .PHONY line (at least, pmake
doesn't seem to), but a partial solution is better than none.
This error should occur very rarely anyway (the user has to manually
create files with names like 'build-check-s' or '_test').

Platforms tested:
mir, sleipnir, modi4
2005-11-17 13:49:28 -05:00
..
h5diff_array.c [svn-r11245] Purpose: 2005-08-13 15:53:35 -05:00
h5diff_attr.c [svn-r11245] Purpose: 2005-08-13 15:53:35 -05:00
h5diff_dset.c [svn-r11245] Purpose: 2005-08-13 15:53:35 -05:00
h5diff_util.c [svn-r11712] Purpose: 2005-11-14 21:55:39 -05:00
h5diff.c [svn-r11584] Purpose: 2005-10-19 11:46:12 -05:00
h5diff.h [svn-r11245] Purpose: 2005-08-13 15:53:35 -05:00
h5tools_filters.c [svn-r11245] Purpose: 2005-08-13 15:53:35 -05:00
h5tools_ref.c [svn-r11404] Purpose: Maintenance 2005-09-12 22:21:00 -05:00
h5tools_ref.h [svn-r11297] Purpose: 2005-08-25 15:16:40 -05:00
h5tools_str.c [svn-r11736] Purpose: 2005-11-16 13:24:44 -05:00
h5tools_str.h [svn-r9961] 2005-02-08 15:55:17 -05:00
h5tools_type.c [svn-r9727] Purpose: 2004-12-29 09:26:20 -05:00
h5tools_utils.c [svn-r11730] Purpose: 2005-11-15 19:46:30 -05:00
h5tools_utils.h [svn-r11297] Purpose: 2005-08-25 15:16:40 -05:00
h5tools.c [svn-r11584] Purpose: 2005-10-19 11:46:12 -05:00
h5tools.h [svn-r11245] Purpose: 2005-08-13 15:53:35 -05:00
h5trav_table.c [svn-r11245] Purpose: 2005-08-13 15:53:35 -05:00
h5trav.c [svn-r11304] Purpose: 2005-08-27 08:34:28 -05:00
h5trav.h [svn-r11245] Purpose: 2005-08-13 15:53:35 -05:00
Makefile.am [svn-r11411] Purpose: 2005-09-13 17:30:33 -05:00
Makefile.in [svn-r11737] Purpose: 2005-11-17 13:49:28 -05:00
ph5diff.h [svn-r11259] Purpose: 2005-08-17 14:21:36 -05:00
talign.c [svn-r11539] Purpose: 2005-10-11 12:25:18 -05:00