1# $Id: makefile,v 1.16 2001/08/22 18:02:23 balay Exp $ 2 3ALL: lib 4 5CFLAGS = 6FFLAGS = 7SOURCEC = posindep.c 8SOURCEF = 9SOURCEH = 10OBJSC = posindep.o 11OBJSF = 12LIBBASE = libpetscts 13MANSEC = TS 14LOCDIR = src/ts/impls/pseudo/ 15 16include ${PETSC_DIR}/bmake/common/base 17include ${PETSC_DIR}/bmake/common/test 18 19