mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-30 15:32:37 +08:00
[svn-r6995] Purpose:
cleanup Description: Move the removal of libhdf5_fortran.settings from clean to distclean target. Platforms tested: Tested in copper only since the change is trivial. Misc. update:
This commit is contained in:
parent
2a8ef6786d
commit
1be010d74f
@ -28,8 +28,10 @@ CPPFLAGS=-I. -I$(hdf5_builddir) -I$(hdf5_srcdir) @CPPFLAGS@
|
||||
|
||||
## This is our main target
|
||||
LIB=libhdf5_fortran.la
|
||||
CLEAN=libhdf5_fortran.settings
|
||||
DISTCLEAN=H5fortran_types.f90
|
||||
|
||||
## h5fc and libhdf5_fortran.settings are generated during configure.
|
||||
## Remove them only when distclean.
|
||||
DISTCLEAN=H5fortran_types.f90 h5fc libhdf5_fortran.settings
|
||||
|
||||
## Public header files (to be installed)...
|
||||
PUB_HDR=H5pubconf_fortran.h
|
||||
|
Loading…
Reference in New Issue
Block a user