~ubuntu-branches/ubuntu/trusty/lme4/trusty

« back to all changes in this revision

Viewing changes to src/Makevars.win

  • Committer: Package Import Robot
  • Author(s): Dirk Eddelbuettel
  • Date: 2012-06-23 13:55:52 UTC
  • mfrom: (1.1.27) (2.2.15 sid)
  • Revision ID: package-import@ubuntu.com-20120623135552-ftarnupvw0k973hh
Tags: 0.999999-0-1
* New upstream release

* debian/control: Set Build-Depends: to current R version
* debian/control: Change Depends to ${R:Depends}
* debian/control: Set Standards-Version: to current version 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#                                       Dear Emacs, treat me as -*- Makefile -*-
 
2
PKG_LIBS=$(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS)
 
3
 
 
4
## default 'lme4.dll' does not work in Namespace registration for R <= 2.14.x
 
5
all: lme4.dll
 
6
lme4.dll: $(OBJECTS)
 
7
        $(SHLIB_LINK) -o $@ $(OBJECTS) $(ALL_LIBS)