xref: /petsc/src/mat/impls/aij/seq/makefile (revision 639f9d9dbbc54d6ac4e42e98283c540b41bb2cee)
16a67db7eSSatish Balay#PETSC_DIR = ../../../../..
2b8a66259SBarry Smith
3b8a66259SBarry SmithALL: lib
4b8a66259SBarry Smith
5006c65c2SSatish BalayCFLAGS   = $(CPPFLAGS) $(CONF) -D__DIR__='"$(LOCDIR)"' \
670f55243SBarry Smith	   $(SUPERLU_INCLUDE)
7*639f9d9dSBarry SmithSOURCEC  = aij.c aijfact.c ij.c essl.c dxml.c aijnode.c fdaij.c
8b8a66259SBarry SmithSOURCEF  =
9f482c248SBarry SmithSOURCEH  = aij.h
10*639f9d9dSBarry SmithOBJSC    = aij.o aijfact.o ij.o essl.o dxml.o aijnode.o fdaij.o
11b8a66259SBarry SmithOBJSF    =
12b8a66259SBarry SmithLIBBASE  = libpetscmat
134b828684SBarry SmithDIRS     =
14289bc588SBarry SmithMANSEC   = 2
154f312a90SBarry SmithLOCDIR   = src/mat/impls/aij/seq/
16b8a66259SBarry Smith
174e627d3aSBarry Smithinclude $(PETSC_DIR)/bmake/$(PETSC_ARCH)/base
18