mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-02-17 16:10:24 +08:00
[svn-r9981] Purpose:
Code cleanup Description: Clean up some test files. Platforms tested: FreeBSD 4.11 (sleipnir) w/FORTRAN Too minor to require h5committest
This commit is contained in:
parent
9825b4b57b
commit
a6ceeb8055
@ -25,4 +25,7 @@ tstlite_SOURCES=tstlite.f90
|
||||
tstimage_SOURCES=tstimage.f90
|
||||
tsttable_SOURCES=tsttable.f90
|
||||
|
||||
# Temporary files.
|
||||
MOSTLYCLEANFILES=dsetf[1-4].h5 f1img.h5 f1tab.h5
|
||||
|
||||
include $(top_srcdir)/config/conclude.am
|
||||
|
@ -205,6 +205,9 @@ tstlite_SOURCES = tstlite.f90
|
||||
tstimage_SOURCES = tstimage.f90
|
||||
tsttable_SOURCES = tsttable.f90
|
||||
|
||||
# Temporary files.
|
||||
MOSTLYCLEANFILES = dsetf[1-4].h5 f1img.h5 f1tab.h5
|
||||
|
||||
# Automake needs to be taught how to build lib, progs, and tests targets.
|
||||
# These will be filled in automatically for the most part (e.g.,
|
||||
# lib_LIBRARIES are built for lib target), but EXTRA_LIB, EXTRA_PROG, and
|
||||
@ -396,6 +399,7 @@ install-strip:
|
||||
`test -z '$(STRIP)' || \
|
||||
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
|
||||
mostlyclean-generic:
|
||||
-test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
|
||||
|
||||
clean-generic:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user