xref: /petsc/src/mat/impls/aij/seq/makefile (revision aed3d14382186f497390411135bddfb1af965806)
1*aed3d143SBarry SmithIPETSCDIR = ../../../../..
2b8a66259SBarry Smith
3b8a66259SBarry SmithALL: lib
4b8a66259SBarry Smith
5289bc588SBarry SmithCFLAGS   = $(OPT) $(INCLUDEDIRS) -I../../.. \
66b5873e3SBarry Smith           -I$(IPETSCDIR)/pinclude $(CONF) -D__DIR__='"mat/impls/aij/seq/"'
78b9d8d45SLois Curfman McInnesSOURCEC  = aij.c aijfact.c ij.c
8b8a66259SBarry SmithSOURCEF  =
9*aed3d143SBarry SmithWSOURCE =
10f482c248SBarry SmithSOURCEH  = aij.h
118b9d8d45SLois Curfman McInnesOBJSC    = aij.o aijfact.o ij.o
12b8a66259SBarry SmithWOBJS    =
13b8a66259SBarry SmithOBJSF    =
14b8a66259SBarry SmithLIBBASE  = libpetscmat
158c37ef55SBarry SmithDIRS     = order
16289bc588SBarry SmithMANSEC   = 2
17b8a66259SBarry Smith
183f622320SBarry Smithinclude $(IPETSCDIR)/bmake/$(PETSC_ARCH)/$(PETSC_ARCH)
19