xref: /petsc/src/mat/impls/shell/makefile (revision 20563c6b1ea7b82b48c81bbd22ce9170a8c92d3b)
1*20563c6bSBarry SmithITOOLSDIR = ../../../../
2e51e0e81SBarry Smith
3e51e0e81SBarry SmithALL: lib
4e51e0e81SBarry Smith
5e51e0e81SBarry SmithCFLAGS   = $(OPT) $(INCLUDEDIRS) -I$(ITOOLSDIR)/pinclude \
6*20563c6bSBarry Smith           -I../..   $(CONF)
7*20563c6bSBarry SmithSOURCEC  = shell.c
8e51e0e81SBarry SmithSOURCEF  =
9*20563c6bSBarry SmithWSOURCEC = shellf.c
10e51e0e81SBarry SmithSOURCEH  =
11*20563c6bSBarry SmithOBJSC    = shell.o
12*20563c6bSBarry SmithWOBJS    = shellf.o
13e51e0e81SBarry SmithOBJSF    =
14e51e0e81SBarry SmithLIBBASE  = libpetscmat
15e51e0e81SBarry SmithLINCLUDE = $(SOURCEH)
16e51e0e81SBarry SmithMANSEC   = 2
17e51e0e81SBarry Smith
18e51e0e81SBarry Smithinclude $(ITOOLSDIR)/bmake/$(PARCH)/$(PARCH)
19