[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:
Albert Cheng 2003-06-08 21:56:46 -05:00
parent 2a8ef6786d
commit 1be010d74f

View File

@ -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