xref: /petsc/src/dm/interface/ftn-custom/makefile (revision ad802994b16deb7f31d100873d087f7949cf0dab)
164779880SMatthew G Knepley#requiresdefine   'PETSC_HAVE_FORTRAN'
29a42bb27SBarry Smith
39a42bb27SBarry SmithALL: lib
49a42bb27SBarry Smith
59a42bb27SBarry SmithCFLAGS   =
69a42bb27SBarry SmithFFLAGS   =
7*ad802994SBlaise BourdinSOURCEC  = zdmf.c zdmgetf.c
89a42bb27SBarry SmithSOURCEF  =
99a42bb27SBarry SmithSOURCEH  =
10*ad802994SBlaise BourdinOBJSC    = ${SOURCEC:.c=.o}
119a42bb27SBarry SmithOBJSF    =
129a42bb27SBarry SmithLIBBASE  = libpetscdm
1358a6ce57SMatthew G KnepleyMANSEC   = DM
149a42bb27SBarry SmithLOCDIR   = src/dm/interface/ftn-custom/
159a42bb27SBarry Smith
169a42bb27SBarry Smithinclude ${PETSC_DIR}/conf/variables
179a42bb27SBarry Smithinclude ${PETSC_DIR}/conf/rules
189a42bb27SBarry Smithinclude ${PETSC_DIR}/conf/test
199a42bb27SBarry Smith
209a42bb27SBarry Smith
21