xref: /petsc/src/mat/impls/aij/seq/makefile (revision b16a3bb15a65da75afb90758415d4d6dfcaf0620)
1aed3d143SBarry SmithIPETSCDIR = ../../../../..
2b8a66259SBarry Smith
3b8a66259SBarry SmithALL: lib
4b8a66259SBarry Smith
5c01c455dSBarry SmithCFLAGS   = $(OPT) $(PETSC_INCLUDE) -I../../.. \
6*b16a3bb1SBarry 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
138c37ef55SBarry SmithDIRS     = order
14289bc588SBarry SmithMANSEC   = 2
15b8a66259SBarry Smith
163f622320SBarry Smithinclude $(IPETSCDIR)/bmake/$(PETSC_ARCH)/$(PETSC_ARCH)
17