xref: /petsc/src/vec/makefile (revision 62343b6a693750e5c62183ed1d2cb3118cd5c875)
1aed3d143SBarry SmithIPETSCDIR = ../..
2aa2ab745SBarry Smith
3aa2ab745SBarry SmithALL: lib
4aa2ab745SBarry Smith
56b5873e3SBarry SmithCFLAGS   = $(OPT) -I$(IPETSCDIR)/include -I.. -I$(IPETSCDIR) $(CONF)
6aa2ab745SBarry SmithSOURCEC  =
7aa2ab745SBarry SmithSOURCEF  =
8f482c248SBarry SmithSOURCEH  = vecimpl.h
9aa2ab745SBarry SmithOBJSC    =
10aa2ab745SBarry SmithOBJSF    =
11aa2ab745SBarry SmithLIBBASE  = libpetscvec
12*62343b6aSBarry SmithDIRS     = utils interface impls  examples
13aa2ab745SBarry Smith
144a67a32fSLois Curfman McInnesinclude $(IPETSCDIR)/bmake/$(PETSC_ARCH)/$(PETSC_ARCH)
15c6a45a97SBarry Smith
16