xref: /petsc/src/ts/interface/makefile (revision 8b1af7b3d7ce1298a43af33cb6c2e0c485b769e8)
1944f0759SBarry SmithPETSC_DIR = ../../..
2944f0759SBarry Smith
3944f0759SBarry SmithALL: lib
4944f0759SBarry Smith
5944f0759SBarry SmithCFLAGS   = $(PETSC_INCLUDE) -I..  $(PCONF) \
6*8b1af7b3SBarry Smith           $(CONF) -D__DIR__='"ts/interface/"'
7*8b1af7b3SBarry SmithSOURCEC  = ts.c tsreg.c tsregall.c
8944f0759SBarry SmithSOURCEF  =
9944f0759SBarry SmithSOURCEH  =
10*8b1af7b3SBarry SmithOBJSC    = ts.o tsreg.o tsregall.o
11944f0759SBarry SmithOBJSF    =
12*8b1af7b3SBarry SmithLIBBASE  = libpetscts
13*8b1af7b3SBarry SmithMANSEC   = t
14*8b1af7b3SBarry SmithLOCDIR   = src/ts/interface/
15944f0759SBarry Smith
16944f0759SBarry Smithinclude $(PETSC_DIR)/bmake/$(PETSC_ARCH)/$(PETSC_ARCH)
17944f0759SBarry Smith
18