xref: /petsc/src/mat/impls/shell/makefile (revision 6b5873e37b549cc139dbd34cfb32e6aff4f310b3)
1*6b5873e3SBarry SmithIPETSCDIR = ../../../../
2e51e0e81SBarry Smith
3e51e0e81SBarry SmithALL: lib
4e51e0e81SBarry Smith
5*6b5873e3SBarry SmithCFLAGS   = $(OPT) $(INCLUDEDIRS) -I$(IPETSCDIR)/pinclude \
6f0479e8cSBarry 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
20*6b5873e3SBarry Smithinclude $(IPETSCDIR)/bmake/$(PARCH)/$(PARCH)
21