xref: /petsc/src/snes/interface/ftn-custom/makefile (revision af0996ce37bc06907c37d8d91773840993d61e62)
18e27ec22SSatish Balay
264779880SMatthew G Knepley#requiresdefine   'PETSC_HAVE_FORTRAN'
38e27ec22SSatish BalayALL: lib
48e27ec22SSatish BalayCFLAGS   =
58e27ec22SSatish BalayFFLAGS   =
6872b6db9SPeter BruneSOURCEC  = zsnesf.c
78e27ec22SSatish BalaySOURCEF  =
88e27ec22SSatish BalaySOURCEH  =
98e27ec22SSatish BalayDIRS     =
108e27ec22SSatish BalayLIBBASE  = libpetscsnes
118e27ec22SSatish BalayLOCDIR   = src/snes/interface/ftn-custom/
12da93591fSBarry Smith
13*af0996ceSBarry Smithinclude ${PETSC_DIR}/lib/petsc/conf/variables
14*af0996ceSBarry Smithinclude ${PETSC_DIR}/lib/petsc/conf/rules
15*af0996ceSBarry Smithinclude ${PETSC_DIR}/lib/petsc/conf/test
16