Changeset 498 for trunk/src/matlab


Ignore:
Timestamp:
Jul 30, 2006 10:12:56 AM (18 years ago)
Author:
dkearney
Message:

added checks for matlab's mex compiler and octave's mkoctfile
added hooks for mex and mkoctfile inside src's makefile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/matlab/Makefile.in

    r489 r498  
    1414# define our compiling environment
    1515#
    16 MEX             = mex
     16MEX             = @MEX@
    1717
    1818# define our directories
Note: See TracChangeset for help on using the changeset viewer.