xref: /petsc/src/mat/impls/dense/seq/makefile (revision d77bb2e1bd18432b9760a5a427628540258117e0)
1*d77bb2e1SSatish Balay# $Id: makefile,v 1.24 1997/09/10 18:47:23 balay Exp balay $
2289bc588SBarry Smith
3289bc588SBarry SmithALL: lib
4289bc588SBarry Smith
5*d77bb2e1SSatish BalayCFLAGS   = ${CPPFLAGS} ${CONF} -D__SDIR__='"${LOCDIR}"'
6289bc588SBarry SmithSOURCEC  = dense.c
7289bc588SBarry SmithSOURCEF  =
849da0ad1SLois Curfman McInnesSOURCEH  = dense.h
9289bc588SBarry SmithOBJSC    = dense.o
10289bc588SBarry SmithOBJSF    =
11289bc588SBarry SmithLIBBASE  = libpetscmat
12289bc588SBarry SmithMANSEC   = 2
134f312a90SBarry SmithLOCDIR   = src/mat/impls/dense/seq/
14289bc588SBarry Smith
15*d77bb2e1SSatish Balayinclude ${PETSC_DIR}/bmake/${PETSC_ARCH}/base
16