1# $Id: makefile,v 1.19 2001/08/22 18:02:18 balay Exp $ 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 = TS 14LOCDIR = src/ts/interface/ 15 16include ${PETSC_DIR}/bmake/common/base 17include ${PETSC_DIR}/bmake/common/test 18 19