xref: /petsc/src/mat/impls/aij/seq/makefile (revision 6a67db7e1512b5d9ff9ba8f94e48d05f0a9eae3d)
1*6a67db7eSSatish Balay#PETSC_DIR = ../../../../..
2b8a66259SBarry Smith
3b8a66259SBarry SmithALL: lib
4b8a66259SBarry Smith
5006c65c2SSatish BalayCFLAGS   = $(CPPFLAGS) $(CONF) -D__DIR__='"$(LOCDIR)"' \
670f55243SBarry Smith	   $(SUPERLU_INCLUDE)
7fc85da2cSBarry SmithSOURCEC  = aij.c aijfact.c ij.c essl.c dxml.c aijnode.c
8b8a66259SBarry SmithSOURCEF  =
9f482c248SBarry SmithSOURCEH  = aij.h
10fc85da2cSBarry 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
174e627d3aSBarry Smithinclude $(PETSC_DIR)/bmake/$(PETSC_ARCH)/base
18