Changeset 498 for trunk/src


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

Location:
trunk/src
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/Makefile.in

    r491 r498  
    2424DEBUG_PLUS      = -g -DDEBUG
    2525# PY              = $(RP_INSTALL_BASE)/bin/python
    26 PY              = python
    27 MEX             = mex
    28 OCT             = mkoctfile
     26PY              = @PYTHON@
     27MEX             = @MEX@
     28OCT             = @MKOCTFILE@
    2929LN              = ln
    3030
  • trunk/src/matlab/Makefile.in

    r489 r498  
    1414# define our compiling environment
    1515#
    16 MEX             = mex
     16MEX             = @MEX@
    1717
    1818# define our directories
  • trunk/src/octave/Makefile.in

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