make install
By default, this command will copy all the static libraries to
/usr/local/atlas/lib and all the user-includable header files to
/usr/local/atlas/include. You may override this default directory
during the configure step using the gnu-like flags -prefix,
-incdir and/or -libdir. Assuming you didn't issue
-incdir or -libdir, you can also override the prefix
directory at install time with the command:
make install DESTDIR=<prefix directory to install atlas in>