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