#					Dear Emacs, treat me as -*- Makefile -*-
PKG_LIBS=$(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS)

## default 'lme4.so' does not work in Namespace registration for R <= 2.14.x
all: lme4.so
lme4.so: $(OBJECTS)
	$(SHLIB_LINK) -o $@ $(OBJECTS) $(ALL_LIBS)
