xref: /petsc/src/vec/pf/impls/matlab/makefile (revision 647798804180922dfb980ca29d2b49fa46af1416)
1292f8084SBarry Smith
2*64779880SMatthew G Knepley#requiresdefine  '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
19da93591fSBarry Smithinclude ${PETSC_DIR}/conf/variables
20da93591fSBarry Smithinclude ${PETSC_DIR}/conf/rules
212423ceccSBarry Smithinclude ${PETSC_DIR}/conf/test
22292f8084SBarry Smith
23292f8084SBarry Smith
24