petsc-3.5.4 2015-05-23
Report Typos and Errors
#requiresdefine   'PETSC_USING_F90'
#
#   Makes Fortran module functions from *.h90 files in include/finclude
#
ALL: buildmod
speciallib: buildmod
specialfastlib: buildmodfast
SPECIALLIB     = yes
SPECIALFASTLIB = yes


CFLAGS           =
FFLAGS           =
SOURCEC           =
SOURCEF           = petscsnesmod.F
SOURCEH           =
LIBBASE           = libpetscsnes
MANSEC           = SNES
LOCDIR           = src/snes/f90-mod/
CLEANFILES = *.mod

include ${PETSC_DIR}/conf/variables
include ${PETSC_DIR}/conf/rules
include ${PETSC_DIR}/conf/test