Sven Ivansson Oct. 15, 2022 Swedish Defence Research Agency SE-16490 Stockholm, Sweden email: sven.ivansson@gmail.com See the file read.me for general information about the programs. There are "make files", with extension "mk", for compiling and linking the programs using gfortran (GNU). NOTE that * the statement "RP = /home/sveni/SI/oalib" at the beginning of each ".mk"-file must be changed to the "top directory" of the user * the statement "F90 = /usr/bin/gfortran" must be changed according to the "gfortran directory" of the user. 1) To compile and link the rpress program: * goto the directory rpress/cpm * do "make -f rpress.mk" 2) To compile and link the rpressfw program: * goto the directory rpress/cpm * do "make -f rpressfw.mk" 3) To compile and link the rmodfaut program: * goto the directory rpress/cpm * do "make -f rmodfaut.mk" CONCERNING the quadruple-precision version of rmodfaut: * goto the directory rpress/cpmQ * do "make -f rmodfaut.mk" CONCERNING the quadruple-precision version rmodfautSHf for SH waves: * goto the directory rpress/cpmQ * do "make -f rmodfautSHf.mk" 4) To compile and link the rmodpfw program: * goto the directory rpress/cpm/fw * do "make -f rmodpfw.mk" 5) To compile and link the rmodfgr program: * goto the directory rpress/cpm * do "make -f rmodfgr.mk"