xref: /petsc/src/mat/impls/aij/seq/makefile (revision dbb450ca0a1bd4568a196678f20f5151425d3a04)
10de55854SLois Curfman McInnesPETSC_DIR = ../../../../..
2b8a66259SBarry Smith
3b8a66259SBarry SmithALL: lib
4b8a66259SBarry Smith
5*dbb450caSBarry SmithCFLAGS   =  $(PETSC_INCLUDE) -I../../.. $(SUPERLU_INCLUDE) \
6b16a3bb1SBarry Smith           $(CONF) -D__DIR__='"mat/impls/aij/seq/"'
7*dbb450caSBarry SmithSOURCEC  = aij.c aijfact.c ij.c superlu.c essl.c
8b8a66259SBarry SmithSOURCEF  =
9f482c248SBarry SmithSOURCEH  = aij.h
10*dbb450caSBarry SmithOBJSC    = aij.o aijfact.o ij.o superlu.o essl.o
11b8a66259SBarry SmithOBJSF    =
12b8a66259SBarry SmithLIBBASE  = libpetscmat
134b828684SBarry SmithDIRS     =
14289bc588SBarry SmithMANSEC   = 2
15b8a66259SBarry Smith
160de55854SLois Curfman McInnesinclude $(PETSC_DIR)/bmake/$(PETSC_ARCH)/$(PETSC_ARCH)
17