xref: /petsc/src/ts/interface/makefile (revision df8cb225c41499038255de3240f054b567d37e2b)
1*df8cb225SBarry Smith# $Id: makefile,v 1.9 1997/10/12 22:17:09 bsmith Exp bsmith $
2944f0759SBarry Smith
3944f0759SBarry SmithALL: lib
4944f0759SBarry Smith
5c22c1629SBarry SmithCFLAGS   = $(CPPFLAGS) $(CONF) -D__SDIR__='"$(LOCDIR)"'
6*df8cb225SBarry SmithSOURCEC  = ts.c tsreg.c tsregall.c tsfd.c dlregis.c
7944f0759SBarry SmithSOURCEF  =
8944f0759SBarry SmithSOURCEH  =
9*df8cb225SBarry 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
154e627d3aSBarry Smithinclude $(PETSC_DIR)/bmake/$(PETSC_ARCH)/base
16944f0759SBarry Smith
17