~ubuntu-branches/ubuntu/vivid/quantlib-swig/vivid

« back to all changes in this revision

Viewing changes to Java/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Dirk Eddelbuettel
  • Date: 2009-12-03 17:01:53 UTC
  • mfrom: (1.1.9 upstream) (2.1.6 sid)
  • Revision ID: james.westby@ubuntu.com-20091203170153-x5yrwybjsl2q11vw
* New upstream release

* debian/control: Updated Standards-Version: to current value

Show diffs side-by-side

added added

removed removed

Lines of Context:
356
356
@HAVE_JAVA_TRUE@        $(JAVAC) -source 1.5 -cp QuantLib.jar examples/EquityOptions.java
357
357
 
358
358
quantlib_wrap.cpp: org/quantlib ../SWIG/*.i
359
 
        $(SWIG) -java -c++ -I../SWIG -outdir org/quantlib \
360
 
            -package org.quantlib -o quantlib_wrap.cpp quantlib.i
 
359
        $(SWIG) -java -c++ -outdir org/quantlib \
 
360
            -package org.quantlib -o quantlib_wrap.cpp ../SWIG/quantlib.i
361
361
 
362
362
org/quantlib:
363
363
        mkdir -p org/quantlib