Changeset 498 for trunk/src/Makefile.in


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/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
Note: See TracChangeset for help on using the changeset viewer.