1# $Id: makefile,v 1.8 1997/08/22 15:16:35 bsmith Exp bsmith $ 2 3ALL: lib 4 5CFLAGS = $(CPPFLAGS) $(CONF) -D__SDIR__='"$(LOCDIR)"' 6SOURCEC = ts.c tsreg.c tsregall.c tsfd.c 7SOURCEF = 8SOURCEH = 9OBJSC = ts.o tsreg.o tsregall.o tsfd.o 10OBJSF = 11LIBBASE = libpetscts 12MANSEC = t 13LOCDIR = src/ts/interface/ 14 15include $(PETSC_DIR)/bmake/$(PETSC_ARCH)/base 16 17