xref: /petsc/src/ts/interface/makefile (revision d77bb2e1bd18432b9760a5a427628540258117e0)
1*d77bb2e1SSatish Balay# $Id: makefile,v 1.10 1998/01/17 17:38:11 bsmith Exp balay $
2944f0759SBarry Smith
3944f0759SBarry SmithALL: lib
4944f0759SBarry Smith
5*d77bb2e1SSatish BalayCFLAGS   = ${CPPFLAGS} ${CONF} -D__SDIR__='"${LOCDIR}"'
6df8cb225SBarry SmithSOURCEC  = ts.c tsreg.c tsregall.c tsfd.c dlregis.c
7944f0759SBarry SmithSOURCEF  =
8944f0759SBarry SmithSOURCEH  =
9df8cb225SBarry SmithOBJSC    = ts.o tsreg.o tsregall.o tsfd.o dlregis.o
10944f0759SBarry SmithOBJSF    =
118b1af7b3SBarry SmithLIBBASE  = libpetscts
128b1af7b3SBarry SmithMANSEC   = t
138b1af7b3SBarry SmithLOCDIR   = src/ts/interface/
14944f0759SBarry Smith
15*d77bb2e1SSatish Balayinclude ${PETSC_DIR}/bmake/${PETSC_ARCH}/base
16944f0759SBarry Smith
17