Changeset 1722 for trunk/lang


Ignore:
Timestamp:
May 19, 2010, 1:47:39 PM (14 years ago)
Author:
braffert
Message:

Added java bindings

Location:
trunk/lang
Files:
8 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lang/Makefile.in

    r1087 r1722  
    2121MEX             = @MEX@
    2222MKOCTFILE       = @MKOCTFILE@
     23JAVA            = @JAVA@
    2324
    2425# Rappture requires it. We always build a Tcl language API.
     
    4041  LANGS += octave
    4142endif
     43ifneq ($(JAVA),)
     44  LANGS += java
     45endif
    4246
    43 .PHONY: tcl octave matlab perl python ruby
     47.PHONY: tcl octave matlab perl python ruby java
    4448
    4549all:
Note: See TracChangeset for help on using the changeset viewer.