mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-19 16:50:46 +08:00
[svn-r8997] Purpose:
Code cleanup Description: Clean up some temporary files. Platforms tested: FreeBSD 4.10 (sleipnir) w/C++ Not tested by h5committest
This commit is contained in:
parent
01ba58db4a
commit
25e887fb7a
@ -48,7 +48,7 @@ TEST_PROGS=$(TEST_SRC:.cpp=)
|
||||
|
||||
## These are the files that `make clean' (and derivatives) will remove from
|
||||
## this directory.
|
||||
CLEAN=
|
||||
CLEAN=*.h5
|
||||
|
||||
## How to build the programs... they all depend on the Fortran & C hdf5 libraries
|
||||
$(TEST_PROGS): $(LIB) $(LIBHDF5)
|
||||
|
@ -51,6 +51,7 @@ PUB_PROGS=h5c++
|
||||
ARFLAGS=rs
|
||||
|
||||
## h5c++ is generated during configure time. Remove it only when distclean.
|
||||
DISTCLEAN=h5c++
|
||||
## libhdf5.settings is generated during configure. Remove it when distclean.
|
||||
DISTCLEAN=h5c++ libhdf5.settings
|
||||
|
||||
@CONCLUDE@
|
||||
|
Loading…
x
Reference in New Issue
Block a user