xref: /petsc/src/sys/utils/ftn-kernels/makefile (revision 647798804180922dfb980ca29d2b49fa46af1416)
1be7314b0SBarry Smith
2be7314b0SBarry SmithALL: lib
3*64779880SMatthew G Knepley#requiresdefine   '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/
153e61d575SJed 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