xref: /petsc/src/mat/impls/aij/seq/crl/makefile (revision 2423ceccb24e7c4e920586461c18d276a9f3c5ae)
181824310SBarry SmithALL: lib
281824310SBarry Smith
381824310SBarry SmithCFLAGS   =
481824310SBarry SmithFFLAGS   =
581824310SBarry SmithSOURCEC  = crl.c
681824310SBarry SmithSOURCEF  =
781824310SBarry SmithSOURCEH  =
881824310SBarry SmithOBJSC    = crl.o
981824310SBarry SmithOBJSF    =
1081824310SBarry SmithLIBBASE  = libpetscmat
1181824310SBarry SmithDIRS     =
1281824310SBarry SmithMANSEC   = Mat
1381824310SBarry SmithLOCDIR   = src/mat/impls/aij/seq/crl/
1481824310SBarry Smith
15*2423ceccSBarry Smithinclude ${PETSC_DIR}/conf/base
16*2423ceccSBarry Smithinclude ${PETSC_DIR}/conf/test
17