xref: /petsc/src/sys/utils/ftn-kernels/makefile (revision 40eeca1449abe8fbf626bf991a580a70930a6a67)
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
12be7314b0SBarry SmithLIBBASE  = libpetsc
13be7314b0SBarry SmithMANSEC   = Sys
14*40eeca14SSatish BalayLOCDIR   = src/sys/utils/ftn-kernels/
15be7314b0SBarry SmithDIRS     = bgl
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