1944f0759SBarry SmithPETSC_DIR = ../../.. 2944f0759SBarry Smith 3944f0759SBarry SmithALL: lib 4944f0759SBarry Smith 5944f0759SBarry SmithCFLAGS = $(PETSC_INCLUDE) -I.. $(PCONF) \ 68b1af7b3SBarry Smith $(CONF) -D__DIR__='"ts/interface/"' 78b1af7b3SBarry SmithSOURCEC = ts.c tsreg.c tsregall.c 8944f0759SBarry SmithSOURCEF = 9944f0759SBarry SmithSOURCEH = 108b1af7b3SBarry SmithOBJSC = ts.o tsreg.o tsregall.o 11944f0759SBarry SmithOBJSF = 128b1af7b3SBarry SmithLIBBASE = libpetscts 138b1af7b3SBarry SmithMANSEC = t 148b1af7b3SBarry SmithLOCDIR = src/ts/interface/ 15944f0759SBarry Smith 16*4e627d3aSBarry Smithinclude $(PETSC_DIR)/bmake/$(PETSC_ARCH)/base 17944f0759SBarry Smith 18