xref: /petsc/src/mat/impls/aij/seq/makefile (revision fc85da2c0a2de7655714f248bf1386afb3ce64e6)
10de55854SLois Curfman McInnesPETSC_DIR = ../../../../..
2b8a66259SBarry Smith
3b8a66259SBarry SmithALL: lib
4b8a66259SBarry Smith
5dbb450caSBarry SmithCFLAGS   =  $(PETSC_INCLUDE) -I../../.. $(SUPERLU_INCLUDE) \
608480c60SBarry Smith           $(CONF) -D__DIR__='"mat/impls/aij/seq/"' $(PCONF)
7*fc85da2cSBarry SmithSOURCEC  = aij.c aijfact.c ij.c essl.c dxml.c aijnode.c
8b8a66259SBarry SmithSOURCEF  =
9f482c248SBarry SmithSOURCEH  = aij.h
10*fc85da2cSBarry SmithOBJSC    = aij.o aijfact.o ij.o essl.o dxml.o aijnode.o
11b8a66259SBarry SmithOBJSF    =
12b8a66259SBarry SmithLIBBASE  = libpetscmat
134b828684SBarry SmithDIRS     =
14289bc588SBarry SmithMANSEC   = 2
154f312a90SBarry SmithLOCDIR   = src/mat/impls/aij/seq/
16b8a66259SBarry Smith
170de55854SLois Curfman McInnesinclude $(PETSC_DIR)/bmake/$(PETSC_ARCH)/$(PETSC_ARCH)
18