xref: /petsc/src/tao/leastsquares/tutorials/matlab/makefile (revision c4762a1b19cd2af06abeed90e8f9d34fb975dd94)
1*c4762a1bSJed Brown
2*c4762a1bSJed Brown# This directory contains access to matlab test problems for the derivative free
3*c4762a1bSJed Brown# least squares solvers.
4*c4762a1bSJed Brown
5*c4762a1bSJed BrownALL:
6*c4762a1bSJed Brown
7*c4762a1bSJed BrownCFLAGS           =
8*c4762a1bSJed BrownFFLAGS           =
9*c4762a1bSJed BrownCPPFLAGS         =
10*c4762a1bSJed BrownFPPFLAGS         =
11*c4762a1bSJed BrownLOCDIR           = src/tao/leastsquares/tutorials/matlab/
12*c4762a1bSJed BrownMANSEC           = Tao
13*c4762a1bSJed BrownEXAMPLESC        = matlab_ls_test.c
14*c4762a1bSJed BrownEXAMPLESF        =
15*c4762a1bSJed BrownEXAMPLESCH       =
16*c4762a1bSJed BrownEXAMPLESFH       =
17*c4762a1bSJed BrownEXAMPLESMATLAB   = TestingInitialize.m TestingFinalize.m ProblemInitialize.m ProblemFinalize.m
18*c4762a1bSJed BrownDIRS             =
19*c4762a1bSJed Brown
20*c4762a1bSJed Browninclude ${PETSC_DIR}/lib/petsc/conf/variables
21*c4762a1bSJed Browninclude ${PETSC_DIR}/lib/petsc/conf/rules
22*c4762a1bSJed Browninclude ${PETSC_DIR}/lib/petsc/conf/test
23*c4762a1bSJed Brown
24