PSGRN/PSCMP backend for Pyrocko's Green's function manager Fomosto: Code to calculate synthetic stress/strain/tilt/gravitational fields on a layered viscoelastic halfspace.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# -*- Autoconf -*-
|
|
# Process this file with autoconf to produce a configure script.
|
|
|
|
AC_PREREQ([2.68])
|
|
AC_INIT([fomosto-psgrn-pscmp], [2008a])
|
|
AM_INIT_AUTOMAKE([-Wall -Werror foreign])
|
|
AC_PROG_F77
|
|
AC_CONFIG_FILES([
|
|
Makefile
|
|
src/psgrn/Makefile
|
|
src/pscmp/Makefile
|
|
])
|
|
|
|
AC_SUBST([AM_FFLAGS], [])
|
|
AC_OUTPUT
|