xref: /petsc/src/mat/impls/aij/seq/makefile (revision d77bb2e1bd18432b9760a5a427628540258117e0)
1*d77bb2e1SSatish Balay# $Id: makefile,v 1.35 1997/09/10 18:47:04 balay Exp balay $
2b8a66259SBarry Smith
3b8a66259SBarry SmithALL: lib
4b8a66259SBarry Smith
5*d77bb2e1SSatish BalayCFLAGS   = ${CPPFLAGS} ${CONF} -D__SDIR__='"${LOCDIR}"'
6639f9d9dSBarry SmithSOURCEC  = aij.c aijfact.c ij.c essl.c dxml.c aijnode.c fdaij.c
7b8a66259SBarry SmithSOURCEF  =
8f482c248SBarry SmithSOURCEH  = aij.h
9639f9d9dSBarry SmithOBJSC    = aij.o aijfact.o ij.o essl.o dxml.o aijnode.o fdaij.o
10b8a66259SBarry SmithOBJSF    =
11b8a66259SBarry SmithLIBBASE  = libpetscmat
124b828684SBarry SmithDIRS     =
13289bc588SBarry SmithMANSEC   = 2
144f312a90SBarry SmithLOCDIR   = src/mat/impls/aij/seq/
15b8a66259SBarry Smith
16*d77bb2e1SSatish Balayinclude ${PETSC_DIR}/bmake/${PETSC_ARCH}/base
17