xref: /petsc/src/mat/impls/aij/seq/makefile (revision b8a66259d7a908f944e5d80e309fde809de60653)
1*b8a66259SBarry SmithITOOLSDIR = ../../../../
2*b8a66259SBarry Smith
3*b8a66259SBarry SmithALL: lib
4*b8a66259SBarry Smith
5*b8a66259SBarry SmithCFLAGS   = $(OPT) -I$(ITOOLSDIR)  -I$(ITOOLSDIR)/include -I../../.. \
6*b8a66259SBarry Smith           -I$(ITOOLSDIR)/pinclude $(CONF)
7*b8a66259SBarry SmithSOURCEC  = aij.c
8*b8a66259SBarry SmithSOURCEF  =
9*b8a66259SBarry SmithWSOURCEC =
10*b8a66259SBarry SmithSOURCEH  =
11*b8a66259SBarry SmithOBJSC    = aij.o
12*b8a66259SBarry SmithWOBJS    =
13*b8a66259SBarry SmithOBJSF    =
14*b8a66259SBarry SmithLIBBASE  = libpetscmat
15*b8a66259SBarry SmithLINCLUDE = $(SOURCEH)
16*b8a66259SBarry Smith
17*b8a66259SBarry Smithinclude $(ITOOLSDIR)/bmake/$(ARCH).site
18*b8a66259SBarry Smithinclude $(ITOOLSDIR)/bmake/$(ARCH).$(BOPT)
19*b8a66259SBarry Smithinclude $(ITOOLSDIR)/bmake/$(ARCH)
20