hdf5/hl/test
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
..
dsdata.txt [svn-r10498] Purpose: 2005-03-29 14:57:23 -05:00
dslat.txt [svn-r10498] Purpose: 2005-03-29 14:57:23 -05:00
dslon.txt [svn-r10498] Purpose: 2005-03-29 14:57:23 -05:00
earth.pal [svn-r10507] Purpose: 2005-03-29 16:47:53 -05:00
image8.txt [svn-r10458] Purpose: 2005-03-28 10:24:10 -05:00
image24pixel.txt [svn-r10458] Purpose: 2005-03-28 10:24:10 -05:00
image24plane.txt [svn-r10458] Purpose: 2005-03-28 10:24:10 -05:00
Makefile.am [svn-r11537] Purpose: 2005-10-11 11:55:29 -05:00
Makefile.in [svn-r11737] Purpose: 2005-11-17 13:49:28 -05:00
pal_rgb.h [svn-r11537] Purpose: 2005-10-11 11:55:29 -05:00
sepia.pal [svn-r10507] Purpose: 2005-03-29 16:47:53 -05:00
test_ds.c [svn-r11537] Purpose: 2005-10-11 11:55:29 -05:00
test_image.c [svn-r11537] Purpose: 2005-10-11 11:55:29 -05:00
test_lite.c [svn-r11689] Purpose: Bug fix 2005-11-07 17:14:02 -05:00
test_packet.c [svn-r11537] Purpose: 2005-10-11 11:55:29 -05:00
test_table_be.hdf5
test_table_cray.hdf5
test_table_le.hdf5
test_table.c [svn-r11537] Purpose: 2005-10-11 11:55:29 -05:00
usa.wri [svn-r10458] Purpose: 2005-03-28 10:24:10 -05:00