xref: /petsc/src/vec/pf/impls/matlab/makefile (revision 9aced7ae0a5314466f624b8bbe2f0c2d279ffaad)
1292f8084SBarry Smith
2292f8084SBarry Smith#requirespackage  'PETSC_HAVE_MATLAB'
3292f8084SBarry Smith#requiresscalar real
4*9aced7aeSSatish Balay#requiresprecision  double
5292f8084SBarry Smith
6292f8084SBarry SmithALL: lib
7292f8084SBarry Smith
8292f8084SBarry SmithCFLAGS   =
9292f8084SBarry SmithFFLAGS   =
10292f8084SBarry SmithSOURCEC  = cmatlab.c
11292f8084SBarry SmithSOURCEF  =
12292f8084SBarry SmithSOURCEH  =
13292f8084SBarry SmithOBJSC    = cmatlab.o
14292f8084SBarry SmithOBJSF    =
15292f8084SBarry SmithLIBBASE  = libpetscvec
16292f8084SBarry SmithMANSEC   = Vec
173c9a836dSBarry SmithLOCDIR   = src/vec/pf/impls/matlab/
18292f8084SBarry Smith
19292f8084SBarry Smithinclude ${PETSC_DIR}/bmake/common/base
20292f8084SBarry Smithinclude ${PETSC_DIR}/bmake/common/test
21292f8084SBarry Smith
22292f8084SBarry Smith
23