# Optional OpenMP support for the native C likelihood kernels.
#
# SHLIB_OPENMP_CFLAGS is supplied by R's own build configuration and is empty
# on toolchains without OpenMP.  In that case OpenMP.c automatically compiles
# the serial fallback.  Using R's macro directly is the portable CRAN method.

PKG_CFLAGS = $(SHLIB_OPENMP_CFLAGS)
PKG_LIBS = $(SHLIB_OPENMP_CFLAGS) $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS)
