xref: /petsc/src/ts/interface/makefile (revision c22c1629481194c99a86863bb849ecc572dbc609)
16a67db7eSSatish Balay#PETSC_DIR = ../../..
2944f0759SBarry Smith
3944f0759SBarry SmithALL: lib
4944f0759SBarry Smith
5*c22c1629SBarry SmithCFLAGS   = $(CPPFLAGS) $(CONF) -D__SDIR__='"$(LOCDIR)"'
68b1af7b3SBarry SmithSOURCEC  = ts.c tsreg.c tsregall.c
7944f0759SBarry SmithSOURCEF  =
8944f0759SBarry SmithSOURCEH  =
98b1af7b3SBarry SmithOBJSC    = ts.o tsreg.o tsregall.o
10944f0759SBarry SmithOBJSF    =
118b1af7b3SBarry SmithLIBBASE  = libpetscts
128b1af7b3SBarry SmithMANSEC   = t
138b1af7b3SBarry SmithLOCDIR   = src/ts/interface/
14944f0759SBarry Smith
154e627d3aSBarry Smithinclude $(PETSC_DIR)/bmake/$(PETSC_ARCH)/base
16944f0759SBarry Smith
17