1-include ../../../../../petscdir.mk
2ALL: lib
3
4CFLAGS   =
5FFLAGS   =
6SOURCEC  = cg.c cgeig.c cgtype.c cgls.c
7SOURCEF  =
8SOURCEH  = cgimpl.h
9LIBBASE  = libpetscksp
10DIRS     = cgne gltr nash stcg pipecg pipecgrr groppcg pipelcg pipeprcg pipecg2
11MANSEC   = KSP
12LOCDIR   = src/ksp/ksp/impls/cg/
13
14include ${PETSC_DIR}/lib/petsc/conf/variables
15include ${PETSC_DIR}/lib/petsc/conf/rules
16include ${PETSC_DIR}/lib/petsc/conf/test
17