xref: /petsc/src/vec/pf/impls/matlab/makefile (revision 2423ceccb24e7c4e920586461c18d276a9f3c5ae)
1292f8084SBarry Smith
2909a696eSBarry Smith#requirespackage  'PETSC_HAVE_MATLAB_ENGINE'
3292f8084SBarry Smith#requiresscalar real
49aced7aeSSatish 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
19*2423ceccSBarry Smithinclude ${PETSC_DIR}/conf/base
20*2423ceccSBarry Smithinclude ${PETSC_DIR}/conf/test
21292f8084SBarry Smith
22292f8084SBarry Smith
23