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

« back to all changes in this revision

Viewing changes to R/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:
355
355
@HAVE_R_TRUE@   rm -rf $(BUILT_SOURCES) $(QUANTLIB_R_ROOT).cpp *.so *.o $(QUANTLIB_R_ROOT).RData *.Rout
356
356
 
357
357
@HAVE_R_TRUE@$(BUILT_SOURCES): ../SWIG/*.i
358
 
@HAVE_R_TRUE@   $(SWIG) -r -c++ -I../SWIG -o $(QUANTLIB_R_ROOT).cpp quantlib.i
 
358
@HAVE_R_TRUE@   $(SWIG) -r -c++ -o $(QUANTLIB_R_ROOT).cpp ../SWIG/quantlib.i
359
359
 
360
360
dist-hook:
361
361
        mkdir -p $(distdir)/examples