## Use the R HOME indirection to support installations of multiple R version
PKG_LIBS = `$(R_HOME)/bin/Rscript -e "Rcpp:::LdFlags()"`

all: $(SHLIB)

clean: rm -f $(PKG_OBJECTS)
