Changeset 2709 for trunk/lang


Ignore:
Timestamp:
Nov 29, 2011, 6:42:58 PM (13 years ago)
Author:
dkearney
Message:

adding R bindings with app-fermi example.

Location:
trunk/lang
Files:
22 added
2 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lang/Makefile.in

    r2298 r2709  
    2020PYTHON          = @PYTHON_DISTUTILS@
    2121MEX             = @MEX@
    22 OCTAVE          = @OCTAVE_VERSION@
    23 JAVAC           = @JAVAC@
     22OCTAVE          = @OCTAVE_VERSION@
     23JAVAC           = @JAVAC@
     24R               = @R@
    2425
    2526# Rappture requires it. We always build a Tcl language API.
     
    4445  LANGS += java
    4546endif
     47ifneq ($(R),)
     48  LANGS += R
     49endif
    4650
    47 .PHONY: tcl octave matlab perl python ruby java
     51.PHONY: tcl octave matlab perl python ruby java R
    4852
    4953all:
Note: See TracChangeset for help on using the changeset viewer.