Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 2159 | Rev 2191 |
|---|---|
| Line 223... | Line 223... |
fi;\ |
fi;\ |
if [ ! -d ${SLEPC_INSTALL_DIR}/include/finclude ]; then \ |
if [ ! -d ${SLEPC_INSTALL_DIR}/include/finclude ]; then \ |
${MKDIR} ${SLEPC_INSTALL_DIR}/include/finclude ; \ |
${MKDIR} ${SLEPC_INSTALL_DIR}/include/finclude ; \ |
fi;\ |
fi;\ |
cp -f include/finclude/*.h* ${SLEPC_INSTALL_DIR}/include/finclude;\ |
cp -f include/finclude/*.h* ${SLEPC_INSTALL_DIR}/include/finclude;\ |
if [ -d include/finclude/ftn-auto ]; then \ |
|
if [ ! -d ${SLEPC_INSTALL_DIR}/include/finclude/ftn-auto ]; then \ |
if [ ! -d ${SLEPC_INSTALL_DIR}/include/finclude/ftn-auto ]; then \ |
${MKDIR} ${SLEPC_INSTALL_DIR}/include/finclude/ftn-auto ; \ |
${MKDIR} ${SLEPC_INSTALL_DIR}/include/finclude/ftn-auto ; \ |
fi;\ |
fi;\ |
cp -f include/finclude/ftn-auto/*.h90 ${SLEPC_INSTALL_DIR}/include/finclude/ftn-auto;\ |
cp -f include/finclude/ftn-auto/*.h90 ${SLEPC_INSTALL_DIR}/include/finclude/ftn-auto;\ |
fi;\ |
|
if [ ! -d ${SLEPC_INSTALL_DIR}/include/finclude/ftn-custom ]; then \ |
if [ ! -d ${SLEPC_INSTALL_DIR}/include/finclude/ftn-custom ]; then \ |
${MKDIR} ${SLEPC_INSTALL_DIR}/include/finclude/ftn-custom ; \ |
${MKDIR} ${SLEPC_INSTALL_DIR}/include/finclude/ftn-custom ; \ |
fi;\ |
fi;\ |
cp -f include/finclude/ftn-custom/*.h90 ${SLEPC_INSTALL_DIR}/include/finclude/ftn-custom;\ |
cp -f include/finclude/ftn-custom/*.h90 ${SLEPC_INSTALL_DIR}/include/finclude/ftn-custom;\ |
if [ ! -d ${SLEPC_INSTALL_DIR}/include/private ]; then \ |
if [ ! -d ${SLEPC_INSTALL_DIR}/include/private ]; then \ |