[svn-r2731] Purpose:

Bug Fix
Description:
	make distclean left *.{o,lo,h5} files in the directory.
Solution:
	Added them to the DISTCLEAN macro.
This commit is contained in:
Bill Wendling 2000-10-24 16:15:17 -05:00
parent 7e1be524fa
commit 22feb1e946

View File

@ -26,6 +26,8 @@ TEST_SRC=hdf5test.f90 tH5F.f90 tH5D.f90 tH5R.f90 tH5S.f90 tH5T.f90 \
tH5Sselect.f90 tH5P.f90 tH5A.f90 tH5I.f90
TEST_OBJ=$(TEST_SRC:.f90=.lo)
DISTCLEAN=$(TEST_PROGS_SRC:.f90=.lo) $(TEST_PROGS_SRC:.f90=.o) *.h5
$(TEST_PROGS): $(FLIB)
fortranlib_test: fortranlib_test.lo $(TEST_OBJ)