xref: /petsc/src/sys/utils/ftn-kernels/makefile (revision 3e61d57549261a7d5758b8af55d1a74b98f59309)
1be7314b0SBarry Smith
2be7314b0SBarry SmithALL: lib
3be7314b0SBarry Smith#requirespackage   'PETSC_USE_FORTRAN_KERNELS'
4be7314b0SBarry Smith
5be7314b0SBarry SmithCFLAGS   =
6be7314b0SBarry SmithFFLAGS   =
7be7314b0SBarry SmithSOURCEC  =
8be7314b0SBarry SmithSOURCEF  = fcopy.F
9be7314b0SBarry SmithSOURCEH  =
10be7314b0SBarry SmithOBJSC    =
11be7314b0SBarry SmithOBJSF    = fcopy.o
125ebcd58dSSatish BalayLIBBASE  = libpetscsys
13be7314b0SBarry SmithMANSEC   = Sys
1440eeca14SSatish BalayLOCDIR   = src/sys/utils/ftn-kernels/
15*3e61d575SJed BrownDIRS     =
16be7314b0SBarry Smith
17da93591fSBarry Smithinclude ${PETSC_DIR}/conf/variables
18da93591fSBarry Smithinclude ${PETSC_DIR}/conf/rules
19be7314b0SBarry Smithinclude ${PETSC_DIR}/conf/test
20be7314b0SBarry Smith
21be7314b0SBarry Smith
22