xref: /petsc/src/mat/impls/shell/makefile (revision f0479e8c2158d05ab5c06def5bd82110ef658075)
120563c6bSBarry SmithITOOLSDIR = ../../../../
2e51e0e81SBarry Smith
3e51e0e81SBarry SmithALL: lib
4e51e0e81SBarry Smith
5e51e0e81SBarry SmithCFLAGS   = $(OPT) $(INCLUDEDIRS) -I$(ITOOLSDIR)/pinclude \
6*f0479e8cSBarry Smith           -I../..   $(CONF) -D__DIR__='"mat/impls/shell/"'
720563c6bSBarry SmithSOURCEC  = shell.c
8e51e0e81SBarry SmithSOURCEF  =
920563c6bSBarry SmithWSOURCEC = shellf.c
10e51e0e81SBarry SmithSOURCEH  =
1120563c6bSBarry SmithOBJSC    = shell.o
1220563c6bSBarry SmithWOBJS    = shellf.o
13e51e0e81SBarry SmithOBJSF    =
14e51e0e81SBarry SmithLIBBASE  = libpetscmat
15e51e0e81SBarry SmithLINCLUDE = $(SOURCEH)
16e51e0e81SBarry SmithMANSEC   = 2
17e51e0e81SBarry Smith
18c6a45a97SBarry Smithrunexamples:
19c6a45a97SBarry Smith
20e51e0e81SBarry Smithinclude $(ITOOLSDIR)/bmake/$(PARCH)/$(PARCH)
21