mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-30 15:32:37 +08:00
[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:
parent
7e1be524fa
commit
22feb1e946
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user