BLAS95 and LAPACK95 wrappers to Intel MKL are delivered both in Intel MKL and as source code which can be compiled to build to build standalone wrapper library with exactly the same functionality.
The source code for the wrappers, makefiles are found …..\interfaces\blas95 subdirectory in the Intel MKL Directory
For blas95
# cd $MKLROOT
# cd interfaces/blas95
# make libintel64 INSTALL_DIR=$MKLROOT/lib/intel64
Once Compiled, the libraries are kept $MKLROOT/lib/intel64
For Lapack95
# cd $MKLROOT
# cd interfaces/lapack95
# make libintel64 INSTALL_DIR=$MKLROOT/lib/intel64
Once Compiled, the libraries are kept $MKLROOT/lib/intel64