xref: /petsc/src/vec/is/sf/interface/ftn-custom/makefile (revision a6e9e4f7757448dd989347ebbe36ea51554c83af)
1*a6e9e4f7SMatthew G. Knepley#requiresdefine   'PETSC_HAVE_FORTRAN'
2*a6e9e4f7SMatthew G. KnepleyALL: lib
3*a6e9e4f7SMatthew G. KnepleyCFLAGS   =
4*a6e9e4f7SMatthew G. KnepleyFFLAGS   =
5*a6e9e4f7SMatthew G. KnepleySOURCEC  = zsf.c
6*a6e9e4f7SMatthew G. KnepleySOURCEF  =
7*a6e9e4f7SMatthew G. KnepleySOURCEH  =
8*a6e9e4f7SMatthew G. KnepleyDIRS     =
9*a6e9e4f7SMatthew G. KnepleyLIBBASE  = libpetscvec
10*a6e9e4f7SMatthew G. KnepleyLOCDIR   = src/vec/is/sf/interface/ftn-custom/
11*a6e9e4f7SMatthew G. Knepley
12*a6e9e4f7SMatthew G. Knepleyinclude ${PETSC_DIR}/lib/petsc-conf/variables
13*a6e9e4f7SMatthew G. Knepleyinclude ${PETSC_DIR}/lib/petsc-conf/rules
14*a6e9e4f7SMatthew G. Knepleyinclude ${PETSC_DIR}/lib/petsc-conf/test
15