From 22feb1e946ab78c77f3d1bc1f55b6be7574d6c03 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Tue, 24 Oct 2000 16:15:17 -0500 Subject: [svn-r2731] Purpose: Bug Fix Description: make distclean left *.{o,lo,h5} files in the directory. Solution: Added them to the DISTCLEAN macro. --- fortran/test/Makefile.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fortran/test/Makefile.in b/fortran/test/Makefile.in index 54e488b..9883bc9 100644 --- a/fortran/test/Makefile.in +++ b/fortran/test/Makefile.in @@ -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) -- cgit v0.12