xref: /petsc/src/mat/impls/shell/makefile (revision aed3d14382186f497390411135bddfb1af965806)
1*aed3d143SBarry SmithIPETSCDIR = ../../../..
2e51e0e81SBarry Smith
3e51e0e81SBarry SmithALL: lib
4e51e0e81SBarry Smith
56b5873e3SBarry SmithCFLAGS   = $(OPT) $(INCLUDEDIRS) -I$(IPETSCDIR)/pinclude \
6f0479e8cSBarry Smith           -I../..   $(CONF) -D__DIR__='"mat/impls/shell/"'
720563c6bSBarry SmithSOURCEC  = shell.c
8e51e0e81SBarry SmithSOURCEF  =
9*aed3d143SBarry SmithWSOURCE = shellf.c
10e51e0e81SBarry SmithSOURCEH  =
1120563c6bSBarry SmithOBJSC    = shell.o
1220563c6bSBarry SmithWOBJS    = shellf.o
13e51e0e81SBarry SmithOBJSF    =
14e51e0e81SBarry SmithLIBBASE  = libpetscmat
15e51e0e81SBarry SmithMANSEC   = 2
16e51e0e81SBarry Smith
177857610eSBarry Smithinclude $(IPETSCDIR)/bmake/$(PETSC_ARCH)/$(PETSC_ARCH)
18