# Kindly supplied by Dirk Eddelbuettel
# set by configure
GSL_CFLAGS = -I/usr/local/include
GSL_LIBS   = -L/usr/local/lib -lgsl -lgslcblas -lm

# combine to standard arguments for R
PKG_CPPFLAGS =  $(GSL_CFLAGS) -I.
PKG_LIBS = $(GSL_LIBS)


