1 2#requiresdefine 'PETSC_HAVE_FORTRAN' 3ALL: lib 4CFLAGS = 5FFLAGS = 6SOURCEC = ztscreatef.c ztsf.c ztsregf.c ztsfdf.c 7OBJSC = ${SOURCEC:.c=.o} 8SOURCEF = 9SOURCEH = 10DIRS = 11LIBBASE = libpetscts 12LOCDIR = src/ts/interface/ftn-custom/ 13 14include ${PETSC_DIR}/conf/variables 15include ${PETSC_DIR}/conf/rules 16include ${PETSC_DIR}/conf/test 17