1# $Id: makefile,v 1.32 2001/08/22 18:01:28 balay Exp $ 2 3ALL: lib 4 5CFLAGS = 6FFLAGS = 7SOURCEC = mg.c fmg.c smg.c mgfunc.c 8SOURCEF = 9SOURCEH = mgimpl.h ../../../../../include/petscmg.h 10OBJSC = mg.o fmg.o smg.o mgfunc.o 11OBJSF = 12LIBBASE = libpetscksp 13MANSEC = PC 14LOCDIR = src/ksp/pc/impls/mg/ 15 16include ${PETSC_DIR}/bmake/common/base 17include ${PETSC_DIR}/bmake/common/test 18