1# $Id: makefile,v 1.47 2000/05/08 15:09:50 balay Exp bsmith $ 2 3CFLAGS = 4FFLAGS = 5SOURCEC = 6SOURCEF = 7SOURCEH = petscdraw.h petscis.h petscksp.h petscmat.h petscoptions.h petscpc.h petsc.h petscsys.h \ 8 petscvec.h petscsles.h petscmg.h petscviewer.h petscsnes.h ec.h petscao.h\ 9 petscda.h petsclog.h petschead.h petscerror.h petscts.h \ 10 petscmath.h petscbt.h petscpf.h petscengine.h 11OBJSC = 12OBJSF = 13LIBBASE = libpetscvec 14DIRS = pinclude finclude 15LOCDIR = include/ 16MANSEC = Profiling 17 18include ${PETSC_DIR}/bmake/${PETSC_ARCH}/base 19 20runexamples: 21 22 23 24