xref: /petsc/src/mat/impls/aij/seq/makefile (revision 4b82868493c9edf03354b51660eb8724ac562bee)
1aed3d143SBarry SmithIPETSCDIR = ../../../../..
2b8a66259SBarry Smith
3b8a66259SBarry SmithALL: lib
4b8a66259SBarry Smith
5*4b828684SBarry SmithCFLAGS   =  $(PETSC_INCLUDE) -I../../.. \
6b16a3bb1SBarry Smith           $(CONF) -D__DIR__='"mat/impls/aij/seq/"'
78b9d8d45SLois Curfman McInnesSOURCEC  = aij.c aijfact.c ij.c
8b8a66259SBarry SmithSOURCEF  =
9f482c248SBarry SmithSOURCEH  = aij.h
108b9d8d45SLois Curfman McInnesOBJSC    = aij.o aijfact.o ij.o
11b8a66259SBarry SmithOBJSF    =
12b8a66259SBarry SmithLIBBASE  = libpetscmat
13*4b828684SBarry SmithDIRS     =
14289bc588SBarry SmithMANSEC   = 2
15b8a66259SBarry Smith
163f622320SBarry Smithinclude $(IPETSCDIR)/bmake/$(PETSC_ARCH)/$(PETSC_ARCH)
17