xref: /petsc/src/vec/makefile (revision 4e627d3a034d8dbe6c0b444d105a274c665112f3)
10de55854SLois Curfman McInnesPETSC_DIR = ../..
2aa2ab745SBarry Smith
3aa2ab745SBarry SmithALL: lib
4aa2ab745SBarry Smith
555659b69SBarry SmithCFLAGS   =  -I$(PETSC_DIR)/include -I.. -I$(PETSC_DIR) $(CONF) $(PCONF)
6aa2ab745SBarry SmithSOURCEC  =
7aa2ab745SBarry SmithSOURCEF  =
8f482c248SBarry SmithSOURCEH  = vecimpl.h
9aa2ab745SBarry SmithOBJSC    =
10aa2ab745SBarry SmithOBJSF    =
11aa2ab745SBarry SmithLIBBASE  = libpetscvec
1262343b6aSBarry SmithDIRS     = utils interface impls  examples
13aa2ab745SBarry Smith
14*4e627d3aSBarry Smithinclude $(PETSC_DIR)/bmake/$(PETSC_ARCH)/base
15c6a45a97SBarry Smith
16