Changeset 833 for trunk/Makefile.in


Ignore:
Timestamp:
Dec 26, 2007 5:19:28 PM (17 years ago)
Author:
dkearney
Message:

updated configure to allow user to compile with or without perl, python, octave, matlab
updated makefiles in examples dir to keep it quiet during compilation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile.in

    r719 r833  
    135135install_perl: build_perl
    136136        @if test "x@PERL@" != "x" ; then \
    137                 cd perl; \
    138                 make install; \
     137                make -C perl install; \
    139138        fi
    140139
Note: See TracChangeset for help on using the changeset viewer.