xref: /petsc/src/vec/pf/impls/matlab/makefile (revision af0996ce37bc06907c37d8d91773840993d61e62)
1292f8084SBarry Smith
264779880SMatthew 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 SmithLIBBASE  = libpetscvec
14292f8084SBarry SmithMANSEC   = Vec
153c9a836dSBarry SmithLOCDIR   = src/vec/pf/impls/matlab/
16292f8084SBarry Smith
17*af0996ceSBarry Smithinclude ${PETSC_DIR}/lib/petsc/conf/variables
18*af0996ceSBarry Smithinclude ${PETSC_DIR}/lib/petsc/conf/rules
19*af0996ceSBarry Smithinclude ${PETSC_DIR}/lib/petsc/conf/test
20292f8084SBarry Smith
21292f8084SBarry Smith
22