Ignore:
Timestamp:
Dec 26, 2007 5:19:28 PM (16 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/examples/app-fermi/fortran/Makefile.in

    r489 r833  
    1717
    1818fermi: fermi.f
    19         if test "`uname`" == "Darwin"; then \
     19        @if test "`uname`" == "Darwin"; then \
    2020                $(F77) -g -L$(LIB_DIR) -lrappture -lscew -o $@ $< ;\
    2121        else \
Note: See TracChangeset for help on using the changeset viewer.