xref: /petsc/src/ts/trajectory/interface/makefile (revision bc952696eb61be435668d699a04c8412c951724e)
1*bc952696SBarry Smith
2*bc952696SBarry SmithALL: lib
3*bc952696SBarry Smith
4*bc952696SBarry SmithSOURCEC  = traj.c
5*bc952696SBarry SmithSOURCEH  =
6*bc952696SBarry SmithDIRS     =
7*bc952696SBarry SmithLOCDIR   = src/ts/interface
8*bc952696SBarry SmithMANSEC   = TS
9*bc952696SBarry Smith
10*bc952696SBarry Smithinclude ${PETSC_DIR}/conf/variables
11*bc952696SBarry Smithinclude ${PETSC_DIR}/conf/rules
12*bc952696SBarry Smithinclude ${PETSC_DIR}/conf/test
13*bc952696SBarry Smith
14