1# $Id: makefile,v 1.13 1998/06/12 21:34:44 balay Exp balay $ 2 3ALL: lib 4 5CFLAGS = 6FFLAGS = 7SOURCEC = ts.c tsreg.c tsregall.c tsfd.c dlregis.c 8SOURCEF = 9SOURCEH = 10OBJSC = ts.o tsreg.o tsregall.o tsfd.o dlregis.o 11OBJSF = 12LIBBASE = libpetscts 13MANSEC = t 14LOCDIR = src/ts/interface/ 15 16include ${PETSC_DIR}/bmake/${PETSC_ARCH}/base 17 18