1# $Id: makefile,v 1.8 2001/08/22 18:01:58 balay Exp $ 2 3ALL: lib 4 5#requiresscalar real 6 7CFLAGS = 8FFLAGS = 9SOURCEC = snesmfj2.c snesnoise.c 10SOURCEF = 11SOURCEH = 12OBJSC = snesmfj2.o snesnoise.o 13OBJSF = 14DIRS = fnoise 15LIBBASE = libpetscsnes 16MANSEC = SNES 17LOCDIR = src/snes/interface/noise 18 19include ${PETSC_DIR}/bmake/common/base 20include ${PETSC_DIR}/bmake/common/test 21 22