xref: /petsc/src/vec/pf/impls/matlab/makefile (revision d1e78c4f2649daee4d31c45b7350b666f6b9ac81)
1d1874862SSatish Balay-include ../../../../../petscdir.mk
2*d1e78c4fSBarry Smith#requiresdefine  'PETSC_HAVE_MATLAB'
3292f8084SBarry Smith
4292f8084SBarry SmithSOURCEC  = cmatlab.c
5292f8084SBarry SmithSOURCEF  =
6292f8084SBarry SmithSOURCEH  =
7292f8084SBarry SmithLIBBASE  = libpetscvec
8292f8084SBarry SmithMANSEC   = Vec
93c9a836dSBarry SmithLOCDIR   = src/vec/pf/impls/matlab/
10292f8084SBarry Smith
11af0996ceSBarry Smithinclude ${PETSC_DIR}/lib/petsc/conf/variables
12af0996ceSBarry Smithinclude ${PETSC_DIR}/lib/petsc/conf/rules
13af0996ceSBarry Smithinclude ${PETSC_DIR}/lib/petsc/conf/test
14292f8084SBarry Smith
15292f8084SBarry Smith
16